@charset "UTF-8";
@font-face {
  font-family: "ShokakiRinpen";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/shokaki-rinpen.ttf") format("truetype");
}
/* WordPress自動生成ギャラリーのgapを変更 */
@-webkit-keyframes "rotate" {
  from {
    -webkit-transform: translate(30%, -50%) rotate(0deg);
            transform: translate(30%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(30%, -50%) rotate(360deg);
            transform: translate(30%, -50%) rotate(360deg);
  }
}
@keyframes "rotate" {
  from {
    -webkit-transform: translate(30%, -50%) rotate(0deg);
            transform: translate(30%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(30%, -50%) rotate(360deg);
            transform: translate(30%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes "loading" {
  0% {
    rotate: -360deg;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    rotate: -180deg;
  }
  100% {
    rotate: -360deg;
  }
}
@keyframes "loading" {
  0% {
    rotate: -360deg;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    rotate: -180deg;
  }
  100% {
    rotate: -360deg;
  }
}
@-webkit-keyframes "showText" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes "showText" {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1;
}

body {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  overflow-x: hidden;
  position: relative;
}

h1 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h2 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h3 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h4 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h5 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

h6 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ul {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}

ol {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}

dl {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

li {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style-type: none;
}

dt {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

dd {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style-type: none;
}

p {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

div {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

span {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

a {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

table {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

tr {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

th {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

td {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

small {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

button {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: none;
  cursor: pointer;
}

time {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  display: block;
}

header {
  display: block;
}

footer {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

article {
  display: block;
}

main {
  display: block;
}

aside {
  display: block;
}

figcaption {
  display: block;
}

input {
  background-color: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
  font-size: 16px;
  outline: none;
  padding: 0;
}

textarea {
  background-color: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
  font-size: 16px;
  outline: none;
  padding: 0;
}

input[type=checkbox] {
  margin: 0;
}

select {
  background: none;
  border: none;
}

i {
  font-style: normal;
}

.lg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lg {
    display: block;
  }
}

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

.l-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
}

.l-page-top {
  margin: 0 auto;
  padding-top: 130.29px;
}

.l-fv {
  padding-top: 62px;
}

.l-news {
  margin-top: 297px;
}

.l-news__section-heading {
  margin-top: 97.29px;
}

.l-news__content {
  margin-top: 32.9px;
}

.l-works {
  margin-top: 87.6px;
}

.l-works__container {
  margin-top: 35.9px;
}

.l-works__partnership {
  margin-top: 16px;
}

.l-business {
  margin-top: 215px;
}

.l-business__content {
  margin-top: 42.6px;
}

.l-blog {
  margin-top: 131.9px;
}

.l-blog__content {
  margin-top: 29.32px;
}

.l-blog-swiper {
  margin-top: 41px;
}

.l-cta {
  margin-top: 124px;
}
@media screen and (max-width: 600px) {
  .l-cta {
    margin-top: 60px;
  }
}

.p-cta__banner {
  margin: 6em auto 0;
}
.p-cta__banner__bg {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/top-banner__bg__recruit-desc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .p-cta__banner__bg {
    width: 100%;
    padding: 60px 20px;
  }
}
.p-cta__banner__bg h5 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-cta__banner__bg h5 {
    font-size: 1.4rem;
  }
}
.p-cta__banner__bg .p-cta__btn {
  margin-top: 20px;
}
.p-cta__banner__bg .p-cta__btn .c-btn-recruit {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-cta__banner__bg .p-cta__btn .c-btn-recruit:hover {
  background: #ffffff;
  color: #000000;
}
@media screen and (max-width: 600px) {
  .p-cta__banner {
    margin-top: 3em;
  }
}

.l-footer {
  margin-top: 77px;
}

.l-ceo-message {
  margin-top: 60px;
}

.l-info {
  margin-top: 46px;
}

.l-page-works__search {
  margin-top: 51px;
}

.l-page-works__container {
  margin-top: 48px;
}

.l-page-works__pagination {
  margin-top: 79px;
}

.l-page-blog__tab-container {
  margin-top: 47.5px;
}

.l-page-blog__container {
  margin-top: 58px;
}

.l-page-blog__pagination {
  margin-top: 86.5px;
}

.l-works-contents__img {
  margin-top: 35px;
}

.l-works-contents__content {
  margin-top: 34px;
}

.l-works-contents__main {
  margin-top: 72px;
}

.l-works-contents__btn {
  margin-top: 71px;
}

.l-about {
  margin-top: 46px;
}

.l-about__top {
  margin-top: 74px;
}

.l-about__card-container {
  margin-top: 53px;
}

.l-about__point {
  margin-top: 86.5px;
}

.l-about__btn-container {
  margin-top: 48px;
}

.l-service__top {
  margin-top: 40px;
}

.l-service__heading-img {
  margin-top: 38px;
}

.l-service__contents {
  margin-top: 138px;
}

.l-service__partnership {
  margin-top: 25px;
}

.l-service__btn-container {
  margin-top: 88px;
  margin-top: 81px;
}

.l-service__content--02 {
  margin-top: 175px;
}

.l-service__content--03 {
  margin-top: 173px;
}

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

.l-recruit__mission {
  margin-top: 73px;
}

.l-recruit__gallery {
  margin-top: 66px;
}

.l-recruit__lead {
  margin-top: 71px;
}

.l-recruit__policy {
  margin-top: 72.9px;
}

.l-recruit__skills {
  margin-top: 46px;
}

.l-recruit__cta {
  margin-top: 87px;
}

.l-recruit__interview {
  margin-top: 89px;
}

.l-recruit__btn-container {
  margin-top: 100px;
}

.l-recruit__contact {
  margin-top: 60px;
}

.l-recruit-work__head {
  margin-top: 47px;
}

.l-about-company__card-container {
  margin-top: 45px;
}

.l-about-company__environment {
  margin-top: 123px;
}

.l-single-interview__img {
  margin-top: 47px;
}

.l-single-interview__head {
  margin-top: 43px;
}

.l-single-interview__content {
  margin-top: 44px;
}

.l-single-interview__main {
  margin-top: 47px;
}

.l-single-interview__btn {
  margin-top: 81.4px;
}

.l-single-blog {
  margin-top: 43.5px;
}

.l-single-blog__thumbnail {
  margin-top: 14.8px;
}

.l-single-blog__content {
  margin-top: 23.1px;
}

.l-single-blog__btn {
  margin-top: 58.5px;
}

.l-single-news {
  margin-top: 43.5px;
}

.l-single-news__content {
  margin-top: 38.2px;
}

.l-single-news__btn {
  margin-top: 83px;
}

.l-archive-news__content {
  margin-top: 47.5px;
}

.l-contact__heading {
  margin-top: 58px;
}

.l-contact-form {
  margin-top: 28px;
}

.l-brand-new {
  padding-top: 74.29px;
}

.l-brand-new__description {
  margin-top: 92.1px;
}

.l-brand-new__philosophy {
  margin-top: 102.8px;
}

.l-brand-new__color {
  margin-top: 67.1px;
}

.l-brand-new__message {
  margin-top: 98.6px;
}

.c-btn {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 20px 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.c-btn:hover {
  background-color: #002f82;
}
.c-btn:focus {
  background-color: #002f82;
}
.c-btn span {
  padding-right: 20.5px;
  position: relative;
}
.c-btn span::before {
  background: url(../img/icon/cube-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 20px 30px;
    width: 100%;
  }
}

.c-btn-recruit {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 20px 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background-color: #f18f60;
  color: #ffffff;
}
.c-btn-recruit:hover {
  background-color: #002f82;
  background-color: #ed6e31;
  opacity: 1;
}
.c-btn-recruit:focus {
  background-color: #002f82;
  background-color: #ed6e31;
  opacity: 1;
}
.c-btn-recruit span {
  padding-right: 20.5px;
  position: relative;
}
.c-btn-recruit span::before {
  background: url(../img/icon/cube-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
}

.c-btn-news {
  border-bottom: 1px solid #000000;
  font-size: 1rem;
  padding-left: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-news:hover {
  opacity: 0.7;
}
.c-btn-news:focus {
  opacity: 0.7;
}
.c-btn-news::before {
  content: "»";
  left: 0;
  position: absolute;
  top: 0;
}

.c-btn-works {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding-left: 26.65px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.c-btn-works:hover {
  opacity: 0.7;
}
.c-btn-works:focus {
  opacity: 0.7;
}
.c-btn-works::before {
  background: url(../img/icon/arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 8.11px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5.05px;
}

.c-btn-cta {
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-btn-cta:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-btn-cta:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-btn-cta__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.6px;
  left: 32.7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.c-btn-cta__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
}

.c-btn-cta__sub-title {
  font-size: 0.4375rem;
}

.c-btn-cta__title--white {
  color: #ffffff;
}

.c-btn-cta__sub-title--white {
  color: #ffffff;
}

.c-btn-cta__content--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.6px;
  position: absolute;
  right: 32.7px;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-btn-cta--center {
  position: relative;
}
.c-btn-cta--center::before {
  background-color: rgba(0, 0, 0, 0.43);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c-btn-cta--center .c-btn-cta__img {
  aspect-ratio: 528/189;
  height: 100%;
  width: 100%;
}
.c-btn-cta--center .c-btn-cta__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-btn-cta--center .c-btn-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn-cta--center .c-btn-cta__title {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}
.c-btn-cta--center .c-btn-cta__sub-title {
  font-size: 0.75rem;
}

.c-btn-contact {
  background-color: #002f82;
  color: #ffffff;
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 700;
  padding: 27.4px 85.5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.c-btn-contact span {
  display: inline-block;
  padding-left: 41.03px;
  position: relative;
}
.c-btn-contact span::before {
  background: url(../img/icon/contact-mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 16.97px;
  left: 0;
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27.03px;
}
.c-btn-contact:hover {
  background-color: #000000;
}
.c-btn-contact:focus {
  background-color: #000000;
}

.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.c-section-heading__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
}

.c-section-heading__ja {
  font-size: 0.625rem;
}

.c-section-heading--md .c-section-heading__en {
  font-size: 2.5rem;
}
.c-section-heading--md .c-section-heading__ja {
  font-size: 0.875rem;
}

.c-section-heading--lg {
  position: relative;
}
.c-section-heading--lg::before {
  background-color: #000000;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: calc(100% + 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
}
.c-section-heading--lg .c-section-heading__en {
  font-size: 2.5rem;
}
.c-section-heading--lg .c-section-heading__ja {
  font-size: 0.875rem;
}

.c-section-heading--small .c-section-heading__en {
  font-size: 2rem;
}
.c-section-heading--small .c-section-heading__ja {
  font-size: 0.875rem;
}

.c-heading {
  font-size: 1.35rem;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.c-heading::before {
  background-color: #000000;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: calc(100% + 22px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 19.5px;
}

.c-hamburger {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-color: transparent;
  cursor: pointer;
  height: 31px;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  width: 31px;
}
.c-hamburger::after {
  background: #d8d8d8;
  -webkit-box-shadow: -11px 0 0 #d8d8d8, 11px 0 0 #d8d8d8, -11px -11px 0 #d8d8d8, 0 -11px 0 #d8d8d8, 11px -11px 0 #d8d8d8, -11px 11px 0 #d8d8d8, 0 11px 0 #d8d8d8, 11px 11px 0 #d8d8d8;
          box-shadow: -11px 0 0 #d8d8d8, 11px 0 0 #d8d8d8, -11px -11px 0 #d8d8d8, 0 -11px 0 #d8d8d8, 11px -11px 0 #d8d8d8, -11px 11px 0 #d8d8d8, 0 11px 0 #d8d8d8, 11px 11px 0 #d8d8d8;
  content: "";
  display: block;
  height: 5px;
  left: calc(50% - 4px);
  position: absolute;
  top: calc(50% - 4px);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  width: 5px;
}
.c-hamburger::before {
  background: #d8d8d8;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 40px;
}
.c-hamburger:hover {
  opacity: 0.7;
}
.c-hamburger:focus {
  opacity: 0.7;
}

.c-hamburger.is-open::before {
  opacity: 1;
}
.c-hamburger.is-open::after {
  background: #d8d8d8;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 40px;
}

.c-page-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.c-page-heading__en {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
}

.c-page-heading__ja {
  font-size: 0.75rem;
  margin-top: 7px;
}

.c-page-heading__address {
  font-size: 0.75rem;
  margin-top: 5px;
}

.c-page-heading-img {
  overflow: hidden;
}
.c-page-heading-img img {
  aspect-ratio: 600/270;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-page-heading-img__title {
  text-align: center;
  z-index: 2;
}

.c-page-heading-img__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.c-page-heading-img__title-ja {
  font-size: 1.25rem;
  margin-top: 17px;
}

.c-news-card {
  background-color: #ffffff;
  -webkit-box-shadow: 6px 7px 26px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 7px 26px rgba(0, 0, 0, 0.16);
  display: block;
  padding: 14px 32.2px 22.7px 32.2px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-news-card::before {
  -webkit-animation: rotate 15s linear infinite;
          animation: rotate 15s linear infinite;
  background: url(../img/icon/new-blog-deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 67.43px;
  position: absolute;
  right: 32.1px;
  top: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  width: 67.41px;
  z-index: 2;
}
.c-news-card::after {
  background: url(../img/icon/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 6px;
  position: absolute;
  right: 16.7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.08px;
}
.c-news-card:hover {
  opacity: 0.7;
}
.c-news-card:focus {
  opacity: 0.7;
}

.c-news-card__title {
  font-size: 1.5625rem;
  font-weight: 500;
}

.c-news-card__text {
  font-size: 0.5625rem;
}

.c-business-card {
  display: block;
  overflow: hidden;
  padding: 166px 20px 23px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.c-business-card:hover .c-business-card__background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-business-card:focus .c-business-card__background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-business-card::before {
  background: url(../img/icon/triangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 5px;
  content: "";
  height: 10.18px;
  position: absolute;
  right: 4.1px;
  width: 10.16px;
  z-index: 2;
}
.c-business-card .c-business-card__background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
.c-business-card .c-business-card__background--1 {
  background-image: url(../img/c-business-card-bg1.webp);
}
.c-business-card .c-business-card__background--2 {
  background-image: url(../img/c-business-card-bg2.webp);
}
.c-business-card .c-business-card__background--3 {
  background-image: url(../img/c-business-card-bg3.webp);
}
.c-business-card::after {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 100%;
  opacity: 0.49;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}

.c-business-card__text-box {
  position: relative;
  z-index: 3;
}

.c-business-card__title {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  padding-bottom: 8.5px;
}

.c-business-card__sub-title {
  color: #ffffff;
  font-size: 0.8125rem;
  padding-top: 14.5px;
}

.c-blog-card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.c-blog-card:hover {
  opacity: 0.7;
}
.c-blog-card:focus {
  opacity: 0.7;
}

.c-blog-card__img img {
  width: 100%;
}

.c-blog-card__content {
  padding: 12px 0;
}

.c-blog-card__date {
  font-size: 0.75rem;
}

.c-blog-card__label {
  border: 1px solid #000000;
  display: inline-block;
  font-size: 0.6875rem;
  letter-spacing: 0.1875rem;
  margin-left: 15.5px;
  padding: 2px 17.6px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.c-blog-card__title {
  font-size: 0.875rem;
  margin-top: 4.3px;
}

.c-works-card {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: grid;
  gap: 20px;
  grid-row: span 3;
  grid-template-rows: subgrid;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.c-works-card:hover img {
  scale: 1.05;
}
.c-works-card:focus img {
  scale: 1.05;
}
.c-works-card::before {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 42px;
  position: absolute;
  right: 0;
  width: 40px;
}
.c-works-card::after {
  background: url(../img/icon/arrow-right-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 13px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  width: 13px;
}

.c-works-card__img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.c-works-card__img img {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-works-card__text-box {
  padding: 0 20px;
}

.c-works-card__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 6.4px;
}

.c-works-card__title-ja {
  font-size: 0.875rem;
  margin-top: 8.7px;
}

.c-works-card__address {
  font-size: 0.625rem;
  margin-top: 10px;
}

.c-works-card__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  padding-left: 20px;
  width: 100%;
}

.c-works-card__text {
  font-family: "Roboto", sans-serif;
  font-size: 0.4375rem;
}

.c-info-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}

.c-info-texts__title {
  font-size: 1.75rem;
  font-weight: 500;
}

.c-info-texts__text {
  font-size: 0.875rem;
  line-height: 2;
}

.c-service-card__img {
  aspect-ratio: 528/265;
  margin-top: 32px;
}
.c-service-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-service-card__text {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 24px;
  margin-top: 20px;
}

.c-service-card--02 .c-service-card__img {
  aspect-ratio: 528/228;
  margin-top: 32px;
}
.c-service-card--02 .c-service-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-owned-service {
  height: auto;
  margin: 0 auto;
  max-width: 456px;
  text-align: center;
  width: 100%;
}

.c-owned-service__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.c-owned-service__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.c-owned-service__title-ja {
  font-size: 0.625rem;
}

.c-owned-service__img {
  aspect-ratio: 456/281;
  height: auto;
  margin-top: 27px;
  width: 100%;
}
.c-owned-service__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-owned-service__text {
  font-size: 0.875rem;
  margin-top: 15px;
  text-align: left;
}

.c-recruit-skill-card {
  background-color: #ffffff;
  height: 100%;
  padding: 45px 35px 29.8px 35px;
  width: 100%;
}

.c-recruit-skill-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 40px;
  text-align: center;
}

.c-recruit-skill-card__img {
  height: 90px;
  margin: 0 auto;
  margin-top: 37.7px;
  width: 90px;
}
.c-recruit-skill-card__img img {
  height: 100%;
  width: 100%;
}

.c-recruit-skill-card__text {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 24px;
  margin-top: 39px;
  text-align: left;
}

.c-recruit-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.c-recruit-btn:hover {
  background-color: #002f82;
  color: #ffffff;
}
.c-recruit-btn:focus {
  background-color: #002f82;
  color: #ffffff;
}

.c-recruit-btn__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.c-recruit-btn__text {
  font-size: 0.75rem;
}

.c-recruit-btn--bg-blue {
  background-color: #002f82;
  color: #ffffff;
}
.c-recruit-btn--bg-blue:hover {
  background-color: #ffffff;
  color: #000000;
}
.c-recruit-btn--bg-blue:focus {
  background-color: #ffffff;
  color: #000000;
}

.c-recruit-btn-cta {
  border: 1px solid #d8d8d8;
  display: block;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-recruit-btn-cta::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.c-recruit-btn-cta:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-recruit-btn-cta:focus img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.c-recruit-btn-cta__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-recruit-btn-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  left: 33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.c-recruit-btn-cta__title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.c-recruit-btn-cta__sub-title {
  font-size: 0.625rem;
}

.c-recruit-work-card {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  text-align: left;
}

.c-recruit-work-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-recruit-work-card__body {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.c-recruit-work-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 32px;
}

.c-recruit-work-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 25px;
  margin-top: 12px;
}

.c-recruit-work-card__btn {
  margin-top: 13px;
}

.c-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  overflow: auto;
  padding: 100px 10%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.c-modal__overlay {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

.c-modal__content {
  background: #ffffff;
  max-width: 1497px;
  padding: 40px 30px;
  position: relative;
  width: 100%;
  z-index: 999;
}

.c-modal__close {
  color: #ffffff;
  cursor: pointer;
  font-size: 2.9375rem;
  position: absolute;
  right: -8px;
  top: -76px;
}

.c-modal__heading {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 68px;
  text-align: center;
}

.c-modal__top-img {
  margin-top: 30px;
}
.c-modal__top-img img {
  height: 100%;
  width: 100%;
}

.c-modal__inner {
  margin: 0 auto;
  width: 100%;
}

.c-modal__body {
  margin-top: 60px;
  text-align: left;
}

.c-modal__block {
  margin-top: 50px;
}
.c-modal__block:first-child {
  margin-top: 0;
}

.c-modal__title {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 16px;
}

.c-modal__text {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 28px;
}

.c-modal__text--bold {
  font-weight: 700;
}

.c-modal__link:hover {
  text-decoration: underline;
}
.c-modal__link:focus {
  text-decoration: underline;
}

.c-modal__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.c-modal__img {
  height: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.c-modal__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-modal__flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 17px;
}

.c-modal__flex-box--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 17px;
}

.c-modal__flex-box--reverse--xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 17px;
}

.c-modal__flex-box--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 17px;
}

.c-modal__img-overlap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}

.c-modal__img-cg img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-modal__img-real img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-modal__img--bike {
  height: auto;
  width: auto;
}

.c-modal__img--office {
  height: auto;
  width: auto;
}

.c-modal__img--management {
  height: auto;
  width: 100%;
}
.c-modal__img--management img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-about-company-card {
  text-align: left;
}

.c-about-company-card__img img {
  height: 100%;
  width: 100%;
}

.c-about-company-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 18px;
}

.c-about-company-card__text {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 25px;
  margin-top: 7px;
}

.c-btn-interview {
  display: inline-block;
  font-weight: 700;
  line-height: 19px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.c-btn-interview:hover {
  opacity: 0.7;
}
.c-btn-interview:focus {
  opacity: 0.7;
}

.p-header {
  background: #ffffff;
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.p-header__inner {
  padding-left: 20px;
}

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

.p-header__logo {
  margin-left: 22px;
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-header__logo-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.p-header__logo-link img {
  max-width: 168.97px;
}

.p-header__logo-text {
  display: inline-block;
  font-size: 0.625rem;
}

.p-header__sns {
  margin-left: auto;
  margin-right: 24px;
}

.p-header__contact--pc {
  position: fixed;
  right: 0;
  top: 0;
}

.p-header__contact-link {
  position: absolute;
  top: 0;
  right: 0;
  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;
  background-color: #000000;
  padding: 23px 23px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.p-header__contact-link:hover {
  background-color: #002f82;
}
.p-header__contact-link:hover img {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}
.p-header__contact-link:focus {
  background-color: #002f82;
}
.p-header__contact-link:focus img {
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}

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

.loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2.25rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.loading.active {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible;
}

.loadingSvg {
  -webkit-animation: 4.5s loading 1;
          animation: 4.5s loading 1;
}

.loadingText {
  -webkit-animation: 1.5s showText 1;
          animation: 1.5s showText 1;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.contents {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100vw;
}

.p-drawer-content {
  color: #ffffff;
  height: 100dvh;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  padding-top: 66px;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.78, 0.31, 0.27, 1.01);
  transition: all 0.6s cubic-bezier(0.78, 0.31, 0.27, 1.01);
  visibility: hidden;
  width: 100vw;
  z-index: 98;
}

.p-drawer-content.is-open {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.p-drawer-content__nav {
  display: grid;
  grid-template-rows: repeat(auto-fill, minmax(-webkit-min-content, 1fr));
  grid-template-rows: repeat(auto-fill, minmax(min-content, 1fr));
  height: 100%;
}

.p-drawer-content__logo img {
  max-width: 166px;
  width: 100%;
}

.p-drawer-content__container--blue {
  display: grid;
  grid-template-rows: auto;
  padding-block: 40px;
  padding-inline: 36px;
  row-gap: 18.5px;
  background-color: #002f82;
  grid-template-columns: repeat(2, 1fr);
}

.p-drawer-content__container--orange {
  display: grid;
  grid-template-rows: auto;
  padding-block: 40px;
  padding-inline: 36px;
  row-gap: 18.5px;
  background-color: #f18f60;
  grid-template-columns: 1fr;
}

.p-drawer-content__grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-drawer-content__blog {
  background-color: #94bfe6;
  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: "Roboto", sans-serif;
  font-size: 2.1875rem;
  font-weight: 500;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-drawer-content__contact {
  background-color: #000000;
  display: grid;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  place-content: center;
  text-align: center;
}
.p-drawer-content__contact img {
  aspect-ratio: 45.62/30.62;
}

.p-drawer-content__contact-text {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}

.p-drawer-content__ceo-blog {
  background-color: #ffffff;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.p-drawer-content__ceo-blog img {
  width: 75%;
  max-width: 400px;
}

.p-drawer-content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-drawer-content__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 25px;
}

.p-drawer-content__head {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
}

.p-drawer-content__item {
  padding-left: 30px;
}

.p-drawer-content__link {
  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: "Roboto", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.p-drawer-content__link span {
  display: block;
  font-size: 0.625rem;
}

.p-footer {
  border-top: 0.5px solid #707070;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50.5px;
  padding-top: 57.4px;
}

.p-footer__logo {
  display: inline-block;
  max-width: 213.29px;
}

.p-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  row-gap: 32.7px;
  width: calc(100% - 80px);
}

.p-footer__nav-item {
  margin-top: 14.5px;
}
.p-footer__nav-item:first-child {
  margin-top: 0;
}
.p-footer__nav-item a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__nav-item a:hover {
  opacity: 0.7;
}
.p-footer__nav-item a:focus {
  opacity: 0.7;
}

.p-footer__nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.p-footer__nav-link--head {
  font-size: 1.75rem;
  font-weight: 600;
}

.p-footer__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37.8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 49.5px;
  text-align: center;
}

.p-footer__blog {
  max-width: 351px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.p-footer__blog a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__blog a:hover {
  opacity: 0.7;
}
.p-footer__blog a:focus {
  opacity: 0.7;
}

.p-footer__sns {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-footer__privacy {
  border-top: 0.5px solid #707070;
  padding-bottom: 26.4px;
  padding-top: 15px;
}

.p-footer__privacy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-footer__privacy-policy {
  font-family: "Roboto", sans-serif;
  font-size: 0.8125rem;
}

.p-footer__copy {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
}

.p-side-bar {
  height: 100vh;
  outline: 1px solid #d8d8d8;
  position: fixed;
  width: 108px;
  z-index: 101;
  background: #fff;
}

.p-side-bar__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30.5px;
  padding-top: 33px;
}

.p-side-bar__text {
  font-family: "Roboto", sans-serif;
  font-size: 0.6875rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-sns-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-sns-list li {
  margin: 0.4em;
}

.p-sns-item:last-child {
  margin-left: 6px;
}

.p-sns-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-sns-link:hover {
  opacity: 0.7;
}
.p-sns-link:focus {
  opacity: 0.7;
}
.p-sns-link img {
  width: 24px;
}

.p-sns-list--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-page-heading {
  padding-left: 36px;
  padding-right: 36px;
}

.p-page-heading__back-btn {
  left: 30px;
  position: absolute;
  top: 99.6px;
}
.p-page-heading__back-btn img {
  height: 22.01px;
  width: 11px;
}

.p-pagination {
  padding: 0 25px;
  text-align: center;
}

.page-numbers {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 10px 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background: #000000;
  color: #ffffff;
}

.page-numbers.current {
  background: #000000;
  color: #ffffff;
}

.prev {
  background: #ffffff;
  color: #000000;
  padding: 10px 16px;
}

.next {
  background: #ffffff;
  color: #000000;
  padding: 10px 16px;
}

.p-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}

.p-fv {
  position: relative;
}

.p-fv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
}

.p-fv__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
  left: 0;
  padding: 0 36px;
  position: absolute;
  top: calc(100% - 15px);
}

.p-fv__title {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  position: relative;
}
.p-fv__title::before {
  background-color: #000000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 14px);
  width: 14px;
}

.p-fv__sub-title {
  font-size: 1.125rem;
}

.p-fv__news-card {
  bottom: 38px;
  position: absolute;
  right: 32px;
}
.p-fv__news-card .c-news-card__title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.p-news__content {
  width: 100%;
}

.p-news__item {
  border-bottom: 0.5px solid #707070;
  padding-bottom: 12px;
  padding-top: 25px;
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-news__link:hover {
  opacity: 0.7;
}
.p-news__link:focus {
  opacity: 0.7;
}

.p-news__date {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

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

.p-news__btn {
  margin-top: 45.5px;
  text-align: right;
}

.p-works__inner {
  margin-inline: auto;
}

.p-works__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-works__partnership {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-works__partnership img:first-child {
  margin: 0 auto;
  width: 162px;
}

.p-works__btn {
  margin-top: 66px;
  text-align: center;
}

.p-business {
  position: relative;
}

.p-business__heading.c-heading::before {
  display: none !important;
}

.p-business__banner {
  margin: 4em auto 6em;
}
.p-business__banner a {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-business__banner a:hover {
  opacity: 0.7;
}
.p-business__banner a:focus {
  opacity: 0.7;
}

.p-business__heading-block {
  position: relative;
}
.p-business__heading-block::before {
  background: url(../img/icon/brand-deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 92.8px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, calc(-100% - 26px));
          transform: translate(-50%, calc(-100% - 26px));
  width: 95.48px;
}
.p-business__heading-block h2 {
  width: 60%;
}
.p-business__heading-block span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 1em auto;
}

.p-business__section-heading {
  margin-top: 35.5px;
}

.p-business__content {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
}

.p-blog__tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-blog__tab-btn {
  font-size: 0.875rem;
  min-width: 83px;
  padding: 8px 13px;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-blog__tab-btn.is-active {
  background-color: #000000;
  color: #ffffff;
}

.p-blog__tab-content {
  display: none;
}

.p-blog__tab-content.is-active {
  display: block;
}

.p-blog__btn {
  margin-top: 57.6px;
  text-align: center;
}

.p-blog-swiper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
}

.p-recruit-swiper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 52px;
}

.p-blog-swiper__prev {
  background-color: #000000;
  height: 53px;
  position: static;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 52px;
  position: relative;
}
.p-blog-swiper__prev:hover {
  opacity: 0.7;
}
.p-blog-swiper__prev:focus {
  opacity: 0.7;
}
.p-blog-swiper__prev::before {
  content: "";
  height: 14.34px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.76px;
  background: url(../img/icon/swiper-arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.p-recruit-swiper__prev {
  background-color: #000000;
  height: 53px;
  position: static;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 52px;
  position: relative;
  background-color: #f18f60;
}
.p-recruit-swiper__prev:hover {
  opacity: 0.7;
}
.p-recruit-swiper__prev:focus {
  opacity: 0.7;
}
.p-recruit-swiper__prev::before {
  content: "";
  height: 14.34px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.76px;
  background: url(../img/icon/swiper-arrow-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.p-blog-swiper__next {
  background-color: #000000;
  height: 53px;
  position: static;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 52px;
  position: relative;
}
.p-blog-swiper__next:hover {
  opacity: 0.7;
}
.p-blog-swiper__next:focus {
  opacity: 0.7;
}
.p-blog-swiper__next::before {
  content: "";
  height: 14.34px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.76px;
  background: url(../img/icon/swiper-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.p-recruit-swiper__next {
  background-color: #000000;
  height: 53px;
  position: static;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 52px;
  position: relative;
  background-color: #f18f60;
}
.p-recruit-swiper__next:hover {
  opacity: 0.7;
}
.p-recruit-swiper__next:focus {
  opacity: 0.7;
}
.p-recruit-swiper__next::before {
  content: "";
  height: 14.34px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16.76px;
  background: url(../img/icon/swiper-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

.swiper {
  height: auto;
  width: 100%;
}

.swiper-button-prev::after {
  content: "";
}

.swiper-button-next::after {
  content: "";
}

.swiper-button-disabled {
  background-color: #d8d8d8 !important;
  opacity: 0.6 !important;
}

.swiper-slide {
  margin-bottom: 12.3px;
}

.p-cta {
  position: relative;
}

.p-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-cta__img {
  height: 100%;
  overflow: hidden;
  width: 100;
  z-index: 2;
}
.p-cta__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-cta__text-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -50px;
  padding: 54.9px 62px 0px 62px;
  position: relative;
  z-index: 3;
}

.p-cta__head {
  color: #f18f60;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
}

.p-cta__title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 16px;
  position: relative;
  text-align: center;
}
.p-cta__title::before {
  background-color: #000000;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: calc(100% + 17.9px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24.96px;
}

.p-cta__text {
  margin-top: 38.8px;
  text-align: center;
}

.p-cta__btn {
  margin-top: 20.9px;
}

.p-ceo-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 4vw, 48px);
}

.p-ceo-message__img {
  overflow: hidden;
}

.p-ceo-message__title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.p-ceo-message__text {
  letter-spacing: 0.08em;
  line-height: 32px;
  margin-top: 53px;
}
.p-ceo-message__text p {
  margin-bottom: 20px;
}

.p-ceo-message__name-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
}

.p-ceo-message__corporation {
  font-size: 0.875rem;
}

.p-ceo-message__name {
  font-family: "ShokakiRinpen", sans-serif;
  font-size: 2.6875rem;
}

.p-info__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 76px;
  margin-top: 81px;
  position: relative;
}

.p-info__company-profile-outer {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  margin-top: 67px;
}

.p-info__company-profile {
  padding-bottom: 64px;
  padding-top: 68px;
}

.p-info__company-profile__title {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: center;
}

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

.p-info__access-title {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
}

.p-info__access-contents {
  display: grid;
  gap: 47px;
  grid-template-columns: 1fr;
  margin-top: 51.6px;
}

.p-company-profile {
  border-collapse: collapse;
  margin-top: 77px;
  text-align: left;
}

.p-company-profile__row {
  border-bottom: 1px solid #d8d8d8;
}
.p-company-profile__row:last-child {
  border-bottom: none;
}

.p-company-profile__head {
  padding-bottom: 21.5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 26.5px;
  font-weight: 500;
  width: 20%;
}

.p-company-profile__body {
  padding-bottom: 21.5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 26.5px;
  width: 65%;
}

.p-company-profile__link {
  color: #002f82;
}
.p-company-profile__link:hover {
  text-decoration: underline;
}
.p-company-profile__link:focus {
  text-decoration: underline;
}

.p-company-profile__link--deco {
  position: relative;
}
.p-company-profile__link--deco::before {
  background: url(../img/icon/p-company-profile-deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 10.25px;
  position: absolute;
  right: -15.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10.5px;
}

.p-company-profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 5px;
}
.p-company-profile__flex span {
  font-weight: 600;
}
.p-company-profile__flex:first-child {
  margin-top: 0;
}

.p-access__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  text-align: center;
}

.p-access__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.p-access__title-ja {
  font-size: 0.625rem;
}

.p-access__address {
  font-size: 0.875rem;
  margin-top: 22px;
  text-align: center;
}

.p-access__address-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-access__map {
  margin-top: 18px;
}
.p-access__map iframe {
  aspect-ratio: 528/264;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-strength__contents {
  padding: 4em 0 0;
}
.p-strength__contents .p-strength__contents-item {
  width: 80%;
  max-width: 1200px;
  margin: 8em auto;
}
.p-strength__contents .p-strength__contents-item h2 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
}
.p-strength__contents .p-strength__contents-item h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0.2em auto 1em;
}
.p-strength__contents .p-strength__contents-item h3 span {
  font-size: 1.2rem;
  font-weight: 600;
  border: 1px solid #000;
  padding: 4px 10px;
}
.p-strength__contents .p-strength__contents-item .p-strength__contents-item-text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.8;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item .p-strength__contents-item-img {
  margin: 2em auto;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h4 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h4 i {
  display: block;
  font-size: 1.2rem;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices {
  margin: 1.5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices li {
  width: calc(50% - 1.5em);
  background-color: #f5f5f5;
  padding: 1.2em 2em;
  border-radius: 1em;
  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;
  position: relative;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices li p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices li:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f5f5f5;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 36px;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:before, .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 61.7px;
  background-color: #002f82;
  border-radius: 9999px;
  -webkit-transform-origin: 50% calc(100% - 2px);
          transform-origin: 50% calc(100% - 2px);
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:before {
  -webkit-transform: rotate(-56.3deg);
          transform: rotate(-56.3deg);
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:after {
  -webkit-transform: rotate(56.3deg);
          transform: rotate(56.3deg);
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:nth-child(1) {
  opacity: 0.2;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:nth-child(2) {
  opacity: 0.5;
  top: -10px;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:nth-child(3) {
  opacity: 0.8;
  top: -20px;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h5 {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #002f82;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h6 {
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  color: #002f82;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice p {
  font-size: 1.1rem;
  line-height: 2.4;
  text-align: center;
  font-weight: 500;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--client h4 {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--client ul {
  width: 80%;
  margin: 1em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--client ul li {
  width: 30%;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--client ul li img {
  max-width: 90%;
  height: auto;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature .p-strength__contents-item--feature-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul {
  margin: 4em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li {
  width: calc(25% - 1.5em);
  text-align: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li h5 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li .icon {
  padding: 2em 0;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li .icon img {
  width: auto;
  height: 80px;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--contact {
  margin: 4em auto;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--contact .p-strength__contents-item--contact-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  text-align: center;
}
.p-strength__contents .p-strength__contents-item.p-strength__contents-item--contact .p-strength__contents-item--contact-btn {
  text-align: center;
  margin: 2em auto;
}
@media (max-width: 1400px) {
  .p-strength__contents {
    padding-top: 0;
  }
  .p-strength__contents .p-strength__contents-item {
    width: 90%;
  }
  .p-strength__contents .p-strength__contents-item h2 {
    font-size: 3rem;
  }
  .p-strength__contents .p-strength__contents-item h3 {
    font-size: 2rem;
  }
  .p-strength__contents .p-strength__contents-item h3 span {
    font-size: 1rem;
  }
  .p-strength__contents .p-strength__contents-item .p-strength__contents-item-text p {
    font-size: 1.1rem;
  }
  .p-strength__contents .p-strength__contents-item .p-strength__contents-item-img {
    margin: 1em auto;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h4 {
    font-size: 2.4rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices li p {
    font-size: 1rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow {
    width: 80px;
    height: 30px;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h5 {
    font-size: 3.6rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h6 {
    font-size: 1.2rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--client h4 {
    font-size: 1rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature .p-strength__contents-item--feature-text {
    font-size: 1.1rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 960px) {
  .p-strength__contents .p-strength__contents-item {
    margin: 4em auto;
    width: 90%;
  }
  .p-strength__contents .p-strength__contents-item h2 {
    font-size: 2.4rem;
  }
  .p-strength__contents .p-strength__contents-item h3 {
    font-size: 1.8rem;
  }
  .p-strength__contents .p-strength__contents-item .p-strength__contents-item-text p {
    font-size: 1rem;
    line-height: 2.4;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice {
    margin: 2em auto;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h4 {
    font-size: 2rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices li {
    width: 100%;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices li p {
    font-size: 0.9rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow {
    width: 60px;
    height: 20px;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h5 {
    font-size: 3rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h6 {
    font-size: 1.2rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice p {
    font-size: 1rem;
    line-height: 2;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--client h4 {
    font-size: 1rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--client ul li {
    width: calc(50% - 1em);
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--client ul li img {
    max-width: 80%;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature h3 {
    font-size: 1.8rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature .p-strength__contents-item--feature-text {
    font-size: 0.9rem;
    line-height: 2;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul {
    margin: 2em auto;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li {
    width: calc(50% - 1em);
    border: 1px solid #ddd;
    border-radius: 1em;
    padding: 1em;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li h5 {
    font-size: 1.2rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li .icon img {
    width: 60px;
    height: 60px;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li p {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .p-strength__contents .p-strength__contents-item {
    width: 100%;
  }
  .p-strength__contents .p-strength__contents-item h2 {
    font-size: 1.6rem;
  }
  .p-strength__contents .p-strength__contents-item h3 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-strength__contents .p-strength__contents-item h3 span {
    line-height: 1;
    font-size: 0.8rem;
  }
  .p-strength__contents .p-strength__contents-item h4 {
    font-size: 1.2rem;
  }
  .p-strength__contents .p-strength__contents-item .p-strength__contents-item-text {
    text-align: left;
    width: 90%;
    margin: auto;
  }
  .p-strength__contents .p-strength__contents-item .p-strength__contents-item-text p {
    text-align: left;
    font-size: 0.9rem;
    line-height: 2;
  }
  .p-strength__contents .p-strength__contents-item .p-strength__contents-item-img {
    margin: 1em auto;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h4 {
    font-size: 1.6rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices {
    width: 90%;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices li {
    padding: 1em 1.6em;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .voices li p {
    width: 100%;
    text-align: left;
    font-size: 0.8rem;
    margin: 0 auto;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow {
    width: 40px;
    height: 15px;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:before, .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:after {
    height: 31.7px;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:nth-child(2), .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice .p-strength__contents-item-arrow .arrow:nth-child(3) {
    top: 0px;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h5 {
    font-size: 2.4rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice h6 {
    font-size: 1rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--voice p {
    margin: 1em auto;
    width: 90%;
    font-size: 0.9rem;
    line-height: 2;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--client h4 {
    font-size: 1rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--client ul li {
    width: calc(50% - 1em);
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--client ul li img {
    max-width: 90%;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature {
    width: 90%;
    margin: 2em auto;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature h3 {
    font-size: 1.4rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature .p-strength__contents-item--feature-text {
    text-align: left;
    font-size: 0.8rem;
    line-height: 2;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul {
    gap: 1em;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li {
    width: 100%;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li h5 {
    font-size: 1.2rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li .icon {
    padding: 1em 0;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li .icon img {
    width: 100px;
    height: auto;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--feature ul li p {
    font-size: 0.8rem;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--contact {
    width: 90%;
    margin: 2em auto;
  }
  .p-strength__contents .p-strength__contents-item.p-strength__contents-item--contact .p-strength__contents-item--contact-text {
    font-size: 0.8rem;
    line-height: 2;
  }
}

.p-search {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 37px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 37px;
  text-align: center;
}

.p-search__title {
  font-size: 1.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10.2px;
  position: relative;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.p-search__title::before {
  background: url(../img/icon/serch.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 17.3px;
  left: -10.2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17.29px;
}

.p-search__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 34px;
}
.p-search__options label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
}
.p-search__options input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 2px solid #d8d8d8;
  border-radius: 3px;
  cursor: pointer;
  height: 14px;
  margin-right: 12px;
  position: relative;
  width: 14px;
}
.p-search__options input[type=checkbox]:checked::before {
  background-color: #000000;
  border-radius: 1px;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
}

.p-search-btn {
  margin-top: 30px;
}
.p-search-btn .c-btn {
  padding: 15px 70px;
}

.p-page-blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-page-blog__tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-page-blog__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 34px;
}
.p-page-blog__container .c-blog-card__img {
  aspect-ratio: 644/384;
  width: 100%;
}
.p-page-blog__container .c-blog-card__img img {
  aspect-ratio: inherit;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.p-page-blog__container .c-blog-card__content {
  padding: 20px 0;
}
.p-page-blog__container .c-blog-card__title {
  font-size: 1rem;
  margin-top: 13px;
}

.p-works-contents__img img {
  aspect-ratio: 600/300;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-works-contents__teams {
  font-family: "Roboto", sans-serif;
  position: relative;
  -moz-text-align-last: left;
  text-align-last: left;
}
.p-works-contents__teams::before {
  background-color: #000000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 36px);
  width: 18px;
}

.p-works-contents__head {
  padding-top: 5px;
  font-weight: 700;
}

.p-works-contents__body {
  padding-top: 5px;
  padding-left: 54px;
}

.p-works-contents__main h1 {
  line-height: 2;
  margin-top: 20px;
  font-size: 2.98625rem;
}
.p-works-contents__main h1:first-child {
  margin-top: 0;
}
.p-works-contents__main h2 {
  line-height: 2;
  margin-top: 20px;
  font-size: 2.488125rem;
}
.p-works-contents__main h2:first-child {
  margin-top: 0;
}
.p-works-contents__main h3 {
  line-height: 2;
  margin-top: 20px;
  font-size: 2.07375rem;
}
.p-works-contents__main h3:first-child {
  margin-top: 0;
}
.p-works-contents__main h4 {
  line-height: 2;
  margin-top: 20px;
  font-size: 1.728125rem;
}
.p-works-contents__main h4:first-child {
  margin-top: 0;
}
.p-works-contents__main h5 {
  line-height: 2;
  margin-top: 20px;
  font-size: 1.44rem;
}
.p-works-contents__main h5:first-child {
  margin-top: 0;
}
.p-works-contents__main h6 {
  line-height: 2;
  margin-top: 20px;
  font-size: 1.2rem;
}
.p-works-contents__main h6:first-child {
  margin-top: 0;
}
.p-works-contents__main ul {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main ul:first-child {
  margin-top: 0;
}
.p-works-contents__main ol {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main ol:first-child {
  margin-top: 0;
}
.p-works-contents__main dl {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main dl:first-child {
  margin-top: 0;
}
.p-works-contents__main dt {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main dt:first-child {
  margin-top: 0;
}
.p-works-contents__main dd {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main dd:first-child {
  margin-top: 0;
}
.p-works-contents__main p {
  line-height: 2;
  margin-top: 20px;
  font-size: 1rem;
}
.p-works-contents__main p:first-child {
  margin-top: 0;
}
.p-works-contents__main div {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main div:first-child {
  margin-top: 0;
}
.p-works-contents__main span {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main span:first-child {
  margin-top: 0;
}
.p-works-contents__main img {
  line-height: 2;
  margin-top: 20px;
  width: 100%;
}
.p-works-contents__main img:first-child {
  margin-top: 0;
}
.p-works-contents__main a {
  line-height: 2;
  margin-top: 20px;
  color: #002f82;
  display: inline-block;
  font-size: 1rem;
  text-decoration: underline;
}
.p-works-contents__main a:first-child {
  margin-top: 0;
}
.p-works-contents__main table {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main table:first-child {
  margin-top: 0;
}
.p-works-contents__main tr {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main tr:first-child {
  margin-top: 0;
}
.p-works-contents__main th {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main th:first-child {
  margin-top: 0;
}
.p-works-contents__main td {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main td:first-child {
  margin-top: 0;
}
.p-works-contents__main small {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main small:first-child {
  margin-top: 0;
}
.p-works-contents__main button {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main button:first-child {
  margin-top: 0;
}
.p-works-contents__main time {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main time:first-child {
  margin-top: 0;
}
.p-works-contents__main figure {
  line-height: 2;
  margin-top: 20px;
}
.p-works-contents__main figure:first-child {
  margin-top: 0;
}

.p-works-contents__btn {
  text-align: center;
}

.wp-block-gallery.wp-block-gallery-1 {
  --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 2.187em)) !important );
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 2.187em)) !important);
}

.wp-block-gallery.is-layout-flex {
  --wp--style--unstable-gallery-gap: 35px !important;
  gap: 35px !important;
}

.p-about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.p-about__title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 44px;
}

.p-about__text {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 32px;
  margin-top: 41px;
}

.p-about__img {
  margin-top: 18px;
}
.p-about__img img {
  height: auto;
  width: 100%;
}

.p-about-card-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}

.p-about__point {
  border-top: 1px solid #d8d8d8;
  padding-top: 23.5px;
}

.p-about__point-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 29px;
}

.p-about__point-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-about__point-img {
  height: 100%;
  max-width: 323px;
  width: 100%;
}
.p-about__point-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-about__point-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.p-about__point-item-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.p-about__point-item-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 26px;
}

.p-about-card__img img {
  aspect-ratio: 600/328;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about-card__text-box {
  margin-top: 60px;
}

.p-about-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  position: relative;
  text-align: left;
}
.p-about-card__title::before {
  background-color: #000000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 30.5px);
  width: 15px;
}

.p-about-card__title-en {
  font-family: "Roboto", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
}

.p-about-card__title-ja {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-about-card__text {
  line-height: 2;
  margin-top: 56px;
}

.p-about-card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-about-card__image-section {
  height: 100vh;
  left: 0;
  position: sticky;
  top: 0;
  width: 50%;
}

.p-about-card__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  left: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-about-card__text-section {
  overflow-y: auto;
  width: 50%;
}
.p-about-card__text-section .p-about-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.p-service__top {
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.p-service__top-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.p-service__lead {
  margin-bottom: 15em;
  text-align: center;
}
.p-service__lead h3 {
  font-size: 2.4rem;
  font-weight: bolder;
  line-height: 1.4;
}
.p-service__lead p {
  margin: 1.5em auto;
  font-size: 1.125rem;
  line-height: 1.6;
}

.p-service__contents {
  padding-bottom: 76px;
}

.p-service__content {
  position: relative;
}
.p-service__content::before {
  content: "";
  left: 50%;
  position: absolute;
  top: -106px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-service__content--01::before {
  background: url(../img/icon/01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 64.28px;
  width: 66.89px;
}

.p-service__content--02::before {
  background: url(../img/icon/02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 64.28px;
  width: 76.98px;
}

.p-service__content--03::before {
  background: url(../img/icon/03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 64.28px;
  width: 76.21px;
}

.p-service__content-text {
  line-height: 28px;
  margin-top: 63px;
  text-align: center;
}

.p-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 38px;
}

.p-service__container--02 {
  gap: 65px;
}

.p-service__grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

.p-service__owned {
  background-color: #f5f5f5;
  padding-bottom: 58px;
  padding-top: 70px;
}

.p-service__owned-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 53px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 44px;
}

.p-service-card {
  text-align: center;
}

.p-service-card__circle {
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  height: 40vh;
  max-height: 208px;
  max-width: 209px;
  position: relative;
  width: 40vw;
}

.p-service-card__title {
  display: block;
  font-size: 1.0625rem;
  font-weight: 800;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-service-card__text {
  font-size: 0.75rem;
  margin-top: 19px;
  text-align: left;
}

.p-recruit {
  overflow: hidden;
}

.p-recruit__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
  position: relative;
}

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

.p-recruit__mission-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-recruit__mission-text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-top: 30.9px;
}

.p-recruit__mission-btn {
  margin-top: 26.9px;
}

.p-recruit__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.p-recruit__gallery-img img {
  height: 100%;
  width: 100%;
}

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

.p-recruit__lead-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 36px;
}

.p-recruit__lead-text {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 26.9px;
}

.p-recruit__ceo-interview {
  margin: 4em auto;
}
.p-recruit__ceo-interview a {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-recruit__ceo-interview a:hover {
  opacity: 0.8;
}

.p-recruit__policy-contents {
  outline: 1px solid #000000;
  padding-bottom: 71px;
}

.p-recruit__policy-heading {
  background-color: #ffffff;
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 0 31px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.p-recruit__policy-title {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.p-recruit__policy-container {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  margin-top: 60.4px;
  row-gap: 57.4px;
  width: calc(100% - 60px);
}

.p-recruit__policy-text {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 39px;
  margin-top: 70px;
  padding: 0 30px;
  text-align: center;
}

.p-recruit__policy-underline {
  display: inline-block;
  position: relative;
}
.p-recruit__policy-underline::after {
  background-color: #707070;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-recruit__policy-btn {
  margin-top: 54.5px;
  text-align: center;
}

.p-recruit__skills {
  background-color: #f5f5f5;
  padding-bottom: 81px;
  padding-top: 76.5px;
}

.p-recruit__skills-title {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.p-recruit__skills-sub-title {
  font-size: 0.875rem;
  margin-top: 21.9px;
  text-align: center;
}

.p-recruit__skills-container {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-top: 39.6px;
}

.p-recruit__skills-btn {
  margin-top: 68px;
  text-align: center;
}

.p-recruit__cta-contents {
  text-align: center;
}

.p-recruit__cta-title {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.p-recruit__cta-sub-title {
  margin-top: 9px;
}

.p-recruit__cta-sub-text {
  margin: 1em 0;
  font-weight: bolder;
  color: #00307f;
  font-size: 1rem;
}

.p-recruit__cta-container {
  background: url(../img/p-recruit__cta-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  margin-top: 49px;
  padding: 33px 32px;
}

.p-recruit__interview-inner {
  text-align: center;
}

.p-recruit__interview-title {
  font-size: 3rem;
  font-weight: 700;
}

.p-recruit__interview-sub-title {
  font-size: 0.75rem;
}

.p-recruit__interview-text {
  margin-top: 32px;
}

.p-recruit__swiper-container {
  margin-top: 40px;
}

.p-recruit__swiper .swiper-scrollbar-drag {
  background-color: #f18f60;
}
.p-recruit__swiper .swiper-horizontal > .swiper-scrollbar {
  height: 2px;
}
.p-recruit__swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
}

.p-recruit__btn-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 35px;
}
.p-recruit__btn-container .c-recruit-btn-cta:nth-child(3) {
  grid-column: 1/-1;
  max-height: 188px;
}

.p-recruit__contact {
  background: #f5f5f5;
  padding: 41px 0;
  text-align: center;
}

.p-recruit__contact-title {
  font-size: 1.625rem;
  font-weight: 700;
}

.p-recruit__contact-text {
  font-size: 0.875rem;
  margin-top: 20.5px;
}

.p-recruit__contact-box {
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 33px;
  padding: 40.2px 38.5px;
  width: calc(100% - 66px);
}

.p-recruit__contact-tel-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27.2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-recruit__contact-tel-icon {
  border: 2px solid #f18f60;
  color: #f18f60;
  font-weight: 500;
  padding: 0 17px;
}

.p-recruit__contact-tel {
  font-size: 2.625rem;
  font-weight: 700;
}

.p-recruit__contact-box-text {
  font-size: 0.75rem;
  margin-top: 3px;
}

.p-recruit__contact-btn {
  margin-top: 31px;
}

.p-recruit-policy-card {
  margin: 0 auto;
  max-width: 457px;
  text-align: center;
  width: 100%;
}

.p-recruit-policy-card__circle {
  background-color: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  height: 40vh;
  max-height: 220px;
  max-width: 220px;
  position: relative;
  width: 40vw;
}

.p-recruit-policy-card__title {
  display: block;
  font-size: 1.125rem;
  font-weight: 800;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.p-recruit-policy-card__text {
  font-size: 0.875rem;
  margin-top: 20px;
  text-align: center;
}

.p-recruit__growth {
  margin: 8em auto;
  text-align: center;
}
.p-recruit__growth h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.p-recruit__growth h2 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 68px;
}
.p-recruit__growth .p-recruit__growth-btn {
  margin-top: 4em;
}
@media (max-width: 768px) {
  .p-recruit__growth {
    margin: 4em auto;
  }
  .p-recruit__growth h2 {
    font-size: 1.2rem;
  }
  .p-recruit__growth h2 span {
    font-size: 2rem;
  }
  .p-recruit__growth p {
    font-size: 0.8rem;
  }
}

.p-recruit__growth-container {
  margin: 4em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-recruit__growth-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-recruit__growth-container .p-recruit__growth-card {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 31%;
  border-width: 20px;
  border-style: solid;
  padding: 30px;
  text-align: center;
}
.p-recruit__growth-container .p-recruit__growth-card h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 36px;
}
.p-recruit__growth-container .p-recruit__growth-card p {
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 20px;
}
.p-recruit__growth-container .p-recruit__growth-card:nth-child(1) {
  border-color: #013082;
}
.p-recruit__growth-container .p-recruit__growth-card:nth-child(1) h4, .p-recruit__growth-container .p-recruit__growth-card:nth-child(1) p {
  color: #013082;
}
.p-recruit__growth-container .p-recruit__growth-card:nth-child(2) {
  border-color: #f18f60;
}
.p-recruit__growth-container .p-recruit__growth-card:nth-child(2) h4, .p-recruit__growth-container .p-recruit__growth-card:nth-child(2) p {
  color: #f18f60;
}
.p-recruit__growth-container .p-recruit__growth-card:nth-child(3) {
  border-color: #94c0e7;
}
.p-recruit__growth-container .p-recruit__growth-card:nth-child(3) h4, .p-recruit__growth-container .p-recruit__growth-card:nth-child(3) p {
  color: #94c0e7;
}
@media (max-width: 768px) {
  .p-recruit__growth-container .p-recruit__growth-card {
    width: 100%;
    border-width: 10px;
    padding: 20px;
    gap: 10px;
  }
  .p-recruit__growth-container .p-recruit__growth-card h4 {
    font-size: 1.5rem;
  }
  .p-recruit__growth-container .p-recruit__growth-card p {
    font-size: 0.8rem;
  }
}

.p-interview-card__img {
  position: relative;
}
.p-interview-card__img::before {
  background: url(../img/icon/arrow-orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 15px;
  content: "";
  height: 65px;
  left: 26px;
  position: absolute;
  width: 65px;
}
.p-interview-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-interview-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 33.6px;
  padding-top: 13px;
  text-align: left;
}

.p-interview-card__post {
  color: #f18f60;
  font-size: 0.8125rem;
  font-weight: 500;
}

.p-interview-card__name-en {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 3px;
}

.p-interview-card__name-ja {
  font-size: 0.875rem;
  margin-top: 5px;
}

.p-recruit-work__contents {
  margin-top: 64px;
  text-align: center;
}

.p-recruit-work__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 36px;
}

.p-recruit-work__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-top: 26.9px;
}

.p-recruit-work__container {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 70px;
  row-gap: 70px;
}

.p-about-company__environment {
  text-align: center;
}

.p-about-company__environment-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 68px;
}

.p-about-company__environment-text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  margin-top: 30px;
}

.p-about-company__environment-container {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 30px;
  row-gap: 35px;
}

.p-about-company-card__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}

.p-about-company-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 36px;
  word-break: break-word;
}

.p-about-company-card__text {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  margin-top: 12px;
}

.p-about-company-card__text-bold {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 26px;
}

.p-about-company-card__deco {
  color: #f18f60;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 26px;
  padding-left: 30px;
}

.p-about-company-card__img {
  aspect-ratio: 600/327;
  margin-top: 39px;
}
.p-about-company-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about-company__environment__growth {
  text-align: center;
}
.p-about-company__environment__growth h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 36px;
}
.p-about-company__environment__growth h3:after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #000;
  display: block;
  margin: 4em auto;
}
.p-about-company__environment__growth ul {
  margin-top: 4em;
}
.p-about-company__environment__growth ul li {
  margin-bottom: 6em;
}
.p-about-company__environment__growth ul li h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0.8em;
}
.p-about-company__environment__growth ul li p {
  font-size: 1.1rem;
  line-height: 32px;
}
.p-about-company__environment__growth ul li .img {
  margin: 30px auto 0;
}
.p-about-company__environment__growth .back {
  margin: 4em auto;
}
.p-about-company__environment__growth .back a {
  color: #000;
  text-decoration: underline;
}

.p-recruit-ceointerview__box__inner__content {
  padding: 8em 0;
}
.p-recruit-ceointerview__box__inner__content .lead {
  font-size: 1.1rem;
  line-height: 36px;
  margin: 6em auto 0;
}
.p-recruit-ceointerview__box__inner__content .ceo-interview__inner__title {
  margin: 3em auto;
  line-height: 2;
  font-size: 2.2rem;
}
@media screen and (max-width: 1200px) {
  .p-recruit-ceointerview__box__inner__content .ceo-interview__inner__title {
    line-height: 1.6;
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit-ceointerview__box__inner__content .ceo-interview__inner__title {
    line-height: 1.5;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .p-recruit-ceointerview__box__inner__content .ceo-interview__inner__title {
    font-size: 1.3rem;
  }
}
.p-recruit-ceointerview__box__inner__content .float_img_r {
  float: right;
  margin: 0.8em 0 2em 2.5em;
}
.p-recruit-ceointerview__box__inner__content .float_img_r img {
  width: 100%;
  height: auto;
}
.p-recruit-ceointerview__box__inner__content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
  margin: 5em auto 1.6em;
}
.p-recruit-ceointerview__box__inner__content .question {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 36px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 36px;
  position: relative;
}
.p-recruit-ceointerview__box__inner__content .question:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 1em;
}
.p-recruit-ceointerview__box__inner__content .answer {
  font-size: 1.1rem;
  line-height: 36px;
  margin-bottom: 1em;
}
.p-recruit-ceointerview__box__inner__content .answer span {
  font-weight: 700;
}
.p-recruit-ceointerview__box__inner__content .btn {
  margin: 5em auto;
  text-align: center;
}
.p-recruit-ceointerview__box__inner__content .imgs {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-recruit-ceointerview__box__inner__content .imgs .img {
  width: 48%;
}
.p-recruit-ceointerview__box__inner__content .imgs img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-ceointerview__box__inner__content {
    padding: 4em 0 0;
  }
  .p-recruit-ceointerview__box__inner__content .float_img_r {
    float: none;
    margin: 2em 0;
  }
  .p-recruit-ceointerview__box__inner__content .lead {
    line-height: 28px;
    font-size: 1rem;
  }
  .p-recruit-ceointerview__box__inner__content h2 {
    margin: 2em auto 1.2em;
    font-size: 1.1rem;
  }
  .p-recruit-ceointerview__box__inner__content .question {
    font-size: 0.9rem;
    line-height: 24px;
    padding-left: 24px;
  }
  .p-recruit-ceointerview__box__inner__content .question:before {
    top: 0.9rem;
    width: 20px;
  }
  .p-recruit-ceointerview__box__inner__content .answer {
    font-size: 0.9rem;
    line-height: 24px;
  }
  .p-recruit-ceointerview__box__inner__content .imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
  .p-recruit-ceointerview__box__inner__content .imgs .img {
    width: 100%;
  }
  .p-recruit-ceointerview__box__inner__content .btn a {
    font-size: 0.9rem;
  }
}

.p-job-description {
  margin-top: 83px;
}

.p-job-description__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}

.p-job-description__box {
  text-align: center;
}

.p-job-description__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 36px;
}

.p-job-description__list {
  margin-top: 19px;
  text-align: left;
}

.p-job-description__list--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}

.p-job-description__item {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.p-job-description__item span {
  font-weight: 700;
}

.p-job-description__entry {
  margin-top: 52px;
  text-align: center;
}

.p-job-description__text {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-job-description__btn {
  margin-top: 33px;
}

.p-single-interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.p-single-interview__post {
  color: #f18f60;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 30px;
}

.p-single-interview__name {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.p-single-interview__name-ja {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 63px;
}

.p-single-interview__name-en {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-single-interview__img {
  position: relative;
}
.p-single-interview__img img {
  aspect-ratio: 600/300;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-interview__youtube {
  aspect-ratio: 16/9;
  height: 100%;
  margin-inline: auto;
  width: 100%;
}
.p-single-interview__youtube iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-interviews__post-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 36px;
  margin-top: 20px;
}

.p-single-interview__main h1 {
  margin-top: 10px;
  font-size: 2.25rem;
  letter-spacing: 0.01em;
  line-height: 44px;
}
.p-single-interview__main h1:first-child {
  margin-top: 0;
}
.p-single-interview__main h2 {
  margin-top: 10px;
  font-size: 1.875rem;
  letter-spacing: 0.01em;
  line-height: 38px;
}
.p-single-interview__main h2:first-child {
  margin-top: 0;
}
.p-single-interview__main h3 {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 32px;
}
.p-single-interview__main h3:first-child {
  margin-top: 0;
}
.p-single-interview__main h4 {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 28px;
}
.p-single-interview__main h4:first-child {
  margin-top: 0;
}
.p-single-interview__main h5 {
  margin-top: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.p-single-interview__main h5:first-child {
  margin-top: 0;
}
.p-single-interview__main h6 {
  margin-top: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  line-height: 20px;
}
.p-single-interview__main h6:first-child {
  margin-top: 0;
}
.p-single-interview__main ul {
  margin-top: 10px;
}
.p-single-interview__main ul:first-child {
  margin-top: 0;
}
.p-single-interview__main ol {
  margin-top: 10px;
}
.p-single-interview__main ol:first-child {
  margin-top: 0;
}
.p-single-interview__main dl {
  margin-top: 10px;
}
.p-single-interview__main dl:first-child {
  margin-top: 0;
}
.p-single-interview__main dt {
  margin-top: 10px;
}
.p-single-interview__main dt:first-child {
  margin-top: 0;
}
.p-single-interview__main dd {
  margin-top: 10px;
}
.p-single-interview__main dd:first-child {
  margin-top: 0;
}
.p-single-interview__main p {
  margin-top: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.p-single-interview__main p:first-child {
  margin-top: 0;
}
.p-single-interview__main div {
  margin-top: 10px;
}
.p-single-interview__main div:first-child {
  margin-top: 0;
}
.p-single-interview__main span {
  margin-top: 10px;
}
.p-single-interview__main span:first-child {
  margin-top: 0;
}
.p-single-interview__main img {
  margin-top: 10px;
  width: 100%;
}
.p-single-interview__main img:first-child {
  margin-top: 0;
}
.p-single-interview__main a {
  margin-top: 10px;
  color: #002f82;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-decoration: underline;
}
.p-single-interview__main a:first-child {
  margin-top: 0;
}
.p-single-interview__main table {
  margin-top: 10px;
}
.p-single-interview__main table:first-child {
  margin-top: 0;
}
.p-single-interview__main tr {
  margin-top: 10px;
}
.p-single-interview__main tr:first-child {
  margin-top: 0;
}
.p-single-interview__main th {
  margin-top: 10px;
}
.p-single-interview__main th:first-child {
  margin-top: 0;
}
.p-single-interview__main td {
  margin-top: 10px;
}
.p-single-interview__main td:first-child {
  margin-top: 0;
}
.p-single-interview__main small {
  margin-top: 10px;
}
.p-single-interview__main small:first-child {
  margin-top: 0;
}
.p-single-interview__main button {
  margin-top: 10px;
}
.p-single-interview__main button:first-child {
  margin-top: 0;
}
.p-single-interview__main time {
  margin-top: 10px;
}
.p-single-interview__main time:first-child {
  margin-top: 0;
}
.p-single-interview__main figure {
  margin-top: 10px;
}
.p-single-interview__main figure:first-child {
  margin-top: 0;
}

.p-single-interview__btn {
  text-align: center;
}

.p-single-blog .c-blog-card__date {
  font-size: 1rem;
  line-height: 18px;
}
.p-single-blog .c-blog-card__label {
  font-size: 0.75rem;
}
.p-single-blog .c-blog-card__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 33px;
  margin-top: 14.8px;
}
.p-single-blog .c-blog-card__img img {
  aspect-ratio: 528/385;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-blog__main h1 {
  margin-top: 19.5px;
  font-size: 2.625rem;
  letter-spacing: 0.01em;
  line-height: 50px;
}
.p-single-blog__main h1:first-child {
  margin-top: 0;
}
.p-single-blog__main h2 {
  margin-top: 19.5px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 40px;
}
.p-single-blog__main h2:first-child {
  margin-top: 0;
}
.p-single-blog__main h3 {
  margin-top: 19.5px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 33px;
  padding-bottom: 15.5px;
}
.p-single-blog__main h3:first-child {
  margin-top: 0;
}
.p-single-blog__main h4 {
  margin-top: 19.5px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 44px;
}
.p-single-blog__main h4:first-child {
  margin-top: 0;
}
.p-single-blog__main h5 {
  margin-top: 19.5px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.p-single-blog__main h5:first-child {
  margin-top: 0;
}
.p-single-blog__main h6 {
  margin-top: 19.5px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 20px;
}
.p-single-blog__main h6:first-child {
  margin-top: 0;
}
.p-single-blog__main ul {
  margin-top: 19.5px;
}
.p-single-blog__main ul:first-child {
  margin-top: 0;
}
.p-single-blog__main ol {
  margin-top: 19.5px;
}
.p-single-blog__main ol:first-child {
  margin-top: 0;
}
.p-single-blog__main dl {
  margin-top: 19.5px;
}
.p-single-blog__main dl:first-child {
  margin-top: 0;
}
.p-single-blog__main dt {
  margin-top: 19.5px;
}
.p-single-blog__main dt:first-child {
  margin-top: 0;
}
.p-single-blog__main dd {
  margin-top: 19.5px;
}
.p-single-blog__main dd:first-child {
  margin-top: 0;
}
.p-single-blog__main p {
  margin-top: 19.5px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 26px;
}
.p-single-blog__main p:first-child {
  margin-top: 0;
}
.p-single-blog__main div {
  margin-top: 19.5px;
}
.p-single-blog__main div:first-child {
  margin-top: 0;
}
.p-single-blog__main span {
  margin-top: 19.5px;
}
.p-single-blog__main span:first-child {
  margin-top: 0;
}
.p-single-blog__main img {
  margin-top: 19.5px;
  width: 100%;
}
.p-single-blog__main img:first-child {
  margin-top: 0;
}
.p-single-blog__main a {
  margin-top: 19.5px;
  color: #002f82;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  text-decoration: underline;
}
.p-single-blog__main a:first-child {
  margin-top: 0;
}
.p-single-blog__main table {
  margin-top: 19.5px;
}
.p-single-blog__main table:first-child {
  margin-top: 0;
}
.p-single-blog__main tr {
  margin-top: 19.5px;
}
.p-single-blog__main tr:first-child {
  margin-top: 0;
}
.p-single-blog__main th {
  margin-top: 19.5px;
}
.p-single-blog__main th:first-child {
  margin-top: 0;
}
.p-single-blog__main td {
  margin-top: 19.5px;
}
.p-single-blog__main td:first-child {
  margin-top: 0;
}
.p-single-blog__main small {
  margin-top: 19.5px;
}
.p-single-blog__main small:first-child {
  margin-top: 0;
}
.p-single-blog__main button {
  margin-top: 19.5px;
}
.p-single-blog__main button:first-child {
  margin-top: 0;
}
.p-single-blog__main time {
  margin-top: 19.5px;
}
.p-single-blog__main time:first-child {
  margin-top: 0;
}
.p-single-blog__main figure {
  margin-top: 19.5px;
}
.p-single-blog__main figure:first-child {
  margin-top: 0;
}

.p-single-blog__btn {
  text-align: center;
}

.p-single-news__head-data {
  color: #002f82;
  font-size: 1rem;
  font-weight: 500;
  line-height: 18px;
}

.p-single-news__head-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 33px;
  margin-top: 10.8px;
}

.p-single-news__main h1 {
  margin-top: 19.5px;
  font-size: 2.625rem;
  letter-spacing: 0.01em;
  line-height: 50px;
}
.p-single-news__main h1:first-child {
  margin-top: 0;
}
.p-single-news__main h2 {
  margin-top: 19.5px;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 40px;
}
.p-single-news__main h2:first-child {
  margin-top: 0;
}
.p-single-news__main h3 {
  margin-top: 19.5px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 33px;
  padding-bottom: 15.5px;
}
.p-single-news__main h3:first-child {
  margin-top: 0;
}
.p-single-news__main h4 {
  margin-top: 19.5px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 44px;
}
.p-single-news__main h4:first-child {
  margin-top: 0;
}
.p-single-news__main h5 {
  margin-top: 19.5px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  line-height: 24px;
}
.p-single-news__main h5:first-child {
  margin-top: 0;
}
.p-single-news__main h6 {
  margin-top: 19.5px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 20px;
}
.p-single-news__main h6:first-child {
  margin-top: 0;
}
.p-single-news__main ul {
  margin-top: 19.5px;
}
.p-single-news__main ul:first-child {
  margin-top: 0;
}
.p-single-news__main ol {
  margin-top: 19.5px;
}
.p-single-news__main ol:first-child {
  margin-top: 0;
}
.p-single-news__main dl {
  margin-top: 19.5px;
}
.p-single-news__main dl:first-child {
  margin-top: 0;
}
.p-single-news__main dt {
  margin-top: 19.5px;
}
.p-single-news__main dt:first-child {
  margin-top: 0;
}
.p-single-news__main dd {
  margin-top: 19.5px;
}
.p-single-news__main dd:first-child {
  margin-top: 0;
}
.p-single-news__main p {
  margin-top: 19.5px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
}
.p-single-news__main p:first-child {
  margin-top: 0;
}
.p-single-news__main div {
  margin-top: 19.5px;
}
.p-single-news__main div:first-child {
  margin-top: 0;
}
.p-single-news__main span {
  margin-top: 19.5px;
}
.p-single-news__main span:first-child {
  margin-top: 0;
}
.p-single-news__main img {
  margin-top: 19.5px;
  width: 100%;
}
.p-single-news__main img:first-child {
  margin-top: 0;
}
.p-single-news__main a {
  margin-top: 19.5px;
  color: #002f82;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-decoration: underline;
}
.p-single-news__main a:first-child {
  margin-top: 0;
}
.p-single-news__main table {
  margin-top: 19.5px;
}
.p-single-news__main table:first-child {
  margin-top: 0;
}
.p-single-news__main tr {
  margin-top: 19.5px;
}
.p-single-news__main tr:first-child {
  margin-top: 0;
}
.p-single-news__main th {
  margin-top: 19.5px;
}
.p-single-news__main th:first-child {
  margin-top: 0;
}
.p-single-news__main td {
  margin-top: 19.5px;
}
.p-single-news__main td:first-child {
  margin-top: 0;
}
.p-single-news__main small {
  margin-top: 19.5px;
}
.p-single-news__main small:first-child {
  margin-top: 0;
}
.p-single-news__main button {
  margin-top: 19.5px;
}
.p-single-news__main button:first-child {
  margin-top: 0;
}
.p-single-news__main time {
  margin-top: 19.5px;
}
.p-single-news__main time:first-child {
  margin-top: 0;
}
.p-single-news__main figure {
  margin-top: 19.5px;
}
.p-single-news__main figure:first-child {
  margin-top: 0;
}

.p-single-news__btn {
  text-align: center;
}

.p-archive-news .p-news__item {
  padding-bottom: 25.5px;
  padding-top: 30px;
}
.p-archive-news .p-news__link {
  gap: 7.5px;
}
.p-archive-news .p-news__date {
  color: #002f82;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 28px;
}
.p-archive-news .p-news__text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 28px;
}

.p-contact__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  text-align: center;
}

.p-contact__title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 29px;
}

.p-contact__text {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 32px;
}

.p-contact-form {
  border: 1px solid #d8d8d8;
  padding: 44px 41px 71px;
}
.p-contact-form form label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.p-contact-form form input[type=text] {
  border: 1px solid #d8d8d8;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.p-contact-form form input[type=text]:focus {
  border-color: #002f82;
  -webkit-box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
          box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
  outline: none;
}
.p-contact-form form input[type=email] {
  border: 1px solid #d8d8d8;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.p-contact-form form input[type=email]:focus {
  border-color: #002f82;
  -webkit-box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
          box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
  outline: none;
}
.p-contact-form form input[type=tel] {
  border: 1px solid #d8d8d8;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.p-contact-form form input[type=tel]:focus {
  border-color: #002f82;
  -webkit-box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
          box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
  outline: none;
}
.p-contact-form form input[type=number] {
  border: 1px solid #d8d8d8;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  border: 1px solid #d8d8d8;
  font-size: 1rem;
  height: 30px;
  padding: 10px;
  width: 80px;
}
.p-contact-form form input[type=number]:focus {
  border-color: #002f82;
  -webkit-box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
          box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
  outline: none;
}
.p-contact-form form textarea {
  border: 1px solid #d8d8d8;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
.p-contact-form form textarea:focus {
  border-color: #002f82;
  -webkit-box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
          box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
  outline: none;
}
.p-contact-form form .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
.p-contact-form form .wpcf7-checkbox .wpcf7-list-item {
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 32px;
}
.p-contact-form form .wpcf7-checkbox input[type=checkbox] {
  margin-right: 17px;
}
.p-contact-form form .wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
}
.p-contact-form form input[type=file] {
  display: none;
}
.p-contact-form form .custom-file-upload {
  background-color: #d8d8d8;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 32px;
  padding: 15px 28px 12px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.p-contact-form form .custom-file-upload:hover {
  background-color: #ddd;
}
.p-contact-form .wpcf7-submit {
  background-color: #000000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 32px;
  margin: 0 auto;
  margin-top: 65px;
  padding: 25px 108px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.p-contact-form .wpcf7-submit:hover {
  background-color: #002f82;
}
.p-contact-form .wpcf7-submit:focus {
  background-color: #002f82;
}

.p-contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-contact-form__field + .p-contact-form__field {
  margin-top: 29px;
}

.p-contact-form__require {
  color: #ff0000;
  font-size: 1rem;
  padding-left: 10px;
}

.p-contact-form__text {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 32px;
}

.p-brand-new {
  display: grid;
  height: 31vh;
  place-items: center;
  position: relative;
  text-align: center;
  width: 100%;
}

.p-brand-new__title__img {
  aspect-ratio: 600/299;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-brand-new__title__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-brand-new__text-box {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15.1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1;
}

.p-brand-new__title {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-brand-new__sub-title {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-brand-new__description-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 51.9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
}

.p-brand-new__description-img {
  margin-inline: auto;
  width: 147.11px;
}
.p-brand-new__description-img img {
  height: 100%;
  width: 100%;
}

.p-brand-new__description-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 41.1px;
}

.p-brand-new__description-title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.5rem, 0.5rem + 5vw, 2.375rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 36px;
  text-align: center;
}
.p-brand-new__description-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.286rem + 3.57vw, 1.625rem);
}

.p-brand-new__description-text {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 36px;
}

.p-brand-new__philosophy {
  position: relative;
}
.p-brand-new__philosophy::before {
  background: url(../img/Philosophy.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 95px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 440px;
  z-index: -1;
}

.p-brand-new__philosophy-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34.1px;
  text-align: center;
}

.p-brand-new__philosophy-title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 48px;
}

.p-brand-new__philosophy-text {
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 32px;
}

.p-brand-new__color {
  background-color: #f5f5f5;
  overflow: hidden;
  padding-bottom: 78.9px;
  padding-top: 82.9px;
  position: relative;
}
.p-brand-new__color::before {
  background: url(../img/color.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 636px;
  position: absolute;
  right: -87px;
  top: -19.1px;
  width: 264px;
}

.p-brand-new__color-item {
  display: grid;
  gap: 11px;
  grid-row: span 3;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 2;
}

.p-brand-new__color-circle {
  border-radius: 50%;
  display: block;
  height: 112px;
  margin: 0 auto;
  width: 114px;
  z-index: 2;
}

.p-brand-new__color-circle--blue {
  background-color: #002f82;
  height: 150px;
  width: 150px;
  z-index: 2;
}

.p-brand-new__color-circle--orange {
  background-color: #f18f60;
}

.p-brand-new__color-circle--sky {
  background-color: #94bfe6;
}

.p-brand-new__color-title {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 2;
}

.p-brand-new__color-title--blue {
  color: #002f82;
  font-size: 2rem;
}

.p-brand-new__color-title--orange {
  color: #f18f60;
}

.p-brand-new__color-title--sky {
  color: #94bfe6;
}

.p-brand-new__color-text {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  z-index: 2;
}

.p-brand-new__color-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  margin-top: 35.8px;
  width: calc(100% - 72px);
}

.p-brand-new__message-inner {
  text-align: center;
}

.p-brand-new__message-logo img {
  height: auto;
  width: 177px;
}

.p-brand-new__message-title {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.016em;
  margin-top: 26.4px;
}

.p-brand-new__message-text {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  line-height: 28px;
  margin-top: 18px;
}

.u-is-fixed {
  overflow: hidden;
}

.u-hidden-sp {
  display: none;
}

.u-hidden-sp-lg {
  display: none;
}

.u-hidden-sm {
  display: block;
}

.u-hidden {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@media only screen and (max-width: 768px) {
  .p-business__heading-block h2 {
    width: 100%;
  }
  .p-business__heading-block span {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .p-service__lead h3 {
    font-size: 1.8rem;
  }
  .p-service__lead p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .p-service__lead h3 {
    font-size: 1.5rem;
  }
  .p-service__lead p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 600px) {
  .p-recruit__cta-sub-text {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-company__environment__growth h3 {
    font-size: 1rem;
    line-height: 32px;
  }
  .p-about-company__environment__growth h3:after {
    margin: 2em auto;
  }
  .p-about-company__environment__growth ul {
    margin-top: 2em;
  }
  .p-about-company__environment__growth ul li {
    margin-bottom: 3em;
  }
  .p-about-company__environment__growth ul li h4 {
    font-size: 1.4rem;
    line-height: 32px;
  }
  .p-about-company__environment__growth ul li p {
    font-size: 1rem;
    line-height: 28px;
  }
  .p-about-company__environment__growth .back {
    margin: 2em auto 0;
  }
}
@media screen and (min-width: 768px) {
  .l-news__section-heading {
    margin-top: 0;
  }
  .l-news__content {
    margin-top: 0;
  }
  .l-works__container {
    margin-top: 50px;
  }
  .l-works__partnership {
    margin-top: 50px;
  }
  .l-business__content {
    margin-top: 58px;
  }
  .l-blog {
    margin-top: 248px;
  }
  .l-blog__content {
    margin-top: 77px;
  }
  .l-blog-swiper {
    margin-top: 0;
  }
  .l-cta {
    margin-top: 240px;
    margin-bottom: 120px;
  }
  .l-footer {
    margin-top: 179.9px;
  }
  .l-ceo-message {
    margin-top: 125px;
  }
  .l-info {
    margin-top: 123px;
  }
  .l-page-works__search {
    margin-top: 85px;
  }
  .l-page-works__container {
    margin-top: 116px;
  }
  .l-page-works__pagination {
    margin-top: 119px;
  }
  .l-page-blog__tab-container {
    margin-top: 80px;
  }
  .l-page-blog__container {
    margin-top: 101.5px;
  }
  .l-page-blog__pagination {
    margin-top: 115.9px;
  }
  .l-works-contents__img {
    margin-top: 130px;
  }
  .l-works-contents__content {
    margin-top: 105px;
  }
  .l-works-contents__main {
    margin-top: 107px;
  }
  .l-works-contents__btn {
    margin-top: 154px;
  }
  .l-about {
    margin-top: 123px;
  }
  .l-about__top {
    margin-top: 184px;
  }
  .l-about__card-container {
    margin-top: 143px;
  }
  .l-about__point {
    margin-top: 130px;
  }
  .l-about__btn-container {
    margin-top: 184px;
  }
  .l-service__top {
    margin-top: 92px;
  }
  .l-service__heading-img {
    margin-top: 124px;
  }
  .l-service__contents {
    margin-top: 200px;
  }
  .l-service__partnership {
    margin-top: 58px;
  }
  .l-service__btn-container {
    margin-top: 70px;
    margin-top: 143px;
  }
  .l-service__content--02 {
    margin-top: 309px;
  }
  .l-service__content--03 {
    margin-top: 342px;
  }
  .l-recruit__head {
    margin-top: 126px;
  }
  .l-recruit__mission {
    margin-top: 192px;
  }
  .l-recruit__gallery {
    margin-top: 146px;
  }
  .l-recruit__lead {
    margin-top: 172px;
  }
  .l-recruit__policy {
    margin-top: 119.9px;
  }
  .l-recruit__skills {
    margin-top: 166px;
  }
  .l-recruit__cta {
    margin-top: 132px;
  }
  .l-recruit__interview {
    margin-top: 166px;
  }
  .l-recruit__btn-container {
    margin-top: 103.6px;
  }
  .l-recruit__contact {
    margin-top: 87px;
  }
  .l-recruit-work__head {
    margin-top: 126px;
  }
  .l-about-company__card-container {
    margin-top: 201px;
  }
  .l-about-company__environment {
    margin-top: 195px;
  }
  .l-single-interview__img {
    margin-top: 53px;
  }
  .l-single-interview__head {
    margin-top: 81px;
  }
  .l-single-interview__content {
    margin-top: 132px;
  }
  .l-single-interview__main {
    margin-top: 69px;
  }
  .l-single-interview__btn {
    margin-top: 148.6px;
  }
  .l-single-blog {
    margin-top: 74.4px;
  }
  .l-single-blog__thumbnail {
    margin-top: 70.1px;
  }
  .l-single-blog__content {
    margin-top: 57px;
  }
  .l-single-blog__btn {
    margin-top: 141.8px;
  }
  .l-single-news {
    margin-top: 74.4px;
  }
  .l-single-news__content {
    margin-top: 47.6px;
  }
  .l-single-news__btn {
    margin-top: 107.9px;
  }
  .l-archive-news__content {
    margin-top: 134px;
  }
  .l-contact__heading {
    margin-top: 98px;
  }
  .l-contact-form {
    margin-top: 54px;
  }
  .l-brand-new__description {
    margin-top: 210px;
  }
  .l-brand-new__philosophy {
    margin-top: 252.9px;
  }
  .l-brand-new__color {
    margin-top: 164.1px;
  }
  .l-brand-new__message {
    margin-top: 179.4px;
  }
  .c-btn-works {
    font-size: 1.25rem;
    padding-left: 29.65px;
  }
  .c-btn-works::before {
    height: 10.11px;
    width: 7.05px;
  }
  .c-btn-cta--center .c-btn-cta__img {
    aspect-ratio: 1396/238;
  }
  .c-btn-contact {
    padding: 30.5px 77.5px;
  }
  .c-section-heading__en {
    font-size: 3.375rem;
  }
  .c-section-heading__ja {
    font-size: 0.8125rem;
  }
  .c-section-heading--row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
  .c-section-heading--md .c-section-heading__en {
    font-size: 3.375rem;
  }
  .c-heading {
    font-size: 2.5rem;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  .c-heading::before {
    left: 0;
    top: calc(100% + 39.5px);
    -webkit-transform: none;
            transform: none;
    width: 23.5px;
  }
  .c-page-heading__en {
    font-size: 5.625rem;
    font-weight: 700;
  }
  .c-page-heading__ja {
    font-size: 1rem;
    margin-top: 32px;
  }
  .c-page-heading__works {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0px;
  }
  .c-page-heading__works:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    margin: min(30px, 3vw) 0;
  }
  .c-page-heading__address {
    font-size: 1rem;
  }
  .c-news-card {
    padding: 16.8px 30px 26.5px 30px;
    width: 379px;
  }
  .c-news-card::before {
    height: 77.68px;
    right: 36.5px;
    width: 77.66px;
  }
  .c-news-card::after {
    height: 7.37px;
    right: 20.5px;
    width: 3.79px;
  }
  .c-news-card__title {
    font-size: 1.9375rem;
  }
  .c-news-card__text {
    font-size: 0.75rem;
  }
  .c-business-card {
    padding: 377px 32px 43px 32px;
  }
  .c-business-card .c-business-card__background--2 {
    background-image: url(../img/pc/c-business-card-bg2-pc.webp);
    background-position: 40% center;
  }
  .c-blog-card__content {
    padding: 17px 0;
  }
  .c-blog-card__label {
    font-size: 0.9375rem;
  }
  .c-blog-card__title {
    font-size: 1rem;
    margin-top: 5.5px;
  }
  .c-info-texts {
    text-align: left;
  }
  .c-info-texts__title {
    font-size: 2.25rem;
  }
  .c-info-texts__text {
    font-size: 1.125rem;
  }
  .c-service-card__img {
    aspect-ratio: 414/295;
    margin-top: 37px;
  }
  .c-service-card__text {
    line-height: 30px;
    margin-top: 30px;
  }
  .c-service-card--02 .c-service-card__img {
    aspect-ratio: 653/282;
    margin-top: 37px;
  }
  .c-owned-service {
    max-width: 352px;
  }
  .c-owned-service__title-en {
    font-size: 2.625rem;
  }
  .c-owned-service__title-ja {
    font-size: 0.75rem;
  }
  .c-owned-service__img {
    aspect-ratio: 352/217;
    margin-top: 18px;
  }
  .c-owned-service__text {
    margin-top: 16px;
  }
  .c-recruit-skill-card {
    padding: 51px 33px 58.8px 33px;
  }
  .c-recruit-skill-card__title {
    font-size: 1.5rem;
  }
  .c-recruit-skill-card__img {
    margin-top: 64.7px;
  }
  .c-recruit-skill-card__text {
    margin-top: 51px;
  }
  .c-recruit-btn-cta__title--lg {
    font-size: 2.5rem;
  }
  .c-recruit-work-card__body {
    margin-top: 23px;
  }
  .c-recruit-work-card__title {
    font-size: 1.625rem;
  }
  .c-recruit-work-card__text {
    margin-top: 20px;
  }
  .c-recruit-work-card__btn {
    margin-top: 19px;
  }
  .c-modal__heading {
    font-size: 2.25rem;
  }
  .c-modal__top-img {
    margin-top: 61px;
  }
  .c-modal__inner {
    max-width: 905px;
    width: calc(100% - 36px);
  }
  .c-modal__body {
    margin-top: 90px;
  }
  .c-modal__block {
    margin-top: 70px;
  }
  .c-modal__title {
    font-size: 1.5rem;
  }
  .c-modal__text {
    -ms-flex-preferred-size: fit-content;
        flex-basis: fit-content;
    font-size: 0.875rem;
  }
  .c-modal__img--project {
    margin: 0 auto;
    max-width: 584px;
    text-align: center;
    width: calc(100% - 36px);
  }
  .c-about-company-card__title {
    font-size: 1.75rem;
  }
  .mt-sm {
    margin-top: 15px;
  }
  .p-footer__logo {
    margin-left: 20px;
  }
  .p-footer__nav {
    grid-template-columns: repeat(3, 1fr);
    margin-right: 0;
    margin-top: 40px;
    -moz-column-gap: 80px;
    -webkit-column-gap: 80px;
            column-gap: 80px;
    max-width: 1360px;
  }
  .p-footer__nav-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .p-footer__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 29.8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 60px;
  }
  .p-footer__blog {
    max-width: 314px;
  }
  .p-footer__privacy-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-fv__img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-news__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 141px;
  }
  .p-news__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 33.5px;
  }
  .p-news__date {
    font-size: 1rem;
  }
  .p-news__text {
    font-size: 1.125rem;
  }
  .p-news__btn {
    margin-top: 87.5px;
  }
  .p-works__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-works__partnership {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-works__partnership img:first-child {
    width: 220px;
  }
  .p-works__btn {
    margin-top: 51px;
  }
  .p-business__heading-block::before {
    height: 140px;
    left: 100%;
    top: 10%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 140px;
  }
  .p-business__section-heading {
    margin-top: 82px;
  }
  .p-blog__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-blog__tab-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -moz-text-align-last: left;
    text-align-last: left;
    width: 20%;
  }
  .p-blog__tab-btn {
    min-width: 120px;
    padding: 6px 27px;
  }
  .p-blog__swiper-container {
    width: 80%;
  }
  .p-blog__btn {
    margin-top: 61.6px;
  }
  .p-blog-swiper__buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
    margin-top: 52px;
  }
  .p-recruit-swiper__buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -10px;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1149px;
    width: calc(100% - 282px);
  }
  .swiper-slide {
    margin-bottom: 61.7px;
  }
  .p-ceo-message__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-ceo-message__img {
    width: 50%;
  }
  .p-ceo-message__text-box {
    width: 50%;
  }
  .p-ceo-message__title {
    font-size: 2.5rem;
    text-align: left;
  }
  .p-ceo-message__text {
    margin-top: 62px;
  }
  .p-ceo-message__name-box {
    gap: 33px;
  }
  .p-ceo-message__name {
    font-size: 3.5625rem;
  }
  .p-info__text-box {
    margin-top: 196px;
  }
  .p-info__company-profile-outer {
    border-bottom: none;
    border-top: none;
    margin-top: 163px;
  }
  .p-info__company-profile {
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-info__company-profile__title {
    font-size: 3rem;
    text-align: left;
  }
  .p-info__access {
    margin-top: 143.5px;
  }
  .p-info__access-title {
    font-size: 3rem;
  }
  .p-info__access-contents {
    margin-top: 121px;
  }
  .p-company-profile {
    margin-top: 95px;
  }
  .p-company-profile__row:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
  .p-company-profile__head {
    padding-bottom: 32.5px;
    padding-top: 34.5px;
  }
  .p-company-profile__body {
    padding-bottom: 32.5px;
    padding-top: 34.5px;
  }
  .p-company-profile__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
  .p-search {
    padding-bottom: 55px;
    padding-left: 62px;
    padding-right: 62px;
    padding-top: 54px;
  }
  .p-search__title {
    font-size: 1.6875rem;
    margin-left: 0;
    margin-right: auto;
    padding-left: 17.5px;
  }
  .p-search__title::before {
    height: 26.76px;
    left: -17.5px;
    width: 26.74px;
  }
  .p-search__options {
    gap: 64px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 37px;
    padding-left: 24.3px;
  }
  .p-search__options label {
    font-size: 1.125rem;
  }
  .p-search__options input[type=checkbox] {
    height: 18px;
    width: 18px;
  }
  .p-search__options input[type=checkbox]:checked::before {
    height: 10px;
    width: 10px;
  }
  .p-search-btn {
    padding-left: 24.3px;
    text-align: left;
  }
  .p-page-blog__container {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 34px;
    -webkit-column-gap: 34px;
            column-gap: 34px;
  }
  .p-page-blog__container .c-blog-card__content {
    padding: 15.8px 0;
  }
  .p-page-blog__container .c-blog-card__date {
    font-size: 0.9375rem;
  }
  .p-page-blog__container .c-blog-card__title {
    font-size: 1.125rem;
    margin-top: 15.3px;
  }
  .p-works-contents__teams {
    font-size: 1.25rem;
  }
  .p-works-contents__teams::before {
    top: calc(100% + 55px);
  }
  .p-works-contents__head {
    padding-top: 10px;
  }
  .p-works-contents__body {
    padding-top: 10px;
    padding-left: 90px;
  }
  .p-works-contents__main h1 {
    margin-top: 38px;
  }
  .p-works-contents__main h2 {
    margin-top: 38px;
  }
  .p-works-contents__main h3 {
    margin-top: 38px;
  }
  .p-works-contents__main h4 {
    margin-top: 38px;
  }
  .p-works-contents__main h5 {
    margin-top: 38px;
  }
  .p-works-contents__main h6 {
    margin-top: 38px;
  }
  .p-works-contents__main ul {
    margin-top: 38px;
  }
  .p-works-contents__main ol {
    margin-top: 38px;
  }
  .p-works-contents__main dl {
    margin-top: 38px;
  }
  .p-works-contents__main dt {
    margin-top: 38px;
  }
  .p-works-contents__main dd {
    margin-top: 38px;
  }
  .p-works-contents__main p {
    margin-top: 38px;
  }
  .p-works-contents__main div {
    margin-top: 38px;
  }
  .p-works-contents__main span {
    margin-top: 38px;
  }
  .p-works-contents__main img {
    margin-top: 38px;
  }
  .p-works-contents__main a {
    margin-top: 38px;
  }
  .p-works-contents__main table {
    margin-top: 38px;
  }
  .p-works-contents__main tr {
    margin-top: 38px;
  }
  .p-works-contents__main th {
    margin-top: 38px;
  }
  .p-works-contents__main td {
    margin-top: 38px;
  }
  .p-works-contents__main small {
    margin-top: 38px;
  }
  .p-works-contents__main button {
    margin-top: 38px;
  }
  .p-works-contents__main time {
    margin-top: 38px;
  }
  .p-works-contents__main figure {
    margin-top: 38px;
  }
  .p-about__title {
    font-size: 2.625rem;
    letter-spacing: 0.19em;
    line-height: 61px;
  }
  .p-about__text {
    font-size: 1.125rem;
    line-height: 40px;
    margin-top: 37px;
  }
  .p-about__img {
    margin-top: 0;
  }
  .p-about-card-contents {
    gap: 0;
  }
  .p-about__point {
    border-top: none;
    padding-top: 0;
  }
  .p-about__point-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-about__point-item {
    max-width: 32%;
  }
  .p-about__point-img {
    height: 356px;
  }
  .p-about__point-text-box {
    max-width: 339px;
  }
  .p-about-card__text {
    font-size: 1.125rem;
    margin-top: 91px;
  }
  .p-about-card__text-section .p-about-card {
    padding: 0 30px;
  }
  .p-service__top-title {
    font-size: 2rem;
    letter-spacing: 0.19em;
  }
  .p-service__contents {
    padding-bottom: 161px;
  }
  .p-service__content-text {
    letter-spacing: 0.08em;
    line-height: 37px;
    margin-top: 102px;
  }
  .p-service__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
  }
  .p-service__grid-container {
    margin-top: 75px;
  }
  .p-service__owned {
    padding-bottom: 104px;
    padding-top: 128px;
  }
  .p-service__owned-contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 56px;
    max-width: 834px;
  }
  .p-service-card__circle {
    max-height: 231px;
    max-width: 231px;
  }
  .p-service-card__title {
    font-size: 1.25rem;
  }
  .p-service-card__text {
    font-size: 0.8125rem;
    margin-top: 38px;
  }
  .p-recruit__mission-title {
    font-size: 2.625rem;
    letter-spacing: 0.19em;
  }
  .p-recruit__mission-text {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 42px;
    margin-top: 33.9px;
  }
  .p-recruit__mission-btn {
    font-size: 2.625rem;
    margin-top: 22px;
  }
  .p-recruit__lead-title {
    font-size: 2.375rem;
    letter-spacing: 0.15em;
    line-height: 64px;
  }
  .p-recruit__lead-text {
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 36px;
  }
  .p-recruit__policy-contents {
    padding-bottom: 87px;
  }
  .p-recruit__policy-heading {
    font-size: 4rem;
    padding: 0 50px;
  }
  .p-recruit__policy-title {
    font-size: 1.75rem;
    margin-top: -36px;
  }
  .p-recruit__policy-container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 28px;
    width: calc(100% - 28px);
  }
  .p-recruit__policy-text {
    font-size: 1.5rem;
    line-height: 60px;
    margin-top: 75.9px;
  }
  .p-recruit__policy-btn {
    margin-top: 61px;
  }
  .p-recruit__skills-container {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto auto;
  }
  .p-recruit-skill-card:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .p-recruit-skill-card:nth-of-type(2) {
    grid-column: 3/5;
    grid-row: 1/2;
  }
  .p-recruit-skill-card:nth-of-type(3) {
    grid-column: 5/7;
    grid-row: 1/2;
  }
  .p-recruit-skill-card:nth-of-type(4) {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .p-recruit-skill-card:nth-of-type(5) {
    grid-column: 4/6;
    grid-row: 2/3;
  }
  .p-recruit__skills-btn {
    margin-top: 104px;
  }
  .p-recruit__cta-title {
    font-size: 4.5rem;
  }
  .p-recruit__cta-sub-title {
    font-size: 1.4375rem;
    font-weight: 500;
  }
  .p-recruit__cta-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-recruit__interview-title {
    font-size: 4rem;
  }
  .p-recruit__interview-sub-title {
    font-size: 0.8125rem;
  }
  .p-recruit__interview-text {
    margin-top: 45px;
  }
  .p-recruit__swiper-container {
    margin-top: 71px;
  }
  .p-recruit__swiper .swiper-scrollbar {
    bottom: 0;
    left: 50%;
    margin-left: 10px;
    max-width: 1149px;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 282px);
  }
  .p-recruit__contact {
    padding: 87px 0;
  }
  .p-recruit__contact-title {
    font-size: 2.25rem;
  }
  .p-recruit__contact-text {
    font-size: 1rem;
    margin-top: 22.5px;
  }
  .p-recruit-policy-card {
    max-width: 100%;
  }
  .p-recruit-policy-card__title {
    font-size: 1.375rem;
  }
  .p-recruit-policy-card__text {
    font-size: 1.125rem;
    margin-top: 23px;
    padding-inline: 10px;
    text-align: left;
  }
  .p-interview-card__img::before {
    height: clamp(40px, 4vw, 65px);
    width: clamp(40px, 4vw, 65px);
  }
  .p-recruit-work__contents {
    margin-top: 202px;
  }
  .p-recruit-work__title {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 68px;
    text-align: left;
  }
  .p-recruit-work__text {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 36px;
    margin-top: 44px;
    text-align: left;
  }
  .p-recruit-work__container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 88px;
    -moz-column-gap: 126px;
    -webkit-column-gap: 126px;
            column-gap: 126px;
    row-gap: 88px;
  }
  .p-about-company__environment-title {
    font-size: 2.75rem;
  }
  .p-about-company__environment-text {
    font-size: 1.125rem;
    line-height: 34px;
    margin: 0 auto;
    margin-top: 55px;
    max-width: 825px;
  }
  .p-about-company__environment-container {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    -moz-column-gap: 126px;
    -webkit-column-gap: 126px;
            column-gap: 126px;
    row-gap: 76px;
  }
  .p-about-company-card__contents {
    gap: 0;
  }
  .p-about-company-card__title {
    font-size: 1.5rem;
  }
  .p-about-company-card__text {
    font-size: 1rem;
  }
  .p-about-company-card__text-bold {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 37px;
  }
  .p-about-company-card__deco {
    font-size: 1.125rem;
    line-height: 37px;
    line-height: 37px;
  }
  .p-job-description {
    margin-top: 120px;
  }
  .p-job-description__contents {
    gap: 98px;
  }
  .p-job-description__box {
    text-align: left;
  }
  .p-job-description__title {
    font-size: 2.25rem;
  }
  .p-job-description__list {
    margin-top: 31px;
  }
  .p-job-description__list--flex {
    gap: 31px;
  }
  .p-job-description__item {
    font-size: 1.125rem;
  }
  .p-job-description__entry {
    margin-top: 91px;
    text-align: left;
  }
  .p-job-description__text {
    font-size: 2.25rem;
  }
  .p-job-description__btn {
    margin-top: 35px;
  }
  .p-single-interview__head {
    text-align: left;
  }
  .p-single-interview__post {
    font-size: 1.125rem;
  }
  .p-single-interview__name {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 46px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-single-interview__name-ja {
    font-size: 3rem;
  }
  .p-single-interview__name-en {
    font-size: 1.375rem;
  }
  .p-single-interviews__post-title {
    font-size: 2rem;
    letter-spacing: 0.019em;
    line-height: 48px;
    margin-top: 80px;
  }
  .p-single-interview__main h1 {
    margin-top: 17px;
    font-size: 2.5rem;
    letter-spacing: 0.02em;
    line-height: 48px;
  }
  .p-single-interview__main h2 {
    margin-top: 17px;
    font-size: 2.125rem;
    letter-spacing: 0.018em;
    line-height: 42px;
  }
  .p-single-interview__main h3 {
    margin-top: 17px;
    font-size: 1.5rem;
    letter-spacing: 0.019em;
    line-height: 43px;
  }
  .p-single-interview__main h4 {
    margin-top: 17px;
    font-size: 1.25rem;
    letter-spacing: 0.017em;
    line-height: 32px;
  }
  .p-single-interview__main h5 {
    margin-top: 17px;
    font-size: 1rem;
    letter-spacing: 0.015em;
    line-height: 26px;
  }
  .p-single-interview__main h6 {
    margin-top: 17px;
    font-size: 0.875rem;
    letter-spacing: 0.013em;
    line-height: 22px;
  }
  .p-single-interview__main ul {
    margin-top: 17px;
  }
  .p-single-interview__main ol {
    margin-top: 17px;
  }
  .p-single-interview__main dl {
    margin-top: 17px;
  }
  .p-single-interview__main dt {
    margin-top: 17px;
  }
  .p-single-interview__main dd {
    margin-top: 17px;
  }
  .p-single-interview__main p {
    margin-top: 17px;
    letter-spacing: 0.08em;
    line-height: 32px;
  }
  .p-single-interview__main div {
    margin-top: 17px;
  }
  .p-single-interview__main span {
    margin-top: 17px;
  }
  .p-single-interview__main img {
    margin-top: 17px;
  }
  .p-single-interview__main a {
    margin-top: 17px;
    letter-spacing: 0.08em;
    line-height: 32px;
  }
  .p-single-interview__main table {
    margin-top: 17px;
  }
  .p-single-interview__main tr {
    margin-top: 17px;
  }
  .p-single-interview__main th {
    margin-top: 17px;
  }
  .p-single-interview__main td {
    margin-top: 17px;
  }
  .p-single-interview__main small {
    margin-top: 17px;
  }
  .p-single-interview__main button {
    margin-top: 17px;
  }
  .p-single-interview__main time {
    margin-top: 17px;
  }
  .p-single-interview__main figure {
    margin-top: 17px;
  }
  .p-single-blog .c-blog-card__label {
    font-size: 0.9375rem;
  }
  .p-single-blog .c-blog-card__title {
    font-size: 1.75rem;
    line-height: 36px;
    margin-top: 20.3px;
  }
  .p-single-blog .c-blog-card__img {
    margin-inline: auto;
    max-width: 870px;
    width: 100%;
  }
  .p-single-blog__main h1 {
    margin-top: 17px;
    font-size: 3rem;
    letter-spacing: 0.02em;
    line-height: 58px;
  }
  .p-single-blog__main h2 {
    margin-top: 17px;
    font-size: 2.25rem;
    letter-spacing: 0.018em;
    line-height: 46px;
  }
  .p-single-blog__main h3 {
    margin-top: 17px;
    font-size: 1.5rem;
    line-height: 44px;
    padding-bottom: 23.5px;
  }
  .p-single-blog__main h4 {
    margin-top: 17px;
    font-size: 1.25rem;
    line-height: 44px;
  }
  .p-single-blog__main h5 {
    margin-top: 17px;
    font-size: 1rem;
    letter-spacing: 0.015em;
    line-height: 26px;
  }
  .p-single-blog__main h6 {
    margin-top: 17px;
    font-size: 0.875rem;
    line-height: 28px;
  }
  .p-single-blog__main ul {
    margin-top: 17px;
  }
  .p-single-blog__main ol {
    margin-top: 17px;
  }
  .p-single-blog__main dl {
    margin-top: 17px;
  }
  .p-single-blog__main dt {
    margin-top: 17px;
  }
  .p-single-blog__main dd {
    margin-top: 17px;
  }
  .p-single-blog__main p {
    margin-top: 17px;
    letter-spacing: 0.08em;
    line-height: 32px;
  }
  .p-single-blog__main div {
    margin-top: 17px;
  }
  .p-single-blog__main span {
    margin-top: 17px;
  }
  .p-single-blog__main img {
    margin-top: 17px;
  }
  .p-single-blog__main a {
    margin-top: 17px;
    letter-spacing: 0.08em;
    line-height: 32px;
  }
  .p-single-blog__main table {
    margin-top: 17px;
  }
  .p-single-blog__main tr {
    margin-top: 17px;
  }
  .p-single-blog__main th {
    margin-top: 17px;
  }
  .p-single-blog__main td {
    margin-top: 17px;
  }
  .p-single-blog__main small {
    margin-top: 17px;
  }
  .p-single-blog__main button {
    margin-top: 17px;
  }
  .p-single-blog__main time {
    margin-top: 17px;
  }
  .p-single-blog__main figure {
    margin-top: 17px;
  }
  .p-single-news__head-data {
    line-height: 25px;
  }
  .p-single-news__head-title {
    font-size: 1.75rem;
    line-height: 36px;
    margin-top: 22.8px;
  }
  .p-single-news__main h1 {
    margin-top: 17px;
    font-size: 3rem;
    letter-spacing: 0.02em;
    line-height: 58px;
  }
  .p-single-news__main h2 {
    margin-top: 17px;
    font-size: 2.25rem;
    letter-spacing: 0.018em;
    line-height: 46px;
  }
  .p-single-news__main h3 {
    margin-top: 17px;
    font-size: 1.5rem;
    line-height: 44px;
    padding-bottom: 23.5px;
  }
  .p-single-news__main h4 {
    margin-top: 17px;
    font-size: 1.25rem;
    line-height: 44px;
  }
  .p-single-news__main h5 {
    margin-top: 17px;
    font-size: 1rem;
    letter-spacing: 0.015em;
    line-height: 26px;
  }
  .p-single-news__main h6 {
    margin-top: 17px;
    font-size: 0.875rem;
    line-height: 28px;
  }
  .p-single-news__main ul {
    margin-top: 17px;
  }
  .p-single-news__main ol {
    margin-top: 17px;
  }
  .p-single-news__main dl {
    margin-top: 17px;
  }
  .p-single-news__main dt {
    margin-top: 17px;
  }
  .p-single-news__main dd {
    margin-top: 17px;
  }
  .p-single-news__main p {
    margin-top: 17px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 36px;
  }
  .p-single-news__main div {
    margin-top: 17px;
  }
  .p-single-news__main span {
    margin-top: 17px;
  }
  .p-single-news__main img {
    margin-top: 17px;
  }
  .p-single-news__main a {
    margin-top: 17px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 36px;
  }
  .p-single-news__main table {
    margin-top: 17px;
  }
  .p-single-news__main tr {
    margin-top: 17px;
  }
  .p-single-news__main th {
    margin-top: 17px;
  }
  .p-single-news__main td {
    margin-top: 17px;
  }
  .p-single-news__main small {
    margin-top: 17px;
  }
  .p-single-news__main button {
    margin-top: 17px;
  }
  .p-single-news__main time {
    margin-top: 17px;
  }
  .p-single-news__main figure {
    margin-top: 17px;
  }
  .p-archive-news .p-news__item {
    padding-bottom: 30px;
  }
  .p-archive-news .p-news__text {
    font-size: 1.125rem;
  }
  .p-contact__title {
    font-size: 1.25rem;
    line-height: 48px;
  }
  .p-contact__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    line-height: 32px;
  }
  .p-contact-form .wpcf7-submit {
    margin-top: 89px;
  }
  .p-brand-new {
    height: 44.4vh;
  }
  .p-brand-new__title {
    font-size: 3.75rem;
  }
  .p-brand-new__sub-title {
    font-size: 1rem;
  }
  .p-brand-new__description-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 34% 1fr;
  }
  .p-brand-new__description-img {
    width: 200.19px;
  }
  .p-brand-new__description-text-box {
    gap: 26.1px;
  }
  .p-brand-new__description-title {
    font-size: clamp(1.625rem, 0.063rem + 6.17vw, 3.188rem);
    letter-spacing: 0.05em;
    line-height: 93px;
    text-align: left;
  }
  .p-brand-new__philosophy::before {
    height: 100px;
    width: 753px;
  }
  .p-brand-new__philosophy-contents {
    gap: 35.1px;
  }
  .p-brand-new__philosophy-title {
    font-size: 2rem;
  }
  .p-brand-new__philosophy-text {
    line-height: 36px;
  }
  .p-brand-new__color {
    padding-bottom: 105px;
    padding-top: 138.9px;
  }
  .p-brand-new__color::before {
    height: 952px;
    right: -121px;
    top: -52.1px;
    width: 385px;
  }
  .p-brand-new__color-circle--blue {
    height: 231px;
    width: 231px;
  }
  .p-brand-new__color-title {
    font-size: 2.0625rem;
  }
  .p-brand-new__color-title--blue {
    font-size: 2.6875rem;
  }
  .p-brand-new__color-flex {
    margin-top: 90px;
    max-width: 1000px;
  }
  .p-brand-new__message-logo img {
    width: 204.15px;
  }
  .p-brand-new__message-title {
    font-size: 4.5625rem;
    line-height: 93px;
    margin-top: 17px;
  }
  .p-brand-new__message-text {
    margin-top: 10px;
  }
  .u-hidden-pc {
    display: none;
  }
  .u-hidden-sp {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .p-header__nav {
    padding: 13px;
  }
  .p-header__inner {
    padding-left: 0;
  }
  .p-header__sns {
    margin-right: 74px;
  }
}
@media screen and (max-width: 600px) {
  .p-header__inner {
    padding-left: 0;
  }
  .p-header__contact-link {
    padding: 22px 19px 22px;
  }
  .p-drawer-content {
    padding-top: 62px;
  }
  .l-news__section-heading {
    margin-top: 70px;
  }
  .l-about-company__environment {
    margin-top: 80px;
  }
  .c-btn-recruit {
    font-size: 1rem;
    padding: 20px 28px;
    width: 100%;
  }
  .c-btn-cta__content {
    left: 20px;
  }
  .c-btn-cta__title {
    font-size: 1.55rem;
  }
  .c-btn-contact {
    font-size: 0.9rem;
    font-weight: 400;
    max-width: 240px;
    padding: 15px 0;
    width: 100%;
  }
  .c-btn-contact span {
    padding-left: 34px;
  }
  .c-page-heading-img__title-en {
    font-size: 2rem;
  }
  .c-page-heading-img__title-ja {
    font-size: 1.125rem;
  }
  .c-business-card {
    padding: 100px 20px 20px 20px;
  }
  .c-business-card__title {
    font-size: 1.8rem;
  }
  .c-service-card__text {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    line-height: 22px;
  }
  .c-recruit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 42px 15px;
  }
  .c-recruit-btn-cta__content {
    left: 20px;
  }
  .c-recruit-btn-cta__title {
    font-size: 1.625rem;
  }
  .c-recruit-work-card__btn .c-btn {
    padding: 15px 0;
    width: 100%;
  }
  .c-modal {
    padding: 100px 5%;
  }
  .c-modal__content {
    padding: 40px 20px;
  }
  .c-modal__close {
    font-size: 1.75rem;
    right: -4px;
    top: -38px;
  }
  .p-header__logo {
    margin-left: 10px;
  }
  .p-header__logo-link {
    gap: 10px;
  }
  .p-header__logo-link img {
    width: clamp(110px, 20vw, 150px);
  }
  .p-drawer-content__container--blue {
    padding-block: 20px;
    row-gap: 7px;
  }
  .p-drawer-content__container--orange {
    padding-block: 20px;
    row-gap: 7px;
  }
  .p-drawer-content__blog {
    font-size: 1.5625rem;
  }
  .p-drawer-content__contact {
    padding: 10px 0;
  }
  .p-drawer-content__contact img {
    height: auto;
    width: 31px;
  }
  .p-drawer-content__contact-text {
    font-size: 0.875rem;
  }
  .p-drawer-content__block {
    gap: 10px;
  }
  .p-drawer-content__grid {
    row-gap: 10px;
  }
  .p-drawer-content__head {
    font-size: 1.25rem;
  }
  .p-drawer-content__item {
    padding-left: 10px;
  }
  .p-drawer-content__link {
    font-size: 1rem;
  }
  .mt-sm {
    margin-top: 0;
  }
  .p-footer__nav {
    width: calc(100% - 20px);
  }
  .p-footer__nav-item {
    margin-top: 10px;
  }
  .p-footer__nav-link {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .p-footer__nav-link--head {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .p-fv__title {
    font-size: 1.875rem;
    font-weight: 600;
  }
  .p-fv__sub-title {
    font-size: 0.875rem;
  }
  .p-business__content {
    gap: 30px;
  }
  .p-blog__tab-btn {
    font-size: 0.625rem;
    min-width: 0;
  }
  .p-cta__text-box {
    padding: 54.9px 20px 0px 20px;
  }
  .p-cta__title {
    font-size: 1.625rem;
  }
  .p-cta__text {
    font-size: 0.875rem;
  }
  .p-cta__btn {
    text-align: center;
    width: 100%;
  }
  .p-cta__btn .c-btn-recruit {
    max-width: 263px;
  }
  .p-ceo-message__title {
    font-size: 1.2rem;
  }
  .p-ceo-message__text {
    font-size: 0.875rem;
    margin-top: 20px;
  }
  .p-ceo-message__name-box {
    gap: 10px;
  }
  .p-ceo-message__corporation {
    font-size: 0.75rem;
  }
  .p-ceo-message__name {
    font-size: 2.25rem;
  }
  .p-company-profile__head {
    padding-right: 0;
    padding-left: 0;
  }
  .p-company-profile__body {
    padding-right: 0;
    font-size: 0.875rem;
    padding-left: 20px;
    width: 65%;
  }
  .p-search {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-search__options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
  }
  .p-works-contents__body {
    padding-left: 12px;
  }
  .p-works-contents__main h1 {
    font-size: 2.375rem;
  }
  .p-works-contents__main h2 {
    font-size: 2rem;
  }
  .p-works-contents__main h3 {
    font-size: 1.6875rem;
  }
  .p-works-contents__main h4 {
    font-size: 1.375rem;
  }
  .p-works-contents__main h5 {
    font-size: 1.125rem;
  }
  .p-works-contents__main h6 {
    font-size: 0.9375rem;
  }
  .p-works-contents__main p {
    font-size: 0.875rem;
  }
  .p-works-contents__main a {
    font-size: 0.875rem;
  }
  .p-about__title {
    font-size: 1.4rem;
    line-height: 36px;
  }
  .p-service__top-title {
    font-size: 1rem;
  }
  .p-service__content .c-section-heading__en {
    font-size: 1.6rem;
  }
  .p-service__content .c-section-heading--small .c-section-heading__en {
    font-size: 1.2rem;
  }
  .p-service__grid-container {
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .p-service__owned .c-section-heading__en {
    font-size: 2rem;
  }
  .p-service-card__circle {
    max-height: 130px;
    max-width: 130px;
  }
  .p-service-card__title {
    font-size: 0.75rem;
  }
  .p-service-card__text {
    font-size: 0.5625rem;
  }
  .p-recruit__mission-title {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .p-recruit__lead-title {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 30px;
  }
  .p-recruit__policy-heading {
    font-size: 1.75rem;
    padding: 0 15px;
  }
  .p-recruit__policy-title {
    font-size: 0.75rem;
    padding: 0 10px;
  }
  .p-recruit__policy-text {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .p-recruit__policy-btn .c-btn {
    padding: 20px 25px;
  }
  .p-recruit__skills-btn .c-btn {
    font-size: 0.75rem;
    max-width: 267px;
    padding: 20px 10px;
    width: 100%;
  }
  .p-recruit__cta-container {
    padding: 33px 15px;
  }
  .p-recruit__interview-title {
    font-size: 2rem;
  }
  .p-recruit__contact {
    padding: 25px 10px 10px;
  }
  .p-recruit__contact-title {
    font-size: 1.125rem;
  }
  .p-recruit__contact-text {
    font-size: 0.75rem;
    margin-top: 14px;
  }
  .p-recruit__contact-box {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
  }
  .p-recruit__contact-tel-box {
    gap: 5px;
  }
  .p-recruit__contact-tel-icon {
    font-size: 0.75rem;
  }
  .p-recruit__contact-tel {
    font-size: 1.5rem;
  }
  .p-recruit-policy-card__circle {
    height: 50vh;
    width: 100vw;
  }
  .p-interview-card__name-en {
    font-size: 1.2rem;
  }
  .p-about-company__environment-title {
    font-size: 1.6rem;
    line-height: 48px;
  }
  .p-single-interview__main h1 {
    font-size: 2.125rem;
  }
  .p-single-interview__main h2 {
    font-size: 1.75rem;
  }
  .p-single-interview__main h3 {
    font-size: 1rem;
  }
  .p-single-interview__main h4 {
    font-size: 0.875rem;
  }
  .p-single-interview__main h5 {
    font-size: 0.75rem;
  }
  .p-single-interview__main h6 {
    font-size: 0.625rem;
  }
  .p-single-interview__main p {
    font-size: 0.75rem;
  }
  .p-single-interview__main a {
    font-size: 0.75rem;
  }
  .p-single-blog .c-blog-card__label {
    margin-left: 5.5px;
  }
  .p-single-blog__main h1 {
    font-size: 2.25rem;
  }
  .p-single-blog__main h2 {
    font-size: 1.75rem;
  }
  .p-single-blog__main h3 {
    font-size: 1.125rem;
  }
  .p-single-blog__main h4 {
    font-size: 0.875rem;
  }
  .p-single-blog__main h5 {
    font-size: 0.75rem;
  }
  .p-single-blog__main h6 {
    font-size: 0.625rem;
  }
  .p-single-blog__main p {
    font-size: 0.75rem;
  }
  .p-single-blog__main a {
    font-size: 0.75rem;
  }
  .p-single-news__main h1 {
    font-size: 2.25rem;
  }
  .p-single-news__main h2 {
    font-size: 1.75rem;
  }
  .p-single-news__main h3 {
    font-size: 1.125rem;
  }
  .p-single-news__main h4 {
    font-size: 0.875rem;
  }
  .p-single-news__main h5 {
    font-size: 0.75rem;
  }
  .p-single-news__main h6 {
    font-size: 0.625rem;
  }
  .p-single-news__main p {
    font-size: 0.75rem;
  }
  .p-single-news__main a {
    font-size: 0.75rem;
  }
  .p-contact-form {
    padding: 44px 15px 71px;
  }
  .p-contact-form .wpcf7-submit {
    max-width: 259px;
    width: 100%;
  }
  .p-brand-new {
    height: 41vh;
  }
  .p-brand-new__text-box {
    padding: 0 20px;
  }
  .p-brand-new__description-title {
    font-size: clamp(1.5rem, 0.5rem + 5vw, 2.375rem);
  }
  .p-brand-new__philosophy::before {
    height: 60px;
    width: 290px;
  }
  .p-brand-new__color-flex {
    width: calc(100% - 20px);
  }
  .u-hidden-sm {
    display: none;
  }
  .u-hidden-sns {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .l-inner {
    max-width: 1396px;
  }
  .l-layout__main {
    padding-left: 108px;
  }
  .l-page-top {
    margin-top: 24.3px;
    padding-top: 0;
  }
  .l-fv {
    padding-top: 0;
  }
  .l-news {
    margin-top: 191px;
  }
  .l-brand-new {
    padding-top: 0;
  }
  .c-btn {
    font-size: 1.125rem;
    padding: 20px 80px;
  }
  .c-btn-recruit {
    font-size: 1.125rem;
    padding: 20px 80px;
    font-size: 1.0625rem;
  }
  .c-btn-cta__content {
    left: 41px;
  }
  .c-btn-cta__title {
    font-size: 2.25rem;
  }
  .c-btn-cta__sub-title {
    font-size: 0.625rem;
  }
  .c-btn-cta__content--right {
    right: 41px;
  }
  .c-btn-cta--center .c-btn-cta__title {
    font-size: 2.625rem;
  }
  .c-section-heading--lg::before {
    top: calc(100% + 50px);
  }
  .c-section-heading--lg .c-section-heading__en {
    font-size: 5.625rem;
  }
  .c-section-heading--lg .c-section-heading__ja {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .c-page-heading {
    text-align: left;
  }
  .c-page-heading__en::before {
    background-color: #000000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: calc(100% + 9.1px);
    width: 25.5px;
  }
  .c-page-heading-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-page-heading-img img {
    aspect-ratio: 1594/444;
    margin-left: auto;
    width: 83.8vw;
  }
  .c-page-heading-img__title {
    text-align: left;
  }
  .c-page-heading-img__title-en {
    font-size: 3.75rem;
  }
  .c-page-heading-img__title-ja {
    font-size: 1.75rem;
  }
  .c-page-heading-img--max img {
    aspect-ratio: 1792/460;
    width: 100%;
  }
  .c-recruit-btn-cta__content {
    left: 44px;
  }
  .c-recruit-btn-cta__title {
    font-size: 2.25rem;
  }
  .c-recruit-btn-cta__sub-title {
    font-size: 0.75rem;
  }
  .c-modal {
    padding: 100px min(11%, 201px);
  }
  .c-modal__img-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .c-modal__flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 37px;
  }
  .c-modal__flex-box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 37px;
  }
  .c-modal__img--bike img {
    height: auto;
    width: 291px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .c-modal__img--office img {
    height: auto;
    width: 581px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-header {
    height: auto;
    padding: 3em 0;
    position: relative;
  }
  .p-header--brand-new {
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
  }
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-header__inner {
    padding-left: 39.3px;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header__logo {
    margin-left: 0;
  }
  .p-header__logo-link {
    gap: 49.5px;
  }
  .p-header__logo-link img {
    max-width: 250px;
  }
  .p-header__logo-text {
    font-size: 0.9375rem;
  }
  .p-header__contact-link {
    position: fixed;
    top: 0;
    right: 0;
  }
  .p-drawer-content {
    padding-left: 108px;
    padding-top: 0;
    z-index: 100;
  }
  .p-drawer-content__nav {
    grid-template-columns: 25% repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  .p-drawer-content__logo {
    background-color: #ffffff;
    grid-column: 1;
    grid-row: 1/7;
    place-content: center;
    text-align: center;
  }
  .p-drawer-content__container--blue {
    padding-block: 60px;
    padding-inline: 60px;
    grid-column: 2;
    grid-row: 1/7;
    grid-template-columns: 1fr;
  }
  .p-drawer-content__container--orange {
    padding-block: 60px;
    padding-inline: 60px;
    grid-column: 3;
    grid-row: 1/4;
  }
  .p-drawer-content__grid-wrap {
    grid-column: 3;
    grid-row: 4/6;
  }
  .p-drawer-content__blog {
    font-weight: 600;
  }
  .p-drawer-content__contact-text {
    font-weight: 600;
    margin-top: 12px;
  }
  .p-drawer-content__ceo-blog {
    grid-column: 3;
    grid-row: 6/7;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .p-drawer-content__grid {
    grid-template-columns: 1fr;
  }
  .p-drawer-content__head {
    font-weight: 600;
  }
  .p-drawer-content__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-drawer-content__link span {
    text-align: left;
    width: 40%;
  }
  .p-footer {
    border-top: none;
  }
  .p-footer__inner {
    border-bottom: 0.5px solid #707070;
    border-top: 0.5px solid #707070;
    padding-bottom: 30.5px;
    padding-top: 62.1px;
  }
  .p-footer__privacy {
    border-top: none;
    padding-bottom: 75.1px;
    padding-top: 10.5px;
  }
  .p-page-heading__back-btn {
    left: 158px;
    top: 38.6px;
    z-index: 99;
  }
  .p-fv__img img {
    width: 71.5vw;
  }
  .p-fv__text-box {
    gap: 63px;
    top: 50%;
    -webkit-transform: translateY(-43%);
            transform: translateY(-43%);
  }
  .p-fv__title {
    font-weight: 700;
  }
  .p-fv__title::before {
    top: calc(100% + 25.1px);
    width: 25.5px;
  }
  .p-fv__sub-title {
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.8;
  }
  .p-works__container {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-business__heading-block::before {
    height: 160px;
    left: 94%;
    top: -16px;
    width: 160px;
  }
  .p-business__heading-block::after {
    background: url(../img/p-business-deco.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 222px;
    left: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    width: 41px;
  }
  .p-business__content {
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-cta__bg {
    background: url(../img/p-cta-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 339px;
    left: 0;
    position: absolute;
    top: -197px;
    width: 100%;
  }
  .p-cta__container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1398px;
    padding-left: clamp(10px, 5vw, 108px);
    padding-right: clamp(10px, 5vw, 108px);
    padding-top: 93px;
    z-index: 1;
  }
  .p-cta__img {
    height: 100%;
    max-height: 391px;
    width: 50%;
  }
  .p-cta__text-box {
    margin-top: 0;
    padding: 0;
    width: 50%;
  }
  .p-info__text-box::before {
    background: url(../img/icon/logo-p-info.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 146.7px;
    position: absolute;
    right: 0;
    top: 25px;
    width: 113.12px;
  }
  .p-info__access-contents {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-access__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 31px;
    text-align: left;
  }
  .p-access__title-en {
    font-size: 2.625rem;
  }
  .p-access__title-ja {
    font-size: 0.75rem;
  }
  .p-access__address {
    margin-top: 15px;
    text-align: left;
  }
  .p-access__address-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-access__map {
    margin-top: 25px;
  }
  .p-access__map iframe {
    aspect-ratio: 667/334;
  }
  .p-works-contents__img img {
    aspect-ratio: 1792/591;
  }
  .wp-block-gallery.is-layout-flex {
    --wp--style--unstable-gallery-gap: 93px !important;
    gap: 93px !important;
  }
  .p-about-card__img img {
    height: 100vh;
    width: auto;
  }
  .p-about-card__text-box {
    margin-top: 0;
  }
  .p-about-card__title {
    gap: 0;
  }
  .p-about-card__title::before {
    top: calc(100% + 54.5px);
  }
  .p-about-card__title-en {
    font-size: 4.5rem;
  }
  .p-about-card__title-ja {
    font-size: 1.4375rem;
  }
  .p-service__top-title {
    text-align: left;
  }
  .p-service__content::before {
    height: 291px;
    left: 20px;
    top: -32px;
    -webkit-transform: translateX(-20%) translateY(-50%);
            transform: translateX(-20%) translateY(-50%);
    width: 212px;
  }
  .p-service__content--01::before {
    height: 160.7px;
    width: 167.21px;
  }
  .p-service__content--02::before {
    height: 160.7px;
    width: 192.46px;
  }
  .p-service__content--03::before {
    height: 160.7px;
    width: 190.52px;
  }
  .p-service__container {
    gap: 15px;
  }
  .p-service__container--02 {
    gap: 70px;
  }
  .p-recruit__head {
    gap: 0;
  }
  .p-recruit__head-title {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(2%) translateY(-26%);
            transform: translateX(2%) translateY(-26%);
  }
  .p-recruit__policy-container {
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
  .p-recruit__btn-container {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    row-gap: 57px;
  }
  .p-recruit-policy-card {
    max-width: 355px;
  }
  .p-single-interview__img img {
    aspect-ratio: 1792/591;
  }
  .p-single-interview__youtube {
    max-width: 1000px;
  }
  .p-archive-news .p-news__link {
    gap: 126.5px;
  }
  .p-contact__heading {
    gap: 13px;
    text-align: left;
  }
  .p-contact-form form input[type=text] {
    max-width: 440px;
  }
  .p-contact-form form input[type=email] {
    max-width: 440px;
  }
  .p-contact-form form input[type=tel] {
    max-width: 440px;
  }
  .p-contact-form form textarea {
    max-width: 880px;
  }
  .p-contact-form form .wpcf7-checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
  }
  .p-contact-form form .wpcf7-checkbox input[type=checkbox] {
    margin-right: 10px;
  }
  .p-contact-form__field {
    display: grid;
    grid-template-columns: 25% 1fr;
  }
  .p-contact-form__field + .p-contact-form__field {
    margin-top: 28px;
  }
  .p-contact-form__text {
    grid-area: 2/2;
  }
  .u-hidden-pc-lg {
    display: none;
  }
  .u-hidden-sp-lg {
    display: block;
  }
  .u-hidden-sns {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .c-btn-cta__title {
    font-size: 2.625rem;
  }
  .c-btn-cta__sub-title {
    font-size: 0.75rem;
  }
  .c-page-heading-img__title-en {
    font-size: 5.6875rem;
  }
  .c-page-heading-img__title-ja {
    font-size: 2.25rem;
    margin-top: 19px;
  }
  .c-recruit-btn {
    padding: 50px 44px;
  }
  .c-recruit-btn__title {
    font-size: 2rem;
  }
  .c-recruit-btn__text {
    font-size: 0.875rem;
  }
  .c-modal__content {
    padding: 93px 150px;
  }
  .c-modal__flex-box--reverse--xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 37px;
  }
  .c-modal__img-overlap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    max-height: 247px;
    max-width: 587px;
    width: 170%;
  }
  .c-modal__img-cg {
    bottom: -43px;
    left: 0;
    max-width: 286px;
    position: absolute;
    width: 60%;
  }
  .c-modal__img-real {
    margin-left: auto;
    max-width: 329px;
    width: 60%;
    z-index: 2;
  }
  .p-page-heading {
    padding-left: clamp(36px, 5.5vw, 96px);
    padding-right: clamp(36px, 5.5vw, 96px);
  }
  .p-btn-container {
    gap: 70px;
  }
  .p-fv__text-box {
    padding: 0 99px;
  }
  .p-fv__title {
    font-size: clamp(2.5rem, -2.857rem + 7.14vw, 5.625rem);
  }
  .p-fv__sub-title {
    font-size: clamp(1.125rem, 0.375rem + 1vw, 1.563rem);
  }
  .p-works__container {
    grid-template-columns: repeat(5, 1fr);
  }
  .p-business__heading-block::before {
    height: 242.42px;
    left: calc(100% - 120px);
    width: 249.43px;
  }
  .p-business__content {
    gap: 80px;
  }
  .p-cta__title {
    font-size: 2.75rem;
    margin-top: 25.5px;
  }
  .p-cta__btn {
    margin-top: 25.5px;
  }
  .p-ceo-message__contents {
    gap: clamp(20px, 8vw, 107px);
  }
  .p-info__text-box::before {
    height: 292.7px;
    right: 204px;
    width: 226.12px;
  }
  .p-info__access-contents {
    gap: 62px;
  }
  .p-page-blog__container {
    -moz-column-gap: 106.5px;
    -webkit-column-gap: 106.5px;
            column-gap: 106.5px;
  }
  .p-about-card__text-section .p-about-card {
    margin-top: 200px;
    padding: 0 80px;
  }
  .p-service__top-title {
    font-size: 2.625rem;
  }
  .p-service__content::before {
    -webkit-transform: translateX(-25%) translateY(-50%);
            transform: translateX(-25%) translateY(-50%);
  }
  .p-service__container {
    gap: 76px;
  }
  .p-service__container--02 {
    gap: 91px;
  }
  .p-service__grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-recruit__head-title {
    -webkit-transform: translateX(9%) translateY(-26%);
            transform: translateX(9%) translateY(-26%);
  }
  .p-recruit__policy-container {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
    max-width: 1196px;
    width: calc(100% - 60px);
  }
  .p-recruit__cta-container {
    gap: 57px;
    padding: 65px 90px;
  }
  .p-recruit__btn-container {
    -moz-column-gap: 77px;
    -webkit-column-gap: 77px;
            column-gap: 77px;
  }
  .p-recruit__contact-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 109px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 47px;
    max-width: 1092px;
    padding: 34.5px 38.5px;
  }
  .p-recruit__contact-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit__contact-btn {
    margin-top: 0;
  }
  .p-about-company-card__title {
    font-size: 2.5rem;
    line-height: 68px;
  }
  .p-about-company-card__text {
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    line-height: 37px;
  }
  .p-contact-form form .wpcf7-checkbox {
    gap: 98px;
  }
  .p-contact-form form .wpcf7-checkbox input[type=checkbox] {
    margin-right: 17px;
  }
  .p-brand-new__description-contents {
    gap: clamp(5.25rem, -19.75rem + 28vw, 13.5rem);
    grid-template-columns: 24% 1fr;
    max-width: 1285px;
  }
  .p-brand-new__description-img {
    width: 308.19px;
  }
  .p-brand-new__description-title {
    font-size: 3.9375rem;
  }
  .p-brand-new__description-title span {
    font-size: 3.1875rem;
  }
  .p-brand-new__philosophy::before {
    height: 196px;
    width: 910px;
  }
  .p-footer__nav {
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}

.p-header {
  top: 0;
}

.bg-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: height 0.3s ease-out, margin-top 0.3s ease-out, opacity 0.6s ease;
  transition: height 0.3s ease-out, margin-top 0.3s ease-out, opacity 0.6s ease;
  will-change: height, margin-top, opacity;
  opacity: 0;
  overflow: hidden;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 100%;
}
.bg-slider.is-visible {
  opacity: 1;
}
.bg-slider__wrapper {
  --kv-border-width: 6em;
  --kv-header-offset: 0px;
  position: sticky;
  top: 0;
  z-index: 98;
  width: calc(100% - var(--kv-border-width) * 2);
  height: var(--kv-wrapper-height, 100vh);
  min-height: var(--kv-wrapper-height, 100vh);
  border: var(--kv-border-width) solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: var(--kv-wrapper-shift, 0);
}
@media screen and (max-width: 1400px) {
  .bg-slider__wrapper {
    --kv-border-width: 3em;
  }
}
@media screen and (max-width: 960px) {
  .bg-slider__wrapper {
    top: 4em;
  }
}
@media screen and (max-width: 600px) {
  .bg-slider__wrapper {
    --kv-border-width: 2em;
  }
}
.bg-slider .bg-slider__slide {
  z-index: 97;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  will-change: opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.bg-slider .bg-slider__slide.active {
  opacity: 1;
}
.bg-slider .bg-slider__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg-slider__overlay {
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, var(--kv-overlay-opacity, 0));
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  pointer-events: none;
}
.bg-slider__title {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--kv-title-text-color, #000);
  text-align: center;
  width: 100%;
  font-family: "Roboto", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow-x: hidden;
}
.bg-slider__title .kv-title-line {
  position: relative;
  display: inline-block;
  padding: 10px;
  overflow: hidden;
}
.bg-slider__title .kv-title-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, var(--kv-title-highlight-opacity, 0.6));
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.6s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, background-color 0.3s ease;
  transition: transform 0.6s ease, background-color 0.3s ease, -webkit-transform 0.6s ease;
  z-index: -1;
}
.bg-slider__title h2, .bg-slider__title h3 {
  display: block;
  position: relative;
  color: inherit;
  opacity: var(--kv-title-text-opacity, 1);
  -webkit-transform: scale(var(--kv-title-scale, 1));
          transform: scale(var(--kv-title-scale, 1));
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.bg-slider__title h2 {
  font-size: 64px;
}
.bg-slider__title h3 {
  margin-top: var(--kv-title-h3-margin-top, 0);
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
  .bg-slider__title h2 {
    font-size: 48px;
  }
  .bg-slider__title h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) {
  .bg-slider__title h2 {
    font-size: 40px;
  }
  .bg-slider__title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .bg-slider__title h2 {
    font-size: 36px;
  }
  .bg-slider__title h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .bg-slider__title h2 {
    line-height: 0.6;
    font-size: 24px;
    margin-bottom: 12px;
  }
  .bg-slider__title h3 {
    line-height: 0.4;
    font-size: 12px;
  }
}
.bg-slider__title .kv-title-char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
  pointer-events: none;
}
.bg-slider__title.is-animated .kv-title-line::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.bg-slider__title.is-animated .kv-title-char {
  -webkit-animation: kvTitleCharUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: kvTitleCharUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: var(--char-delay, 0s);
          animation-delay: var(--char-delay, 0s);
}

.intro {
  padding: 40em 0 20em;
  position: relative;
  z-index: 99;
  background: transparent;
  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;
}
.intro p {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 3.8;
}
@media screen and (max-width: 1400px) {
  .intro p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px) {
  .intro p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .intro {
    padding: 30em 0 15em;
  }
}
@media screen and (max-width: 600px) {
  .intro {
    padding: 20em 1em 10em;
  }
  .intro p {
    font-size: 14px;
    line-height: 2.8;
  }
}

.p-business {
  background: #fff;
  position: relative;
}
.p-business .container {
  width: min(90%, 1400px);
  margin: 3em auto 0;
}
.p-business .business-gallery {
  margin-top: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.p-business .business-gallery__container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll-horizontal-infinite 60s linear infinite;
          animation: scroll-horizontal-infinite 60s linear infinite;
}
.p-business .business-gallery__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  height: 250px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.p-business .business-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-business .business-gallery__item {
    height: 150px;
  }
}
.p-business h2, .p-business p {
  text-align: center;
}
.p-business h2 {
  font-size: min(50px, 3.2vw);
  font-weight: 600;
  margin: 0.8em 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p-business h2 {
    font-size: min(40px, 5vw);
  }
}
@media screen and (max-width: 900px) {
  .p-business__text {
    margin: min(40px, 5vw) auto;
  }
}
.p-business p {
  font-size: min(20px, 1.5vw);
  line-height: 2.2;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-business p {
    font-size: min(20px, 3vw);
  }
}
.p-business__banner {
  margin: min(50px, 3vw) auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-business__banner:hover {
  opacity: 0.8;
}

.p-connect {
  position: relative;
  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: min(200px, 10vw) 0;
  min-height: 100vh;
  overflow: hidden;
}
.p-connect::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  pointer-events: none;
}
.p-connect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mod202508/tech__1.jpg) no-repeat center bottom/cover;
  z-index: -3;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.p-connect .slide-bg-2 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mod202508/tech__2.jpg) no-repeat center bottom/cover;
  z-index: -2;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.p-connect.slide-active::before {
  opacity: 0;
}
.p-connect.slide-active .slide-bg-2 {
  opacity: 1;
}
@media (orientation: portrait), screen and (max-width: 900px) {
  .p-connect {
    padding: min(200px, 18vw) 0;
    min-height: initial;
  }
}
.p-connect__contents {
  position: relative;
}
.p-connect__contents .p-connect__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 93%;
  aspect-ratio: 100/1.6;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(130deg) translate(0%, 0%);
          transform: rotate(130deg) translate(0%, 0%);
  z-index: 1;
}
.p-connect__contents .p-connect__line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #002F82;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease 1.5s;
  transition: -webkit-transform 0.5s ease 1.5s;
  transition: transform 0.5s ease 1.5s;
  transition: transform 0.5s ease 1.5s, -webkit-transform 0.5s ease 1.5s;
}
.p-connect__contents > * {
  position: relative;
  z-index: 10;
}
.p-connect h2 {
  font-size: min(33px, 2.5vw);
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p-connect h2 {
    font-size: min(26px, 3.5vw);
  }
}
.p-connect h3 {
  font-family: "Roboto", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: min(88px, 4.6vw);
  font-weight: 600;
  margin: 0.6em 0 0.3em;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .p-connect h3 {
    font-size: min(55px, 6.7vw);
  }
}
.p-connect h3 span {
  position: relative;
}
.p-connect .p-connect__contents.is-active .p-connect__line::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.p-connect .p-connect__contents.is-active h3 span::before {
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
.p-connect .p-connect__contents.is-active h3 span::after {
  -webkit-transform: translateY(-85%);
          transform: translateY(-85%);
}
.p-connect * {
  color: #fff;
  text-align: center;
}
.p-connect p {
  font-size: min(20px, 1.2vw);
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .p-connect p {
    font-size: min(20px, 2.5vw);
  }
}

.l-projects {
  margin-top: min(120px, 5.2vw);
}

@media (min-width: 769px) {
  .p-projects .c-section-heading__en {
    font-size: min(5rem, 5.8vw);
    margin-left: -0.5em;
  }
}
.p-projects__inner.l-inner {
  width: min(1397px, 86%);
}
.p-projects-swiper__wrapper {
  margin-top: min(80px, 3vw);
}
@media screen and (max-width: 900px) {
  .p-projects-swiper__wrapper {
    margin-top: 42.6px;
  }
}
.p-projects-swiper__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: min(40px, 4vw) 0 min(60px, 5vw);
}
.p-projects-swiper__scrollbar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.p-projects-swiper__scrollbar .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 1px;
  background: rgba(112, 112, 112, 0.13);
}
.p-projects-swiper__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(17px, 2vw);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: min(40px, 4vw);
}
.p-projects__partnership {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4vw;
}
.p-projects__partnership.l-inner {
  margin-top: min(50px, 8vw);
}
@media screen and (max-width: 900px) {
  .p-projects__partnership.l-inner {
    margin-top: min(50px, 10vw);
  }
}
@media screen and (min-width: 768px) {
  .p-projects__partnership {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-projects__partnership img {
    max-width: 25%;
  }
  .p-projects__partnership img:first-child {
    max-width: 16%;
  }
}
.p-projects__btn {
  margin-top: min(50px, 6vw);
  text-align: center;
}

.c-projects-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-projects-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1397/680;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .c-projects-card__img {
    aspect-ratio: 1200/800;
  }
}
.c-projects-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-projects-card__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.c-projects-card__text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: min(56px, 3.5vw);
  font-size: min(20px, 1.2vw);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .c-projects-card__text-box {
    font-size: min(16px, 2.5vw);
  }
}
.c-projects-card__title-ja {
  font-size: min(2.5rem, 2.5vw);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: "Roboto", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
}
.c-projects-card__title-ja::after {
  content: "";
  display: block;
  width: min(17px, 2.5vw);
  height: 1px;
  background-color: #fff;
  margin: min(19px, 2.5vw) 0;
}
.c-projects-card__address {
  letter-spacing: 0.1em;
  font-size: 90%;
}
.p-projects-swiper__prev,
.p-projects-swiper__next {
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  width: min(60px, 5vw);
  height: auto;
  aspect-ratio: 1/1;
  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;
  background-color: #000000;
  position: static;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-projects-swiper__prev,
  .p-projects-swiper__next {
    width: min(40px, 9vw);
  }
}
.p-projects-swiper__prev:hover,
.p-projects-swiper__next:hover {
  opacity: 0.7;
}
.p-projects-swiper__prev:focus,
.p-projects-swiper__next:focus {
  opacity: 0.7;
}
.p-projects-swiper__prev svg,
.p-projects-swiper__next svg {
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 900px) {
  .p-projects-swiper__prev svg,
  .p-projects-swiper__next svg {
    width: 0.3em;
  }
}
.p-projects-swiper__prev.swiper-button-disabled,
.p-projects-swiper__next.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.33) !important;
}

.p-business__heading-block::before, .p-business__heading-block::after {
  content: none !important;
}

@-webkit-keyframes scroll-horizontal-infinite {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}

@keyframes scroll-horizontal-infinite {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
  }
}
@-webkit-keyframes kvTitleCharUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes kvTitleCharUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-business {
  margin: 0 auto 8em;
}
@media screen and (min-width: 768px) {
  .p-business .p-business__section-heading {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-business {
    margin: 0 auto 3em;
  }
}

.l-business {
  margin: min(120px, 8vw) auto;
  padding-bottom: 6em;
}
@media screen and (max-width: 600px) {
  .l-business {
    padding-bottom: 0;
  }
}

.p-banner {
  padding: min(80px, 6vw) 0;
  margin: min(80px, 8vw) auto;
}
.p-banner__link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-banner__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .p-banner {
    margin-bottom: 20px;
  }
}

.p-voice {
  background: #002F82;
  padding: min(110px, 10vw) 0;
}
.p-voice__heading-block {
  margin-bottom: min(60px, 7vw);
}
.p-voice .c-section-heading__en {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: min(67px, 5.5vw);
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .p-voice .c-section-heading__en {
    font-size: min(55px, 6.7vw);
    margin-top: 0.5em;
  }
}
.p-voice .swiper {
  width: min(1050px, 100%);
}
.p-voice .swiper-slide {
  width: 100%;
  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;
  margin-bottom: 0;
}
.p-voice iframe {
  width: min(800px, 70%);
  aspect-ratio: 16/9;
}
@media screen and (max-width: 900px) {
  .p-voice iframe {
    width: min(700px, 100%);
  }
}
.p-voice-swiper__buttons {
  position: absolute;
  width: 100%;
  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;
  height: 100%;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .p-voice-swiper__buttons {
    width: min(700px, 100%);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: min(17px, 2.5vw);
    height: auto;
    position: relative;
    margin-top: min(40px, 5vw);
  }
}
.p-voice-swiper__prev, .p-voice-swiper__next {
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  width: min(60px, 5vw);
  height: auto;
  aspect-ratio: 1/1;
  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;
  background-color: #fff;
  position: static;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-voice-swiper__prev, .p-voice-swiper__next {
    width: min(40px, 9vw);
  }
}
.p-voice-swiper__prev:hover, .p-voice-swiper__next:hover {
  opacity: 0.7;
}
.p-voice-swiper__prev svg, .p-voice-swiper__next svg {
  width: 0.5rem;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 900px) {
  .p-voice-swiper__prev svg, .p-voice-swiper__next svg {
    width: 0.4em;
  }
}
.p-voice-swiper__pagenation {
  width: 100%;
  height: 2rem;
  margin-top: min(40px, 3vw);
}
.p-voice-swiper__pagenation .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5) !important;
  border-radius: initial;
  width: 30px;
  height: 2px;
  margin: 0 min(6px, 1.3vw) !important;
}
.p-voice-swiper__pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important;
}

.l-news,
.l-blog {
  margin-top: min(120px, 8vw);
}
@media screen and (max-width: 600px) {
  .l-news,
  .l-blog {
    margin-top: 60px;
  }
}

@media screen and (max-width: 900px) {
  .l-blog {
    margin-top: min(120px, 20vw);
  }
}

body.index .contents.u-hidden {
  display: block;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}
body.index main {
  position: relative;
  z-index: 90;
  background: #fff;
}
body.index footer {
  z-index: 90;
  position: relative;
  background: #fff;
}
body.index footer > * {
  z-index: 1;
  position: relative;
}

.p-job-description {
  margin-top: 60px;
}
.p-job-description .p-job-description__box {
  text-align: center;
  margin-bottom: 8em;
}
@media screen and (max-width: 600px) {
  .p-job-description .p-job-description__box {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 480px) {
  .p-job-description .p-job-description__box {
    margin-bottom: 2em;
  }
}
.p-job-description .p-job-description__box .p-job-description__title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-job-description .p-job-description__box .p-job-description__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-job-description .p-job-description__box .p-job-description__title {
    font-size: 1.7rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 480px) {
  .p-job-description .p-job-description__box .p-job-description__title {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-job-description .p-job-description__box .p-job-description__text {
  font-size: 1.5rem;
  font-weight: 500;
}
.p-job-description .p-job-description__box--1 p {
  font-size: 1.2rem;
  margin: 2em 0;
  line-height: 1.8;
}
.p-job-description .p-job-description__box--1 .person {
  background: url(../img/job-description__bg_1.png) no-repeat center center;
  background-size: cover;
  padding: 4em 2em;
  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;
  color: #fff;
}
.p-job-description .p-job-description__box--1 .person h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}
.p-job-description .p-job-description__box--1 .person h4:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.p-job-description .p-job-description__box--1 .person ul {
  margin-top: 1em;
  width: 68%;
  margin: 0 auto;
}
.p-job-description .p-job-description__box--1 .person ul li {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: left;
  background: url(../img/icon-check_wht.svg) no-repeat left center;
  padding-left: 3em;
}
.p-job-description .p-job-description__box--1 .person ul li span {
  font-size: 0.9rem;
  font-weight: 400;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .p-job-description .p-job-description__box--1 p {
    font-size: 1rem;
  }
  .p-job-description .p-job-description__box--1 .person h4 {
    font-size: 1.6rem;
  }
  .p-job-description .p-job-description__box--1 .person ul {
    width: 80%;
  }
  .p-job-description .p-job-description__box--1 .person ul li {
    font-size: 1rem;
  }
  .p-job-description .p-job-description__box--1 .person ul li span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .p-job-description .p-job-description__box--1 p {
    font-size: 1rem;
  }
  .p-job-description .p-job-description__box--1 .person h4 {
    font-size: 1.4rem;
  }
  .p-job-description .p-job-description__box--1 .person ul {
    width: 100%;
  }
  .p-job-description .p-job-description__box--1 .person ul li {
    font-size: 0.9rem;
  }
  .p-job-description .p-job-description__box--1 .person ul li span {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 480px) {
  .p-job-description .p-job-description__box--1 p {
    margin: 1em 0;
    font-size: 0.9rem;
  }
  .p-job-description .p-job-description__box--1 .person {
    padding: 2em;
  }
  .p-job-description .p-job-description__box--1 .person h4 {
    font-size: 1.2rem;
  }
  .p-job-description .p-job-description__box--1 .person ul {
    width: 100%;
  }
  .p-job-description .p-job-description__box--1 .person ul li {
    background-size: 20px 20px;
    background-position: left top;
    font-size: 0.8rem;
  }
  .p-job-description .p-job-description__box--1 .person ul li span {
    display: block;
    font-size: 0.6rem;
    margin-left: 0;
  }
}
.p-job-description .p-job-description__box--2 p {
  font-size: 1.2rem;
  margin: 2em 0;
  line-height: 1.8;
}
.p-job-description .p-job-description__box--2 h4 {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em;
  border: 1px solid #333;
  padding: 4px 10px;
  display: inline-block;
  position: relative;
}
.p-job-description .p-job-description__box--2 ul {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-job-description .p-job-description__box--2 ul li {
  width: 33%;
  border-right: 1px solid #333;
  padding: 2em 1em 1em;
  text-align: center;
}
.p-job-description .p-job-description__box--2 ul li:last-child {
  border-right: none;
}
.p-job-description .p-job-description__box--2 ul li:nth-child(1) .img img {
  width: 100px;
}
.p-job-description .p-job-description__box--2 ul li:nth-child(2) .img {
  padding-top: 20px;
}
.p-job-description .p-job-description__box--2 ul li:nth-child(2) .img img {
  width: 120px;
}
.p-job-description .p-job-description__box--2 ul li:nth-child(3) .img img {
  width: 160px;
}
.p-job-description .p-job-description__box--2 ul li h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-job-description .p-job-description__box--2 p {
    font-size: 1rem;
  }
  .p-job-description .p-job-description__box--2 h4 {
    font-size: 1.1rem;
  }
  .p-job-description .p-job-description__box--2 ul li h5 {
    font-size: 1rem;
  }
  .p-job-description .p-job-description__box--2 ul li:nth-child(1) .img img {
    width: 80px;
  }
  .p-job-description .p-job-description__box--2 ul li:nth-child(2) .img img {
    width: 100px;
  }
  .p-job-description .p-job-description__box--2 ul li:nth-child(3) .img img {
    width: 120px;
  }
}
@media screen and (max-width: 600px) {
  .p-job-description .p-job-description__box--2 p {
    font-size: 0.9rem;
  }
  .p-job-description .p-job-description__box--2 h4 {
    margin-bottom: 0;
  }
  .p-job-description .p-job-description__box--2 ul {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-job-description .p-job-description__box--2 ul li {
    width: 80%;
    margin: auto;
    border-right: none;
    padding-bottom: 2em;
    border-bottom: 1px dotted #999;
  }
  .p-job-description .p-job-description__box--2 ul li:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  .p-job-description .p-job-description__box--2 p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 400px) {
  .p-job-description .p-job-description__box--2 p {
    font-size: 0.7rem;
  }
}
.p-job-description .p-job-description__box--3 {
  position: relative;
}
.p-job-description .p-job-description__box--3__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 400px;
  overflow: hidden;
}
.p-job-description .p-job-description__box--3__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-job-description .p-job-description__box--3 .l-inner {
  padding-top: 14em;
}
.p-job-description .p-job-description__box--3 h3 {
  padding: 3em 1em 1em;
  background: #fff;
  font-size: 2.6rem;
}
.p-job-description .p-job-description__box--3 ul {
  width: 90%;
  margin: 0 auto 2em;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-job-description .p-job-description__box--3 ul li {
  width: 30%;
  border: 1px solid #ccc;
  padding: 1.5em 2em;
}
.p-job-description .p-job-description__box--3 ul li h5 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.p-job-description .p-job-description__box--3 ul li p {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-job-description .p-job-description__box--3 .details {
  margin: 4em auto;
}
.p-job-description .p-job-description__box--3 .system {
  background: #efefef;
  padding: 4em 6em 2em;
}
.p-job-description .p-job-description__box--3 .system h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2em;
}
.p-job-description .p-job-description__box--3 .system ul {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-job-description .p-job-description__box--3 .system ul li {
  width: 48%;
  text-align: left;
  border: none;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  list-style: disc;
  list-style-position: outside;
  margin-left: 1em;
  margin-bottom: 8px;
}
.p-job-description .p-job-description__box--3 .system ul li i {
  font-size: 0.8rem;
  display: inline-block;
  margin-left: 0.6em;
}
.p-job-description .p-job-description__box--3 .system .note {
  text-align: left;
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.p-job-description .p-job-description__box--3 .system .note ol {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-job-description .p-job-description__box--3 .system .note ol li {
  text-align: left;
  margin-bottom: 2px;
}
.p-job-description .p-job-description__box--3 .system .numbers {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-job-description .p-job-description__box--3 .system .numbers li {
  width: 31%;
  background: #fff;
  border: 1px solid #002f82;
  color: #002f82;
  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;
  padding: 3em 2em;
  position: relative;
  margin-left: 0;
}
.p-job-description .p-job-description__box--3 .system .numbers li h5 {
  position: absolute;
  top: 0;
  left: 0;
  background: #002f82;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-job-description .p-job-description__box--3 .system .numbers li p {
  text-align: center;
  font-size: 1.4rem;
}
.p-job-description .p-job-description__box--3 .system .numbers li p span {
  display: block;
  text-align: left;
  font-size: 1.1rem;
}
.p-job-description .p-job-description__box--3 .system .numbers li p span.caption {
  font-size: 0.8rem;
  margin-top: 1em;
  text-align: center;
}
.p-job-description .p-job-description__box--3 .system .numbers li p i {
  margin-right: 2px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  margin-left: 0;
  line-height: 1;
  letter-spacing: -2px;
  font-size: 6rem;
}
@media screen and (max-width: 1200px) {
  .p-job-description .p-job-description__box--3 {
    padding: 9em 2em 2em;
  }
  .p-job-description .p-job-description__box--3__bg {
    height: 300px;
  }
  .p-job-description .p-job-description__box--3 .l-inner {
    padding-top: 2em;
  }
  .p-job-description .p-job-description__box--3 h3 {
    font-size: 1.8rem;
  }
  .p-job-description .p-job-description__box--3 ul {
    display: block;
  }
  .p-job-description .p-job-description__box--3 ul li {
    width: 100%;
    padding: 1em 2em;
    margin-bottom: 1em;
  }
  .p-job-description .p-job-description__box--3 ul li:last-child {
    margin-bottom: 0;
  }
  .p-job-description .p-job-description__box--3 .system {
    padding: 2em 3em;
  }
  .p-job-description .p-job-description__box--3 .system h4 {
    font-size: 1.4rem;
  }
  .p-job-description .p-job-description__box--3 .system ul li {
    width: 100%;
    margin-left: 2em;
    margin-bottom: 12px;
  }
  .p-job-description .p-job-description__box--3 .system ul li:last-child {
    margin-bottom: 0;
  }
  .p-job-description .p-job-description__box--3 .system .numbers {
    display: block;
  }
  .p-job-description .p-job-description__box--3 .system .numbers li {
    margin-left: 0;
    width: 100%;
    margin-bottom: 2em;
    padding: 2em 2em 2em 4em;
  }
  .p-job-description .p-job-description__box--3 .system .numbers li:last-child {
    margin-bottom: 0;
  }
  .p-job-description .p-job-description__box--3 .system .numbers li h5 {
    font-size: 1.1rem;
  }
  .p-job-description .p-job-description__box--3 .system .numbers li p span {
    font-size: 1rem;
  }
  .p-job-description .p-job-description__box--3 .system .numbers li p i {
    font-size: 6rem;
  }
  .p-job-description .p-job-description__box--3 .system .details {
    margin: 2em auto;
  }
}
@media screen and (max-width: 600px) {
  .p-job-description .p-job-description__box--3 {
    padding: 6em 2em 2em;
  }
  .p-job-description .p-job-description__box--3 .l-inner {
    width: 100%;
  }
  .p-job-description .p-job-description__box--3 .details {
    margin: 1em auto 3em;
  }
  .p-job-description .p-job-description__box--3 .system {
    padding: 2em;
  }
  .p-job-description .p-job-description__box--3 .system h4 {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  .p-job-description .p-job-description__box--3 .system ul li {
    font-size: 0.9rem;
  }
  .p-job-description .p-job-description__box--3 .system .numbers {
    margin-top: 2em;
  }
  .p-job-description .p-job-description__box--3 .system .numbers li p span {
    font-size: 0.9rem;
  }
  .p-job-description .p-job-description__box--3 .system .numbers li p i {
    font-size: 5rem;
  }
  .p-job-description .p-job-description__box--3__bg {
    height: 200px;
  }
  .p-job-description .p-job-description__box--3 .l-inner {
    padding-top: 0em;
  }
  .p-job-description .p-job-description__box--3 h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .p-job-description .p-job-description__box--3 h3 {
    font-size: 1.4rem;
  }
}
.p-job-description .p-job-description__box--4 {
  position: relative;
  background: #333;
  padding: 6em 0 9em;
}
.p-job-description .p-job-description__box--4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-job-description .p-job-description__box--4 .bg .bg-scroll {
  position: absolute;
  width: 25%;
  height: 200%;
  background: url(../img/job-description__bg_3.png) repeat-y;
  background-size: 100% auto;
}
.p-job-description .p-job-description__box--4 .bg .bg-scroll--1 {
  left: 0;
  -webkit-animation: scrollDown 30s linear infinite;
          animation: scrollDown 30s linear infinite;
}
.p-job-description .p-job-description__box--4 .bg .bg-scroll--2 {
  left: 25%;
  -webkit-animation: scrollUp 30s linear infinite;
          animation: scrollUp 30s linear infinite;
}
.p-job-description .p-job-description__box--4 .bg .bg-scroll--3 {
  left: 50%;
  -webkit-animation: scrollDown 30s linear infinite;
          animation: scrollDown 30s linear infinite;
}
.p-job-description .p-job-description__box--4 .bg .bg-scroll--4 {
  left: 75%;
  -webkit-animation: scrollUp 30s linear infinite;
          animation: scrollUp 30s linear infinite;
}
@media screen and (max-width: 1200px) {
  .p-job-description .p-job-description__box--4 .bg .bg-scroll {
    width: 33.333%;
  }
  .p-job-description .p-job-description__box--4 .bg .bg-scroll--1 {
    left: 0;
  }
  .p-job-description .p-job-description__box--4 .bg .bg-scroll--2 {
    left: 33.333%;
  }
  .p-job-description .p-job-description__box--4 .bg .bg-scroll--3 {
    left: 66.666%;
  }
  .p-job-description .p-job-description__box--4 .bg .bg-scroll--4 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .p-job-description .p-job-description__box--4 .bg .bg-scroll {
    width: 100%;
  }
  .p-job-description .p-job-description__box--4 .bg .bg-scroll--1 {
    left: 0;
  }
  .p-job-description .p-job-description__box--4 .bg .bg-scroll--2, .p-job-description .p-job-description__box--4 .bg .bg-scroll--3, .p-job-description .p-job-description__box--4 .bg .bg-scroll--4 {
    display: none;
  }
}
.p-job-description .p-job-description__box--4 h3 {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2em;
}
.p-job-description .p-job-description__box--4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-job-description .p-job-description__box--4 ul li {
  color: #fff;
  width: 20%;
  border: 1px solid #ccc;
  padding: 1.5em 2em;
  text-align: left;
}
.p-job-description .p-job-description__box--4 ul li h5 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
.p-job-description .p-job-description__box--4 ul li p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-job-description .p-job-description__box--4 ul .arrow {
  position: relative;
}
.p-job-description .p-job-description__box--4 ul .arrow span {
  position: relative;
}
.p-job-description .p-job-description__box--4 ul .arrow span:before, .p-job-description .p-job-description__box--4 ul .arrow span:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 0;
}
.p-job-description .p-job-description__box--4 ul .arrow span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 100px;
}
.p-job-description .p-job-description__box--4 ul .arrow span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 94px;
}
.p-job-description .p-job-description__box--4 ul .details {
  margin: 4em auto 6em;
}
@media screen and (max-width: 900px) {
  .p-job-description .p-job-description__box--4 {
    padding: 4em 0;
  }
  .p-job-description .p-job-description__box--4 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-job-description .p-job-description__box--4 ul li {
    width: 100%;
    margin-bottom: 1em;
  }
  .p-job-description .p-job-description__box--4 ul li:last-child {
    margin-bottom: 0;
  }
  .p-job-description .p-job-description__box--4 ul .arrow {
    display: none;
  }
}
.p-job-description .p-job-description__box--5 {
  padding: 4em 0 0;
  position: relative;
}
.p-job-description .p-job-description__box--5 h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 2em;
}
.p-job-description .p-job-description__box--5 .p-job-description__tabs {
  margin-bottom: 4em;
}
.p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 auto 8em;
  padding: 0;
  list-style: none;
}
.p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list .p-job-description__tab-item {
  margin: 0 1em;
}
.p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list .p-job-description__tab-item .p-job-description__tab-link {
  display: block;
  padding: 1em 2em;
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list .p-job-description__tab-item .p-job-description__tab-link:hover {
  color: #002f82;
  border-bottom-color: #002f82;
}
.p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list .p-job-description__tab-item.active .p-job-description__tab-link {
  color: #002f82;
  border-bottom-color: #002f82;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-job-description .p-job-description__box--5 .p-job-description__tabs {
    margin-bottom: 3em;
  }
  .p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list {
    border-bottom: none;
    -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;
    margin: 0 auto 4em;
  }
  .p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list .p-job-description__tab-item {
    margin: 0.5em 0;
    width: 100%;
    max-width: 300px;
  }
  .p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list .p-job-description__tab-item .p-job-description__tab-link {
    text-align: center;
    padding: 0.8em 1em;
    font-size: 1.1rem;
    border-bottom: none;
  }
  .p-job-description .p-job-description__box--5 .p-job-description__tabs .p-job-description__tab-list .p-job-description__tab-item.active .p-job-description__tab-link {
    border: 2px solid #002f82;
  }
}
.p-job-description .p-job-description__box--5 .p-job-description__content {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
}
.p-job-description .p-job-description__box--5 .p-job-description__content.active {
  opacity: 1;
  position: relative;
}
.p-job-description .p-job-description__box--5 .p-job-description__content-container {
  position: relative;
  min-height: 500px;
}
.p-job-description .p-job-description__box--5 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
.p-job-description .p-job-description__box--5 dl dt {
  text-align: left;
  width: 20%;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 1em;
  margin-bottom: 0.5em;
}
.p-job-description .p-job-description__box--5 dl dd {
  padding: 0 1em;
  width: 80%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
}
.p-job-description .p-job-description__box--5 dl dd span {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-job-description .p-job-description__box--5 {
    padding: 0;
  }
  .p-job-description .p-job-description__box--5 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-job-description .p-job-description__box--5 dl dt {
    width: 100%;
  }
}
.p-job-description .p-job-description__btn {
  text-align: center !important;
  margin: 0 auto 6em;
}
.p-job-description .p-job-description__btn a {
  padding: 30px 64px;
}
@media screen and (max-width: 480px) {
  .p-job-description .p-job-description__btn a {
    padding: 20px 40px;
  }
}

.p-job-numbers .p-job-numbers__contents {
  padding: 6em 0;
}
.p-job-numbers .p-job-numbers__contents h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
}
.p-job-numbers .p-job-numbers__contents p {
  text-align: center;
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 2em;
}
.p-job-numbers .numbers {
  margin-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-job-numbers .numbers li {
  width: 30%;
  background: #fff;
  border: 1px solid #002f82;
  color: #002f82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3em 1em;
  position: relative;
  margin-bottom: 4em;
}
.p-job-numbers .numbers li .desc {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 1em;
}
.p-job-numbers .numbers li.lg {
  width: 100%;
}
.p-job-numbers .numbers li.md {
  width: 48%;
}
.p-job-numbers .numbers li h5 {
  position: absolute;
  top: 0;
  left: 0;
  background: #002f82;
  color: #fff;
  padding: 2px 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-job-numbers .numbers li p {
  text-align: center;
  font-size: 1.4rem;
  margin: 0;
}
.p-job-numbers .numbers li p i {
  margin-right: 2px;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  margin-left: 0;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 7.6rem;
}
.p-job-numbers .numbers li p em {
  font-style: normal;
  padding: 0 10px;
}
.p-job-numbers .numbers li .colon {
  font-size: 2.4rem;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}
.p-job-numbers .numbers li.morning .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
.p-job-numbers .numbers li.morning .flex p {
  width: 40%;
  text-align: center;
}
.p-job-numbers .numbers li.morning .flex .desc {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .p-job-numbers .numbers li.morning .flex {
    display: block;
  }
  .p-job-numbers .numbers li.morning .flex p {
    margin: 0 auto;
    width: 90%;
  }
  .p-job-numbers .numbers li.morning .flex .desc {
    margin: 1em auto 0;
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .p-job-numbers .numbers li p {
    font-size: 1.1rem;
  }
  .p-job-numbers .numbers li p i {
    font-size: 6rem;
  }
  .p-job-numbers .numbers li p em {
    padding: 0 6px;
  }
}
@media screen and (max-width: 1024px) {
  .p-job-numbers .p-job-numbers__contents h3 {
    font-size: 2rem;
  }
  .p-job-numbers .p-job-numbers__contents p {
    font-size: 1rem;
  }
  .p-job-numbers .numbers li {
    margin-bottom: 2em;
  }
  .p-job-numbers .numbers li h5 {
    font-size: 1rem;
  }
  .p-job-numbers .numbers li.sm {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .p-job-numbers .p-job-numbers__contents {
    padding: 4em 0;
  }
  .p-job-numbers .p-job-numbers__contents h3 {
    font-size: 1.8rem;
  }
  .p-job-numbers .p-job-numbers__contents p {
    font-size: 0.9rem;
  }
  .p-job-numbers .numbers li.sm, .p-job-numbers .numbers li.md {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .p-job-numbers .p-job-numbers__contents {
    padding: 2em 0;
  }
  .p-job-numbers .p-job-numbers__contents h3 {
    font-size: 1.6rem;
  }
  .p-job-numbers .p-job-numbers__contents p {
    font-size: 0.8rem;
  }
  .p-job-numbers .numbers li {
    padding: 2em 1em;
  }
  .p-job-numbers .numbers li h5 {
    font-size: 0.9rem;
  }
  .p-job-numbers .numbers li p {
    font-size: 1.2rem;
  }
  .p-job-numbers .numbers li p i {
    font-size: 4rem;
  }
  .p-job-numbers .numbers li p em {
    padding: 0 4px;
  }
  .p-job-numbers .numbers li .desc {
    font-size: 0.8rem;
  }
}
.p-job-numbers .p-job-numbers__btn {
  text-align: center !important;
  margin: 0 auto 6em;
}
.p-job-numbers .p-job-numbers__btn a {
  padding: 30px 64px;
}
@media screen and (max-width: 480px) {
  .p-job-numbers .p-job-numbers__btn a {
    padding: 20px 40px;
  }
}/*# sourceMappingURL=style.css.map */