@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

:root {
  --color-key1: #8e3289;
  --color-key2: #be52be;
  --color-key3: #dd7cdd;
  --color-text: #111;
  --color-bg: #fff;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-key1: #a1579f;
    --color-key2: #dc80da;
    --color-key3: #edafed;
    --color-text: #fff;
    --color-bg: #111;
  }
}
/* 画像 ダークモード対応 */
@media (prefers-color-scheme: dark) {
  img {
    -webkit-filter: saturate(80%) brightness(80%);
            filter: saturate(80%) brightness(80%);
  }
}
html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
}
@media print {
  body {
    font-size: 12px;
    background-color: #fff;
  }
}

/* 全体の横スクロール防止 */
* {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ドロワー表示時のスクロール無効化 */
body.no-scroll {
  overflow: hidden;
}

.line {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-bg)), color-stop(50%, var(--color-key3)), to(var(--color-key2)));
  background: linear-gradient(90deg, var(--color-bg) 0%, var(--color-key3) 50%, var(--color-key2) 100%);
  width: 100%;
  height: 10px;
}
@media print {
  .line {
    height: 5px;
  }
}

.main__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section {
  padding: 90px 20px;
  margin: 0 auto;
}
@media print {
  .section {
    padding: 50px 20px 0 20px;
  }
}

.section__recruit {
  padding: 0 20px 90px;
  margin: 0 auto;
}

.section__content {
  padding: 0 40px;
  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;
}
@media screen and (max-width: 768px) {
  .section__content {
    padding: 0 15px;
  }
}
.section__content p {
  line-height: 1.7;
  text-align: justify;
}
.section__content h2 {
  font-size: 20px;
  font-weight: 500;
}
.section__content h3 {
  font-size: 18px;
  font-weight: 500;
}
.section__content ul {
  list-style: none;
}
.section__content .img {
  max-width: 450px;
  margin: 0 auto;
}
.section__content .img img {
  width: 100%;
}

.empty {
  margin-top: 30px;
}
.empty p {
  text-align: center;
}

.list-disc li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 10px;
}

.list-disc-outside li {
  list-style: disc;
  margin-left: 15px;
}

.message-photo {
  max-width: 600px;
  margin: 0 auto 20px;
}
.message-photo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message-photo {
    max-width: 100%;
  }
}
@media print {
  .message-photo {
    max-width: 50%;
  }
}

.more-button {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  border-radius: 20px;
  border: 2px solid var(--color-key1);
  padding: 2px 10px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
  margin: 0 auto;
}
.more-button:hover {
  background: var(--color-key1);
  color: #fff;
}

.is-style-dots {
  color: var(--color-key1);
}

