@charset "UTF-8";
/* reset */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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;
}

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

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

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

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #FFF;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "halt";
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  border-radius: 2px;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a::before {
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a::after {
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
}
a span {
  transition: color 0.3s;
}
a span::before {
  transition: background-color 0.3s, opacity 0.3s;
}
a span::after {
  transition: border 0.3s;
}
a:focus-visible {
  outline: 3px solid #563D84;
  outline-offset: 3px;
}

input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid #563D84;
}

main {
  margin: 100px 0 0 0;
}
@media screen and (max-width: 999px) {
  main {
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  body {
    margin-top: 55px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media print, screen and (min-width: 1000px) {
  .visually-hidden-pc {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.common-permit {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 35px 0;
  background-color: #EBEBEB;
}
@media screen and (max-width: 999px) {
  .common-permit {
    padding: 26px 0;
  }
}
.common-permit .inner {
  max-width: 950px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .common-permit .inner {
    max-width: 100%;
    padding: 0 5.33vw;
  }
}
.common-permit__body {
  width: 100%;
  height: auto;
  margin: auto;
}
.common-permit__body ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.common-permit__body ul li {
  max-width: 400px;
  width: 100%;
  min-height: 50px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .common-permit__body ul li {
    max-width: 100%;
    min-height: 42px;
  }
}
@media screen and (max-width: 999px) {
  .common-permit__body ul li:not(:first-of-type) {
    margin-top: 15px;
  }
}
.common-permit__body ul li a {
  max-width: 400px;
  width: 100%;
  min-height: 50px;
  height: auto;
  background: linear-gradient(90deg, rgb(211, 0, 167) 0%, rgb(184, 18, 218) 50%, rgb(34, 2, 239) 100%);
  border-radius: 0;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .common-permit__body ul li a {
    max-width: 100%;
    min-height: 42px;
  }
}
.common-permit__body ul li a span {
  position: absolute;
  top: 50%;
  left: 50.5%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.5em;
  color: #573D84;
}
@media screen and (max-width: 999px) {
  .common-permit__body ul li a span {
    line-height: 40px;
  }
}
.common-permit__body ul li a::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #FFF;
  border: 1px solid #573D84;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .common-permit__body ul li a::before {
    height: 42px;
  }
}
.common-permit__body ul li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #573d84;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .common-permit__body ul li a::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #573d84;
  }
}
.common-permit__body ul li a:hover span {
  color: #FFF;
}
.common-permit__body ul li a:hover::before {
  opacity: 0;
}
.common-permit__body ul li a:hover::after {
  border-left: 10px solid #FFF;
}
.common-permit__body ul li a[tabindex="-1"] {
  pointer-events: none;
  opacity: 0.25;
}

#block-skip a {
  width: 100%;
  height: 60px;
  border-radius: 0;
  position: absolute;
  top: -60px; /* フォーカスされていない時に画面外に配置 */
  left: 0;
  background: #563D84;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #fef9ef;
  text-align: center;
  z-index: 1000000; /* 他のコンテンツの上に表示されるように */
  transition: top 0.3s; /* スムーズに表示されるように */
}
@media screen and (max-width: 999px) {
  #block-skip a {
    font-size: clamp(1.2rem, 3.2558139535vw, 1.6rem);
  }
}
#block-skip a:hover span {
  background-color: #563D84;
  color: #fef9ef;
}
#block-skip a:focus {
  top: 0; /* フォーカス時に表示 */
  outline: none;
}
#block-skip a:focus span {
  outline: 2px solid #FFF;
  outline-offset: 3px;
}
#block-skip a span {
  padding: 0.5em 2em;
  background: #FFF;
  color: #563D84;
  border-radius: 50px;
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

@media print, screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .menu-toggle {
    width: 25px;
    height: 15px;
    margin: auto;
    position: fixed;
    top: 22px;
    right: 5.33vw;
    z-index: 20000;
    cursor: pointer;
  }
  .menu-toggle:focus-visible {
    outline: 3px solid #FF6200;
    outline-offset: 3px;
  }
  .menu-toggle span:not(:first-of-type) {
    width: 25px;
    height: 1px;
    margin: auto;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
  }
  .menu-toggle span:nth-of-type(2) {
    top: 0%;
    transform: translate(-50%, -50%);
  }
  .menu-toggle span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-toggle span:nth-of-type(4) {
    top: 100%;
    transform: translate(-50%, -50%);
  }
  .menu-toggle.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-225deg);
  }
  .menu-toggle.active span:nth-of-type(3) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-of-type(4) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
}

