@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  margin: 0 !important;
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */

/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: black;
}

/*=========================================
color
=========================================*/

/*=========================================
font
=========================================*/

.l-header {
  width: 100%;
  height: 105px;
}

.l-header.scrolled {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 100;
}

.l-header__inner {
  width: 93%;
  margin: 0 auto;
  max-width: 1340px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-header__search-form {
  display: flex;
  align-items: center;
  gap: 20px;
}

.l-header__search-input {
  display: none;
}

.l-header__search-input.active {
  display: block;
}

.l-header__search-img {
  width: 40px;
}

.l-footer__inner {
  padding: 50px 0 60px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1340px;
  width: 90%;
  gap: 50px;
  align-items: center;
}

.l-footer__img-wrapper {
  width: 220px;
}

.l-footer__img {
  width: 100%;
}

.l-footer__text-wrapper {
  width: 63%;
  max-width: 730px;
}

.l-footer__text-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}

.l-footer__text-item {
  font-size: 12px;
}

.l-main__inner {
  width: 75%;
  max-width: 1340px;
  margin: 0 auto;
}

.c-tag {
  background-color: black;
  display: inline-block;
}

.c-tag-text--small {
  word-break: break-all;
  font-size: 14px;
  font-weight: 600;
  background-color: #ffffff;
  position: relative;
  border: 2px solid black;
  padding: 8px 10px;
  top: -1px;
  left: -1px;
}

.c-tag-text--medium {
  word-break: break-all;
  font-weight: bold;
  background-color: #ffffff;
  position: relative;
  border: 3px solid black;
  padding: 8px 10px;
  top: -3px;
  left: -3px;
}

.c-tag-text--large {
  word-break: break-all;
  font-size: 19px;
  background-color: #ffffff;
  position: relative;
  top: -6px;
  left: -6px;
  padding: 8px 10px;
  border: 6px solid black;
  font-weight: bold;
}

.c-search__input {
  font-size: 16px;
  border: 2px solid black;
  border-radius: 4px;
  padding: 6px;
}

.p-home-mv {
  border: 7px solid black;
  position: relative;
}

.p-home-mv__logo {
  position: absolute;
  background-color: #ffffff;
  padding: 0 30px;
  width: 33%;
  min-width: 300px;
  box-sizing: content-box;
  left: 50%;
  transform: translateX(-50%);
  top: -7%;
}

.p-home-mv__logo.scrolled {
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
  z-index: 101;
  min-width: auto;
  height: 105px;
  display: flex;
  align-items: center;
}

.p-home-mv__logo.scrolled .p-home-mv__logo-img {
  width: 100%;
  height: 80px;
}

.p-home-mv__border--top {
  position: absolute;
}

.p-home-mv__inner {
  display: flex;
  gap: 45px;
  padding: 90px 4% 80px 0;
}

.p-home-mv-media-content {
  width: 75%;
}

.p-home-mv__pickup {
  margin-left: 40px;
  display: inline-block;
  position: relative;
}

.p-home-mv__pickup-text-img {
  width: 215px;
  display: block;
  -o-object-position: 0 17px;
  object-position: 0 17px;
}

.p-home-mv__pickup-decorate-img {
  position: absolute;
  width: 22px;
  height: 37px;
  right: -35px;
  top: 0;
}

.p-home-mv__title-img {
  display: flex;
  flex-direction: row-reverse;
}

.p-home-mv__title-img--sp {
  display: none;
}

.p-home-mv__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-home-mv__img-title-line {
  opacity: 0;
  animation: slideIn 0.8s ease-out forwards;
}

.p-home-mv__img-title-line01 {
  width: 33.3333333333%;
  animation-delay: 0.5s;
}

.p-home-mv__img-title-line02 {
  width: 33.3333333333%;
  height: 70%;
  animation-delay: 1s;
}