@media print {
  .page-break-after {
    page-break-after: always; /* 要素の後に必ず改ページを入れる */
  }
  .page-break-before {
    page-break-before: always; /* 要素の前に必ず改ページを入れる */
    margin-top: 30px;
  }
}
.section__title {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
@media print {
  .section__title {
    padding-bottom: 20px;
  }
}

.section__title--ja {
  font-family: "Noto Sans JP", sans-serif;
  color: var(--color-text);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: -10px;
}

.section__title--en {
  font-family: "GFS Didot", serif;
  color: var(--color-key1);
  font-size: 14px;
  font-weight: 400;
}

.is-style-regular table {
  width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid var(--color-key2);
  border-bottom: 2px solid var(--color-key2);
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .is-style-regular table {
    width: 100%;
  }
}
.is-style-regular tr {
  border-bottom: 2px solid var(--color-key2);
}
@media screen and (max-width: 768px) {
  .is-style-regular tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.is-style-regular tr:last-child {
  border-bottom: none;
}
.is-style-regular tr td:first-child {
  text-wrap: nowrap;
  text-align: center;
  font-weight: 600;
  width: 150px;
}
@media screen and (max-width: 768px) {
  .is-style-regular tr td:first-child {
    width: 100%;
    border-bottom: 1px dashed var(--color-key2);
  }
}
.is-style-regular td {
  padding: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .is-style-regular td {
    padding: 5px;
  }
}
.is-style-regular td:not(:first-child) {
  padding-left: 20px;
  padding-left: 20px;
}

.is-style-none table {
  width: 95%;
  margin: 0 0 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: none !important;
  border-bottom: none !important;
  border-left: 2px solid var(--color-key2) !important;
  border-top: none !important;
}
@media screen and (max-width: 768px) {
  .is-style-none tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.is-style-none tr td:first-child {
  text-wrap: nowrap;
  text-align: left;
  width: 130px;
}
@media screen and (max-width: 768px) {
  .is-style-none tr td:first-child {
    width: 100%;
  }
}
.is-style-none td {
  padding: 10px 10px 10px 20px;
  border: none;
}
@media screen and (max-width: 768px) {
  .is-style-none td {
    padding: 5px 5px 5px 20px;
  }
}
.is-style-none td:not(:first-child) {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .is-style-none td:not(:first-child) {
    padding-left: 30px;
  }
}

.is-style-outline > .wp-block-button__link {
  border: 2px solid var(--color-key1);
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.is-style-outline > .wp-block-button__link:hover {
  background: var(--color-key1);
  color: #fff;
}

.btn-download > .wp-block-button__link {
  position: relative;
  padding-right: 55px;
}
.btn-download > .wp-block-button__link::after {
  content: "";
  -webkit-mask: url(../img/icon-dl.svg);
          mask: url(../img/icon-dl.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url(../img/icon-dl.svg);
          mask-image: url(../img/icon-dl.svg);
  background-color: var(--color-key1);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 23px;
  width: 20px;
  height: 20px;
}
.btn-download > .wp-block-button__link:hover::after {
  background-color: #fff;
}

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

.header__inner {
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-display: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner {
    height: 60px;
  }
}

.logo {
  width: 342px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .logo {
    margin-top: 10px;
    width: 250px;
  }
}
@media print {
  .logo {
    width: 300px;
  }
}

.cls-1 {
  fill: none;
}

.cls-2 {
  fill: var(--color-key1);
}

.cls-3 {
  fill: var(--color-key3);
}

.cls-4 {
  fill: var(--color-key2);
}

.header-nav,
.drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 14px;
  position: relative;
}
.header-nav li,
.drawer-nav li {
  position: relative;
}
.header-nav li:not(:last-of-type)::after,
.drawer-nav li:not(:last-of-type)::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-key1);
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
.header-nav li:not(:last-of-type):hover::after,
.drawer-nav li:not(:last-of-type):hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.header-nav li:last-of-type,
.drawer-nav li:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 20px;
  border: 2px solid var(--color-key1);
  padding: 2px 10px;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.header-nav li:last-of-type:hover,
.drawer-nav li:last-of-type:hover {
  background: var(--color-key1);
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__icon {
  display: none;
  width: 30px;
  height: 22px;
  position: relative;
  z-index: 100;
  margin-top: -20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__icon {
    display: block;
  }
}

.header__icon--bar {
  position: relative;
  display: block;
}
.header__icon--bar.is-active .header__icon--bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}
.header__icon--bar.is-active .header__icon--bar2 {
  display: none;
}
.header__icon--bar.is-active .header__icon--bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 10px;
}

.header__icon--bar1 {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--color-key1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}

.header__icon--bar2 {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--color-key1);
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header__icon--bar3 {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--color-key1);
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.drawer {
  position: relative;
}

.drawer__inner {
  width: 200px;
  height: 100vh;
  background: var(--color-bg);
  position: absolute;
  top: 0px;
  right: -200px;
  z-index: 100;
  padding: 20px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.drawer__inner.is-active {
  right: 0;
}

.drawer-nav {
  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;
  font-size: 16px;
  position: relative;
}
.footer {
  padding: 0 20px;
}

.footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.footer__copyright {
  font-family: "GFS Didot", serif;
  font-size: 14px;
  line-height: 1.7;
}

.main__mv {
  width: 100%;
  height: 600px;
}
.main__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print {
  .main__mv {
    height: 200px;
  }
}

.news__list {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .news__list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .news__list dt,
  .news__list dd {
    font-size: 14px;
  }
}

.news__list dt {
  text-wrap: nowrap;
  border-bottom: 1px dotted var(--color-key1);
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .news__list dt {
    border-bottom: none;
    padding: 10px 10px 0 10px;
  }
}

.news__list dd {
  border-bottom: 1px dotted var(--color-key1);
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .news__list dd {
    padding: 0px 10px 10px 20px;
  }
}

.news__more {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .news__more {
    font-size: 14px;
  }
}

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

.note-item {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border: 1px solid var(--color-key1);
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .note-item {
    grid-template-columns: 1fr;
  }
}
.note-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact__form {
  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;
  gap: 20px;
}

.contact__row {
  display: grid;
  grid-template-columns: 180px 360px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact__row {
    grid-template-columns: 1fr;
    gap: 10px;
    width: calc(100% - 20px);
  }
}

.contact__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__head {
    display: block;
    padding-left: 10px;
  }
}

.contact__head--textarea {
  display: block;
  padding-top: 11px;
}

.contact__head span {
  display: inline-block;
  background-color: var(--color-key1);
  color: var(--color-bg);
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 0.75em;
  margin-left: 10px;
}

.contact__acceptance a {
  text-decoration: underline;
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 8px;
  width: 100%;
  border: 1px solid var(--color-key3);
  padding: 10px;
  background-color: var(--color-bg);
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #666;
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-key1);
}

textarea {
  height: 170px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.contact__select-wrap {
  position: relative;
}
.contact__select-wrap::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  background-color: var(--color-key2);
  width: 15px;
  height: 10px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.contact__data-checkbox {
  display: inline-block;
  position: relative;
}
.contact__data-checkbox::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid var(--color-key1);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact__data-checkbox::after {
  content: "";
  position: absolute;
  left: -29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19.414px;
  height: 14.621px;
  background: url(../../../uploads/2025/08/checked.png) no-repeat center center/contain;
  opacity: 0;
}

.contact__data-checkbox:has(input[type=checkbox]:checked)::after {
  opacity: 1;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span {
  background-color: var(--color-key1);
  color: var(--color-bg);
  border-color: var(--color-key1);
}

.contact__data-radio span {
  display: inline-block;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--color-key3);
  position: relative;
}
.contact__data-radio span::before {
  content: "";
  position: absolute;
}
.contact__data-radio span::after {
  content: "";
  position: absolute;
  opacity: 0;
}

input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 8px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: 1px solid var(--color-key1);
  color: var(--color-key1);
  padding: 10px;
  width: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  gap: 25px;
}
.contact__submit input[type=submit] {
  display: inline-block;
  background-color: var(--color-key1);
  color: var(--color-bg);
}

.wpcf7-spinner {
  display: none;
}

.section__content--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 32px;
}
.section__content--reverse > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print {
  .section__content--reverse {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .section__content--reverse img {
    display: none;
  }
}

.recruit__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .recruit__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.recruit__content li {
  display: block;
  text-align: center;
  border: 1px solid var(--color-key2);
  border-radius: 5px;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit__content li {
    padding: 15px 0;
  }
}
.recruit__content li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--color-key1);
  margin-left: 5px;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .recruit__content li:not(:last-child)::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--color-key1);
    top: 100%;
    translate: 0 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.news__date {
  padding-left: 20px;
}

.news__title {
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted var(--color-key1);
  font-size: 1.2em;
  font-weight: 700;
}

.news__content {
  padding-left: 20px;
}

.news__category {
  text-align: right;
  font-size: 0.8em;
}

.news__prevnext {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding-top: 30px;
}

.news__prevnext--item {
  text-align: center;
}