
body {
  font-family: "siyuanheiti", sans-serif;
  color: #1a1311;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

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

body.js-noscroll {
  overflow: hidden;
  height: 100%;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1184px) {
  html {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

html {
  scroll-behavior: smooth;
}

.target-offset:target {
  scroll-margin-top: 6.1875rem;
}
@media screen and (max-width: 768px) {
  .target-offset:target {
    scroll-margin-top: 3.75rem;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
 

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.c-button a span {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-right: 27px;
  padding-right: 1.6875rem;
  position: relative;
  display: inline-block;
}

.c-button--large a {
  font-size: 16px;
  font-size: 1rem;
}

.c-button a span::before {
  font-family: "Material Icons";
  content: "\e5c8";
  color: #a8a8a8;
  width: 12px;
  width: 0.75rem;
  height: 20px;
  height: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button a:hover span::before {
  -webkit-transform: translate(1.375rem, -50%);
          transform: translate(1.375rem, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button--en {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.c-companyTitle {
  font-size: 27px;
 font-size: 2.688rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-companyTitle {
    font-size: 1.5rem;
  }
}

.c-companyTitle span {
  font-size: 18px;
  font-size: 1.125rem;
  margin-left: 32px;
  margin-left: 2rem;
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-companyTitle span {
    font-size: 1rem;
  }
}

.c-sectionTitle__main {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-sectionTitle__main {
    font-size: 1.375rem;
  }
}

.c-sectionTitle__mainInner--small {
  text-transform: none;
}

.c-sectionTitle__sub {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) {
  .c-sectionTitle__sub {
    margin-top: 0.625rem;
    font-size: 0.9375rem;
  }
}

.c-serviceTitle {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-family: "Lato", sans-serif;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  font-weight: 400;
}

.c-serviceTitle span {
  padding-left: 16px;
  padding-left: 1rem;
  border-left: 1px solid #1a1311;
  margin-left: 21px;
  margin-left: 1.3125rem;
  font-family: "siyuanheiti", sans-serif;
}

.c-tag {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  border-radius: 0.9375rem;
  border: #d5d5d5 1px solid;
  white-space: nowrap;
}

.c-tag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  padding: 0 0.75rem;
  border-radius: 0.9375rem;
  color: white;
}

.c-test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #1a1311;
  color: #fff;
  padding: 50px 0;
  padding: 3.125rem 0;
}

.c-topTitle {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
  text-transform: uppercase;
}

.c-topTitle::before {
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #1a1311;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-404 {
  padding-top: 300px;
  padding-top: 18.75rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

.l-about {
  margin-top: 220px;
  margin-top: 13.75rem;
  padding-bottom: 235px;
  padding-bottom: 14.6875rem;
}
@media screen and (max-width: 768px) {
  .l-about {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-abouttext {
  margin-top: -196px;
  margin-top: -12.25rem;
}
@media screen and (max-width: 768px) {
  .l-abouttext {
    margin-top: 0;
  }
}

.l-anchor {
  position: sticky;
  top: 160px;
  top: 10rem;
  right: 64px;
  right: 4rem;
}

.l-charter {
  margin-top: 280px;
  margin-top: 17.5rem;
}

.l-client {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-client {
    margin-top: 6.25rem;
  }
}

.l-commitment {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-companyprofile {
  margin-top: 140px;
  margin-top: 8.75rem;
}
@media screen and (max-width: 768px) {
  .l-companyprofile {
    margin-top: 5rem;
  }
}

.l-company {
  margin-top: 220px;
  margin-top: 13.75rem;
  padding-bottom: 235px;
  padding-bottom: 14.6875rem;
}
@media screen and (max-width: 768px) {
  .l-company {
    margin-top: rme(100);
    padding-bottom: 6.25rem;
  }
}

.l-companymember {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-companymember {
    margin-top: 6.25rem;
  }
}

.l-container {
max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.l-entry {
  margin-top: 100px;
  margin-top: 6.25rem;
  padding: 56px 0 80px;
  padding: 3.5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .l-entry {
    margin-top: 5rem;
    padding: 2.5rem 0 2.5rem;
  }
}

.l-faq {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-faq {
    margin-top: 6.25rem;
  }
}

.l-feature {
  margin-top: 126px;
  margin-top: 7.875rem;
}

.l-flow {
  margin-top: 130px;
  margin-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  .l-flow {
    margin-top: 5rem;
  }
}

.l-footer {
  /* padding-top: 98px; */
  /* padding-top: 6.125rem; */
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.l-form {
 
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.l-inner {
  width: 90%;
  /* max-width: 1234px; */
  /* padding-right: 25px; */
  /* padding-left: 25px; */
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 34.375rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-inner--large {
  max-width: 80vw;
}
@media screen and (max-width: 768px) {
  .l-inner--large {
    max-width: 34.375rem;
  }
}

.l-inner--singlenews {
  max-width: 1000px;
  max-width: 62.5rem;
}

.l-mission {
  margin-top: -196px;
  margin-top: -12.25rem;
}
@media screen and (max-width: 768px) {
  .l-mission {
    margin-top: 0;
  }
}

.l-mv {
  padding: 0 0;
}

.l-newsitem {
  margin-top: 255px;
  margin-top: 15.9375rem;
  padding-bottom: 235px;
  padding-bottom: 14.6875rem;
}
@media screen and (max-width: 768px) {
  .l-newsitem {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-pageheader {
  padding-top: 160px;
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-pageheader {
    padding-top: 10.9375rem;
  }
}

.l-pioneer {
  margin-top: 135px;
  margin-top: 8.4375rem;
  padding-top: 135px;
  padding-top: 8.4375rem;
}
@media screen and (max-width: 768px) {
  .l-pioneer {
    margin-top: 6.25rem;
    padding-top: 335px;
  }
}

.l-program {
  margin-top: 126px;
  margin-top: 7.875rem;
}

.l-promise {
  margin-top: 120px;
  margin-top: 7.5rem;
}

.l-recheader {
  margin-top: 186px;
  margin-top: 11.625rem;
}

.l-recruit {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-recruit {
    margin-top: rme(80);
  }
}

.l-recruitnews {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-recruitnews {
    margin-top: 5rem;
  }
}

.l-seminarcontact {
  margin-top: 130px;
  margin-top: 8.125rem;
}

.l-service {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .l-service {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-service--sol {
  padding-bottom: 235px;
  padding-bottom: 14.6875rem;
}

.l-service--edu {
  padding-bottom: 0;
}

.l-singlerecruitnews {
  margin-top: 186px;
  margin-top: 11.625rem;
}

.l-test {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
  padding: 2.5rem 0;
  background-color: aquamarine;
}
@media screen and (max-width: 768px) {
  .l-test {
    max-width: 1234px;
    padding-right: 25px;
    padding-left: 25px;
    padding: 2.5rem 0;
    background-color: aquamarine;
  }
}

.l-topnews {
  margin-top: 190px;
  margin-top: 11.875rem;
  margin-bottom: 235px;
  margin-bottom: 14.6875rem;
}
@media screen and (max-width: 768px) {
  .l-topnews {
    margin-top: 10rem;
    margin-bottom: 6.25rem;
  }
}

.l-topservice {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-top: 135px;
  padding-top: 8.4375rem;
}

.l-topworks {
  margin-top: 190px;
  margin-top: 11.875rem;
}
@media screen and (max-width: 768px) {
  .l-topworks {
    margin-top: 6.25rem;
  }
}

.l-value {
  margin-top: 332px;
  margin-top: 20.75rem;
}
@media screen and (max-width: 768px) {
  .l-value {
    margin-top: 6.25rem;
  }
}

.l-vision {
  margin-top: 332px;
  margin-top: 20.75rem;
}
@media screen and (max-width: 768px) {
  .l-vision {
    margin-top: 6.25rem;
  }
}

.l-voice {
  margin-top: 126px;
  margin-top: 7.875rem;
}

.l-workflow {
  margin-top: 160px;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-workflow {
    margin-top: 6.25rem;
  }
}

.l-works {
  margin-top: 114px;
  margin-top: 7.125rem;
  padding-bottom: 235px;
  padding-bottom: 14.6875rem;
}
@media screen and (max-width: 768px) {
  .l-works {
    margin-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.l-othernews {
  margin-top: 116px;
  margin-top: 7.25rem;
}
@media screen and (max-width: 768px) {
  .l-othernews {
    margin-top: 5rem;
  }
}

.p-404 {
  text-align: center;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-404__title {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.p-404__text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-404__button {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-aboutSection__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-aboutSection__lead {
    width: 100%;
  }
}

.p-aboutSection__lead--recruit {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
}

.p-aboutSection__main {
  width: calc(100% - 6.5625rem);
}
@media screen and (max-width: 768px) {
  .p-aboutSection__main {
    width: 100%;
  }
}

.p-aboutSection__title {
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0.05em;
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  .p-aboutSection__title {
    font-size: 1.5rem;
    margin-top: 1.25rem;
  }
}

.p-aboutSection__title--recruit {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-aboutSection__title--recruit {
    font-size: 1.5rem;
  }
}

.p-aboutSection__title--recruit2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}

.p-aboutSection__lead + .p-aboutSection__title--recruit2 {
  margin-top: 55px;
  margin-top: 3.4375rem;
}

.p-aboutSection__text + .p-aboutSection__subtitle {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-aboutSection__subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .p-aboutSection__subtitle {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-aboutSection__contents {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-aboutSection__contents {
    margin-top: 2.5rem;
  }
}

.p-aboutSection__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .p-aboutSection__text {
    line-height: 2;
    font-size: 0.9375rem;
  }
}

.p-aboutSection__text--recruit {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.03em;
  line-height: 1.88235294;
  max-width: 771px;
  max-width: 48.1875rem;
}
@media screen and (max-width: 768px) {
  .p-aboutSection__text--recruit {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
}

.p-aboutSection__text + .p-aboutSection__text {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-aboutSection__text + .p-aboutSection__text {
    margin-top: 1.875rem;
  }
}

.p-abouttext {
  background-image: url("../images/bg02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-abouttext {
    background-size: contain;
  }
}

.p-anchor {
  width: 180px;
  width: 11.25rem;
  border-top: 1px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-anchor {
    display: none;
  }
}

.p-anchor__items {
  padding: 10px 0;
  padding: 0.625rem 0;
}

.p-anchor__item a {
  font-size: 16px;
  font-size: 1rem;
  opacity: 40%;
  padding: 17px 0;
  padding: 1.0625rem 0;
  display: block;
}

.p-anchor__item a:hover {
  opacity: 100%;
}

.p-anchor__item.js-current a {
  opacity: 100%;
}

.p-anchor__item span {
  position: relative;
}

.p-anchor__item span:before {
  font-family: "Material Icons";
  content: "\e5cf";
  font-size: 18px;
  font-size: 1.125rem;
  width: 18px;
  width: 1.125rem;
  height: 24px;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  right: -24px;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-article {
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: #e0e0e0 1px solid;
}

.p-article__date {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #7b7b7b;
}

.p-article__title {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.57575758;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-article__title {
    font-size: 1.5rem;
  }
}

.p-article__tags {
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 768px) {
  .p-article__tags {
    margin-top: rme(20);
  }
}

.p-article__contents {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-article__contents {
    margin-top: 2.5rem;
  }
}

.p-article__contents p {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  line-height: 2.05882353;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-article__contents p {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1.875rem;
  }
}

.p-article__contents h2 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4137931;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-article__contents h2 {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.p-article__contents h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2.05882353;
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-article__contents h3 {
    margin-top: 1.875rem;
  }
}

.p-article__contents figure {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-article__contents ul,
.p-article__contents ol {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  line-height: 2.05882353;
  margin-top: 40px;
  margin-top: 2.5rem;
  list-style-position: inside;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-article__contents ul,
.p-article__contents ol {
    margin-top: 1.875rem;
  }
}

.p-article__contents li + .p-article__contents li {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-article__contents li + .p-article__contents li {
    margin-top: 0.25rem;
  }
}

.p-article__contents ul {
  list-style: disc;
}

.p-article__contents ol {
  list-style: decimal;
}

.p-article__tags--lower {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.p-article__author {
  margin-top: 32px;
  margin-top: 2rem;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper {
  max-width: 640px;
  min-width: 280px;
  margin: 20px auto;
}

.p-author {
  background-color: #fafafa;
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.625rem 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-author {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-author__img {
  width: 110px;
  width: 6.875rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-author__img {
    width: 6.25rem;
  }
}

.p-author__img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-author__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-author__name {
    font-size: 1.125rem;
  }
}

.p-author__title {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.02em;
  color: #3c3c3c;
}
@media screen and (max-width: 768px) {
  .p-author__title {
    font-size: 0.875rem;
  }
}

.p-card__imgbox {
  width: 100%;
  aspect-ratio: 544/302;
}

.p-card__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 544/302;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card__category {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.35;
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) {
  .p-card__category {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.p-card__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.35;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-card__title {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}

.p-card__title--news {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-card__client {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 2.46;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-card__client {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    line-height: 1.8;
  }
}

.p-card__date {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 2.46;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #a3a3a3;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-card__date {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
    line-height: 1.8;
  }
}

.p-charter__title {
  font-size: 16px;
  font-size: 1rem;
}

.p-charter__contents {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-charter__contents {
    margin-top: 2.5rem;
  }
}

.p-charter__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p-charter__text {
    line-height: 2;
  }
}

.p-charter__text + .p-charter__text {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .p-charter__text + .p-charter__text {
    margin-top: 1.875rem;
  }
}

.p-client__items {
  margin-top: 92px;
  margin-top: 5.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.6875rem 1.6875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-client__item {
  width: calc(33.3% - 1.125rem);
  aspect-ratio: 274/175;
}
@media screen and (max-width: 768px) {
  .p-client__item {
    width: calc(50% - 0.84375rem);
  }
}

.p-client__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: #F2F2F2 1px solid;
}

.p-company__img {
  margin-top: -200px;
  margin-top: -12.5rem;
}

.p-companymember__items {
  margin-top: 90px;
  margin-top: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 6.25rem 1.6875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-companymember__items {
    margin-top: 2.5rem;
    grid-gap: 2.5rem 1.6875rem;
  }
}

.p-companymember__item {
width: calc(30.33% - 1.125rem);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-companymember__item {
    width: calc(50% - 0.84375rem);
  }
}

.p-companyprofile__list {
  margin-top: 72px;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-companyprofile__list {
    margin-top: 2.5rem;
  }
}

.p-content h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-content h2 {
    font-size: 0.875rem;
    letter-spacing: 0;
    margin-top: 2.5rem;
  }
}

.p-content h3 {
  margin-top: 80px;
  margin-top: 5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #3c3c3c;
}
@media screen and (max-width: 768px) {
  .p-content h3 {
    margin-top: 2.5rem;
    font-size: 0.8125rem;
  }
}

.p-content p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-content p {
    line-height: 1.846;
    font-size: 0.8125rem;
    margin-top: 1rem;
  }
}

.p-content figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.p-content ul, .p-content ol {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-content ul, .p-content ol {
    margin-top: 1rem;
    font-size: 0.8125rem;
  }
}

.p-content ul li {
  list-style: disc;
  list-style-position: inside;
}

.p-content ol li {
  list-style: decimal;
  list-style-position: inside;
}

.p-content li + li {
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-content li + li {
    margin-top: 0.5rem;
  }
}

.p-content a {
  color: #2180E0;
  text-decoration: underline;
  position: relative;
}

.p-content a::before {
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-image: url("../images/icon02.svg");
  background-size: contain;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  right: -14px;
  right: -0.875rem;
}

.p-course__name {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-course__name {
    font-size: 1rem;
  }
}

.p-course__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-course__title:first-of-type {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-course__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-course__items {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-course__item {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  list-style-type: disc;
  list-style-position: inside;
}

.p-cta {
  background-color: #1f1f1f00;
  color: #fff;
  position: relative;
  /* z-index: 20; */
}

.p-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cta__container {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__container {
    width: 100%;
  }
}

.p-cta__link {
  display: block;
  padding: 151px 0 177px;
  padding: 4.4375rem 0 4.0625rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-cta__link {
    padding: 2.5rem 0;
  }
}

.p-cta__title {
  color: #fff;
}

.p-cta__txt {
  margin-top: 41px;
  margin-top: 2.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-cta__txt {
    margin-top: 1.25rem;
  }
}

.p-cta__button {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-cta__button span {
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.p-cta__button span::before {
  font-family: "Material Icons";
  content: "\e5c8";
  color: #a8a8a8;
  width: 12px;
  width: 0.75rem;
  height: 20px;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-detail {
  background: #FAFAFA;
}
.p-detail__head {
  padding: 28px 40px;
  padding: 1.75rem 2.5rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-detail__head {
    padding: 1.5rem;
  }
}

.p-detail__head .i_box {
  position: absolute;
  top: 50%;
  right: 20px;
  right: 1.25rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-detail__head .i_box:before, .p-detail__head .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.p-detail__head .i_box:before {
  border-top: 2px solid #1a1311;
  border-top: 0.125rem solid #1a1311;
  width: 30px;
  width: 1.875rem;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-detail__head .i_box:before {
    width: 1.25rem;
  }
}

.p-detail__head .i_box:after {
  border-left: 2px solid #1a1311;
  border-left: 0.125rem solid #1a1311;
  width: 0;
  height: 30px;
  height: 1.875rem;
  top: 0;
  bottom: 0;
  right: 14px;
  right: 0.875rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-detail__head .i_box:after {
    height: 1.25rem;
    right: 0.5625rem;
  }
}

.p-detail__head.open .i_box:after {
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-detail__body {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-detail__q-txt {
  max-width: 947px;
  max-width: 59.1875rem;
}
@media screen and (max-width: 768px) {
  .p-detail__q-txt {
    width: calc(100% - 2.5rem);
  }
}

/*=========
detail
=========*/
.p-detail__headinner {
  display: block;
  position: relative;
}

.p-detail__headinner p.p-detail__q-txt {
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-detail__bodyinner {
  display: block;
  position: relative;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-detail__bodyinner {
    padding: 1.25rem 1.5rem;
  }
}

.p-detail__a-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 947px;
  max-width: 59.1875rem;
}
@media screen and (max-width: 768px) {
  .p-detail__a-txt {
    width: calc(100% - 2.5rem);
  }
}

.p-detail__title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.p-drawer {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-drawer {
    display: block;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}

.p-drawer__button {
  width: 86px;
  width: 5.375rem;
  height: 86px;
  height: 5.375rem;
  border-radius: 50%;
  background-color: rgba(224, 224, 224, .7);
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 86px;
  line-height: 5.375rem;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
  position: fixed;
  bottom: 10px;
  bottom: 0.625rem;
  right: 10px;
  right: 0.625rem;
  z-index: 200;
}

.p-drawer__button.js-close {
  color: rgba(224, 224, 224, .7);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.p-drawer__button::before {
  opacity: 0;
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  background-image: url("../images/closebutton.png");
  background-size: cover;
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.p-drawer__button.js-close::before,
.p-drawer__button.js-close::after {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.p-drawer__button::after {
  opacity: 0;
  content: "close";
  width: 36px;
  width: 2.25rem;
  height: 20px;
  height: 1.25rem;
  color: #1a1311;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: 12px;
  bottom: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

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

.p-drawer__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  color: #1a1311;
  text-transform: uppercase;
}

.p-drawer__button span {
  width: 100%;
  height: 3px;
  height: 0.1875rem;
  background-color: #1a1311;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
}

/* ドロワーメニューの装飾 */
.p-drawer__menu {
  width: 100%;
  height: 100vh;
  background: #fff;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-drawer__inner {
  width: 100%;
  padding: 62px 20px;
  padding: 3.875rem 20px;
  background: #fff;
  color: #fff;
  position: absolute;
  max-height: 100vh;
  z-index: 80;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}

/* ドロワーメニューの開閉*/
.js-slide-in.p-drawer__menu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-entry {
  background-color: #fafafa;
}

.p-entry__title {
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Lato", sans-serif;
  color: #1a1311;
  text-align: center;
}

.p-entry__sub {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #3c3c3c;
}

.p-entry__items {
  margin-top: 48px;
  margin-top: 3rem;
  display: grid;
  grid-gap: 1.5rem 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-entry__items {
    grid-template-columns: 1fr;
  }
}

.p-entry__item {
  border-radius: 0.375rem;
  aspect-ratio: 548/380;
  position: relative;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.625rem;
  padding: 0 20px 0 20px;
  padding: 0 1.25rem 0 1.25rem;
  cursor: pointer;
}

.p-entry__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-entry__item::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 17, .6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-entry__content {
  width: 318px;
  width: 19.875rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-entry__content {
    width: 15rem;
  }
}

.p-entry__head {
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-entry__head {
    font-size: 1.25rem;
  }
}

.p-entry__body {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-entry__link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 3;
}

.p-entry__img img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-entry__item:hover .p-entry__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-entry__arrow {
  width: 61px;
  width: 3.8125rem;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  position: relative;
  color: #1a1311;
  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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-entry__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-faq__head {
  padding: 68px 0 49px;
  padding: 4.25rem 0 3.0625rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px #DEDEDE solid;
}
@media screen and (max-width: 768px) {
  .p-faq__head {
    padding: 1.875rem 0 1.875rem;
  }
}

.p-faq__head .i_box {
  position: absolute;
  top: 50%;
  right: 32px;
  right: 2rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-top: -10px;
  margin-top: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__head .i_box {
    right: 0;
  }
}

.p-faq__head .i_box:before, .p-faq__head .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

.p-faq__head .i_box:before {
  border-top: 2px solid #1a1311;
  border-top: 0.125rem solid #1a1311;
  width: 30px;
  width: 1.875rem;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-faq__head .i_box:before {
    width: 1.25rem;
  }
}

.p-faq__head .i_box:after {
  border-left: 2px solid #1a1311;
  border-left: 0.125rem solid #1a1311;
  width: 0;
  height: 30px;
  height: 1.875rem;
  top: 0;
  bottom: 0;
  right: 14px;
  right: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq__head .i_box:after {
    height: 1.25rem;
    right: 0.5625rem;
  }
}

.p-faq__head.open .i_box:after {
  height: 0;
  background: red;
}

.p-faq__body {
  display: none;
  padding: 30px 0;
  padding: 1.875rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px #DEDEDE solid;
}
@media screen and (max-width: 768px) {
  .p-faq__body {
    padding: 1.25rem 0;
  }
}

.p-faq__q-txt {
  max-width: 947px;
  max-width: 59.1875rem;
}
@media screen and (max-width: 768px) {
  .p-faq__q-txt {
    width: calc(100% - 2.5rem);
  }
}

/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 54px;
  padding-left: 3.375rem;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-faq__headinner {
    padding-left: 1.875rem;
  }
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-faq__bodyinner {
  display: block;
  padding-left: 54px;
  padding-left: 3.375rem;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-faq__bodyinner {
    padding-left: 1.875rem;
  }
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

.p-faq__a-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 947px;
  max-width: 59.1875rem;
}
@media screen and (max-width: 768px) {
  .p-faq__a-txt {
    width: calc(100% - 2.5rem);
  }
}

.p-feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1.875rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-feature__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-feature__container + .p-feature__container {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-feature__container + .p-feature__container {
    margin-top: 3.75rem;
  }
}

.p-feature__img {
  width: 560px;
  width: 35rem;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .p-feature__img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
  }
}

.p-feature__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-feature__contents {
  width: 500px;
  width: 31.25rem;
}
@media screen and (max-width: 768px) {
  .p-feature__contents {
    width: 100%;
  }
}

.p-feature__head {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p-feature__head {
    font-size: 1.125rem;
  }
}

.p-feature__head span {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.p-feature__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.14;
}
@media screen and (max-width: 768px) {
  .p-feature__text {
    line-height: 2;
    margin-top: 1.875rem;
  }
}

.p-fig {
  text-align: center;
  aspect-ratio: 1/1;
  border: #1a1311 1px solid;
  border-radius: 50%;
  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;
  position: relative;
}
.p-fig:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-width: 0.625rem 0 0.625rem 0.625rem;
  border-color: transparent transparent transparent #1a1311;
  position: absolute;
  top: 50%;
  right: -24px;
  right: -1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-fig:not(:last-child)::before {
    border-width: 0.625rem 0.625rem 0 0.625rem;
    border-color: #1a1311 transparent transparent transparent;
    top: auto;
    top: initial;
    bottom: -1.5rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.p-fig__number {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-fig__title {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.1em;
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-fig__title {
    margin-top: 0.5rem;
  }
}

.p-fig__text {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-fig__text {
    margin-top: 0.5rem;
    padding-bottom: 0.625rem;
  }
}

.p-flow__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.75rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-flow__items {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-flow__item {
  width: calc(25% - 0.5625rem);
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    width: 13.125rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-flowitem {
  position: relative;
}

.p-flowitem__circle {
  aspect-ratio: 1/1;
  border: 1px #1a1311 solid;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  position: relative;
}

.p-flowitem:not(:first-child) .p-flowitem__circle::before {
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 50%;
  border-bottom: 1px #1a1311 dashed;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .p-flowitem:not(:first-child) .p-flowitem__circle::before {
    width: 50%;
    height: 0.75rem;
    border-bottom: none;
    border-right: 1px #1a1311 dashed;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.p-flowitem__counter {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #a3a3a3;
}

.p-flowitem__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-flowitem__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.58823529;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-flowitem__subtext {
  position: absolute;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.58823529;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: center;
  left: 50%;
  bottom: -32px;
  bottom: -2rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-flowitem__subtext {
    right: -2.5rem;
    bottom: 0;
    text-align: right;
    -webkit-transform: none;
            transform: none;
  }
}

.p-footer {
  background-color: #060405;
  position: relative;
  z-index: 30;
  margin-top: auto;
  margin-bottom: 0;
}

.p-footer__inner {
  padding-right: 2.5vw;
  padding-left: 2.890625vw;
}

.p-footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-footer__upper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0 2.5rem;
  }
}

.p-footer__logo {
  width: 126px;
  width: 7.875rem;
}

.p-footer__items {
  margin-top: 88px;
  margin-top: 5.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-footer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.p-footer__item + .p-footer__item {
  margin-left: 48px;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-footer__item + .p-footer__item {
    margin-left: 0;
  }
}

.p-footer__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-footer__item a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-footer__item a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-footer__item a + .p-footer__sub {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__item a + .p-footer__sub {
    margin-top: 0.5rem;
  }
}

.p-footer__subitem + .p-footer__subitem {
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .p-footer__subitem + .p-footer__subitem {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__subitem + .p-footer__item a {
    margin-top: 0.625rem;
  }
}

.p-footer__subitem a {
  color: #a3a3a3;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-footer__link {
  margin-top: 155px;
  margin-top: 9.6875rem;
  color: #a3a3a3;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-footer__link {
    margin-top: 3.75rem;
    font-size: 0.875rem;
  }
}

.p-footer__link a {
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
}

.p-footer__link a::before {
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background-image: url("../images/icon01.svg");
  background-size: contain;
  position: absolute;
  top: -6px;
  top: -0.375rem;
  right: 0;
}

.p-footer__copyright {
  margin-top: 39px;
  margin-top: 2.4375rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Lato", sans-serif;
  color: #575757;
  text-align: center;
}

.p-form__form {
  text-align: center;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 135px;
  height: 8.4375rem;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

.p-header.js-changeColor-top {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-header.js-changeColor-top {
    background: none;
  }
}

.p-header.js-changeColor {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-header.js-changeColor {
    background: none;
  }
}

.p-header__bar {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-header__bar {
    display: block;
    height: 2.75rem;
    width: 100vw;
    background-color: #000;
  }
}

.p-header__inner {
  padding-right: max(32px, 2.5vw);
  padding-right: max(2rem, 2.5vw);
  padding-left: max(37px, 2.890625vw);
  padding-left: max(2.3125rem, 2.890625vw);
  z-index: 1;
  position: relative;
}

.p-header__logo {
  width: 50px;
  width: 10.125rem;
  height: 54px;
  height: 3.375rem;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 9.25rem;
    height: 2.375rem;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 28px;
  margin-top: 1.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 86px;
  height: 5.375rem;
}

.p-header__menu {
  height: inherit;
}

.sitelog img {
  width: 100%;
}

.p-joblist__item + .p-joblist__item {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #DEDEDE 1px solid;
  padding: 26px 0;
  padding: 1.625rem 0;
}

.p-list__head {
  color: #a3a3a3;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  width: 204px;
  width: 12.75rem;
}

.p-list__detail {
  width: 100%;
  max-width: 672px;
  max-width: 42rem;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}

.p-listSection__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-listSection__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
  counter-reset: li;
}

.p-listSection__item {
  padding: 32px 0;
  padding: 2rem 0;
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: #DEDEDE 1px solid;
  padding-left: 48px;
  padding-left: 3rem;
  position: relative;
}

.p-listSection__item:first-of-type {
  border-top: #DEDEDE 1px solid;
}

.p-listSection__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /*要素の連番（カウンタ）の値を進める*/
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
}

/*
.p-megaMenu__link.is-active + .p-megaMenu__content {
    opacity: 1; 
    visibility: visible; 
  }

  .p-megaMenu__content {
    opacity: 0; 
    visibility: hidden; 
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: #6699FF;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }

  */
.p-member__img {
  width: 100%;
  aspect-ratio: 1/1;
  background: #eee;
  overflow: hidden;
}

.p-member__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-member a:hover .p-member__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-member__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-member__name {
    margin-top: 0.625rem;
    font-size: 1.125rem;
  }
}

.p-member__nameen {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-member__nameen {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

.p-member__title {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a3a3a3;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-member__title {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

.p-mission {
  background-image: url("../images/bg01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .p-mission {
    background-size: contain;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  height: 100vh;
  width: 100vw;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-modal.js-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-modal__button {
  cursor: pointer;
}

.p-modal__bg {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  left: 0;
  top: 0;
}

.p-modal__wrap {
  position: fixed;
  width: 85%;
  height: 100vh;
  top: 0;
  right: 0;
  background: #fff;
  color: #1a1311;
  padding: 0 7.8125vw 0 5vw;
  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-modal__wrap {
    width: 90%;
    padding: 1.25rem;
    overflow-y: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-modal__close {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
  z-index: 300;
  position: absolute;
  top: 24px;
  top: 5.5rem;
  right: 24px;
  right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-modal__close {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.25rem;
    right: 1.25rem;
  }
}

.p-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 4rem;
  width: 100%;
  max-width: 931px;
  max-width: 58.1875rem;
}
@media screen and (max-width: 768px) {
  .p-modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-modal__box {
  width: 422px;
  width: 26.375rem;
}
@media screen and (max-width: 768px) {
  .p-modal__box {
    width: 100%;
  }
}

.p-modal__img {
  width: 445px;
  width: 27.8125rem;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 768px) {
  .p-modal__img {
    width: 75%;
  }
}

.p-modal__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p-modal__namejp {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-modal__namejp {
    font-size: 1.125rem;
  }
}

.p-modal__namen {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-modal__namen {
    font-size: 0.875rem;
  }
}

.p-modal__title, .p-modal__othertitle1 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a3a3a3;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-modal__title, .p-modal__othertitle1 {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }
}

.p-modal__othertitle2 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #a3a3a3;
  margin-top: 0px;
  margin-top: 0rem;
}
@media screen and (max-width: 768px) {
  .p-modal__othertitle2 {
    font-size: 0.75rem;
  }
}

.p-modal__profile {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.38;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-modal__profile {
    font-size: 0.8125rem;
    margin-top: 1.25rem;
    line-height: 1.8;
  }
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.js-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.p-mv {
  height: 93vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv {
    height: auto;
  }
}

.p-mv__inner {
  height: inherit;
  padding-top: 47px;
  padding-top: 2.9375rem;
  padding-left: 4.21875vw;
}
@media screen and (max-width: 768px) {
  .p-mv__inner {
    height: calc(100% - 2.75rem);
    padding-top: 1.5rem;
  }
}

.p-mv__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__bg {
    bottom: auto;
    bottom: initial;
   /* top: 17.0625rem;
    right: 0;
    width: calc(100% - 20px);
    height: auto;*/
    width: 300%;
    height: auto;
    aspect-ratio: 370/276;
  }
}

.p-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv__img {
  position: absolute;
  top: 17.5vh;
  right: -1.5625vw;
  width: max(775px, 60.546875vw);
  width: max(48.4375rem, 60.546875vw);
  height: max(560px, 70vh);
  height: max(35rem, 70vh);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    top: 17.0625rem;
    right: 0;
    width: calc(100% - 20px);
    aspect-ratio: 370/276;
    height: auto;
  }
}

.p-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}

.p-mv__logo {
  width: 8.28125vw;
  height: 15.234375vw;
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    width: 5.625rem;
    height: 10.25rem;
  }
}

.p-mv__contents {
  height: inherit;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv__contents {
    height: 100%;
  }
}

.p-mv__content {
  position: absolute;
  left: 0;
  bottom: 80px;
  bottom: 5rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-mv__content {
    position: relative;
    margin-top: 20.5rem;
  }
}

.p-mv__lead {
  font-size: max(14px, 1.09375vw);
  font-size: max(0.875rem, 1.09375vw);
}
@media screen and (max-width: 768px) {
  .p-mv__lead {
    font-size: 0.8125rem;
  }
}

.p-mv__en {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: max(28px, 1.85vw);
  font-size: max(1.75rem, 1.85vw);
  line-height: 1.678;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-mv__en {
    font-size: 1.375rem;
  }
}

.p-nav {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-nav {
    display: none;
  }
}

.p-nav__item {
  height: inherit;
}

.p-nav__link {
  padding: 0 22px;
  padding: 0 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav__link:hover {
  opacity: 0.2;
}

.p-nav__link--service {
  position: relative;
  padding-right: 33px;
  padding-right: 2.0625rem;
}

.p-nav__link--service::before {
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 7px;
  height: 0.4375rem;
  background-image: url("../images/menu_arrow1.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-nav__item--contact a {
  font-size: 14px;
  font-size: 0.875rem;
  width: 86px;
  width: 5.375rem;
  height: 86px;
  height: 5.375rem;
  border-radius: 50%;
  border: #d5d5d5 1px solid;
  margin-left: 22px;
  margin-left: 1.375rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-nav__item--contact a:hover {
  opacity: 1;
  background-color: #d5d5d5;
  -webkit-transform: scale(1.16279);
          transform: scale(1.16279);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-newsitem__title {
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-newsitem__title {
    font-size: 1.75rem;
  }
}

.p-newsitem__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 87px;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 768px) {
  .p-newsitem__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.875rem;
  }
}

.p-newsitem__data li + li {
  margin-left: 55px;
  margin-left: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-newsitem__data li + li {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-newsitem__data li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-newsitem__datatitle {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) {
  .p-newsitem__datatitle {
    width: 5rem;
    padding-top: 0.25rem;
  }
}

.p-newsitem__datadetail {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-newsitem__eyecatch {
  width: 100vw;
  margin: 2.9375rem calc(50% - 50vw) 0;
  aspect-ratio: 1280/672;
}
@media screen and (max-width: 768px) {
  .p-newsitem__eyecatch {
    margin-top: 1.875rem;
  }
}

.p-newsitem__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-newsitem__content {
  width: 100%;
  margin-top: 105px;
  margin-top: 6.5625rem;
}
@media screen and (max-width: 768px) {
  .p-newsitem__content {
    margin-top: 2.5rem;
  }
}

.p-newsitem__content:first-child {
  margin-top: 0;
}

.p-newsitem__content h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 106px;
  margin-top: 6.625rem;
}
@media screen and (max-width: 768px) {
  .p-newsitem__content h2 {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.p-newsitem__content h3 {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #3c3c3c;
}

.p-newsitem__content p {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .p-newsitem__content p {
    line-height: 2;
  }
}

.p-newsitem__content img {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-newsitem__content figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-newsitem__content ul, .p-newsitem__content ol {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-newsitem__content ul li {
  list-style: disc;
  list-style-position: inside;
}

.p-newsitem__content ol li {
  list-style: decimal;
  list-style-position: inside;
}

.p-newsitem__content li + li {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-newsitem__content a {
  color: #2180E0;
  text-decoration: underline;
  position: relative;
}

.p-newsitem__content a::before {
  content: "";
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background-image: url("../fonts/icon02.svg");
  background-size: cover;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  right: -14px;
  right: -0.875rem;
}

.p-othernews__items {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-othernews__items {
    margin-top: 0rem;
  }
}

.p-othernews__items .p-recruitlist__item {
  width: calc(33% - 1rem);
}
@media screen and (max-width: 768px) {
  .p-othernews__items .p-recruitlist__item {
    width: 100%;
  }
}

.p-pageheader {
  position: relative;
  height: 38.28125vw;
}
@media screen and (max-width: 768px) {
  .p-pageheader {
    height: auto;
  }
}

.p-pageheader__title {
  font-family: "Lato", sans-serif;
  font-size: max(52px, 4.0625vw);
  font-size: max(3.25rem, 4.0625vw);
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-pageheader__title {
    position: relative;
    font-size: 2.1875rem;
  }
}

.p-pageheader__title span {
  font-family: "siyuanheiti", sans-serif;
  font-size: max(15px, 1.171875vw);
  font-size: max(0.9375rem, 1.171875vw);
}
@media screen and (max-width: 768px) {
  .p-pageheader__title span {
    font-size: 0.75rem;
  }
}

.p-pageheader__bg {
  width: 50.5663430421vw;
  height: 26.25vw;
  position: absolute;
  top: 160px;
  top: 10rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-pageheader__bg {
    width: 50%;
    height: 9.375rem;
    top: auto;
    top: initial;
    bottom: 0;
  }
}

.p-pageheader__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-pagenavi {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0 1rem;
}

.wp-pagenavi a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #1a1311;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  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;
  border: none;
  border-radius: 50%;
}

.wp-pagenavi a:hover {
  background-color: #1a1311;
  color: #fff;
}

.wp-pagenavi .current {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  border-radius: 50%;
  background-color: #1a1311;
  color: #fff;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  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;
}

.p-pioneer {
  position: relative;
}

.p-pioneer__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-pioneer__bg {
    top: 6.25rem;
  }
}
.p-pioneer__bg .waveEffect {
  width: 100%;
}

.p-pioneer__title {
  font-size: 27px;
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pioneer__title {
    font-size: 1.25rem;
  }
}

.p-pioneer__text {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  max-width: 830px;
  max-width: 51.875rem;
  line-height: 2.867;
  color: #3c3c3c;
  margin-left: auto;
  margin-right: auto;
  margin-top: 87px;
  margin-top: 5.4375rem;
}
@media screen and (max-width: 768px) {
  .p-pioneer__text {
    font-size: 0.875rem;
    text-align: center;
    max-width: 100%;
    margin-top: 3.75rem;
    line-height: 2.2857;
  }
}

.p-pioneer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0 4rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-pioneer__img {
  margin-top: 140px;
  margin-top: 8.75rem;
  max-width: 900px;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

.p-recheader__title {
  font-family: "Lato", sans-serif;
  font-size: max(52px, 4.0625vw);
  font-size: max(3.25rem, 4.0625vw);
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-recheader__title {
    position: relative;
    font-size: 2.1875rem;
  }
}

.p-recheader__title span {
  font-family: "siyuanheiti", sans-serif;
  font-size: max(15px, 1.171875vw);
  font-size: max(0.9375rem, 1.171875vw);
}
@media screen and (max-width: 768px) {
  .p-recheader__title span {
    font-size: 0.75rem;
  }
}

.p-recruit {
  position: relative;
}

.p-recruit__contents {
  max-width: 876px;
  max-width: 54.75rem;
  width: 100%;
  margin-top: -252px;
  margin-top: -15.75rem;
}
@media screen and (max-width: 768px) {
  .p-recruit__contents {
    margin-top: -5rem;
  }
}

.p-recruit__img {
  margin-top: 80px;
  margin-top: 5rem;
  max-width: 713px;
  max-width: 44.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.p-recruit__unit + .p-recruit__unit {
  margin-top: 71px;
  margin-top: 4.4375rem;
}

.p-recruit__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.76470588;
}

.p-recruit__doc {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-recruitaside__stickycontents {
  position: sticky;
  top: 186px;
  top: 11.625rem;
}

@media screen and (max-width: 768px) {
  .p-recruitaside__link {
    display: none;
  }
}

.p-recruitaside__link a {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.375;
  color: #fff;
  background: #1a1311;
  height: 87px;
  height: 5.4375rem;
  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;
  border-radius: 0.375rem;
  position: relative;
}

.p-recruitaside__link a::before {
  content: "\e5c8";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  font-family: "material icons";
  font-size: 16px;
  font-size: 1rem;
  color: #a8a8a8;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-recruitaside__tagtitle {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border-bottom: #e0e0e0 1px solid;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruitaside__tagtitle {
    border-radius: 1.25rem;
    background-color: #e5e5e5;
    line-height: 2.5rem;
    font-size: 0.8125rem;
    padding: 0 0.8125rem;
    width: 100%;
    cursor: pointer;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .js-open.p-recruitaside__tagtitle::before {
    content: "\e5ce";
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media screen and (max-width: 768px) {
  .p-recruitaside__tagtitle::before {
    content: "\e5cf";
    width: 1.875rem;
    height: 2.5rem;
    font-family: "material icons";
    font-size: 1.25rem;
    line-height: 2.5rem;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.p-recruitaside__tags {
  margin-top: 16px;
  margin-top: 1rem;
  color: white;
}
@media screen and (max-width: 768px) {
  .p-recruitaside__tags {
    display: none;
    background: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
  }
}

.p-recruitaside__tag a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2;
  padding: 3px 12px;
  padding: 0.1875rem 0.75rem;
  border-radius: 1rem;
  border: #d5d5d5 1px solid;
}

.p-recruitaside__tag--current a {
  background: #1a1311;
  color: #fff;
}

.p-recruitaside__tag + .p-recruitaside__tag {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-recruitlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 3rem 1.125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-recruitlist__item {
  width: calc(33% - 0.75rem);
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, .07);
          box-shadow: 0 2px 9px rgba(0, 0, 0, .07);
  border-radius: 0.375rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-recruitlist__item {
    width: 100%;
  }
}

.p-recruitlist__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.p-recruitlist__img {
  width: 100%;
  aspect-ratio: 426/319;
  overflow: hidden;
}

.p-recruitlist__img img {
  width: 100%;
  aspect-ratio: 426/319;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-recruit__content {
  padding: 20px;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-recruitlist__title {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.03em;
  line-height: 1.53;
  font-weight: 500;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruitlist__title {
    font-size: 1rem;
  }
}

.p-recruitlist__tags {
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.p-recruitlist__tags--link::before {
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  background-image: url("../fonts/link.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 5px;
  bottom: 0.3125rem;
  right: 0;
}

.p-recruitlist__item:hover .p-recruitlist__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-recruitlist__item:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
          box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-recruitnews__items {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .p-recruitnews__items {
    margin-top: 1.25rem;
  }
}

.p-recruitnews__item {
  position: relative;
}

.p-recruitnews__button {
  text-align: center;
  margin-top: 64px;
  margin-top: 4rem;
}

.p-requirement {
  padding: 28px 32px 30px;
  padding: 1.75rem 2rem 1.875rem;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .09);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .09);
  border-radius: 0.375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1.25rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-requirement {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-requirement__imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.p-requirement__img {
  width: 257px;
  width: 16.0625rem;
  border-radius: 0.375rem;
  overflow: hidden;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  .p-requirement__img {
    width: 12.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-requirement__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-requirement__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-requirement__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-requirement__title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: inline-block;
  padding-right: 24px;
  padding-right: 1.5rem;
  position: relative;
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-requirement__title {
    font-size: 1.375rem;
  }
}

.p-requirement__title::before {
  content: "";
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  background-image: url("../fonts/link.svg");
  background-size: contain;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  right: 0;
}

.p-requirement__cate {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  padding: 0 12px;
  padding: 0 0.75rem;
  color: #fff;
  border-radius: 1.25rem;
  display: inline-block;
}

.p-requirement__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.58823529;
}

.p-requirement:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 2px 11px rgba(0, 0, 0, .16);
          box-shadow: 0 2px 11px rgba(0, 0, 0, .16);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-seminarcontact {
  text-align: center;
  background-color: #E5E5E5;
  padding: 99px 20px;
  padding: 6.1875rem 20px;
}

.p-seminarcontact__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .p-seminarcontact__title {
    font-size: 1.25rem;
  }
}

.p-seminarcontact__text {
  margin-top: 52px;
  margin-top: 3.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

.p-seminarcontact__button {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-service__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
  }
}

.p-service__lead {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.667;
  width: 100%;
  max-width: 525px;
  max-width: 32.8125rem;
}
@media screen and (max-width: 768px) {
  .p-service__lead {
    line-height: 2;
  }
}

.p-service__img {
  width: 100%;
  max-width: 496px;
  max-width: 31rem;
}
@media screen and (max-width: 768px) {
  .p-service__img {
    margin-top: 5rem;
  }
}

.p-servicebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 4.6875rem;
}
@media screen and (max-width: 768px) {
  .p-servicebox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-servicebox__img {
  max-width: 554px;
  max-width: 34.625rem;
  height: 700px;
  height: 43.75rem;
}
@media screen and (max-width: 768px) {
  .p-servicebox__img {
    width: 19rem;
    height: 24rem;
    margin-left: -20px;
    margin-right: auto;
  }
}

.p-servicebox__contents {
  max-width: 554px;
  max-width: 34.625rem;
  padding-top: 97px;
  padding-top: 6.0625rem;
}
@media screen and (max-width: 768px) {
  .p-servicebox__contents {
    padding-top: 2rem;
  }
}

.p-servicebox__text {
  margin-top: 66px;
  margin-top: 4.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 3.067;
  color: #3c3c3c;
}
@media screen and (max-width: 768px) {
  .p-servicebox__text {
    font-size: 0.875rem;
    line-height: 2.2857;
    margin-top: 2.5rem;
  }
}

.p-servicebox__button {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-servicebox__button {
    margin-top: 3.125rem;
  }
}

.p-serviceLink {
  position: relative;
  overflow: hidden;
  z-index: 30;
}

.p-serviceLink::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url("../images/link_bg01.jpg");
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/link_bg01.jpg");
  background-size: cover, cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-serviceLink:hover::before {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.p-serviceLink--ed::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url("../images/link_bg02.jpg");
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/link_bg02.jpg");
  background-size: cover, cover;
  background-position: center center;
}

.p-serviceLink a {
  display: block;
  text-align: center;
  padding: 147px 0 127px;
  padding: 9.1875rem 0 7.9375rem;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-serviceLink a {
    padding: 5rem 0;
  }
}

.p-serviceLink a span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  font-family: "siyuanheiti", sans-serif;
}

.p-servicemenu {
  display: none;
  position: absolute;
  top: 112px;
  top: 7rem;
  right: 242px;
  right: 15.125rem;
  background-color: #fff;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, .05);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, .05);
}

.p-servicemenu--recruit {
  right: 16px;
  right: 1rem;
}

.p-servicemenu__img {
  overflow: hidden;
}

.p-servicemenu__title a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-servicemenu__menu a:hover .p-servicemenu__en,
.p-servicemenu__menu a:hover .p-servicemenu__jp {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-servicemenu__menu a:hover .p-servicemenu__img {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-servicemenu__menu a:hover .p-servicemenu__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.p-servicemenu__menu a .p-servicemenu__en,
.p-servicemenu__menu a .p-servicemenu__jp,
.p-servicemenu__menu a .p-servicemenu__img,
.p-servicemenu__menu a .p-servicemenu__img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-servicemenu__title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Lato", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-servicemenu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 1.375rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-servicemenu__text {
  position: relative;
}

.p-servicemenu__text: {
  content: "";
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  border-radius: 50%;
  border: #dedede 1px solid;
  background-image: url("../images/menu_arrow2.svg");
  background-size: 0.75rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-servicemenu__menu a:hover .p-servicemenu__text: {
  background-color: #1a1311;
  background-image: url("../fonts/menu_arrow3.svg");
  border: #1a1311 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-servicemenu__menu a {
  display: block;
}

.p-servicemenu__img img {
  width: 280px;
  width: 17.5rem;
  height: 150px;
  height: 9.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-servicemenu__en {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-servicemenu__jp {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #a3a3a3;
}

/*
body.js-active {
position: relative;

  }
  body.js-active::before {
		content: "";
		width:100% ;
		height: 100%;
		background:$black;
		opacity: .3;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	  }
	  */
.p-sidecontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 5.25rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sidecontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-sidecontainer__main {
  max-width: 876px;
  max-width: 54.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-sidecontainer__main {
    margin-top: 2rem;
  }
}

.p-sidecontainer__aside {
  width: 160px;
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .p-sidecontainer__aside {
    width: 100%;
  }
}

.p-spnav {
  color: #1a1311;
}

.p-spnav__item {
  position: relative;
}

.p-spnav__item a {
  display: block;
  padding: 17px 0;
  padding: 1.0625rem 0;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Lato", sans-serif;
}

.p-spnav__subitem {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.p-spnav__subitem a {
  display: block;
  padding: 12px 0;
  padding: 0.75rem 0;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Lato", sans-serif;
  color: #a3a3a3;
}

.p-spnav__link span {
  position: relative;
  padding-right: 50px;
  padding-right: 3.125rem;
}

.p-spnav__link span:before,
.p-spnav__link span:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-spnav__link span:before {
  border-top: 2px solid #1a1311;
  border-top: 0.125rem solid #1a1311;
  width: 30px;
  width: 1.875rem;
  height: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-spnav__link span:before {
    width: 1.25rem;
  }
}

.p-spnav__link span:after {
  border-left: 2px solid #1a1311;
  border-left: 0.125rem solid #1a1311;
  width: 0;
  height: 30px;
  height: 1.875rem;
  top: 50%;
  right: 14px;
  right: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-spnav__link span:after {
    height: 1.25rem;
    right: 0.5625rem;
  }
}

.p-spnav__item.open .p-spnav__link span:after {
  height: 0;
  background: red;
}

.p-spnav__sub {
  display: none;
}

.p-spnav__lab {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  border-top: #a3a3a3 1px solid;
  color: #a3a3a3;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
}

.p-spnav__lab a {
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
  display: inline-block;
}

.p-spnav__lab a::before {
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background-image: url("../fonts/icon01.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.p-spnavfooter {
  margin-top: -17px;
  margin-top: -1.0625rem;
}

.p-spnavfooter__item {
  position: relative;
}

.p-spnavfooter__item a {
  color: #fff;
  display: block;
  padding: 17px 0;
  padding: 1.0625rem 0;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Lato", sans-serif;
}

.p-spnavfooter__subitem {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  margin-top: -5px;
  margin-top: -0.3125rem;
}

.p-spnavfooter__subitem a {
  display: block;
  padding: 12px 0;
  padding: 0.75rem 0;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Lato", sans-serif;
  color: #a3a3a3;
}

.p-spnavfooter__link span {
  position: relative;
  padding-right: 50px;
  padding-right: 3.125rem;
}

.p-spnavfooter__link span:before, .p-spnavfooter__link span:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-spnavfooter__link span:before {
  border-top: 2px solid #CECECE;
  border-top: 0.125rem solid #CECECE;
  width: 30px;
  width: 1.875rem;
  height: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-spnavfooter__link span:before {
    width: 1.25rem;
  }
}

.p-spnavfooter__link span:after {
  border-left: 2px solid #CECECE;
  border-left: 0.125rem solid #CECECE;
  width: 0;
  height: 30px;
  height: 1.875rem;
  top: 50%;
  right: 14px;
  right: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-spnavfooter__link span:after {
    height: 1.25rem;
    right: 0.5625rem;
  }
}

.p-spnavfooter__item.open .p-spnavfooter__link span:after {
  height: 0;
  background: red;
}

.p-spnavfooter__sub {
  display: none;
}

.p-spnavfooter__lab {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  border-top: #a3a3a3 1px solid;
  color: #a3a3a3;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
}

.p-spnavfooter__lab a {
  padding-right: 15px;
  padding-right: 0.9375rem;
  position: relative;
}

.p-spnavfooter__lab a::before {
  content: "";
  width: 11px;
  width: 0.6875rem;
  height: 11px;
  height: 0.6875rem;
  background-image: url("../fonts/icon01.svg");
  background-size: contain;
  position: absolute;
  top: -6px;
  top: -0.375rem;
  right: 0;
}

.p-footer .p-spnavfooter__list a {
  color: #fff;
}

.p-submv__img {
  width: calc(50% + 50vw);
  z-index: 2;
  position: relative;
  aspect-ratio: 1047/504;
}
@media screen and (max-width: 768px) {
  .p-submv__img {
    margin-top: 7.5rem;
    width: 100dvw;
    margin-left: -20px;
  }
}

.p-submv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-submv__contenainer {
  background: #fafafa;
  padding-top: 139px;
  padding-top: 8.6875rem;
  margin-top: -83px;
  margin-top: -5.1875rem;
  position: relative;
  padding-bottom: 71px;
  padding-bottom: 4.4375rem;
}

.p-submv__contenainer::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.p-submv__contenainer .p-aboutSection__main {
  width: 100%;
  max-width: 876px;
  max-width: 54.75rem;
}

.p-submv__button {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1a1311;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .09);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .09);
  border-radius: 0 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-submv__button {
    position: relative;
    border-radius: 0.625rem;
    margin: 20px 20px 0;
  }
}

.p-submv__button a {
  display: block;
  padding: 30px 70px;
  padding: 1.875rem 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-submv__button a {
    padding: 1.25rem;
  }
}

.p-submv__button a span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-submv__button a span {
    font-size: 1.125rem;
  }
}

.p-subrecruitnews {
  margin-top: 71px;
  margin-top: 4.4375rem;
}
@media screen and (max-width: 768px) {
  .p-subrecruitnews {
    margin-top: 1.9375rem;
  }
}

.p-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0.5rem 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.p-topnews__contents a {
  display: block;
}

.p-topnews li {
  list-style: none;
}

.p-topnews__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0 5%;
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-topnews__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-topnews__img {
  aspect-ratio: 264/148;
}
@media screen and (max-width: 768px) {
  .p-topnews__img {
    width: 41.52%;
    aspect-ratio: 142/80;
  }
}

@media screen and (max-width: 768px) {
  .p-topnews__img--large {
    width: 100%;
    height: auto;
    aspect-ratio: 264/148;
  }
}

.p-topnews__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.p-topnews__items {
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 3rem 3%;
}
@media screen and (max-width: 768px) {
  .p-topnews__items {
    max-width: 100%;
    grid-gap: 1.5rem 3%;
    width: 100%;
    margin-top: 1.25rem;
  }
}

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

.p-topnews__item a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topnews__item a {
    padding: 1.5rem 0 0;
    border-top: #a3a3a3 1px solid;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0 11%;
  }
}

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

.p-topnews__date {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #a3a3a3;
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .p-topnews__date {
    font-size: 0.6875rem;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .p-topnews__date--large {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

.p-topnews__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6875;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-topnews__title {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    margin-top: 0;
  }
}

.p-topnews__title--large {
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .p-topnews__title--large {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-top: 0.625rem;
  }
}

.p-topnews__button {
  margin-top: 76px;
  margin-top: 4.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-topnews__button {
    margin-top: 4.1875rem;
  }
}

.p-topservice__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .p-topservice__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 2.5rem;
    grid-gap: 2rem 0;
  }
}

.p-topservice__img {
  max-width: 442px;
  max-width: 31.625rem;
  width: 100%;
  margin-right: -25px;
}
@media screen and (max-width: 768px) {
  .p-topservice__img {
    margin-right: 0;
    margin-left: 0;
    aspect-ratio: 342/234;
  }
}

.p-topservice__img img {
  width: 100%;
}

.p-topservice__content {
  width: 100%;
  max-width: 659px;
  max-width: 41.1875rem;
}

.p-topservice__box {
  margin-top: 137px;
  margin-top: 8.5625rem;
}
@media screen and (max-width: 768px) {
  .p-topservice__box {
    margin-top: 5rem;
  }
}

.p-topservice__box + .p-topservice__box {
  margin-top: 95px;
  margin-top: 5.9375rem;
}
@media screen and (max-width: 768px) {
  .p-topservice__box + .p-topservice__box {
    margin-top: 7.5rem;
  }
}

.p-topservice__text {
  line-height: 2.133;
}
@media screen and (max-width: 768px) {
  .p-topservice__text {
    font-size: 0.875rem;
  }
}

.p-topservice__text + .p-topservice__text {
  margin-top: 48px;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-topservice__text + .p-topservice__text {
    margin-top: 1.875rem;
  }
}

.p-topworks__sectiontitle {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-topworks__sectiontitle {
    font-size: 1.5rem;
  }
}

.p-topworks__items {
  margin-top: 90px;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-topworks__items {
    margin-top: 2.5rem;
  }
}

.p-topworks__item {
  border-bottom: rgba(25, 19, 17, .2) 1px solid;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 768px) {
  .p-topworks__item {
    opacity: 100%;
    padding-bottom: 1.25rem;
  }
}

.p-topworks__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1.25rem 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-topworks__upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-topworks__link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-topworks__img {
  width: 383px;
  width: 23.9375rem;
  aspect-ratio: 383/200;
}
@media screen and (max-width: 768px) {
  .p-topworks__img {
    width: 100%;
    aspect-ratio: 342/159;
  }
}

.p-topworks__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.p-topworks__item:hover {
  opacity: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.p-topworks__item::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 100%;
  height: 1px;
  background: #1a1311;
  /*アニメーションの指定*/
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top; /*左上基点*/
}
@media screen and (max-width: 768px) {
  .p-topworks__item::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); /*X方向にスケール拡大*/
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

.p-topworks__item:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*X方向にスケール拡大*/
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.p-topworks__item + .p-topworks__item {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .p-topworks__item + .p-topworks__item {
    margin-top: 3.5rem;
  }
}

.p-topworks__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-topworks__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    grid-gap: 1rem;
  }
}

.p-topworks__company {
  margin-top: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-topworks__company {
    color: #a3a3a3;
    font-size: 0.8125rem;
  }
}

.p-topworks__company span {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-topworks__company span {
    font-size: 0.75rem;
    padding-right: 0.8125rem;
  }
}

.p-topworks__title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "siyuanheiti", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-topworks__title {
    font-size: 1rem;
  }
}

.p-topworks__category {
  color: #a3a3a3;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-topworks__category {
    font-size: 0.8125rem;
  }
}

.p-topworks__lower {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-topworks__lower {
    margin-top: 1rem;
  }
}

.p-vision {
  background-image: url("../images/bg01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-vision {
    background-size: contain;
  }
}

.p-voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 3.5625rem 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-voice__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-voice__item {
  width: calc(50% - 0.78125rem);
  background-color: #fafafa;
  padding: 54px 50px;
  padding: 3.375rem 3.125rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    width: 100%;
    padding: 1.25rem;
    font-size: 0.9375rem;
  }
}

.p-voice__item:before {
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 32px;
  height: 2rem;
  background-color: #fafafa;
  position: absolute;
  bottom: -32px;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}

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

.p-workflow__figs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 2.0625rem;
}
@media screen and (max-width: 768px) {
  .p-workflow__figs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-workflow__fig {
  width: 255px;
  width: 15.9375rem;
}
@media screen and (max-width: 768px) {
  .p-workflow__fig {
    width: 11.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-works__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-works__tabs {
    grid-gap: 0 1.25rem;
  }
}

.p-works__tabs li {
  list-style: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #a3a3a3;
}
@media screen and (max-width: 768px) {
  .p-works__tabs li {
    font-size: 0.875rem;
  }
}

.post-type-archive-works .cat-item-all,
.p-works__tabs .current-cat {
  color: #1a1311;
}

.p-works__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 7.375rem 6%;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-works__cards {
    grid-gap: 2.5rem 6%;
    margin-top: 2.5rem;
  }
}

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

.p-cards__pagenation {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-cards__pagenation {
    margin-top: 5rem;
  }
}
/*# sourceMappingURL=styles.css.map */
