@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.p-country-name {
  display: none;
}

.p-works,
.p-staff,
.p-recruit {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767.9px) {
  .p-home_product__wrap {
    margin: 0;
    flex-direction: column;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.p-home_product__item {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-home_product__item {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
  }
}
.p-home_product__item img {
  aspect-ratio: 389/518;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-home_product__cap {
    margin-top: 1rem;
  }
}
.p-home_product__cap p {
  text-align: left;
}

.p-works__sec {
  padding: 10rem 0;
}
.p-works__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 991.9px) {
  .p-works__wrapper {
    flex-direction: column;
  }
}
.p-works__side {
  width: 230px;
}
@media screen and (max-width: 991.9px) {
  .p-works__side {
    width: 100%;
  }
}
.p-works__side aside {
  position: sticky;
  top: 100px;
}
.p-works__side_title {
  text-align: center;
  color: #fff;
  background: #2e528f;
  padding: 1.2rem 0;
  position: relative;
}
.p-works__side_title .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  display: inline-block;
  width: 24px;
  height: 10.6px;
}
.p-works__side_title .arrow::before,
.p-works__side_title .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 2px;
  height: 16px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 0.5px);
}
.p-works__side_title .arrow::before {
  transform: rotate(50deg);
}
.p-works__side_title .arrow::after {
  transform: rotate(-50deg);
}
.p-works__side_list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991.9px) {
  .p-works__side_list {
    display: none;
  }
}
.p-works__side_list li {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.p-works__side_list li a {
  padding: 15px 0.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2e528f;
}
.p-works__side_list li a:hover .arrow::before, .p-works__side_list li a:hover .arrow::after {
  right: -0.5em;
}
.p-works__side_list li a .arrow {
  position: relative;
  display: inline-block;
  width: 7.3px;
  height: 13.9px;
}
.p-works__side_list li a .arrow::before,
.p-works__side_list li a .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #2e528f;
  transform-origin: calc(100% - 0.5px) 50%;
  transition: all 0.4s;
}
.p-works__side_list li a .arrow::before {
  transform: rotate(46deg);
}
.p-works__side_list li a .arrow::after {
  transform: rotate(-46deg);
}
.p-works__art {
  width: min(90%, 1267px);
}
@media screen and (max-width: 991.9px) {
  .p-works__art {
    width: 100%;
  }
}
.p-works__art_list {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 991.9px) {
  .p-works__art_list {
    gap: 2rem;
  }
}
.p-works__art_item {
  width: calc((100% - 10rem) / 3);
}
@media screen and (max-width: 991.9px) {
  .p-works__art_item {
    width: calc((100% - 2rem) / 2);
  }
}
.p-works__art_title {
  margin-top: 2rem;
}
.p-works__art_thumb {
  position: relative;
}
.p-works__art_thumb img:not(.vertical-thumbnail) {
  aspect-ratio: 389/518;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}
.p-works__art_thumb p {
  width: min(100%, 20rem);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4em 0.5em;
  border-radius: 100px;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 991.9px) {
  .p-works__art_thumb p {
    font-size: 12px;
    width: -moz-max-content;
    width: max-content;
    padding: 0.4em 1em;
  }
}
.p-works__cont {
  width: min(90%, 1267px);
}
@media screen and (max-width: 991.9px) {
  .p-works__cont {
    width: 100%;
  }
}
.p-works__cont_cat {
  background: #333333;
  border-radius: 100px;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 3rem;
}
.p-works__cont_title {
  font-size: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 991.9px) {
  .p-works__cont_title {
    font-size: 2rem;
  }
}
.p-works__cont_item img {
  margin: 3rem 0;
  height: auto;
}