.p-home-mv__img-title-line03 {
  width: 33.3333333333%;
  height: 70%;
  animation-delay: 1.5s;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.p-home-mv__media-main-content {
  display: inline;
}

.p-home-mv__media-main-content:hover {
  color: #275ea7;
}

.p-home-mv__media-main-content:hover .p-home-mv__media-img {
  border: 7px solid #275ea7;
}

.p-home-mv__media-main-content:hover .c-tag {
  background-color: #275ea7;
}

.p-home-mv__media-main-content:hover .c-tag-text--medium {
  color: #275ea7;
  border-color: #275ea7;
}

.p-home-mv__media-img-wrapper {
  display: block;
  padding: 35px 0 45px;
  background-color: #ffffff;
  position: relative;
  left: 0px;
}

.p-home-mv__media-img {
  width: 100%;
  aspect-ratio: 835/500;
  border: 7px solid black;
  box-sizing: border-box;
}

.p-home-mv__media-img:hover {
  border: 7px solid #275ea7;
}

.p-home-mv__media-text-content {
  height: 130px;
  padding-left: 9%;
  padding-right: 7px;
}

.p-home-mv__media-text {
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.p-home-mv__tag-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 30px;
}

.p-home-mv__text-content {
  width: 23%;
}

.p-home-mv__title-img {
  margin-top: 30px;
}

.p-home-mv__swiper-pickup-container {
  position: relative;
}

.p-home-mv__swiper-pickup-container .swiper {
  position: relative;
  left: -8px;
}

.p-home-mv__swiper-next-button,
.p-home-mv__swiper-pre-button {
  position: absolute;
  font-size: 24px;
  border: 7px solid black;
  background-color: #ffffff;
  width: 58px;
  height: 58px;
  border-radius: 50px;
}

.p-home-mv__swiper-next-button::after,
.p-home-mv__swiper-pre-button::after {
  font-size: 24px;
  font-weight: bold;
  color: black;
}

.p-home-mv__swiper-next-button {
  right: -20px;
  top: 35%;
}

.p-home-mv__swiper-pre-button {
  left: -30px;
  top: 35%;
}

.p-home-article {
  border: 7px solid black;
  border-top: none;
}

.p-home-article__inner {
  padding: 40px 30px 50px;
}

.p-home-article__title-img-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.p-home-article__title-img {
  display: block;
  width: 280px;
}

.p-home-article__title-img-icon {
  width: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-home-article__wrapper {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 30px;
}

.p-home-article__card {
  width: calc((100% - 50px) / 3);
  display: flex;
  flex-direction: column;
}

.p-home-article__card:hover .p-home-article__img-wrapper {
  border-color: #275ea7;
}

.p-home-article__card:hover .p-home-article__card-text {
  color: #275ea7;
}

.p-home-article__card:hover .c-tag {
  background-color: #275ea7;
}

.p-home-article__card:hover .c-tag-text--medium {
  color: #275ea7;
  border-color: #275ea7;
}

.p-home-article__card-date {
  font-weight: bold;
  font-size: 16px;
}

.p-home-article__img-wrapper {
  margin-top: 2px;
  border: 7px solid black;
  box-sizing: border-box;
  position: relative;
}

.p-home-article__img-attachment-position {
  position: absolute;
  width: 95px;
  right: 0px;
  top: -57px;
}

.p-home-article__img-attachment-wrapper {
  position: relative;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.p-home-article__img-attachment {
  width: 100%;
  animation: rotation 8s infinite linear;
}

.p-home-article__img-attachment-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.p-home-article__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 5/3;
}

.p-home-article__card-text-wrapper {
  margin-top: 20px;
}

.p-home-article__card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.p-home-article__tag {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.p-home-article__link-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.p-home-article__link {
  padding: 20px 110px;
  border: 7px solid black;
  border-radius: 50px;
  font-weight: bold;
  font-size: 24px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.p-home-article__link::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/right-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.p-home-article__link:hover {
  border-color: #275ea7;
  color: #275ea7;
}

.p-home-article__link:hover::after {
  background-image: url("../images/right-arrow-blue.png");
  transform: scale(1.1) translateY(-50%);
}

.p-home-tag {
  border: 7px solid black;
  border-top: none;
}

.p-home-tag__inner {
  padding: 60px 5% 70px;
}

.p-home-tag__content-wrapper--scroll {
  width: 100%;
}

.p-home-tag__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-araticle-list-tag__img-wrapper--pc {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 60px;
}

.p-araticle-list-tag__img-wrapper--sp {
  display: none;
}

.p-home-tag__img-title-wrapper {
  height: 100%;
}

.p-home-tag__img {
  height: 100%;
}

.p-home-tag__img-icon-wrapper {
  height: 50%;
}

.p-home-tag__img-icon {
  height: 100%;
}

.p-home-tag__content {
  min-width: 90px;
  background-color: black;
}

.p-home-tag__content:hover {
  background-color: #275ea7;
}

.p-home-tag__content:hover .p-home-tag__content-text {
  color: #275ea7;
  border: 4px solid #275ea7;
}

.p-home-tag__content-text {
  word-break: break-all;
  border: 4px solid black;
  background-color: #ffffff;
  padding: 13px;
  position: relative;
  left: -2px;
  top: -2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 18px;
  font-weight: 600;
}

.p-home-movie {
  border: 7px solid black;
  border-top: none;
}

.p-home-movie__inner {
  padding: 40px 0 60px;
}

.p-home-movie__title-img-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.p-home-movie__title-img {
  width: 470px;
}

.p-home-movie__img-icon {
  width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-home-movie__discription-wrapper {
  margin-top: 2.3%;
}

.p-home-movie__discription {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

.p-home-movie__discription-new-line--pc {
  display: block;
}

.p-home-movie__discription-new-line--sp {
  display: none;
}

.p-home-movie__content {
  display: block;
  margin: auto;
  margin: 40px auto 0px;
}

.p-home-movie__content iframe {
  display: block;
  max-width: 90%;
  margin: auto;
  border: 7px solid black;
}

.p-home-movie__content img {
  width: 100%;
}

.p-home-recruit {
  border: 7px solid black;
  border-top: none;
  background: #9dc8ea;
}

.p-home-recruit__inner {
  padding: 60px 0px 70px;
}

.p-home-recruit__content-wrapper {
  display: flex;
}

.p-home-recruit__content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.p-home-recruit__content:hover .p-home-recruit__content-img02 {
  transform: scale(1.1);
}

.p-home-recruit__content-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-home-recruit__content-img01 {
  width: 250px;
  aspect-ratio: 250/55;
}

.p-home-recruit__content-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}

.p-home-recruit__content-img02 {
  width: 60px;
  height: 60px;
}

.p-home-recruit__content-img02:hover {
  transform: scale(1.1);
}

.p-home-contact {
  border: 7px solid black;
  border-top: none;
}

.p-home-contact__inner {
  padding: 88px 0 50px;
}

.p-home-contact__content {
  display: flex;
  width: 82%;
  margin: 0 auto;
  gap: 55px;
  justify-content: center;
}

.p-home-contact__img {
  width: 60%;
  max-width: 310px;
  min-width: 250px;
  margin-top: 20px;
}

.p-home-contact__text,
.p-home-contact__text--mt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
}

.p-home-contact__text--mt {
  margin-top: 8%;
}

.p-home-contact__link-wrapper {
  margin-top: 88px;
  display: flex;
  justify-content: center;
}

.p-home-contact__link {
  border: 7px solid black;
  display: inline-block;
  padding: 16px;
}

.p-home-contact__link:hover {
  border-color: #275ea7;
}

.p-home-contact__link:hover .p-home-contact__link-text-img {
  display: none;
}

.p-home-contact__link:hover .p-home-contact__link-text-img--blue {
  display: block;
}

.p-home-contact__link:hover .p-home-contact__link-text {
  color: #275ea7;
}

.p-home-contact__link:hover .p-home-contact__link-img {
  display: none;
}

.p-home-contact__link:hover .p-home-contact__link-img--blue {
  display: block;
  transform: scale(1.1);
}

.p-home-contact__link-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-home-contact__link-text-img {
  width: 218px;
}

.p-home-contact__link-text-img--blue {
  display: none;
  width: 218px;
}

.p-home-contact__link-main-content {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-home-contact__link-text {
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
  letter-spacing: -2px;
}

.p-home-contact__text-new-line--pc {
  display: block;
}

.p-home-contact__text-new-line--sp {
  display: none;
}

.p-home-contact__link-img {
  width: 36px;
  height: 36px;
}

.p-home-contact__link-img--blue {
  display: none;
  width: 36px;
  height: 36px;
}

.p-home-mv__swiper-pickup-container .swiper-pagination {
  position: absolute;
  bottom: 145px;
}

.p-article-main {
  position: relative;
  border-top: 6px solid black;
  border-bottom: 6px solid black;
}

.p-article__logo {
  position: absolute;
  background-color: #ffffff;
  padding: 0 30px;
  width: 33%;
  min-width: 300px;
  box-sizing: content-box;
  left: 50%;
  transform: translateX(-50%);
  top: -68px;
  max-width: 430px;
}

.p-article__logo.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
  z-index: 101;
  min-width: auto;
  height: 105px;
  display: flex;
  align-items: center;
}

.p-article__logo.scrolled .p-article__logo-img {
  height: 80px;
}

.p-article__inner {
  max-width: 1110px;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0 125px;
}

.p-article__meta-info {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.p-article__meta-tag {
  display: flex;
  gap: 15px;
}

.p-article__department {
  margin-top: 35px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.p-article__description {
  font-size: 20px;
  font-weight: bold;
  margin-top: 60px;
  line-height: 1.7;
}

.p-article__title {
  font-size: 42px;
  font-weight: bold;
  margin-top: 60px;
  line-height: 1.3;
  letter-spacing: -3px;
}

.p-article__thumbnail {
  margin-top: 25px;
  width: 100%;
  border: 7px solid black;
}

.p-article__date-wrapper {
  display: flex;
  align-items: end;
}

.p-article__date {
  font-size: 19px;
  font-weight: bold;
}

.p-article__profile {
  display: flex;
  border: 4px solid black;
}

.p-article__profile-header-wrapper {
  display: flex;
  align-items: center;
  background-color: #93c9eb;
  border-right: 4px solid black;
  padding: 30px;
}

.p-article__profile-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.p-article__profile-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.p-article__profile-image {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 4px solid black;
  overflow: hidden;
  flex-shrink: 0;
}

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

.p-article__profile-content {
  padding: 25px 35px;
  display: flex;
  flex-direction: column;
}

.p-article__profile-info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 85px;
  column-gap: 85px;
  row-gap: 40px;
}

.p-article__profile-row {
  display: flex;
  gap: 35px;
}

.p-article__profile-row:nth-child(1) {
  order: 1;
}

.p-article__profile-row:nth-child(2) {
  order: 3;
}

.p-article__profile-row:nth-child(3) {
  order: 2;
}

.p-article__profile-bio-row {
  margin-top: 40px;
}

.p-article__profile-label {
  color: #6d7275;
  font-weight: bold;
  font-size: 20px;
  flex-shrink: 0;
}

.p-article__profile-value {
  font-size: 20px;
  font-weight: bold;
}

.p-article__profile-bio {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
}

.p-article__content-title-wrapper {
  display: flex;
  justify-content: center;
}

.p-article__content-title {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  border: 4px solid black;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
}

.p-article__content-text {
  font-size: 20px;
  font-weight: bold;
  color: #00638a;
  line-height: 1.7;
}

.p-article__main-content {
  margin-top: 60px;
}

.p-article__main-content > * + * {
  margin-top: 60px;
}

.p-article__layout-image {
  width: 100%;
  border: 4px solid black;
}

.p-article__buble-wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
}

.p-article__buble-image {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid black;
}

.p-article__buble-author-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.p-article__buble-author {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.p-article__buble-text-wrapper {
  border: 4px solid black;
  border-radius: 5px;
  flex-grow: 1;
  padding: 40px;
  position: relative;
}

.p-article__buble-text-wrapper::before {
  position: absolute;
  content: "";
  background-image: url("../images/left-arrow.png");
  display: block;
  width: 20px;
  height: 36px;
  left: -20px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  background-position-x: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.p-article__buble-text {
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
}

.p-article__buble-text .highlight {
  color: #a8d8ff;
}

.p-article-others {
  border-top: 6px solid black;
}

.p-article-others__inner {
  padding: 60px 9%;
}

.p-article-others__card-wrapper {
  display: flex;
  gap: 25px;
  max-width: 1180px;
  margin: 0 auto;
}

.p-article-others__card {
  width: calc((100% - 50px) / 3);
  display: flex;
  flex-direction: column;
}

.p-article-others__card:hover .p-article-others__card-img {
  border: 3px solid #275ea7;
}

.p-article-others__card:hover .p-article-others__description {
  color: #275ea7;
}

.p-article-others__card:hover .c-tag {
  background-color: #275ea7;
}

.p-article-others__card:hover .c-tag-text--small {
  border-color: #275ea7;
  color: #275ea7;
}

.p-article-others__card-date--pc {
  font-size: 18px;
  font-weight: 600;
}

.p-article-others__card-date--sp {
  display: none;
}

.p-article-others__card-img {
  width: 100%;
  border: 4px solid black;
  margin-top: 6px;
  aspect-ratio: 290/166;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-article-others__description-wrapper {
  margin-top: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.p-article-others__description {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  overflow-y: hidden;
}

.p-article-others__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.p-article-others__link-wrapper {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}

.p-article-others__link {
  font-size: 24px;
  font-weight: 600;
  padding: 15px 110px;
  border: 6px solid black;
  border-radius: 50px;
  position: relative;
}

.p-article-others__link::after {
  position: absolute;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.p-article-others__link:hover {
  border-color: #275ea7;
  color: #275ea7;
}

.p-article-others__link:hover::after {
  background-image: url("../images/right-arrow-blue.png");
  transform: scale(1.1) translateY(-50%);
}

.p-article-recruit {
  background: #9dc8ea;
}

.p-article-recruit__inner {
  padding: 53px 0 66px;
}

.p-article-recruit__content-wrapper {
  display: flex;
  justify-content: center;
}

.p-article-recruit__content {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.p-article-recruit__content:hover .p-article-recruit__content-img02 {
  transform: scale(1.1);
}

.p-article-recruit__content-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-article-recruit__content-img01 {
  width: 250px;
  aspect-ratio: 250/55;
}

.p-article-recruit__content-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

.p-article-recruit__content-img02 {
  width: 60px;
  height: 60px;
}

.p-article-contact__inner {
  padding: 88px 0 50px;
}

.p-article-contact__content {
  display: flex;
  width: 70%;
  margin: 0 auto;
  gap: 55px;
  justify-content: center;
}

.p-article-contact__img {
  width: 35%;
  min-width: 250px;
  margin-top: 20px;
}

.p-article-contact__text,
.p-article-contact__text--mt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.p-article-contact__text--mt {
  margin-top: 8%;
}

.p-article-contact__link-wrapper {
  margin-top: 88px;
  display: flex;
  justify-content: center;
}

.p-article-contact__link {
  border: 6px solid black;
  display: inline-block;
  padding: 16px;
}

.p-article-contact__link:hover {
  border-color: #275ea7;
}

.p-article-contact__link:hover .p-article-contact__link-text-img {
  display: none;
}

.p-article-contact__link:hover .p-article-contact__link-text-img--blue {
  display: block;
}

.p-article-contact__link:hover .p-article-contact__link-text {
  color: #275ea7;
}

.p-article-contact__link:hover .p-article-contact__link-img {
  display: none;
}

.p-article-contact__link:hover .p-article-contact__link-img--blue {
  display: block;
  transform: scale(1.1);
}

.p-article-contact__link-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-article-contact__link-text-img {
  width: 218px;
}

.p-article-contact__link-text-img--blue {
  display: none;
  width: 218px;
}

.p-article-contact__link-main-content {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-article-contact__link-text {
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
  letter-spacing: -2px;
}

.p-article-contact__text-new-line--pc {
  display: block;
}

.p-article-contact__text-new-line--sp {
  display: none;
}

.p-article-contact__link-img {
  width: 36px;
  height: 36px;
}

.p-article-contact__link-img--blue {
  display: none;
  width: 36px;
  height: 36px;
}

.p-article-recruit {
  border-top: 6px solid black;
}

.p-article__contact {
  border-top: 6px solid black;
}

.p-article-list-main {
  border-top: 7px solid black;
  border-bottom: 7px solid black;
}

.p-article-list__logo {
  position: absolute;
  background-color: #ffffff;
  padding: 0 30px;
  width: 33%;
  min-width: 300px;
  box-sizing: content-box;
  left: 50%;
  transform: translateX(-50%);
  top: 36px;
  max-width: 430px;
}

.p-article-list__logo.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
  z-index: 101;
  min-width: auto;
  height: 105px;
  display: flex;
  align-items: center;
}

.p-article-list__logo.scrolled .p-article-list__logo-img {
  height: 80px;
}

.p-article-list__inner {
  max-width: 1260px;
  width: 70%;
  margin: 0 auto;
  padding: 150px 0 30px;
}

.p-article-list__title-img-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.p-article-list__title-img {
  width: 280px;
}

.p-article-list__title-icon {
  width: 55px;
  height: 65px;
}

.p-article-list__search-title-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.p-article-list__search-title {
  font-size: 35px;
  font-weight: bold;
  border-bottom: 3px solid black;
  padding-bottom: 15px;
}

.p-article-list__search-no-result {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.p-article-list__wrapper {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 30px;
}

.p-article-list__wrapper-search {
  margin-top: 65px;
}

.p-article-list__card {
  width: calc((100% - 50px) / 3);
  display: flex;
  flex-direction: column;
}

.p-article-list__card:hover .p-article-list__img-wrapper {
  border-color: #275ea7;
}

.p-article-list__card:hover .p-article-list__card-text {
  color: #275ea7;
}

.p-article-list__card:hover .c-tag {
  background-color: #275ea7;
}

.p-article-list__card:hover .c-tag-text--medium {
  color: #275ea7;
  border-color: #275ea7;
}

.p-article-list__card-date {
  font-weight: bold;
  font-size: 16px;
}

.p-article-list__img-wrapper {
  margin-top: 2px;
  border: 4px solid black;
  box-sizing: border-box;
  position: relative;
}

.p-article-list__img-attachment-position {
  position: absolute;
  width: 95px;
  right: 0px;
  top: -45px;
}

.p-article-list__img-attachment-wrapper {
  position: relative;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.p-article-list__img-attachment {
  width: 100%;
  animation: rotation 8s infinite linear;
}

.p-article-list__img-attachment-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: black;
}

.p-article-list__img {
  width: 100%;
  aspect-ratio: 400/240;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-article-list__card-text-wrapper {
  margin-top: 20px;
}

.p-article-list__card-text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.p-article-list__tag {
  margin-top: 25px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.p-article-list__link-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.p-article-list__pagenation {
  margin-top: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.next.page-numbers,
.prev.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  border: 5px solid black;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  color: black;
}

.next.page-numbers {
  margin-left: 80px;
  margin-right: 0px;
}

.js-has-pseudo [csstools-has-1a-34-2p-2v-2t-19-32-39-31-2q-2t-36-37-1m-2w-2p-37-14-17-w-1a-32-2t-3c-38-1a-34-2p-2v-2t-19-32-39-31-2q-2t-36-37-15]:not(.does-not-exist):not(.does-not-exist) {
  margin-right: 0;
}

.page-numbers:has(+ .next.page-numbers) {
  margin-right: 0;
}

.prev.page-numbers {
  margin-right: 80px;
}

.page-numbers,
.page {
  margin-right: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #858283;
}

.page-numbers.current {
  color: black;
}

.p-article-list-tag {
  border-top: 6px solid black;
}

.p-article-list-tag__inner {
  padding: 60px 0 70px;
}

.p-article-list-tag__content-wrapper {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 20px;
  justify-content: center;
}

.p-article-tag-area {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-araticle-list-tag__img-wrapper--sp {
  display: none;
}

.p-article-list-tag__img-title-wrapper {
  display: flex;
  align-items: center;
  width: 45%;
  max-height: 56px;
  justify-content: end;
}

.p-article-list-tag__img {
  width: 100%;
}

.p-article-list-tag__img-icon-wrapper {
  width: 24.5%;
  -o-object-fit: contain;
  object-fit: contain;
  display: flex;
  align-items: center;
}

.p-article-list-tag__img-icon {
  width: 100%;
}

.p-article-list-tag__content {
  background-color: black;
}

.p-article-list-tag__content:hover {
  background-color: #275ea7;
}

.p-article-list-tag__content:hover .p-article-list-tag__content-text {
  color: #275ea7;
  border: 4px solid #275ea7;
}

.p-article-list-tag__content-text {
  word-break: break-all;
  border: 4px solid black;
  background-color: #ffffff;
  color: black;
  position: relative;
  left: -2px;
  top: -2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  padding: 13px 4px;
}

.p-article-list-recruit {
  border-top: 6px solid black;
}

.p-article-list-recruit {
  background: #9dc8ea;
}

.p-article-list-recruit__inner {
  padding: 53px 0 66px;
}

.p-article-list-recruit__content-wrapper {
  display: flex;
}

.p-article-list-recruit__content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.p-article-list-recruit__content:hover .p-article-list-recruit__content-img02 {
  transform: scale(1.1);
}

.p-article-list-recruit__content-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-article-list-recruit__content-img01 {
  width: 250px;
  aspect-ratio: 250/55;
}

.p-article-list-recruit__content-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}

.p-article-list-recruit__content-img02 {
  width: 60px;
  height: 60px;
}

.p-article__contact {
  border-top: 6px solid black;
}

.p-article-list-contact__inner {
  padding: 88px 0 50px;
}

.p-article-list-contact__content {
  display: flex;
  width: 70%;
  margin: 0 auto;
  gap: 55px;
  justify-content: center;
}

.p-article-list-contact__img {
  width: 60%;
  min-width: 250px;
  margin-top: 20px;
}

.p-article-list-contact__text,
.p-article-list-contact__text--mt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.p-article-list-contact__text--mt {
  margin-top: 8%;
}

.p-article-list-contact__link-wrapper {
  margin-top: 88px;
  display: flex;
  justify-content: center;
}

.p-article-list-contact__link {
  border: 7px solid black;
  display: inline-block;
  padding: 16px;
}

.p-article-list-contact__link:hover {
  border-color: #275ea7;
}

.p-article-list-contact__link:hover .p-article-list-contact__link-text-img {
  display: none;
}

.p-article-list-contact__link:hover .p-article-list-contact__link-text-img--blue {
  display: block;
}

.p-article-list-contact__link:hover .p-article-list-contact__link-text {
  color: #275ea7;
}

.p-article-list-contact__link:hover .p-article-list-contact__link-img {
  display: none;
}

.p-article-list-contact__link:hover .p-article-list-contact__link-img--blue {
  display: block;
  transform: scale(1.1);
}

.p-article-list-contact__link-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.p-article-list-contact__link-text-img {
  width: 218px;
}

.p-article-list-contact__link-text-img--blue {
  display: none;
  width: 218px;
}

.p-article-list-contact__link-main-content {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-article-list-contact__link-text {
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
  letter-spacing: -2px;
}

.p-article-list-contact__text-new-line--pc {
  display: block;
}

.p-article-list-contact__text-new-line--sp {
  display: none;
}

.p-article-list-contact__link-img {
  width: 36px;
  height: 36px;
}

.p-article-list-contact__link-img--blue {
  display: none;
  width: 36px;
  height: 36px;
}

@media screen and (max-width: 1024px) {
  .p-home-article__card {
    width: calc((100% - 25px) / 2);
  }

  .p-article__profile {
    margin-top: 30px;
    flex-direction: column;
    border: 3px solid black;
  }

  .p-article__profile-header-wrapper {
    display: block;
    border-bottom: 4px solid black;
    border-right: none;
  }

  .p-article-list__card {
    width: calc((100% - 25px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 56px;
  }

  .l-header__search-form {
    gap: 15px;
  }

  .l-header__search-img {
    width: 30px;
  }

  .l-footer__inner {
    flex-direction: column-reverse;
    width: 100%;
    justify-content: center;
    gap: 23px;
  }

  .l-footer__img-wrapper {
    width: 175px;
  }

  .l-footer__text-wrapper {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 500px;
  }

  .l-footer__text-list {
    justify-content: center;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 8px;
  }

  .l-footer__text-item {
    font-size: 10px;
  }

  .l-main__inner {
    width: 95%;
  }

  .c-tag-text--small {
    font-size: 10px;
    padding: 3px;
  }

  .c-tag-text--medium {
    font-size: 12px;
    padding: 6px 8px;
  }

  .c-tag-text--large {
    font-size: 16px;
  }

  .c-search__input {
    padding: 4px;
    font-size: 12px;
    width: 120px;
  }

  .p-home-mv {
    border: 5px solid black;
  }

  .p-home-mv__logo {
    width: 185px;
    min-width: auto;
    padding: 0 15px;
    top: -38px;
  }

  .p-home-mv__logo.scrolled {
    width: auto;
    height: 56px;
  }

  .p-home-mv__logo.scrolled .p-home-mv__logo-img {
    height: 40px;
  }

  .p-home-mv__inner {
    flex-direction: column-reverse;
    padding: 50px 0 40px 0;
    gap: 22px;
  }

  .p-home-mv-media-content {
    width: 100%;
  }

  .p-home-mv__pickup-text-img {
    width: 105px;
    -o-object-position: 0 7px;
    object-position: 0 7px;
  }

  .p-home-mv__pickup-decorate-img {
    width: 12px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    right: -18px;
  }

  .p-home-mv__title-img {
    display: none;
  }

  .p-home-mv__title-img--sp {
    display: block;
    margin-left: 15px;
    width: 80%;
  }

  .p-home-mv__img-title-line {
    animation: slideInUp 0.8s ease-out forwards;
  }

  .p-home-mv__img-title-line01 {
    width: 100%;
    height: 33.3333333333%;
    animation-delay: 0.5s;
    /* SP版でも遅延を適用 */
  }

  .p-home-mv__img-title-line02 {
    width: 90%;
    height: 33.3333333333%;
    animation-delay: 1s;
    /* SP版でも遅延を適用 */
  }

  .p-home-mv__img-title-line03 {
    width: 90%;
    height: 33.3333333333%;
    animation-delay: 1.5s;
    /* SP版でも遅延を適用 */
  }

  .p-home-mv__media-img-wrapper {
    padding: 10px 0 12px;
  }

  .p-home-mv__media-img {
    border: 5px solid black;
    left: -5px;
  }

  .p-home-mv__media-text-content {
    height: auto;
    padding: 0 15px;
  }

  .p-home-mv__media-text {
    height: auto;
    font-size: 16px;
  }

  .p-home-mv__tag-content {
    max-height: 80px;
    margin-top: 20px;
  }

  .p-home-mv__text-content {
    width: 100%;
  }

  .p-home-mv__swiper-pickup-container .swiper {
    width: calc(100% + 12px);
    left: -6px;
  }

  .p-home-mv__swiper-next-button,
  .p-home-mv__swiper-pre-button {
    width: clamp(24px, 6vw, 100px);
    height: clamp(24px, 6vw, 100px);
    border: 2px solid black;
  }

  .p-home-mv__swiper-next-button::after,
  .p-home-mv__swiper-pre-button::after {
    font-size: 12px;
  }

  .p-home-mv__swiper-next-button {
    right: -13px;
  }

  .p-home-mv__swiper-pre-button {
    left: -15px;
  }

  .p-home-article {
    border: 5px solid black;
    border-top: none;
  }

  .p-home-article__inner {
    padding: 20px 12px 24px;
  }

  .p-home-article__title-img-wrapper {
    gap: 6px;
  }

  .p-home-article__title-img {
    width: 135px;
  }

  .p-home-article__title-img-icon {
    width: 25px;
  }

  .p-home-article__wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 22px;
    margin-top: 36px;
    max-width: 500px;
    margin: 36px auto 0px;
  }

  .p-home-article__card {
    width: 100%;
  }

  .p-home-article__card-date {
    font-size: 14px;
  }

  .p-home-article__img-wrapper {
    border: 5px solid black;
    height: auto;
  }

  .p-home-article__img-attachment-position {
    width: 65px;
    top: -40px;
  }

  .p-home-article__img-attachment-text {
    font-size: 14px;
  }

  .p-home-article__card-text-wrapper {
    margin-top: 12px;
  }

  .p-home-article__card-text {
    font-size: 14px;
  }

  .p-home-article__tag {
    margin-top: 20px;
  }

  .p-home-article__link-wrapper {
    margin-top: 28px;
  }

  .p-home-article__link {
    padding: 10px 55px;
    font-size: 16px;
    border: 5px solid black;
  }

  .p-home-article__link::after {
    width: 10px;
    height: 10px;
  }

  .p-home-tag {
    border: 5px solid black;
    border-top: none;
  }

  .p-home-tag__inner {
    padding: 20px 20px 10px;
  }

  .p-home-tag__content-wrapper--scroll {
    padding: 20px 0 20px 10px;
    margin-top: 15px;
    overflow: scroll;
    justify-content: start;
    padding: 3px 3px 20px;
  }

  .p-home-tag__content-wrapper--scroll::-webkit-scrollbar {
    width: 0px;
    height: 5px;
  }

  .p-home-tag__content-wrapper--scroll::-webkit-scrollbar-thumb {
    background-color: #afb2b1;
    border-radius: 5px;
  }

  .p-home-tag__content-wrapper--scroll::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .p-home-tag__content-wrapper {
    gap: 12px;
    width: 100%;
    min-width: 625px;
  }

  .p-araticle-list-tag__img-wrapper--pc {
    display: none;
  }

  .p-araticle-list-tag__img-wrapper--sp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 33px;
  }

  .p-home-tag__img-title-wrapper {
    width: 60px;
  }

  .p-home-tag__img-icon-wrapper {
    position: relative;
    bottom: 3px;
  }

  .p-home-tag__content {
    min-width: 50px;
    text-wrap: nowrap;
  }

  .p-home-tag__content-text {
    padding: 5px;
    font-size: 12px;
  }

  .p-home-movie {
    border: 5px solid black;
    border-top: none;
  }

  .p-home-movie__title-img-wrapper {
    gap: 10px;
  }

  .p-home-movie__title-img {
    width: 218px;
  }

  .p-home-movie__img-icon {
    width: 35px;
  }

  .p-home-movie__discription-wrapper {
    margin-top: 8px;
  }

  .p-home-movie__discription {
    font-size: 14px;
    width: 100%;
    line-height: 1.4;
  }

  .p-home-movie__discription-new-line--pc {
    display: none;
  }

  .p-home-movie__discription-new-line--sp {
    display: block;
  }

  .p-home-movie__content {
    width: 100%;
    margin-top: 20px;
  }

  .p-home-movie__content iframe {
    max-width: 95%;
  }

  .p-home-recruit {
    border: 5px solid black;
    border-top: none;
  }

  .p-home-recruit__inner {
    padding: 30px 0 35px;
  }

  .p-home-recruit__content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .p-home-recruit__content-img01 {
    width: 115px;
  }

  .p-home-recruit__content-text {
    font-size: 20px;
  }

  .p-home-recruit__content-img02 {
    width: 25px;
    height: 25px;
  }

  .p-home-contact {
    border: 5px solid black;
    border-top: none;
  }

  .p-home-contact__inner {
    padding: 25px 15px 30px;
  }

  .p-home-contact__content {
    width: 100%;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .p-home-contact__img {
    width: 160px;
    min-width: auto;
    margin-top: 0;
  }

  .p-home-contact__text-wrapper {
    max-width: 296px;
    margin: 0 auto;
  }

  .p-home-contact__text,
  .p-home-contact__text--mt {
    font-size: 12px;
    letter-spacing: -0.5px;
  }

  .p-home-contact__text--mt {
    margin-top: 40px;
  }

  .p-home-contact__link-wrapper {
    margin-top: 30px;
  }

  .p-home-contact__link {
    border: 5px solid black;
    padding: 10px;
  }

  .p-home-contact__link-content {
    flex-direction: column;
    gap: 10px;
  }

  .p-home-contact__link-text-img {
    width: 120px;
  }

  .p-home-contact__link-text-img--blue {
    width: 120px;
  }

  .p-home-contact__link-main-content {
    gap: 6px;
  }

  .p-home-contact__link-text {
    font-size: 16px;
  }

  .p-home-contact__text-new-line--pc {
    display: none;
  }

  .p-home-contact__text-new-line--sp {
    display: block;
  }

  .p-home-contact__link-img {
    width: 20px;
    height: 20px;
  }

  .p-home-contact__link-img--blue {
    width: 20px;
    height: 20px;
  }

  .p-home-mv__swiper-pickup-container .swiper-pagination {
    bottom: -30px;
  }

  .p-article-main {
    border-top: 5px solid black;
    border-bottom: 5px solid black;
  }

  .p-article__logo {
    width: 185px;
    min-width: auto;
    padding: 0 15px;
    top: -38px;
  }

  .p-article__logo.scrolled {
    height: 56px;
  }

  .p-article__logo.scrolled .p-article__logo-img {
    height: 40px;
  }

  .p-article__inner {
    padding: 45px 0 40px;
    width: 81%;
  }

  .p-article__department {
    font-size: 14px;
    margin-top: 10px;
    gap: 10px;
  }

  .p-article__description {
    font-size: 14px;
    margin-top: 30px;
  }

  .p-article__title {
    margin-top: 28px;
    font-size: 25px;
  }

  .p-article__thumbnail {
    margin-top: 15px;
    border: 4px solid black;
  }

  .p-article__date {
    font-size: 14px;
  }

  .p-article__profile-header-wrapper {
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    border-bottom: 3px solid black;
  }

  .p-article__profile-header {
    width: 80%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    max-width: 225px;
  }

  .p-article__profile-title {
    font-size: 16px;
  }

  .p-article__profile-image {
    width: 75px;
    height: 75px;
    border: 3px solid black;
  }

  .p-article__profile-content {
    padding: 20px;
  }

  .p-article__profile-info {
    -moz-column-gap: 45px;
    column-gap: 45px;
    row-gap: 20px;
  }

  .p-article__profile-row {
    gap: 15px;
  }

  .p-article__profile-bio-row {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .p-article__profile-label {
    font-size: 14px;
  }

  .p-article__profile-value {
    font-size: 15px;
  }

  .p-article__profile-bio {
    font-size: 12px;
  }

  .p-article__content-title {
    font-size: 25px;
    padding: 10px;
    border: 3px solid black;
  }

  .p-article__content-text {
    font-size: 14px;
  }

  .p-article__main-content {
    margin-top: 30px;
  }

  .p-article__main-content > * + * {
    margin-top: 50px;
  }

  .p-article__layout-image {
    border: 3px solid black;
  }

  .p-article__buble-wrapper {
    flex-direction: column;
    gap: 25px;
    align-items: normal;
  }

  .p-article__buble-image {
    width: 58px;
    height: 58px;
    border: 3px solid black;
  }

  .p-article__buble-author-wrapper {
    flex-direction: row;
    gap: 5px;
    align-items: center;
    padding-left: 5px;
  }

  .p-article__buble-author {
    font-size: 14px;
  }

  .p-article__buble-text-wrapper {
    border: 3px solid black;
    padding: 20px;
  }

  .p-article__buble-text-wrapper::before {
    top: -28px;
    left: 0px;
    rotate: 90deg;
  }

  .p-article__buble-text {
    font-size: 14px;
  }

  .p-article-others {
    border-top: 4px solid black;
  }

  .p-article-others__inner {
    padding: 30px 30px 25px;
  }

  .p-article-others__card-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .p-article-others__card {
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .p-article-others__card-date--pc {
    display: none;
  }

  .p-article-others__card-date--sp {
    display: block;
    font-size: 10px;
    font-weight: 600;
  }

  .p-article-others__card-img {
    border: 3px solid black;
    flex-shrink: 0;
    width: 49%;
    aspect-ratio: 155/90;
  }

  .p-article-others__description-wrapper {
    gap: 25px;
  }

  .p-article-others__description {
    font-size: 10px;
  }

  .p-article-others__tag {
    margin-top: 10px;
  }

  .p-article-others__link {
    border: 4px solid black;
    font-size: 14px;
    padding: 8px 55px;
  }

  .p-article-others__link::after {
    width: 12px;
    height: 12px;
  }

  .p-article-recruit__content {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .p-article-recruit__content-img01 {
    width: 115px;
  }

  .p-article-recruit__content-text {
    font-size: 20px;
  }

  .p-article-recruit__content-img02 {
    width: 25px;
    height: 25px;
  }

  .p-article-contact__inner {
    padding: 25px 15px 30px;
  }

  .p-article-contact__content {
    width: 100%;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .p-article-contact__img {
    width: 160px;
    min-width: auto;
    margin-top: 0;
  }

  .p-article-contact__text-wrapper {
    max-width: 296px;
    margin: 0 auto;
  }

  .p-article-contact__text,
  .p-article-contact__text--mt {
    font-size: 12px;
    letter-spacing: -0.5px;
  }

  .p-article-contact__text--mt {
    margin-top: 40px;
  }

  .p-article-contact__link-wrapper {
    margin-top: 30px;
  }

  .p-article-contact__link {
    border: 5px solid black;
    padding: 10px;
  }

  .p-article-contact__link-content {
    flex-direction: column;
    gap: 10px;
  }

  .p-article-contact__link-text-img {
    width: 120px;
  }

  .p-article-contact__link-text-img--blue {
    width: 120px;
  }

  .p-article-contact__link-main-content {
    gap: 6px;
  }

  .p-article-contact__link-text {
    font-size: 16px;
  }

  .p-article-contact__text-new-line--pc {
    display: none;
  }

  .p-article-contact__text-new-line--sp {
    display: block;
  }

  .p-article-contact__link-img {
    width: 20px;
    height: 20px;
  }

  .p-article-contact__link-img--blue {
    width: 20px;
    height: 20px;
  }

  .p-article-recruit {
    border-top: 4px solid black;
  }

  .p-article__contact {
    border-top: 4px solid black;
  }

  .p-article-list-main {
    border-top: 4px solid black;
    border-bottom: 4px solid black;
  }

  .p-article-list__logo {
    width: 185px;
    min-width: auto;
    padding: 0 15px;
    top: 30px;
  }

  .p-article-list__logo.scrolled {
    height: 56px;
  }

  .p-article-list__logo.scrolled .p-article-list__logo-img {
    height: 40px;
  }

  .p-article-list__inner {
    padding: 70px 0 30px;
  }

  .p-article-list__title-img {
    width: 136px;
  }

  .p-article-list__title-icon {
    width: 27px;
    height: 37px;
  }

  .p-article-list__search-title-wrapper {
    margin-top: 20px;
  }

  .p-article-list__search-title {
    padding-bottom: 8px;
    font-size: 20px;
    border-bottom: 2px solid black;
  }

  .p-article-list__search-no-result {
    font-size: 14px;
    font-weight: bold;
  }

  .p-article-list__wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 22px;
    margin-top: 36px;
  }

  .p-article-list__wrapper-search {
    margin-top: 35px;
  }

  .p-article-list__card {
    width: 100%;
  }

  .p-article-list__card-date {
    font-size: 14px;
  }

  .p-article-list__img-wrapper {
    border: 3px solid black;
  }

  .p-article-list__img-attachment-position {
    width: 68px;
    top: -33px;
  }

  .p-article-list__img-attachment-text {
    font-size: 14px;
  }

  .p-article-list__img {
    aspect-ratio: 310/185;
  }

  .p-article-list__card-text-wrapper {
    margin-top: 12px;
  }

  .p-article-list__card-text {
    font-size: 14px;
  }

  .p-article-list__tag {
    margin-top: 20px;
  }

  .p-article-list__link-wrapper {
    margin-top: 28px;
  }

  .p-article-list__pagenation {
    max-width: 350px;
    margin: 45px auto 0;
  }

  .next.page-numbers,
  .prev.page-numbers {
    font-size: 12px;
    border: 2px solid black;
    width: 36px;
    height: 36px;
  }

  .next.page-numbers {
    position: absolute;
    right: 0;
    margin: 0;
  }

  .prev.page-numbers {
    position: absolute;
    left: 0;
    margin: 0;
  }

  .page-numbers,
  .page {
    font-size: 12px;
    margin-right: 15px;
  }

  .p-article-list-tag {
    border-top: 3px solid black;
  }

  .p-article-list-tag__inner {
    padding: 20px 0;
  }

  .p-article-list-tag__content-wrapper {
    width: 90%;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 15px;
    overflow: scroll;
    justify-content: start;
    padding: 3px 3px 20px;
  }

  .p-article-list-tag__content-wrapper::-webkit-scrollbar {
    width: 0px;
    height: 5px;
  }

  .p-article-list-tag__content-wrapper::-webkit-scrollbar-thumb {
    background-color: #afb2b1;
    border-radius: 5px;
  }

  .p-article-list-tag__content-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .p-article-tag-area {
    width: 90%;
  }

  .p-araticle-list-tag__img-wrapper--sp {
    display: flex;
    gap: 5px;
    justify-content: center;
  }

  .p-article-list-tag__img-title-wrapper {
    width: 60px;
  }

  .p-article-list-tag__img-icon-wrapper {
    width: 30px;
  }

  .p-article-list-tag__content {
    width: 140px;
  }

  .p-article-list-tag__content-text {
    padding: 5px;
    font-size: 12px;
  }

  .p-article-list-recruit {
    border-top: 3px solid black;
  }

  .p-article-list-recruit__content {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }

  .p-article-list-recruit__content-img01 {
    width: 115px;
  }

  .p-article-list-recruit__content-text {
    font-size: 20px;
  }

  .p-article-list-recruit__content-img02 {
    width: 25px;
    height: 25px;
  }

  .p-article__contact {
    border-top: 3px solid black;
  }

  .p-article-list-contact__inner {
    padding: 25px 15px 30px;
  }

  .p-article-list-contact__content {
    width: 100%;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }

  .p-article-list-contact__img {
    width: 160px;
    min-width: auto;
    margin-top: 0;
  }

  .p-article-list-contact__text-wrapper {
    max-width: 296px;
    margin: 0 auto;
  }

  .p-article-list-contact__text,
  .p-article-list-contact__text--mt {
    font-size: 12px;
    letter-spacing: -0.5px;
  }

  .p-article-list-contact__text--mt {
    margin-top: 40px;
  }

  .p-article-list-contact__link-wrapper {
    margin-top: 30px;
  }

  .p-article-list-contact__link {
    border: 5px solid black;
    padding: 10px;
  }

  .p-article-list-contact__link-content {
    flex-direction: column;
    gap: 10px;
  }

  .p-article-list-contact__link-text-img {
    width: 120px;
  }

  .p-article-list-contact__link-text-img--blue {
    width: 120px;
  }

  .p-article-list-contact__link-main-content {
    gap: 6px;
  }

  .p-article-list-contact__link-text {
    font-size: 16px;
  }

  .p-article-list-contact__text-new-line--pc {
    display: none;
  }

  .p-article-list-contact__text-new-line--sp {
    display: block;
  }

  .p-article-list-contact__link-img {
    width: 20px;
    height: 20px;
  }

  .p-article-list-contact__link-img--blue {
    width: 20px;
    height: 20px;
  }
}