@media screen and (max-width: 999px) {
  .menu {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .menu.active {
    display: block;
  }
}

.header {
  width: 100%;
  height: 100px;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 999px) {
  .header {
    width: 100%;
    height: 60px;
    padding: 0 0 0 5.33vw;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
}
.header.hide {
  transform: translateY(-100%);
}
.header__logo a {
  width: auto;
  height: auto;
  padding: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .header__logo a {
    padding: 0;
  }
}
.header__logo a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .header__logo a img {
    width: 105px;
    height: auto;
  }
}
.header__menu {
  width: auto;
  height: auto;
}
@media print, screen and (min-width: 1000px) {
  .header__menu .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  .header__menu .menu {
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: #000;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 10000;
  }
}
@media screen and (max-width: 999px) {
  .header__menu .menu.active {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}
@media screen and (max-width: 999px) {
  .header__menu .menu li {
    border-top: 0.5px solid #FFF;
  }
}
@media print, screen and (min-width: 1000px) {
  .news .header__menu .menu li:first-of-type a span::after {
    z-index: 100;
  }
}

@media screen and (max-width: 999px) {
  .header__menu .menu li a:focus-visible {
    outline-offset: -3px;
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .menu li:nth-of-type(-n + 3) a {
    padding: 0.5em;
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #563D84;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
  }
  .header__menu .menu li:nth-of-type(-n + 3) span {
    position: relative;
  }
  .header__menu .menu li:nth-of-type(-n + 3) span::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #FFF;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 1;
    z-index: 15;
  }
  .header__menu .menu li:nth-of-type(-n + 3) span::after {
    content: "";
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(211, 0, 167) 0%, rgb(184, 18, 218) 50%, rgb(34, 2, 239) 100%);
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 10;
  }
  .header__menu .menu li:nth-of-type(-n + 3):hover span::before {
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .header__menu .menu li:nth-of-type(-n + 3) {
    flex-basis: 100%;
  }
  .header__menu .menu li:nth-of-type(-n + 3) a {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0.3em 1.5em 0.35em;
    background-color: #000;
    border-radius: 0;
    display: block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    font-size: clamp(2.75rem, 6.511627907vw, 2.85rem);
    font-family: "Barlow Condensed", sans-serif;
    color: #FFF;
    position: relative;
  }
  .header__menu .menu li:nth-of-type(-n + 3) a::before, .header__menu .menu li:nth-of-type(-n + 3) a::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #FFF;
    border-radius: 9999px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 5.33vw;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .header__menu .menu li:nth-of-type(-n + 3) a::before {
    transform: rotate(45deg);
  }
  .header__menu .menu li:nth-of-type(-n + 3) a:after {
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .menu li:nth-of-type(4) {
    margin-left: 65px;
  }
}
@media screen and (max-width: 999px) {
  .header__menu .menu li:nth-of-type(5) {
    border-left: 1px solid #FFF;
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .menu li:nth-of-type(4) a, .header__menu .menu li:nth-of-type(5) a {
    padding: 0.5em 0.5em 0.5em 2em;
    position: relative;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #000;
    text-decoration: none;
  }
  .header__menu .menu li:nth-of-type(4) a::before, .header__menu .menu li:nth-of-type(4) a::after, .header__menu .menu li:nth-of-type(5) a::before, .header__menu .menu li:nth-of-type(5) a::after {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #000;
    border-radius: 9999px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 1em;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .header__menu .menu li:nth-of-type(4) a::before, .header__menu .menu li:nth-of-type(5) a::before {
    transform: rotate(45deg);
  }
  .header__menu .menu li:nth-of-type(4) a:after, .header__menu .menu li:nth-of-type(5) a:after {
    transform: rotate(-45deg);
  }
  .header__menu .menu li:nth-of-type(4) span, .header__menu .menu li:nth-of-type(5) span {
    position: relative;
  }
  .header__menu .menu li:nth-of-type(4) span::before, .header__menu .menu li:nth-of-type(5) span::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    bottom: -6px;
    left: 0;
    z-index: 15;
  }
  .header__menu .menu li:nth-of-type(4):hover span::before, .header__menu .menu li:nth-of-type(5):hover span::before {
    background-color: #000;
  }
}
@media screen and (max-width: 999px) {
  .header__menu .menu li:nth-of-type(4), .header__menu .menu li:nth-of-type(5) {
    flex-basis: 50%;
  }
  .header__menu .menu li:nth-of-type(4) a, .header__menu .menu li:nth-of-type(5) a {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0 1.5em 0;
    background-color: #000;
    border-radius: 0;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.05em;
    font-size: clamp(1.6rem, 3.8372093023vw, 1.7rem);
    color: #FFF;
    text-align: center;
    position: relative;
  }
  .header__menu .menu li:nth-of-type(4) a::before, .header__menu .menu li:nth-of-type(4) a::after, .header__menu .menu li:nth-of-type(5) a::before, .header__menu .menu li:nth-of-type(5) a::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #FFF;
    border-radius: 9999px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 16vw;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .header__menu .menu li:nth-of-type(4) a::before, .header__menu .menu li:nth-of-type(5) a::before {
    transform: rotate(45deg);
  }
  .header__menu .menu li:nth-of-type(4) a:after, .header__menu .menu li:nth-of-type(5) a:after {
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .menu li:nth-last-of-type(2) {
    margin-left: 2em;
  }
  .header__menu .menu li:nth-last-of-type(2) a {
    width: 160px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgb(211, 0, 167) 0%, rgb(184, 18, 218) 50%, rgb(34, 2, 239) 100%);
    border-radius: 5px;
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #FFF;
    text-decoration: none;
    font-family: "Barlow Condensed", sans-serif;
  }
  .header__menu .menu li:nth-last-of-type(2) a::before {
    content: "";
    width: 100%;
    height: 40px;
    background: #563D84;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 5;
  }
  .header__menu .menu li:nth-last-of-type(2) a span {
    position: absolute;
    z-index: 15;
    color: #FFF;
  }
  .header__menu .menu li:nth-last-of-type(2) a:hover::before {
    opacity: 0;
  }
}
@media screen and (max-width: 999px) {
  .header__menu .menu li:nth-last-of-type(2) {
    flex-basis: 100%;
  }
  .header__menu .menu li:nth-last-of-type(2) a {
    width: 100%;
    min-height: 60px;
    height: auto;
    padding: 0.3em 1.5em 0.35em;
    background-color: #000;
    border-radius: 0;
    display: block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.05em;
    font-size: clamp(2.75rem, 6.511627907vw, 2.85rem);
    font-family: "Barlow Condensed", sans-serif;
    color: #FFF;
    position: relative;
  }
  .header__menu .menu li:nth-last-of-type(2) a::before, .header__menu .menu li:nth-last-of-type(2) a::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #FFF;
    border-radius: 9999px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 5.33vw;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .header__menu .menu li:nth-last-of-type(2) a::before {
    transform: rotate(45deg);
  }
  .header__menu .menu li:nth-last-of-type(2) a:after {
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 1000px) {
  .header__menu .menu li:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .header__menu .menu li:last-of-type {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 5.33vw;
    text-align: right;
  }
  .header__menu .menu li:last-of-type button {
    padding: 1.5em 2em 1.5em 1.5em;
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: clamp(1.5rem, 3.6046511628vw, 1.6rem);
    color: #FFF;
  }
  .header__menu .menu li:last-of-type button:focus-visible {
    outline: 3px solid #FF6200;
    outline-offset: 3px;
  }
  .header__menu .menu li:last-of-type button::before, .header__menu .menu li:last-of-type button::after {
    content: "";
    width: 22px;
    height: 1px;
    background-color: #FFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .header__menu .menu li:last-of-type button::before {
    transform: translateY(-50%) rotate(-225deg);
  }
  .header__menu .menu li:last-of-type button::after {
    transform: translateY(-50%) rotate(225deg);
  }
}

.footer {
  width: 100%;
  height: auto;
}
.footer__body {
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .footer__body {
    padding: 0;
  }
}
.footer__body .miul {
  padding-left: 135px;
}
@media screen and (max-width: 999px) {
  .footer__body .miul {
    width: 100%;
    height: auto;
    padding: 20px 0 15px 0;
    text-align: center;
  }
}
.footer__body .miul a {
  width: auto;
  height: auto;
  padding: 0.5em;
  display: inline-block;
}
.footer__body .miul a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .footer__body .miul a img {
    width: 150px;
    height: auto;
  }
}
.footer__body .miul address {
  margin-top: 0.5em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #1A1311;
}
@media screen and (max-width: 999px) {
  .footer__body .miul address {
    font-size: clamp(1.2rem, 3.023255814vw, 1.4rem);
  }
}
.footer__body .medius {
  padding-right: 135px;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .footer__body .medius {
    width: 100%;
    height: auto;
    padding: 20px 0 15px 0;
    border-top: 1px solid #DEDEDE;
    text-align: center;
  }
}
.footer__body .medius img {
  width: 172px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .footer__body .medius img {
    width: 150px;
    height: auto;
  }
}
.footer__body .medius p {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .footer__body .medius p {
    font-size: clamp(1.2rem, 3.023255814vw, 1.4rem);
  }
}
.footer__foot {
  width: 100%;
  height: auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #DEDEDE;
}
.footer__foot .copyright {
  padding-left: 135px;
}
@media screen and (max-width: 999px) {
  .footer__foot .copyright {
    order: 2;
    width: 100%;
    height: auto;
    padding-left: 0;
  }
}
.footer__foot .copyright p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #1A1311;
}
@media screen and (max-width: 999px) {
  .footer__foot .copyright p {
    margin-top: 28px;
    font-size: clamp(1.2rem, 3.023255814vw, 1.4rem);
    text-align: center;
  }
}
.footer__foot .nav {
  padding-right: 135px;
}
@media screen and (max-width: 999px) {
  .footer__foot .nav {
    order: 1;
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
.footer__foot .nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .footer__foot .nav ul {
    display: flex;
    justify-content: center;
  }
}
.footer__foot .nav ul li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #1A1311;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .footer__foot .nav ul li a {
    font-size: clamp(1.2rem, 3.023255814vw, 1.4rem);
  }
}
.footer__foot .nav ul li a:hover {
  text-decoration: underline;
}
.footer__foot .nav ul li:not(:first-of-type) {
  margin-left: 1.25em;
}
@media screen and (max-width: 999px) {
  .footer__foot .nav ul li:not(:first-of-type) {
    margin-left: 2.5em;
  }
}

.page-head {
  width: 100%;
  height: auto;
  background-color: #000;
  background-image: url(../img/news/bg_headline.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .page-head {
    background-image: url(../img/news/bg_headline-sp.jpg);
  }
}
.page-head .inner {
  max-width: 1000px;
  min-height: 200px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .page-head .inner {
    max-width: 100%;
    min-height: 100px;
  }
}
.page-head__title p {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-head__title p {
    font-size: clamp(3rem, 7.2093023256vw, 3.2rem);
  }
}
.page-head__title p.h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-head__title p.h1 {
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
  }
}
.page-head__title h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .page-head__title h1 {
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
  }
}

.page-breadcrumb {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .page-breadcrumb {
    max-width: 100%;
    padding: 0 5.33vw;
  }
}
.page-breadcrumb ul {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .page-breadcrumb ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
}
.page-breadcrumb ul li {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .page-breadcrumb ul li {
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
  }
}
.page-breadcrumb ul li:not(:first-of-type)::before {
  content: ">";
  margin: auto 0.5em;
}
.page-breadcrumb ul li a {
  margin: -0.25em;
  padding: 0.25em;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .page-breadcrumb ul li a {
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
  }
}
.page-breadcrumb ul li a:hover {
  text-decoration: none;
}

.splide__pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 999px) {
  .splide__pagination {
    bottom: 20px;
  }
}
.splide__pagination li:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 999px) {
  .splide__pagination li:not(:first-of-type) {
    margin-left: 15px;
  }
}
.splide__pagination li .splide__pagination__page {
  width: 15px;
  height: 15px;
  background-color: #999;
  border-radius: 100%;
}
@media screen and (max-width: 999px) {
  .splide__pagination li .splide__pagination__page {
    width: 7.5px;
    height: 7.5px;
  }
}
.splide__pagination li .splide__pagination__page.is-active {
  background-color: #563D84;
}