.p-staff__sec {
  padding: 10rem 0;
}
.p-staff__wrapper {
  display: flex;
  flex-direction: column;
}
.p-staff__art_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.p-staff__art_item {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-staff__art_item {
    width: calc((100% - 1.5rem) / 2);
  }
}
.p-staff__art_thumb {
  overflow: hidden;
}
.p-staff__art_thumb img {
  transition: all 0.4s;
}
.p-staff__art_thumb:hover img {
  transform: scale(1.1);
}
.p-staff__cont_title {
  font-size: 4rem;
}
@media screen and (max-width: 991.9px) {
  .p-staff__cont_title {
    font-size: 2.4rem;
  }
}
.p-staff__cont_item {
  padding: 10rem 0;
}
@media screen and (max-width: 991.9px) {
  .p-staff__cont_item {
    padding: 5rem 0;
  }
}
.p-staff__cont_item .c-inner {
  position: relative;
}
.p-staff__cont_item_image {
  width: min(100%, 73rem);
  margin-right: auto;
}
.p-staff__cont_item_text {
  position: absolute;
  right: 0;
  bottom: -4rem;
  background: #fff;
  padding: 5.5rem;
  width: min(100%, 73.5rem);
}
@media screen and (max-width: 991.9px) {
  .p-staff__cont_item_text {
    position: static;
    padding: 20px;
  }
}
.p-staff__cont_item_text h3 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991.9px) {
  .p-staff__cont_item_text h3 {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.p-staff__cont_item_text p {
  text-align: justify;
}
@media screen and (max-width: 991.9px) {
  .p-staff__cont_item_text p {
    font-size: 14px;
  }
}
.p-staff__cont_item.-reverse {
  background: linear-gradient(90deg, rgb(29, 68, 134) 0%, rgb(38, 90, 178) 100%);
}
.p-staff__cont_item.-reverse .c-inner {
  flex-direction: row-reverse;
}
.p-staff__cont_item.-reverse .p-staff__cont_item_image {
  margin-right: 0;
  margin-left: auto;
}
.p-staff__cont_item.-reverse .p-staff__cont_item_text {
  right: inherit;
  left: 0;
}

@media screen and (max-width: 767.9px) {
  .p-recruit .c-ttl_sup__jp {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.p-recruit__sec {
  padding: 9rem 0 8rem 0;
}
.p-recruit__sec.-bg-blue {
  padding: 7rem 0;
  background: #2e528f;
}
.p-recruit__message__wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 991.9px) {
  .p-recruit__message__wrap {
    flex-direction: column;
  }
}
.p-recruit__message__cnt {
  width: min(100%, 53.5rem);
}
@media screen and (max-width: 991.9px) {
  .p-recruit__message__cnt {
    display: contents;
    width: 100%;
  }
}
@media screen and (max-width: 991.9px) {
  .p-recruit__message__cnt .c-ttl_sup {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 991.9px) {
  .p-recruit__message__desc {
    order: 3;
    font-size: 0.8em;
  }
}
.p-recruit__message__desc p {
  margin-top: 2rem;
}
@media screen and (max-width: 991.9px) {
  .p-recruit__message__desc p {
    margin-top: 1rem;
  }
}
.p-recruit__message__desc p:first-of-type {
  margin-top: 4rem;
}
@media screen and (max-width: 991.9px) {
  .p-recruit__message__desc p:first-of-type {
    margin-top: 1rem;
  }
}
.p-recruit__message__desc p:last-of-type {
  display: flex;
  align-items: end;
  justify-content: right;
  gap: 5px;
}
.p-recruit__message__desc p:last-of-type span {
  font-size: 4.5rem;
  line-height: 1;
}
@media screen and (max-width: 991.9px) {
  .p-recruit__message__desc p:last-of-type span {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.p-recruit__message__img {
  width: min(100%, 53.5rem);
}
@media screen and (max-width: 991.9px) {
  .p-recruit__message__img {
    order: 2;
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.9px) {
  .p-recruit__message__img {
    width: 100%;
  }
}
.p-recruit__member .splide__arrow {
  background: transparent;
}
.p-recruit__member .splide__arrow svg {
  fill: #fff;
  height: 6rem;
  width: 6rem;
}
.p-recruit__member .splide__arrow--prev {
  left: -2.8rem;
}
.p-recruit__member .splide__arrow--next {
  right: -2.8rem;
}
.p-recruit__member__list {
  padding-top: 2rem;
}
.p-recruit__member__list_item {
  width: calc((100% - 16rem) / 3) !important;
}
@media screen and (max-width: 767.9px) {
  .p-recruit__member__list_item {
    width: calc((100% - 2rem) / 2) !important;
  }
}
.p-recruit__member__list_item div {
  overflow: hidden;
}
.p-recruit__member__list_item img {
  aspect-ratio: 385/585;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s;
}
.p-recruit__member__list_item:hover img {
  transform: scale(1.1);
}
.p-recruit__member__list_item p {
  margin-top: 2rem;
  color: #fff;
}
.p-recruit__card__list {
  padding-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767.9px) {
  .p-recruit__card__list {
    gap: 2rem;
    padding-top: 2rem;
  }
}
.p-recruit__card__item {
  width: calc((100% - 8rem) / 3);
}
@media screen and (max-width: 767.9px) {
  .p-recruit__card__item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 575.9px) {
  .p-recruit__card__item {
    width: 100%;
  }
}
.p-recruit__overview__tbl {
  border: 3px solid #2e528f;
  padding: 6rem 8rem;
  max-width: 1060px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .p-recruit__overview__tbl {
    padding: 1em;
  }
}
.p-recruit__overview__tbl tr:not(:last-of-type) {
  border-bottom: 1px solid #d4d4d4;
}
@media screen and (max-width: 767.9px) {
  .p-recruit__overview__tbl tr:not(:last-of-type) {
    border-bottom: none;
  }
}
.p-recruit__overview__tbl th,
.p-recruit__overview__tbl td {
  padding: 2.8rem 0;
}
@media screen and (max-width: 767.9px) {
  .p-recruit__overview__tbl th,
  .p-recruit__overview__tbl td {
    display: block;
    width: 100%;
  }
}
.p-recruit__overview__tbl th {
  width: 14%;
  text-align: left;
  vertical-align: top;
  color: #2e528f;
}
@media screen and (max-width: 767.9px) {
  .p-recruit__overview__tbl th {
    padding: 0.5em 1em;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
  }
}
.p-recruit__overview__tbl td {
  width: 86%;
}
@media screen and (max-width: 767.9px) {
  .p-recruit__overview__tbl td {
    padding: 1em;
    width: 100%;
  }
}
.p-recruit__overview__tbl td span {
  font-size: 0.8em;
  display: block;
}
.p-recruit__overview__tbl td .p-recruit__overview__tblItem:not(:last-of-type) {
  margin-bottom: 2rem;
}

.wp-pager {
  margin-top: 10rem;
}
.wp-pager__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wp-pager__item span,
.wp-pager__item a {
  width: 50px;
  height: 50px;
  background: #2e528f;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  border: 1px solid #2e528f;
}
.wp-pager__item.-current a,
.wp-pager__item.-current span {
  background: #112a53;
}
.wp-pager__item.-larger a,
.wp-pager__item.-larger span {
  transition: all 0.4s;
}
.wp-pager__item.-larger a:hover,
.wp-pager__item.-larger span:hover {
  color: #2e528f;
  background: #fff;
}

.c-article__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-article__btns {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.c-article__btns a {
  transition: all 0.4s;
  border-radius: 100px;
  position: relative;
  padding: 15px 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-article__btns a {
    width: 100%;
  }
}
.c-article__btns a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-radius: 100%;
}
.c-article__btns a.-white {
  border: 1px solid #2e528f;
  color: #2e528f;
}
.c-article__btns a.-white:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #2e528f;
}
.c-article__btns a.-white:hover::before {
  background: #fff;
}
.c-article__btns a.-white::before {
  background: #2e528f;
}
.c-article__btns a.-blue {
  border: 1px solid #fff;
  color: #fff;
  background: #2e528f;
}
.c-article__btns a.-blue:hover {
  border: 1px solid #2e528f;
  color: #2e528f;
  background: #fff;
}
.c-article__btns a.-blue:hover::before {
  background: #2e528f;
}
.c-article__btns a.-blue::before {
  background: #fff;
}

.c-form__sheet__wrapper {
  margin-top: 3rem;
  padding: 2em;
  background: #2e528f;
}
@media screen and (max-width: 991.9px) {
  .c-form__sheet__wrapper {
    padding: 1em;
  }
}
.c-form__sheet.-daitals {
  background: #fff;
  padding: 0 0.1em;
}
.c-form__field {
  flex-wrap: wrap;
  gap: 0.5em;
}
.c-form__field .-berryshort {
  width: 20%;
}
@media screen and (max-width: 991.9px) {
  .c-form__field .-berryshort {
    width: 100%;
  }
}
@media screen and (max-width: 991.9px) {
  .c-form__field .-short {
    width: 100% !important;
  }
}
@media screen and (max-width: 991.9px) {
  .c-form__field.-check {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.c-form__field.-check .horizontal-item {
  min-width: 10%;
}
.c-form__field.-radio {
  gap: 2rem;
}
@media screen and (max-width: 991.9px) {
  .c-form__field.-radio {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.c-form__field.-radio .horizontal-item {
  min-width: 10%;
}
.c-form__field.-zip {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.c-form__field.-zip input {
  width: 13.3em;
}
.c-form__select.-short {
  width: 15em;
}
.c-form__foot {
  margin-top: 5rem;
}
.c-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 5rem;
}
.c-form__button button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.4rem 3.5rem;
  border-radius: 0;
}

.mw_wp_form .horizontal-item:first-child {
  margin-left: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.c-form__field.-radio > span,
.c-form__field.-check > span {
  margin-bottom: 0;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  display: none;
}

@media screen and (max-width: 991.9px) {
  .p-kv_under__ttl .-fz24 {
    font-size: 2.4rem;
  }
  .c-form__sheet {
    width: 100%;
    table-layout: fixed;
    word-break: break-word;
  }
  .c-form__sheet .spflex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .c-form__sheet .spflex input {
    width: calc(100% - 10em);
  }
  .c-form__sheet > tbody > tr {
    padding-bottom: 0;
  }
  .c-form__sheet > tbody > tr:first-child th {
    border-top: none;
  }
  .c-form__sheet > tbody > tr:first-child td {
    border-top: none;
    border-bottom: none;
  }
  .c-form__sheet > tbody > tr > th {
    padding: 1em;
  }
  .c-form__sheet > tbody > tr > td {
    border-bottom: none;
    padding: 1em;
  }
  .c-form__sheet.-daitals > tbody > tr:nth-last-child(n+2) {
    margin-bottom: 0;
  }
  .c-form__sheet.-daitals > tbody > tr > th {
    border-bottom: none;
  }
  .c-form__sheet.-daitals > tbody > tr > td {
    padding-top: 0;
  }
  .c-form__rowgroup th,
  .c-form__rowgroup td {
    display: block;
    width: 100%;
  }
}
.p-home_product__wrap {
  padding-bottom: 5em;
}

.p-company_greeting__cnt {
  width: 100%;
}

.p-recruit__message__cnt {
  width: 100%;
}

.p-company_greeting__name {
  text-align: right;
}

.history dl {
  display: flex;
  margin-bottom: 1em;
}
@media screen and (max-width: 550px) {
  .history dl {
    flex-direction: column;
  }
  .history dl br {
    display: none;
  }
}
.history dl dt {
  width: 8em;
}
.history dl dd {
  line-height: 1.4;
}

.p-business {
  font-feature-settings: "palt";
}
.p-business .p-business_body__cnt p {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}

.p-business_body__itemDesc {
  margin-bottom: 0.5em;
}
.p-business_body__itemDesc p {
  line-height: 1.4;
}
.p-business_body__itemDesc::before {
  position: relative;
  top: -3px;
}

.p-recruit__message__wrap .p-recruit__message__desc .p-recruit__name {
  display: flex;
  align-items: flex-end;
}
.p-recruit__message__wrap .p-recruit__message__desc .p-recruit__name span {
  line-height: 1;
}
.p-recruit__message__wrap .p-recruit__message__desc .p-recruit__name span:first-child {
  font-size: 16px;
  padding-right: 0.5em;
}

.p-recruit__message__desc .p-recruit__name span:nth-child(2) {
  font-family: "Yuji Syuku", serif;
}

.p-business .p-business_site__desc p {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}/*# sourceMappingURL=include.css.map */