@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "ibarra-real-nova", "Zen Old Mincho";
  scroll-behavior: smooth;
}

.pageName {
  display: none;
}

body {
  width: 100%;
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
  font-family: "ibarra-real-nova", "Zen Old Mincho";
  line-height: 2;
  letter-spacing: 0.07em;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
  color: #070e1d;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

.pageTop {
  display: none;
}

main {
  display: block;
  line-height: 2;
  letter-spacing: 0.07em;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

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

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
}

tbody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

th {
  display: inline-block;
  text-align: left;
  padding-right: 1em;
}

td {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "ibarra-real-nova", "Zen Old Mincho";
}

p {
  font-size: 1.4rem;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-weight: normal;
  font-style: normal;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  right: clamp(16px, 3.5vw, 50px);
  top: 30px;
  z-index: 20;
  padding: 5px;
}

.burgerWrap {
  width: 20px;
  height: 15px;
  position: relative;
}

.burgerBar {
  height: 3px;
  width: 30px;
  background-color: #c1d3da;
  position: absolute;
  left: 50%;
  transition: all 0.2s cubic-bezier(0.24, 0.63, 0.57, 1.5);
}
.burgerBar:nth-of-type(1) {
  top: 0%;
  transform: translate(-50%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burgerBar:nth-of-type(2) {
  top: 100%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
}

.breadcrumbItem {
  font-size: clamp(1.1rem, (1vw), 1.4rem);
  font-weight: 300;
  line-height: 1.2;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1.2;
  }
}
.breadcrumbItem:not(:last-of-type)::after {
  color: black;
  content: "/";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.pagination {
  padding-top: clamp(55px, 4.4vw, 64px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(24px, 4.2vw, 60px);
}

.paginationPrev.-hide,
.paginationNext.-hide {
  pointer-events: none;
  opacity: 0;
}
.paginationPrev::after,
.paginationNext::after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(./optimized/news/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.paginationPrev::after {
  rotate: 180deg;
}

.paginationInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 3.3vw, 48px);
}

.paginationNumber {
  position: relative;
  font-size: clamp(1.6rem, (1.4vw), 2rem);
  line-height: 1.2;
}
.paginationNumber.-current::after {
  content: "";
  display: block;
  width: clamp(24px, 2.4vw, 34px);
  height: 1px;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.mv {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
}

.mvBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mvBg .mvBgImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: repeat-x;
  animation: loop 1200s linear infinite;
}
.mvBg .mvBgImg:nth-child(1) {
  opacity: 1;
  animation: loop 1200s linear infinite, bgChange1 15s infinite;
}
.mvBg .mvBgImg:nth-child(2) {
  opacity: 0;
  animation: loop 1200s linear infinite, bgChange2 15s infinite;
}
.mvBg .mvBgImg:nth-child(3) {
  opacity: 0;
  animation: loop 1200s linear infinite, bgChange3 15s infinite;
}

@keyframes loop {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: -2000vw 0;
  }
}
@keyframes bgChange1 {
  0%, 30% {
    opacity: 1;
  }
  33%, 96% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgChange2 {
  0%, 30% {
    opacity: 0;
  }
  33%, 63% {
    opacity: 1;
  }
  66%, 100% {
    opacity: 0;
  }
}
@keyframes bgChange3 {
  0%, 63% {
    opacity: 0;
  }
  66%, 96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .mvBg .mvBgImg {
    animation: loop 600s linear infinite;
  }
  .mvBg .mvBgImg:nth-child(1) {
    animation: loop 600s linear infinite, bgChange1 20s infinite;
  }
  .mvBg .mvBgImg:nth-child(2) {
    animation: loop 600s linear infinite, bgChange2 20s infinite;
  }
  .mvBg .mvBgImg:nth-child(3) {
    animation: loop 600s linear infinite, bgChange3 20s infinite;
  }
}
@media screen and (max-width: 480px) {
  .mvBg .mvBgImg {
    animation: loop 200s linear infinite;
  }
  .mvBg .mvBgImg:nth-child(1) {
    animation: loop 200s linear infinite, bgChange1 20s infinite;
  }
  .mvBg .mvBgImg:nth-child(2) {
    animation: loop 200s linear infinite, bgChange2 20s infinite;
  }
  .mvBg .mvBgImg:nth-child(3) {
    animation: loop 200s linear infinite, bgChange3 20s infinite;
  }
}
.mvInner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  z-index: 1;
  position: relative;
}

.mvLogo {
  display: contents;
}

.mvLogoImg {
  width: clamp(234px, 32.2vw, 464px);
  max-width: 80%;
  object-fit: contain;
}

.mvTxt {
  font-size: clamp(3.5rem, (4.9vw), 7rem);
  line-height: 1;
  color: white;
  text-align: center;
}