.home-news {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 90px 0 150px;
}
@media screen and (max-width: 999px) {
  .home-news {
    padding: 20px 0 50px;
  }
}
.home-news .inner {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .home-news .inner {
    max-width: 100%;
    padding: 0 5.33vw;
  }
}
.home-news__head {
  width: 100%;
  height: auto;
}
.home-news__head p {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Barlow Condensed", sans-serif;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .home-news__head p {
    font-size: clamp(4.5rem, 10.6976744186vw, 4.7rem);
  }
}
.home-news__head h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .home-news__head h2 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.home-news__body {
  width: 100%;
  height: auto;
  margin-top: 15px;
}
.home-news__body ul {
  width: 100%;
  height: auto;
  border-top: 1px solid #C6C6C6;
}
.home-news__body ul li {
  border-bottom: 1px solid #C6C6C6;
}
.home-news__body ul li a {
  padding: 1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.home-news__body ul li a time {
  flex-basis: 10.78%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .home-news__body ul li a time {
    flex-basis: 25.37%;
    font-size: clamp(1.3rem, 3.2558139535vw, 1.5rem);
  }
}
.home-news__body ul li a span.category {
  flex-basis: 12.22%;
  padding: 0.25em 0;
  background-color: #767676;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .home-news__body ul li a span.category {
    flex-basis: 25.37%;
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
  }
}
.home-news__body ul li a span.title {
  flex-basis: 77%;
  padding: 0 2em 0 1em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .home-news__body ul li a span.title {
    flex-basis: 100%;
    padding: 0.5em 0 0 0;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.home-news__body ul li a:hover span.title {
  text-decoration: underline;
}
.home-news__body > a {
  max-width: 200px;
  width: 100%;
  height: 50px;
  margin: 35px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(0, 0, 0) 100%);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .home-news__body > a {
    max-width: 165px;
    width: 100%;
    height: 40px;
    margin: 25px auto auto;
  }
}
.home-news__body > a::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .home-news__body > a::before {
    height: 40px;
  }
}
.home-news__body > a span {
  position: absolute;
  z-index: 15;
  font-size: 2rem;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .home-news__body > a span {
    font-size: clamp(1.6rem, 3.9534883721vw, 1.8rem);
    line-height: 38px;
  }
}
.home-news__body > a:hover::before {
  opacity: 0;
}
.home-news__body > a:hover span {
  color: #FFF;
}

