*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:not(dialog) {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

:root {
  --color_primary: #100ACE;
  --color_line: #E6E6E6;
  --color_text: #141414;
  --color_alart: #EF5350;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.kv {
  background-color: var(--color_primary);
  width: 100%;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 67px;
}
@media only screen and (min-width: 768px) {
  .kv {
    height: 400px;
  }
}

.news .btn_default {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .news .btn_default {
    margin-top: 32px;
    max-width: 278px;
    padding: 16px 27px;
  }
}

.company {
  background-color: #f2f2f2;
}
.company__data {
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .company__data {
    margin: 24px 0;
  }
}
@media only screen and (min-width: 768px) {
  .company__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 16px;
  }
}
.company__data dt,
.company__data dd {
  background-color: #fff;
  padding: 14px 24px;
}
@media only screen and (min-width: 768px) {
  .company__data dt,
  .company__data dd {
    padding: 32px;
  }
}
.company__data dt {
  font-weight: 500;
  border-top: solid 1px #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .company__data dt {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .company__data dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px;
  }
}
.company__data dd {
  border-top: solid 1px #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .company__data dd {
    border-bottom: solid 1px #e6e6e6;
  }
}
@media only screen and (min-width: 768px) {
  .company__data dd {
    width: calc(100% - 240px - 16px);
  }
}

@media only screen and (max-width: 767px) {
  .public-notice .sec__content {
    margin-top: 24px;
  }
}
.public-notice__list {
  border-top: solid 1px var(--color_line);
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .public-notice__list {
    margin-right: 19px;
  }
}
.public-notice__list li {
  list-style: none;
  border-bottom: solid 1px var(--color_line);
  background-color: #F8F8F8;
}
.public-notice__list li a {
  color: var(--color_text);
  display: block;
  text-decoration: none;
  padding: 16px 68px 16px 24px;
}
@media only screen and (min-width: 768px) {
  .public-notice__list li a {
    padding: 24px 32px;
  }
}
.public-notice__list li a:hover {
  color: var(--color_primary);
}
.public-notice__list li a::after {
  width: 19px;
  height: 24px;
  top: 18px;
  right: 12px;
}
.public-notice__list li a.file-icon::after {
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .public-notice__list li a.file-icon::after {
    width: 24px;
    height: 30px;
    right: 32px;
  }
}
.public-notice__title {
  margin-top: 8px;
}