.home-business {
  width: 100%;
  height: auto;
  margin: auto;
}
.home-business__section {
  width: 100%;
  min-height: 755px;
  height: auto;
  padding: 90px 0 65px 0;
  background-color: #767676;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .home-business__section {
    padding: 45px 0 425px 0;
  }
}
.home-business__section .inner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .home-business__section .inner {
    max-width: 100%;
    padding: 0 5.33vw;
  }
}
.home-business__section .inner::before {
  content: "";
}
@media print, screen and (min-width: 1000px) {
  .home-business__section .inner::before {
    position: absolute;
    top: -50px;
    right: 0;
    width: calc(866px + (100vw - 1000px) * 0.5);
    height: 600px;
    background-image: url(../img/home/bg_business01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 323px 100%);
    z-index: -10;
  }
}
@media screen and (max-width: 999px) {
  .home-business__section .inner::before {
    width: 94.67%;
    height: 300px;
    position: absolute;
    bottom: 75px;
    left: 0;
    background-image: url(../img/home/bg_business01-sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -10;
  }
}
.home-business__section .inner::after {
  content: "";
}
@media print, screen and (min-width: 1000px) {
  .home-business__section .inner::after {
    position: absolute;
    top: 0px;
    right: 0;
    width: calc(457px + (100vw - 1000px) * 0.5);
    height: 600px;
    background-image: url(../img/home/bg_business02.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 323px 100%);
    z-index: -5;
  }
}
@media screen and (max-width: 999px) {
  .home-business__section .inner::after {
    width: 94.67%;
    height: 300px;
    position: absolute;
    bottom: 50px;
    right: 0;
    background-image: url(../img/home/bg_business02-sp.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 176px 100%);
    z-index: -5;
  }
}
.home-business__head {
  max-width: 500px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .home-business__head {
    max-width: 100%;
  }
}
.home-business__head p {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 999px) {
  .home-business__head p {
    font-size: clamp(4.5rem, 10.6976744186vw, 4.7rem);
  }
}
.home-business__head h2 {
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .home-business__head h2 {
    padding-bottom: 0.25em;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.home-business__body {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .home-business__body {
    max-width: 100%;
  }
}
.home-business__body p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0em;
  color: #FFF;
  text-align: justify;
  text-indent: 1em;
}
@media screen and (max-width: 999px) {
  .home-business__body p {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
    line-height: 1.75;
  }
}
.home-business__body h3 {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .home-business__body h3 {
    margin-top: 1em;
    padding-top: 1em;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
@media screen and (max-width: 999px) {
  .home-business__body h3 span {
    display: block;
  }
}
.home-business__body ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.home-business__body ul li {
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: block;
}
@media screen and (max-width: 999px) {
  .home-business__body ul li {
    width: 47.76%;
    height: auto;
  }
}
.home-business__body ul li a {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  border-radius: 0;
  display: block;
  opacity: 1;
}
.home-business__body ul li a img {
  border: 1px solid #707070;
}
.home-business__body ul li a:hover {
  opacity: 0.8;
}
.home-business__body ul li:first-of-type {
  flex-basis: 100%;
}
.home-business__body ul li:not(:first-of-type) {
  flex-basis: 48%;
  margin-top: 18px;
}
@media screen and (max-width: 999px) {
  .home-business__body ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.home-business__system {
  width: 100%;
  min-height: 644px;
  height: auto;
  padding: 100px 0;
  background-color: #E8E8E8;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .home-business__system {
    padding: 50px 0;
    background-color: #FFF;
  }
}
.home-business__system .inner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .home-business__system .inner {
    max-width: 100%;
    padding: 0 5.33vw;
  }
}
.home-business__system .inner::before {
  content: "";
}
@media print, screen and (min-width: 1000px) {
  .home-business__system .inner::before {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(457px + (100vw - 1000px) * 0.5);
    height: 644px;
    background-color: #FFF;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 348px 100%);
    z-index: -10;
  }
}
@media screen and (max-width: 999px) {
  .home-business__system .inner::before {
    width: 49.07vw;
    height: 333px;
    background-color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 181px 100%);
    z-index: -10;
  }
}
@media screen and (max-width: 999px) {
  .home-business__system .inner::after {
    content: "";
    width: 100%;
    height: 333px;
    background-color: #E8E8E8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -15;
  }
}

.home-message {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0 200px;
}
@media screen and (max-width: 999px) {
  .home-message {
    padding: 0 0 50px;
  }
}
.home-message .inner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .home-message .inner {
    max-width: 100%;
    padding: 0 5.33vw;
  }
}
@media print, screen and (min-width: 1000px) {
  .home-message__body img {
    max-width: 340px;
    width: 100%;
    height: auto;
    margin: 0 55px 10px 0;
    float: left;
  }
}
@media screen and (max-width: 999px) {
  .home-message__body img {
    width: 100%;
    height: auto;
    margin: 20px auto auto;
  }
}
@media print, screen and (min-width: 1000px) {
  .home-message__body .title {
    float: right;
    width: 605px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  .home-message__body .title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.home-message__body .title p {
  margin-top: -12px;
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 999px) {
  .home-message__body .title p {
    margin-top: 0;
    font-size: clamp(4.5rem, 10.6976744186vw, 4.7rem);
  }
}
.home-message__body .title h2 {
  margin-top: -12px;
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .home-message__body .title h2 {
    margin-top: 0;
    padding-bottom: 0.25em;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.home-message__body > h3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .home-message__body > h3 {
    margin-top: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .home-message__body > h3 span {
    display: block;
  }
}
.home-message__body > p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
  text-indent: 1em;
}
@media screen and (max-width: 999px) {
  .home-message__body > p {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
    line-height: 1.75;
  }
}
.home-message__body > p:first-of-type {
  margin-top: 25px;
}
@media screen and (max-width: 999px) {
  .home-message__body > p:first-of-type {
    margin-top: 20px;
  }
}
.home-message__foot {
  width: 100%;
  height: auto;
}
.home-message__foot p {
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: right;
}
@media screen and (max-width: 999px) {
  .home-message__foot p {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.home-message__foot p span {
  margin-left: 1em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 999px) {
  .home-message__foot p span {
    display: block;
    font-size: clamp(2rem, 4.8837209302vw, 2.2rem);
  }
}
.home-message__foot img {
  width: 287px;
  height: auto;
  margin: 15px 0 auto auto;
  display: block;
}
@media screen and (max-width: 999px) {
  .home-message__foot img {
    width: 190px;
  }
}

.home-company {
  width: 100%;
  min-height: 600px;
  height: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 999px) {
  .home-company {
    min-height: 643px;
  }
}
.home-company::before {
  content: "";
}
@media print, screen and (min-width: 1000px) {
  .home-company::before {
    position: absolute;
    top: -50px;
    right: 0;
    width: calc(866px + (100vw - 1000px) * 0.5);
    height: 700px;
    background-color: #D921D2;
    clip-path: polygon(376px 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -10;
  }
}
@media screen and (max-width: 999px) {
  .home-company::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/home/bg_company-sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%; /* 拡大縮小しない（原寸） */
    overflow: hidden;
    z-index: -10;
  }
}
.home-company .inner {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 90px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .home-company .inner {
    max-width: 100%;
    padding: 70px 5.33vw 25px;
  }
}
@media print, screen and (min-width: 1000px) {
  .home-company .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(866px + (100vw - 1000px) * 0.5);
    height: 600px;
    background-image: url(../img/home/bg_company.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0%, 100% 0%, calc(544px + (100vw - 1000px) * 0.5) 100%, 0 100%);
    z-index: -10;
  }
}
@media print, screen and (min-width: 1000px) {
  .home-company .inner::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 0;
    width: calc(483px + (100vw - 1000px) * 0.5);
    height: 600px;
    background-image: url(../img/home/bg_company.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(322px 0%, 100% 0%, 100% 100%, 0 100%);
    z-index: -5;
  }
}
.home-company__text {
  flex-basis: 50%;
}
@media screen and (max-width: 999px) {
  .home-company__text {
    flex-basis: 100%;
  }
}
.home-company__head {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home-company__head p {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFF;
  font-family: "Barlow Condensed", sans-serif;
}
@media screen and (max-width: 999px) {
  .home-company__head p {
    font-size: clamp(4.5rem, 10.6976744186vw, 4.7rem);
  }
}
.home-company__head h2 {
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .home-company__head h2 {
    padding-bottom: 0.25em;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.home-company__body {
  width: 100%;
  height: auto;
  margin-top: 25px;
}
.home-company__body dl {
  display: grid;
  grid-template-columns: 24.4% 75.6%;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 999px) {
  .home-company__body dl {
    grid-template-columns: 31.79% 68.21%;
  }
}
.home-company__body dl dt, .home-company__body dl dd {
  padding: 0.5em 0 0.5em 0.75em;
  border-bottom: 1px solid #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .home-company__body dl dt, .home-company__body dl dd {
    padding: 0.5em 0;
    font-size: clamp(1.4rem, 3.488372093vw, 1.6rem);
    font-weight: 400;
  }
}
.home-company__body dl dt {
  padding: 0.5em 0 0.5em 0.5em;
}
@media print, screen and (min-width: 1000px) {
  .home-company__body dl dd {
    border-left: 1px solid #FFF;
  }
}
.home-company__body dl dd span {
  display: block;
}
.home-company__image {
  flex-basis: 42.4%;
}
@media screen and (max-width: 999px) {
  .home-company__image {
    flex-basis: 100%;
    margin-top: 27.5px;
  }
}
@media screen and (max-width: 999px) {
  .home-company__image img {
    width: 175px;
    height: auto;
    margin: auto;
    display: block;
  }
}

.home-map {
  width: 100%;
  height: auto;
  margin: 50px auto auto;
}
@media screen and (max-width: 999px) {
  .home-map {
    margin: auto;
  }
}
.home-map .inner {
  width: 100%;
  height: auto;
  margin: auto;
}
.home-map .inner iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 999px) {
  .home-map .inner iframe {
    width: 100%;
    height: 375px;
  }
}

.news-index {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 70px 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .news-index {
    padding: 50px 5.33vw;
  }
}
.news-index__body {
  flex-basis: 78%;
}
@media screen and (max-width: 999px) {
  .news-index__body {
    flex-basis: 100%;
  }
}
.news-index__body > ul {
  width: 100%;
  height: auto;
  border-top: 1px solid #C6C6C6;
}
.news-index__body > ul li {
  border-bottom: 1px solid #C6C6C6;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .news-index__body > ul li {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-index__body > ul li.not-found {
  padding: 1em 0;
}
.news-index__body > ul li a {
  padding: 1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.news-index__body > ul li a time {
  flex-basis: 12.56%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .news-index__body > ul li a time {
    flex-basis: 25.37%;
    font-size: clamp(1.3rem, 3.2558139535vw, 1.5rem);
  }
}
.news-index__body > ul li a span.category {
  flex-basis: 14.1%;
  padding: 0.25em 0;
  background-color: #767676;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .news-index__body > ul li a span.category {
    flex-basis: 25.37%;
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
  }
}
.news-index__body > ul li a span.title {
  flex-basis: 73.34%;
  padding: 0 2em 0 1em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .news-index__body > ul li a span.title {
    flex-basis: 100%;
    padding: 0.5em 0 0 0;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-index__body > ul li a:hover span.title {
  text-decoration: underline;
}
.news-index__body nav {
  margin-top: 32px;
}
@media screen and (max-width: 999px) {
  .news-index__body nav {
    margin-top: 20px;
  }
}
.news-index__body nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .news-index__body nav ul {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.news-index__body nav ul li span.current {
  min-width: 33px;
  width: 100%;
  min-height: 33px;
  height: auto;
  background: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(0, 0, 0) 100%);
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .news-index__body nav ul li span.current {
    min-width: 25px;
    min-height: 25px;
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
    line-height: 25px;
  }
}
.news-index__body nav ul li:not(:first-of-type) {
  margin-left: 10px;
}
.news-index__body nav ul li a {
  min-width: 33px;
  width: 100%;
  min-height: 33px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(0, 0, 0) 100%);
  border-radius: 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .news-index__body nav ul li a {
    min-width: 25px;
    min-height: 25px;
  }
}
.news-index__body nav ul li a::before {
  content: "";
  width: 100%;
  min-height: 33px;
  height: auto;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .news-index__body nav ul li a::before {
    min-height: 25px;
    height: auto;
  }
}
.news-index__body nav ul li a span {
  position: absolute;
  z-index: 15;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .news-index__body nav ul li a span {
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
    line-height: 23px;
  }
}
.news-index__body nav ul li a.active {
  background-color: #FF6200;
  color: #FFF;
}
.news-index__body nav ul li a:hover::before {
  opacity: 0;
}
.news-index__body nav ul li a:hover span {
  color: #FFF;
}

.news-page {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .news-page {
    padding: 50px 5.33vw;
  }
}
.news-page__body {
  flex-basis: 78%;
}
@media screen and (max-width: 999px) {
  .news-page__body {
    flex-basis: 100%;
  }
}
.news-page__body > a {
  max-width: 200px;
  width: 100%;
  height: 50px;
  margin: 30px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(0, 0, 0) 100%);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .news-page__body > a {
    max-width: 175px;
    height: 44px;
  }
}
.news-page__body > a::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #767676;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .news-page__body > a::before {
    height: 44px;
  }
}
.news-page__body > a span {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 15;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .news-page__body > a span {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body > a span::before, .news-page__body > a span::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #FFF;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 23px;
  transform-origin: 0.5px 50%;
}
.news-page__body > a span::before {
  transform: rotate(45deg);
}
.news-page__body > a span:after {
  transform: rotate(-45deg);
}
.news-page__body > a:hover::before {
  opacity: 0;
}
.news-page__body > a:hover span {
  color: #FFF;
}
.news-page__body article .title h1 {
  padding-bottom: 1.25em;
  border-bottom: 1px solid #C6C6C6;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .news-page__body article .title h1 {
    padding-bottom: 0.75em;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .title time {
  margin-top: 1.5em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .news-page__body article .title time {
    margin-top: 1em;
    font-size: clamp(1.3rem, 3.2558139535vw, 1.5rem);
  }
}
.news-page__body article .text {
  padding: 50px 0;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text {
    padding: 30px 0;
  }
}
.news-page__body article .text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h2 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h3 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h4 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h4 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h5 {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h5 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h6 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h2 + p, .news-page__body article .text h2 + ul, .news-page__body article .text h2 img, .news-page__body article .text h3 + p, .news-page__body article .text h3 + ul, .news-page__body article .text h3 img, .news-page__body article .text h4 + p, .news-page__body article .text h4 + ul, .news-page__body article .text h4 img, .news-page__body article .text h5 + p, .news-page__body article .text h5 + ul, .news-page__body article .text h5 img, .news-page__body article .text h6 + p, .news-page__body article .text h6 + ul, .news-page__body article .text h6 img {
  margin-top: 0.75em;
}
.news-page__body article .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text p {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text p + h2, .news-page__body article .text p + h3, .news-page__body article .text p + h4, .news-page__body article .text p + h5, .news-page__body article .text p + h6 {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text p + h2, .news-page__body article .text p + h3, .news-page__body article .text p + h4, .news-page__body article .text p + h5, .news-page__body article .text p + h6 {
    margin-top: 30px;
  }
}
.news-page__body article .text p + ul, .news-page__body article .text p + p, .news-page__body article .text p + img {
  margin-top: 2em;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text p + ul, .news-page__body article .text p + p, .news-page__body article .text p + img {
    margin-top: 1em;
  }
}
.news-page__body article .text ul {
  padding-left: 2em;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text ul {
    padding-left: 1em;
  }
}
.news-page__body article .text ul li {
  list-style-type: disc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text ul li {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text ul + h2, .news-page__body article .text ul + h3, .news-page__body article .text ul + h4, .news-page__body article .text ul + h5, .news-page__body article .text ul + h6 {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text ul + h2, .news-page__body article .text ul + h3, .news-page__body article .text ul + h4, .news-page__body article .text ul + h5, .news-page__body article .text ul + h6 {
    margin-top: 30px;
  }
}
.news-page__body article .text ul + ul, .news-page__body article .text ul + p, .news-page__body article .text ul + img {
  margin-top: 2em;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text ul + ul, .news-page__body article .text ul + p, .news-page__body article .text ul + img {
    margin-top: 1em;
  }
}
.news-page__body article .text figure {
  max-width: 580px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text figure {
    max-width: 100%;
  }
}
.news-page__body article .text figure + h2, .news-page__body article .text figure + h3, .news-page__body article .text figure + h4, .news-page__body article .text figure + h5, .news-page__body article .text figure + h6 {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text figure + h2, .news-page__body article .text figure + h3, .news-page__body article .text figure + h4, .news-page__body article .text figure + h5, .news-page__body article .text figure + h6 {
    margin-top: 30px;
  }
}
.news-page__body article .text figure + ul, .news-page__body article .text figure + p, .news-page__body article .text figure + img {
  margin-top: 2em;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text figure + ul, .news-page__body article .text figure + p, .news-page__body article .text figure + img {
    margin-top: 1em;
  }
}

.news aside {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .news aside {
    width: 100%;
    margin-top: 50px;
  }
}
.news aside nav ul li {
  padding: 1em 0;
  border-bottom: 1px solid #C6C6C6;
}
.news aside nav ul li:first-of-type {
  border-top: 1px solid #C6C6C6;
}
.news aside nav ul li a {
  padding-left: 2em;
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .news aside nav ul li a {
    font-size: clamp(1.4rem, 3.488372093vw, 1.6rem);
  }
}
.news aside nav ul li a:hover {
  text-decoration: underline;
}
.news aside nav ul li a::before, .news aside nav ul li a::after {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 1em;
  transform-origin: calc(100% - 0.5px) 50%;
}
.news aside nav ul li a::before {
  transform: rotate(45deg);
}
.news aside nav ul li a:after {
  transform: rotate(-45deg);
}

.contact-form {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 999px) {
  .contact-form {
    padding: 50px 5.33vw;
  }
}
.contact-form__head p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .contact-form__head p {
    font-size: clamp(1.6rem, 3.9534883721vw, 1.8rem);
  }
}
@media screen and (max-width: 999px) {
  .contact-form__head p span {
    display: block;
  }
}
.contact-form__head p + p small {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .contact-form__head p + p small {
    font-size: clamp(1.4rem, 3.488372093vw, 1.6rem);
  }
}
.contact-form__body {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .contact-form__body {
    margin-top: 20px;
  }
}
.contact-form__body .item {
  width: 100%;
  height: auto;
  padding: 0.75em 2em 0.75em 1em;
  border-bottom: 1px solid #CCC;
}
@media print, screen and (min-width: 1000px) {
  .contact-form__body .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 999px) {
  .contact-form__body .item {
    padding: 0.75em 0 0.75em 0;
  }
}
.contact-form__body .item:nth-of-type(2) {
  border-top: 1px solid #CCC;
}
.contact-form__body .item > label {
  flex-basis: 30%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #333;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > label {
    padding: 0;
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .item > label > span {
  margin: auto auto auto 0.5em;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FF0505;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > label > span {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .item > span {
  flex-basis: 70%;
  display: block;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > span {
    margin: 0.25em auto auto auto;
  }
}
.contact-form__body .item > span select {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
  background-color: #FFF;
  border: 1px solid #C6C6C6;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > span select {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .item > span select::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #666;
}
.contact-form__body .item > span select::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #666;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > span select::-moz-placeholder {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
  .contact-form__body .item > span select::placeholder {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .item > span input {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
  background-color: #FFF;
  border: 1px solid #C6C6C6;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > span input {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .item > span input::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #666;
}
.contact-form__body .item > span input::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #666;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > span input::-moz-placeholder {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
  .contact-form__body .item > span input::placeholder {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .item > span textarea {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
  background-color: #FFF;
  border: 1px solid #C6C6C6;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > span textarea {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .item > span textarea::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #666;
}
.contact-form__body .item > span textarea::placeholder {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #666;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > span textarea::-moz-placeholder {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
  .contact-form__body .item > span textarea::placeholder {
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .item > span span.wpcf7-not-valid-tip {
  margin: 0.5em auto auto 1em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FF0505;
}
@media screen and (max-width: 999px) {
  .contact-form__body .item > span span.wpcf7-not-valid-tip {
    margin: 0.25em auto auto auto;
    font-size: clamp(1.35rem, 3.2558139535vw, 1.45rem);
  }
}
.contact-form__body .agree {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 25px auto auto;
  padding: 2em 1em;
  background-color: #F2F2F2;
  border-radius: 10px;
  text-align: center;
}
.contact-form__body .agree p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contact-form__body .agree p {
    font-size: clamp(1.2rem, 3.023255814vw, 1.4rem);
  }
}
.contact-form__body .agree p span {
  display: block;
}
.contact-form__body .agree p a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .contact-form__body .agree p a {
    font-size: clamp(1.2rem, 3.023255814vw, 1.4rem);
  }
}
.contact-form__body .agree p a:hover {
  text-decoration: none;
}
.contact-form__body .agree span.wpcf7-form-control-wrap {
  text-align: center;
}
.contact-form__body .agree span.wpcf7-list-item {
  margin-top: 1.5em;
}
@media screen and (max-width: 999px) {
  .contact-form__body .agree span.wpcf7-list-item {
    margin-top: 0.5em;
  }
}
.contact-form__body .agree span.wpcf7-list-item-label {
  margin: auto auto auto 0.5em;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contact-form__body .agree span.wpcf7-list-item-label {
    font-size: clamp(1.2rem, 3.023255814vw, 1.4rem);
  }
}
.contact-form__body .submit {
  max-width: 200px;
  width: 100%;
  height: 50px;
  margin: 25px auto auto;
  background: linear-gradient(90deg, rgb(211, 0, 167) 0%, rgb(184, 18, 218) 50%, rgb(34, 2, 239) 100%);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .contact-form__body .submit {
    max-width: 175px;
    height: 44px;
  }
}
.contact-form__body .submit input[type=submit] {
  max-width: 100%;
  width: 100%;
  height: 50px;
  margin: auto;
  position: absolute;
  z-index: 10;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contact-form__body .submit input[type=submit] {
    height: 44px;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
    line-height: 44px;
  }
}
.contact-form__body .submit::before {
  content: "";
  max-width: 100%;
  width: 100%;
  height: 50px;
  background-color: #563D84;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  transition: all 0.3s;
}
@media screen and (max-width: 999px) {
  .contact-form__body .submit::before {
    height: 44px;
  }
}
.contact-form__body .submit:hover::before {
  opacity: 0;
}
.contact-form__body .recaptcha {
  margin: 60px auto auto auto;
}
@media screen and (max-width: 999px) {
  .contact-form__body .recaptcha {
    margin: 40px auto auto auto;
  }
}
.contact-form__body .recaptcha p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .contact-form__body .recaptcha p {
    font-size: clamp(1rem, 2.3255813953vw, 1.2rem);
  }
}
.contact-form__body .recaptcha p span {
  display: block;
}
.contact-form__body .recaptcha p span.window {
  width: 16px;
  height: auto;
  margin: auto 5px;
  display: inline-block;
  vertical-align: text-bottom;
}
.contact-form__body .recaptcha p a {
  border-radius: 2px;
  display: inline-block;
  text-decoration: underline;
}
.contact-form__body .recaptcha p a:hover {
  color: #E90D0A;
  text-decoration: none;
}
.contact-form__body .wpcf7-response-output {
  margin: 2em auto auto !important;
  padding: 2em !important;
  background-color: #FFF;
  border-color: #FF0505 !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: center;
  color: #FF0505;
}
@media screen and (max-width: 999px) {
  .contact-form__body .wpcf7-response-output {
    font-size: clamp(1.2rem, 3.2558139535vw, 1.6rem);
  }
}

.contact-complete {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 999px) {
  .contact-complete {
    padding: 50px 5.33vw;
  }
}
.contact-complete__head p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .contact-complete__head p {
    font-size: clamp(2rem, 4.8837209302vw, 2.2rem);
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  .contact-complete__head p span {
    display: block;
  }
}
.contact-complete__head p + p {
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .contact-complete__head p + p {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.contact-complete__head > a {
  width: 200px;
  height: 50px;
  margin: 50px auto auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(211, 0, 167) 0%, rgb(184, 18, 218) 50%, rgb(34, 2, 239) 100%);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .contact-complete__head > a {
    max-width: 175px;
    height: 40px;
  }
}
.contact-complete__head > a::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #563D84;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .contact-complete__head > a::before {
    height: 40px;
  }
}
.contact-complete__head > a span {
  position: absolute;
  z-index: 15;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .contact-complete__head > a span {
    font-size: clamp(1.6rem, 3.9534883721vw, 1.8rem);
    line-height: 40px;
  }
}
.contact-complete__head > a:hover::before {
  opacity: 0;
}

.error404-index {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 999px) {
  .error404-index {
    padding: 50px 5.33vw;
  }
}
.error404-index__head p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .error404-index__head p {
    font-size: clamp(2rem, 4.8837209302vw, 2.2rem);
  }
}
@media screen and (max-width: 999px) {
  .error404-index__head p span {
    display: block;
  }
}
.error404-index__head p + p {
  margin-top: 2em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .error404-index__head p + p {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.error404-index__head p a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 999px) {
  .error404-index__head p a {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.error404-index__head p a:hover {
  text-decoration: none;
}
.error404-index__head > a {
  width: 200px;
  height: 50px;
  margin: 50px auto auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(211, 0, 167) 0%, rgb(184, 18, 218) 50%, rgb(34, 2, 239) 100%);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .error404-index__head > a {
    max-width: 175px;
    height: 40px;
  }
}
.error404-index__head > a::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #563D84;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .error404-index__head > a::before {
    height: 40px;
  }
}
.error404-index__head > a span {
  position: absolute;
  z-index: 15;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "Barlow Condensed", sans-serif;
  color: #FFF;
}
@media screen and (max-width: 999px) {
  .error404-index__head > a span {
    font-size: clamp(1.6rem, 3.9534883721vw, 1.8rem);
    line-height: 40px;
  }
}
.error404-index__head > a:hover::before {
  opacity: 0;
}
.error404-index__body {
  flex-basis: 78%;
}
@media screen and (max-width: 999px) {
  .error404-index__body {
    flex-basis: 100%;
  }
}
.error404-index__body > ul {
  width: 100%;
  height: auto;
  border-top: 1px solid #C6C6C6;
}
.error404-index__body > ul li {
  border-bottom: 1px solid #C6C6C6;
}
.error404-index__body > ul li a {
  padding: 1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none;
}
.error404-index__body > ul li a time {
  flex-basis: 12.56%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .error404-index__body > ul li a time {
    flex-basis: 25.37%;
    font-size: clamp(1.3rem, 3.2558139535vw, 1.5rem);
  }
}
.error404-index__body > ul li a span.category {
  flex-basis: 14.1%;
  padding: 0.25em 0;
  background-color: #767676;
  border-radius: 100px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .error404-index__body > ul li a span.category {
    flex-basis: 25.37%;
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
  }
}
.error404-index__body > ul li a span.title {
  flex-basis: 73.34%;
  padding: 0 2em 0 1em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .error404-index__body > ul li a span.title {
    flex-basis: 100%;
    padding: 0.5em 0 0 0;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.error404-index__body > ul li a:hover span.title {
  text-decoration: underline;
}
.error404-index__body nav {
  margin-top: 32px;
}
@media screen and (max-width: 999px) {
  .error404-index__body nav {
    margin-top: 20px;
  }
}
.error404-index__body nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .error404-index__body nav ul {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.error404-index__body nav ul li span.current {
  min-width: 33px;
  width: 100%;
  min-height: 33px;
  height: auto;
  background: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(0, 0, 0) 100%);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .error404-index__body nav ul li span.current {
    min-width: 25px;
    min-height: 25px;
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
    line-height: 25px;
  }
}
.error404-index__body nav ul li:not(:first-of-type) {
  margin-left: 10px;
}
.error404-index__body nav ul li a {
  min-width: 33px;
  width: 100%;
  min-height: 33px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(0, 0, 0) 100%);
  border-radius: 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .error404-index__body nav ul li a {
    min-width: 25px;
    min-height: 25px;
  }
}
.error404-index__body nav ul li a::before {
  content: "";
  width: 100%;
  min-height: 33px;
  height: auto;
  background: #FFF;
  border: 1px solid #707070;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .error404-index__body nav ul li a::before {
    min-height: 25px;
    height: auto;
  }
}
.error404-index__body nav ul li a span {
  position: absolute;
  z-index: 15;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .error404-index__body nav ul li a span {
    font-size: clamp(1rem, 2.5581395349vw, 1.2rem);
    line-height: 23px;
  }
}
.error404-index__body nav ul li a.active {
  background-color: #FF6200;
  color: #FFF;
}
.error404-index__body nav ul li a:hover::before {
  opacity: 0;
}
.error404-index__body nav ul li a:hover span {
  color: #FFF;
}

.news-page {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .news-page {
    padding: 50px 5.33vw;
  }
}
.news-page__body {
  flex-basis: 78%;
}
@media screen and (max-width: 999px) {
  .news-page__body {
    flex-basis: 100%;
  }
}
.news-page__body > a {
  max-width: 200px;
  width: 100%;
  height: 50px;
  margin: 30px auto auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(67, 67, 67) 0%, rgb(0, 0, 0) 100%);
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .news-page__body > a {
    max-width: 175px;
    height: 44px;
  }
}
.news-page__body > a::before {
  content: "";
  width: 100%;
  height: 50px;
  background: #767676;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .news-page__body > a::before {
    height: 44px;
  }
}
.news-page__body > a span {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 15;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .news-page__body > a span {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body > a span::before, .news-page__body > a span::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #FFF;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 23px;
  transform-origin: 0.5px 50%;
}
.news-page__body > a span::before {
  transform: rotate(45deg);
}
.news-page__body > a span:after {
  transform: rotate(-45deg);
}
.news-page__body > a:hover::before {
  opacity: 0;
}
.news-page__body > a:hover span {
  color: #FFF;
}
.news-page__body article .title h1 {
  padding-bottom: 1.25em;
  border-bottom: 1px solid #C6C6C6;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .news-page__body article .title h1 {
    padding-bottom: 0.75em;
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .title time {
  margin-top: 1.5em;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
}
@media screen and (max-width: 999px) {
  .news-page__body article .title time {
    margin-top: 1em;
    font-size: clamp(1.3rem, 3.2558139535vw, 1.5rem);
  }
}
.news-page__body article .text {
  padding: 50px 0;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text {
    padding: 30px 0;
  }
}
.news-page__body article .text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h2 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h3 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h4 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h4 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h5 {
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h5 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text h6 {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text h2 + p, .news-page__body article .text h2 + ul, .news-page__body article .text h2 img, .news-page__body article .text h3 + p, .news-page__body article .text h3 + ul, .news-page__body article .text h3 img, .news-page__body article .text h4 + p, .news-page__body article .text h4 + ul, .news-page__body article .text h4 img, .news-page__body article .text h5 + p, .news-page__body article .text h5 + ul, .news-page__body article .text h5 img, .news-page__body article .text h6 + p, .news-page__body article .text h6 + ul, .news-page__body article .text h6 img {
  margin-top: 0.75em;
}
.news-page__body article .text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text p {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text p + h2, .news-page__body article .text p + h3, .news-page__body article .text p + h4, .news-page__body article .text p + h5, .news-page__body article .text p + h6 {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text p + h2, .news-page__body article .text p + h3, .news-page__body article .text p + h4, .news-page__body article .text p + h5, .news-page__body article .text p + h6 {
    margin-top: 30px;
  }
}
.news-page__body article .text p + ul, .news-page__body article .text p + p, .news-page__body article .text p + img {
  margin-top: 2em;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text p + ul, .news-page__body article .text p + p, .news-page__body article .text p + img {
    margin-top: 1em;
  }
}
.news-page__body article .text ul {
  padding-left: 2em;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text ul {
    padding-left: 1em;
  }
}
.news-page__body article .text ul li {
  list-style-type: disc;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text ul li {
    font-size: clamp(1.5rem, 3.7209302326vw, 1.7rem);
  }
}
.news-page__body article .text ul + h2, .news-page__body article .text ul + h3, .news-page__body article .text ul + h4, .news-page__body article .text ul + h5, .news-page__body article .text ul + h6 {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text ul + h2, .news-page__body article .text ul + h3, .news-page__body article .text ul + h4, .news-page__body article .text ul + h5, .news-page__body article .text ul + h6 {
    margin-top: 30px;
  }
}
.news-page__body article .text ul + ul, .news-page__body article .text ul + p, .news-page__body article .text ul + img {
  margin-top: 2em;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text ul + ul, .news-page__body article .text ul + p, .news-page__body article .text ul + img {
    margin-top: 1em;
  }
}
.news-page__body article .text figure {
  max-width: 580px;
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text figure {
    max-width: 100%;
  }
}
.news-page__body article .text figure + h2, .news-page__body article .text figure + h3, .news-page__body article .text figure + h4, .news-page__body article .text figure + h5, .news-page__body article .text figure + h6 {
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text figure + h2, .news-page__body article .text figure + h3, .news-page__body article .text figure + h4, .news-page__body article .text figure + h5, .news-page__body article .text figure + h6 {
    margin-top: 30px;
  }
}
.news-page__body article .text figure + ul, .news-page__body article .text figure + p, .news-page__body article .text figure + img {
  margin-top: 2em;
}
@media screen and (max-width: 999px) {
  .news-page__body article .text figure + ul, .news-page__body article .text figure + p, .news-page__body article .text figure + img {
    margin-top: 1em;
  }
}

.news aside {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 999px) {
  .news aside {
    width: 100%;
    margin-top: 50px;
  }
}
.news aside nav ul li {
  padding: 1em 0;
  border-bottom: 1px solid #C6C6C6;
}
.news aside nav ul li:first-of-type {
  border-top: 1px solid #C6C6C6;
}
.news aside nav ul li a {
  padding-left: 2em;
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .news aside nav ul li a {
    font-size: clamp(1.4rem, 3.488372093vw, 1.6rem);
  }
}
.news aside nav ul li a:hover {
  text-decoration: underline;
}
.news aside nav ul li a::before, .news aside nav ul li a::after {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000;
  border-radius: 9999px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 1em;
  transform-origin: calc(100% - 0.5px) 50%;
}
.news aside nav ul li a::before {
  transform: rotate(45deg);
}
.news aside nav ul li a:after {
  transform: rotate(-45deg);
}