@charset "UTF-8";
*,
*::before,
*::after {
  border: 0;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #ffffff;
}

body {
  color: #000000;
  font-size: 14px;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.065em;
  word-break: break-all;
  background-color: #f7f7f7;
}

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

li {
  list-style: none;
}

a {
  color: #1e50a2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

button {
  font: inherit;
  background: none;
  cursor: pointer;
}

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

small {
  font-size: 100%;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.mt-00 {
  margin-top: 0 !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-00 {
  margin-bottom: 0 !important;
}

#header.-overlay {
  width: 100%;
  position: absolute;
  z-index: 110;
}

#header.header-ph2 .header__logo a {
  color: #fff;
}

#header.header-ph2 .header-navigation__list-link {
  color: #fff;
}

#header.header-ph2 .-entry .header-navigation__list-link {
  border-color: #fff;
}

#header.header-ph2 .-entry .header-navigation__list-link:hover {
  color: #000000;
  background: #ffffff;
}

#header.header-ph2 .header-navigation__list-link::before {
  border-color: #fff;
}

#header.header-ph2 .header__mobile-hook::before,
#header.header-ph2 .header__mobile-hook::after,
#header.header-ph2 .header__mobile-hook ._inner::before,
#header.header-ph2 .header__mobile-hook ._inner::after {
  background-color: #fff;
}

#header.report {
  background: linear-gradient(180deg, rgba(119, 119, 119, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}

.header__inner {
  display: flex;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 700;
}

.header__logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: initial;
  width: 260px;
  height: 42px;
  position: relative;
}

.header__logo a:hover {
  text-decoration: none;
}

.header__logo span {
  display: block;
  margin-left: 31px;
}

.header__logo span::before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 42px;
  background: #e3e3e3;
  margin: -12px -16px;
}

.header__mobile-hook::before, .header__mobile-hook::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 32px;
  left: 24px;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.is-open .header__mobile-hook::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #e7e7e7;
}

.is-open .header__mobile-hook::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #e7e7e7;
}

.is-open .header__mobile-hook ._inner::before, .is-open .header__mobile-hook ._inner::after {
  opacity: 0;
}

.header__mobile-hook ._inner::before, .header__mobile-hook ._inner::after {
  content: '';
  background-color: #000000;
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 24px;
  left: 24px;
  transition: opacity 0.4s;
}

.header__mobile-hook ._inner::after {
  top: 40px;
}

.header__mobile-hook ._inner ._hide {
  display: none;
}

.header-navigation__inner {
  margin: auto;
}

.header-navigation__list {
  font-weight: bold;
}

.header-navigation__list-link {
  color: #000000;
  text-decoration: none !important;
  display: inline-block;
  padding: 12px 0;
  position: relative;
}

.header-navigation__list-link::before {
  content: '';
  width: 0;
  border-bottom: 2px solid #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

html:not(.is-touch-device) .header-navigation__list-link:hover::before,
.-current .header-navigation__list-link::before {
  width: 100%;
}

.-entry .header-navigation__list-link {
  min-width: 157px;
  padding: 10px 16px;
  border: 2px solid #000000;
  border-radius: 20px;
  transition: 0.3s;
}

.-entry .header-navigation__list-link::before {
  content: none;
}

.-entry .header-navigation__list-link:hover {
  color: #ffffff;
  background-color: #000000;
}

.header__link > a {
  color: #ffffff;
  display: inline-block;
  position: relative;
}

#footer {
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  padding: 0;
}

.footer__images {
  position: relative;
  height: 608px;
}

.footer__images img {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: 0.8s;
}

.footer__images img._show {
  opacity: 1;
}

.footer__images .ft-img01 {
  right: 0;
  z-index: 3;
  max-width: 672px;
  width: 50%;
}

.footer__inner {
  background-color: #111111;
  color: #ffffff;
  margin: 0 auto;
  padding: 160px 64px 64px;
  overflow: hidden;
  font-weight: 700;
}

.footer__inner a {
  color: #fff;
}

.footer__logo {
  text-align: left;
  margin-bottom: 160px;
}

.footer__nav {
  display: flex;
  gap: 64px;
}

.footer__inquiry {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer__inquiry-text {
  color: #777777;
  line-height: 2;
}

.footer__link-box {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 16px;
  border-radius: 21px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__link-box.-blank-window::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 12px;
  height: 10px;
  background: url(/assets/images/2023/external_link_icon_white.svg) no-repeat;
}

.footer__about {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer__copy {
  margin-top: 128px;
  color: #777777;
  position: relative;
  display: flex;
  align-items: center;
}

.footer__copy small {
  margin-left: auto;
  margin-right: 80px;
}

.footer__list {
  display: flex;
  gap: 32px;
  margin-left: 32px;
}

.footer__list-link {
  color: inherit;
}

.to-top-button {
  background: url(/assets/images/2023/button_page_top_ph2.svg) no-repeat 0 5px/auto 48px;
  box-sizing: content-box;
  display: block;
  width: 48px;
  height: 48px;
  padding-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.2s ease-out;
  transition-property: opacity, visibility, background;
}

.to-top-button.-show {
  opacity: 1;
  visibility: visible;
}

.to-top-button:hover {
  background-position: 0 0px;
}

@-webkit-keyframes headScroll-left {
  from {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes headScroll-left {
  from {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes titleScroll-left {
  from {
    -webkit-transform: translateX(0.8%);
            transform: translateX(0.8%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes titleScroll-left {
  from {
    -webkit-transform: translateX(0.8%);
            transform: translateX(0.8%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.head-ticker-area {
  position: relative;
  top: 0;
  background-color: #ad0003;
  padding: 32px 64px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.head-ticker-area .head-ticker-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.head-ticker-area .head-ticker-wrap .news-title {
  flex-grow: 1;
  display: inline-block;
}

.head-ticker-area .head-ticker-wrap .news-message {
  flex-grow: 8;
  display: inline-block;
}

.head-ticker-area img {
  height: 100%;
  display: inline-block;
  cursor: pointer;
}

.head-ticker-area .ticker-text {
  display: flex;
  padding: 0;
  gap: 64px;
}

.head-ticker-area.hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.ticker-title__wrap {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 64px;
}

.ticker-title__list {
  display: flex;
  margin: 0 1%;
  padding: 0;
}

.ticker-title__list--left {
  -webkit-animation: titleScroll-left 70s infinite linear 0.5s both;
          animation: titleScroll-left 70s infinite linear 0.5s both;
}

.ticker-title__item {
  width: 100%;
  padding-left: 0.5%;
}

.ticker-title__item > img {
  max-width: none;
}

.contents__inner {
  max-width: 1112px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-title__wrapper {
  max-width: 100%;
  margin: 32px auto 128px 64px;
}

.application .contents__inner {
  margin-bottom: 32px;
}

.contents__button {
  margin-inline: auto;
  font-size: 14px;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 22px;
  background: #ffffff;
  padding: 10px 16px;
  transition: 0.3s;
  line-height: 1.25;
  display: inline-block;
}

.contents__button:hover {
  color: #ffffff;
  background-color: #a27e39;
  border-color: #a27e39;
  text-decoration: none;
}

.primary__btn, .primary__btn-bk, .primary__btn-skl, .primary__btn-mv {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  box-sizing: border-box;
  border: 2px solid #000000;
  border-radius: 22px;
  background: #ffffff;
  padding: 10px 16px;
  transition: 0.3s;
  line-height: 1.25;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.primary__btn:hover, .primary__btn-bk:hover, .primary__btn-skl:hover, .primary__btn-mv:hover {
  color: #ffffff;
  background: #000;
  text-decoration: none;
}

.primary__btn-bk, .primary__btn-skl {
  color: #ffffff;
  background: #000000;
  border-color: #ffffff;
  transition: 0.3s;
}

.primary__btn-bk:hover, .primary__btn-skl:hover {
  color: #000000;
  background: #ffffff;
}

.primary__btn-mv {
  border: 2px solid #ffffff;
}

.primary__btn-mv:hover {
  border-color: #ffffff;
}

.primary__btn-mv.-blank-window::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 12px;
  height: 10px;
  background: url(/assets/images/2023/external_link_icon.svg) no-repeat;
}

.primary__btn-mv.-blank-window:hover::after {
  background: url(/assets/images/2023/external_link_icon_white.svg) no-repeat;
}

.primary__btn-mv.-for-award::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  border-top: 8px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: 0.3s;
}

.primary__btn-mv.-for-award:hover::after {
  border-top-color: #ffffff;
}

.primary__btn-skl {
  background: transparent;
  margin-left: 16px;
}

.primary__btn-skl:hover {
  color: #000000;
  background: #ffffff;
}

.primary__btn-skl.-blank-window::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 12px;
  height: 10px;
  background: url(/assets/images/2023/external_link_icon_white.svg) no-repeat;
}

.primary__btn-skl.-blank-window:hover::after {
  background: url(/assets/images/2023/external_link_icon.svg) no-repeat;
}

.page-title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.37;
  position: relative;
  display: inline-block;
}

.about-lead .page-title,
.archive .page-title,
.ph2 .page-title {
  color: #ffffff;
}

.main-visual img {
  width: 100%;
}

.text-bold {
  font-weight: bold;
}

.list-indent1 li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-dot li {
  text-indent: -1em;
  padding-left: 1em;
}

.list-dot li::before {
  content: '・';
  display: inline-block;
  width: 1em;
  padding-left: 0.16em;
  text-indent: 0;
}

.list-box {
  margin-bottom: 64px;
}

.list-box:last-of-type {
  margin-bottom: 0;
}

.attention {
  font-size: 14px;
  font-weight: 700;
  margin-top: 64px;
}

.link-text {
  color: #000000;
  text-decoration: underline;
  transition: 0.3s;
  transition-property: opacity;
}

.link-text:hover {
  opacity: 0.7;
}

.link-arrow {
  color: #000000;
  text-decoration: underline;
  text-indent: 0;
  display: inline-block;
  padding-left: 18px;
  position: relative;
  transition: 0.3s;
  transition-property: opacity;
}

.link-arrow::before {
  content: '＞';
  font: inherit;
  position: absolute;
  left: 0;
}

.link-arrow:hover {
  opacity: 0.7;
}

.link-button {
  margin-top: 80px;
  text-align: center;
}

.link-button a,
.link-button .-inactive {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #dbdad8;
  display: block;
  max-width: 376px;
  margin: 0 auto;
  padding: 19px 11px;
  border: 1px solid #dbdad8;
}

.link-button a {
  background-color: #ad0003;
  border-color: #ad0003;
  transition: 0.3s;
}

.link-button a:hover {
  opacity: 0.7;
}

.link-underline {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-top: 64px;
}

.link-underline a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

.link-underline a::before, .link-underline a::after {
  content: '';
  width: 100%;
  border-bottom: 1px solid #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link-underline a::after {
  width: 0;
  transition: 0.3s;
  transition-delay: 0.05s;
}

html:not(.is-touch-device) .link-underline a:hover::before {
  display: none;
}

html:not(.is-touch-device) .link-underline a:hover::after {
  width: 100%;
}

.table-line {
  line-height: 2;
  width: 100%;
  border-collapse: collapse;
}

.table-line th,
.table-line td {
  vertical-align: top;
}

.table-line th .contents__button,
.table-line td .contents__button {
  margin-top: 32px;
}

.table-line th {
  text-align: left;
}

.table-line .-separate {
  margin-top: 2.5em;
}

@-webkit-keyframes keyButtonHover {
  100% {
    left: -10%;
  }
}

@keyframes keyButtonHover {
  100% {
    left: -10%;
  }
}

@-webkit-keyframes keyFadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes keyFadeIn {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes keyFadeSlideIn {
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes keyFadeSlideIn {
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes keyWriteText {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes keyWriteText {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#loading {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background: #ffffff;
  transition: visibility 0.6s, opacity 0.6s;
}

#loading.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.loading__text {
  color: #a27e39;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.static .loading__text::before {
  content: none;
}

.static .loading__text > span {
  display: none;
}

.loading__text > noscript > span {
  display: inline-block;
  margin-bottom: 16px;
}

.loading__text > noscript > a:hover, .loading__text > noscript > a:focus, .loading__text > noscript > a:active {
  opacity: 0.8;
}

.loading__image {
  display: inline-block;
  margin-bottom: 8px;
  -webkit-animation: loading 1s infinite;
          animation: loading 1s infinite;
}

#wrap {
  margin: 0 auto;
}

.container {
  width: 100%;
  background: #fff;
  margin-inline: auto;
  position: relative;
}

.container.archive {
  background: #000000;
}

.container.ph3 {
  background: #000000;
  z-index: 0;
}

@media only screen and (min-width: 835px) {
  body {
    font-size: 14px;
    min-width: 1120px;
  }
  .sp {
    display: none !important;
  }
  #header.-overlay {
    min-width: 1112px;
  }
  .header__inner {
    height: 170px;
    padding: 64px;
    position: relative;
    font-size: 14px;
  }
  .header__logo {
    height: 42px;
  }
  .header__mobile-hook {
    display: none;
  }
  .header-navigation {
    transition: unset;
  }
  .header-navigation__logo {
    display: none;
  }
  .header-navigation__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    gap: 30px;
    height: 42px;
  }
  .header-navigation__list-item {
    padding: 0 14px;
    line-height: 1.25;
    white-space: nowrap;
  }
  .header-navigation__list-item.-entry {
    padding: 0;
  }
  .-white .header-navigation__list-link {
    color: #ffffff;
  }
  .-white .header-navigation__list-link::before {
    border-color: #ffffff;
  }
  .-white .-entry .header-navigation__list-link {
    border-color: #ffffff;
  }
  .-white .-entry .header-navigation__list-link:hover {
    color: #000000;
    background-color: #ffffff;
  }
  .header__link {
    display: none;
  }
  .footer__inner {
    white-space: nowrap;
  }
  .table-line th,
  .table-line td {
    padding: 64px;
  }
  .table-line th {
    width: 296px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .table-line td {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
}

@media only screen and (max-width: 834px) {
  html:not([data-tablet='true']) .pc {
    display: none !important;
  }
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 110;
    background: #ffffff;
  }
  #header.-overlay {
    position: fixed;
    background: #ffffff;
  }
  #header.header-ph2 {
    background: rgba(0, 0, 0, 0.4);
  }
  .header__logo a {
    justify-content: flex-start;
    width: 275px;
    height: 64px;
    padding: 16px 0 16px 16px;
  }
  .header__mobile-hook {
    display: block;
    width: 64px;
    height: 64px;
    overflow: hidden;
    outline: 0;
    position: relative;
    top: 0;
    right: 0;
    z-index: 112;
    transition: 0.3s;
    padding: 24px;
  }
  .header-navigation {
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    height: 100%;
    padding: 20px;
    visibility: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: 0.4s;
    transition-property: visibility, -webkit-transform;
    transition-property: transform, visibility;
    transition-property: transform, visibility, -webkit-transform;
  }
  .is-open .header-navigation {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-navigation__logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    padding: 2px 0px 0 1px;
  }
  .header-navigation__logo span {
    display: block;
    margin-left: 32px;
  }
  .header-navigation__logo span::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 42px;
    background: #222222;
    margin: -12px -16px;
  }
  .header-navigation__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: end;
    width: 100%;
    height: 100%;
  }
  .header-navigation__list {
    margin-inline: auto;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  .header-navigation__list-item:not(:first-child) {
    margin-top: 46px;
  }
  .header-navigation__list-link {
    padding: 0 0 13px;
    color: #ffffff;
    font-size: 24px;
  }
  .header-navigation__list-link::before {
    border-bottom-color: #ffffff;
  }
  .-entry .header-navigation__list-link {
    padding: 0 0 13px;
    border: none;
  }
  .header__link {
    font-size: 14px;
    font-weight: 700;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
  .header__link > a {
    padding-right: 17px;
  }
  .header__link > a::after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 10px;
    background: url(/assets/images/2023/external_link_icon_white.svg) no-repeat;
  }
  #footer {
    margin-top: 0;
    background: #ffffff;
    z-index: 2;
  }
  .footer__images {
    height: 180px;
  }
  .footer__images .ft-img01 {
    width: 66.5%;
    max-width: 252px;
  }
  .footer__inner {
    padding: 80px 32px 32px;
  }
  .footer__logo {
    margin-bottom: 80px;
  }
  .footer__nav {
    flex-direction: column;
    gap: 0;
  }
  .footer__inquiry {
    display: block;
    padding: 32px 0;
  }
  .footer__inquiry-text {
    font-size: 12px;
  }
  .footer__inquiry-text:first-child {
    display: block;
    margin-bottom: 16px;
  }
  .footer__inquiry-text:last-child {
    display: inline-block;
    margin-left: 16px;
  }
  .footer__about {
    gap: 0;
    font-size: 12px;
  }
  .footer__about-item {
    margin: 16px 0;
  }
  .footer__copy small {
    margin: 0;
  }
  .footer__copy {
    margin-top: 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__list {
    margin: 24px 0 32px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .footer__list-item {
    font-size: 12px;
    white-space: nowrap;
  }
  .to-top-button {
    padding: 0;
    background-position: 0;
  }
  .head-ticker-area {
    padding: 0;
  }
  .head-ticker-area .head-ticker-wrap {
    padding: 24px 0;
  }
  .head-ticker-area img {
    margin: 24px;
  }
  .head-ticker-area .ticker-text--left {
    -webkit-animation: headScroll-left 10s infinite linear 1.5s both;
            animation: headScroll-left 10s infinite linear 1.5s both;
  }
  .ticker-title__wrap {
    padding: 96px 0 32px;
  }
  .ticker-title__item > img {
    height: 70px;
    width: auto;
  }
  .page-title__wrapper {
    max-width: 85%;
    margin: 16px auto 48px;
  }
  .about-lead .contents__inner,
  .ph2 .contents__inner {
    margin-bottom: 64px;
  }
  .application .contents__inner {
    margin-bottom: 48px;
  }
  .page-title {
    font-size: 24px;
    text-align: center;
    display: block;
  }
  .list-box {
    margin-bottom: 32px;
  }
  .attention {
    margin-top: 32px;
  }
  .link-underline {
    font-size: 16px;
    text-align: center;
    margin-top: 48px;
  }
  .table-line {
    line-height: 2;
    border-top: 1px solid #e7e7e7;
  }
  .table-line tr {
    display: block;
    padding: 8.5%;
    border-bottom: 1px solid #e7e7e7;
  }
  .table-line tr:last-child {
    border-bottom: none;
  }
  .table-line th,
  .table-line td {
    display: block;
  }
  .table-line td {
    margin-top: 32px;
  }
  .table-line .-separate {
    margin-top: 1.2em;
  }
  .is-fixed {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1601px) {
  #header.-overlay {
    width: calc(60vw + 640px);
  }
  .container {
    width: calc(60vw + 640px);
  }
}

@media screen {
  .js-scroll-enter.animation__fade-slide,
  .js-scroll-enter.-set-child .animation__fade-slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .js-scroll-enter.animation__fade-slide.-slow,
  .js-scroll-enter.-set-child .animation__fade-slide.-slow {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
  .js-scroll-enter.is-enter.animation__fade-slide,
  .js-scroll-enter.-set-child.is-enter .animation__fade-slide {
    -webkit-animation: keyFadeSlideIn 1s both;
            animation: keyFadeSlideIn 1s both;
  }
  .js-scroll-enter.animation__fade-in,
  .js-scroll-enter.-set-child .animation__fade-in {
    opacity: 0;
    visibility: hidden;
  }
  .js-scroll-enter.is-enter.animation__fade-in,
  .js-scroll-enter.-set-child.is-enter .animation__fade-in {
    -webkit-animation: keyFadeIn 4s both;
            animation: keyFadeIn 4s both;
  }
  .js-scroll-enter.animation__writer ._line {
    overflow: hidden;
  }
  .js-scroll-enter.animation__writer ._line span {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(1) {
    -webkit-animation-delay: 0.04s;
            animation-delay: 0.04s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(2) {
    -webkit-animation-delay: 0.08s;
            animation-delay: 0.08s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(3) {
    -webkit-animation-delay: 0.12s;
            animation-delay: 0.12s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(4) {
    -webkit-animation-delay: 0.16s;
            animation-delay: 0.16s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(5) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(6) {
    -webkit-animation-delay: 0.24s;
            animation-delay: 0.24s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(7) {
    -webkit-animation-delay: 0.28s;
            animation-delay: 0.28s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(8) {
    -webkit-animation-delay: 0.32s;
            animation-delay: 0.32s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(9) {
    -webkit-animation-delay: 0.36s;
            animation-delay: 0.36s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(10) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(11) {
    -webkit-animation-delay: 0.44s;
            animation-delay: 0.44s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(12) {
    -webkit-animation-delay: 0.48s;
            animation-delay: 0.48s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(13) {
    -webkit-animation-delay: 0.52s;
            animation-delay: 0.52s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(14) {
    -webkit-animation-delay: 0.56s;
            animation-delay: 0.56s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(15) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(16) {
    -webkit-animation-delay: 0.64s;
            animation-delay: 0.64s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(17) {
    -webkit-animation-delay: 0.68s;
            animation-delay: 0.68s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(18) {
    -webkit-animation-delay: 0.72s;
            animation-delay: 0.72s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(19) {
    -webkit-animation-delay: 0.76s;
            animation-delay: 0.76s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(1) span:nth-of-type(20) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(1) {
    -webkit-animation-delay: 0.54s;
            animation-delay: 0.54s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(2) {
    -webkit-animation-delay: 0.58s;
            animation-delay: 0.58s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(3) {
    -webkit-animation-delay: 0.62s;
            animation-delay: 0.62s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(4) {
    -webkit-animation-delay: 0.66s;
            animation-delay: 0.66s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(5) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(6) {
    -webkit-animation-delay: 0.74s;
            animation-delay: 0.74s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(7) {
    -webkit-animation-delay: 0.78s;
            animation-delay: 0.78s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(8) {
    -webkit-animation-delay: 0.82s;
            animation-delay: 0.82s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(9) {
    -webkit-animation-delay: 0.86s;
            animation-delay: 0.86s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(10) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(11) {
    -webkit-animation-delay: 0.94s;
            animation-delay: 0.94s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(12) {
    -webkit-animation-delay: 0.98s;
            animation-delay: 0.98s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(13) {
    -webkit-animation-delay: 1.02s;
            animation-delay: 1.02s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(14) {
    -webkit-animation-delay: 1.06s;
            animation-delay: 1.06s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(15) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(16) {
    -webkit-animation-delay: 1.14s;
            animation-delay: 1.14s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(17) {
    -webkit-animation-delay: 1.18s;
            animation-delay: 1.18s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(18) {
    -webkit-animation-delay: 1.22s;
            animation-delay: 1.22s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(19) {
    -webkit-animation-delay: 1.26s;
            animation-delay: 1.26s;
  }
  .js-scroll-enter.animation__writer ._line:nth-of-type(2) span:nth-of-type(20) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .js-scroll-enter.animation__writer.is-enter ._line span {
    -webkit-animation: keyWriteText 1s forwards;
            animation: keyWriteText 1s forwards;
  }
  .animation__delay-item1 {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important;
  }
  .animation__delay-item2 {
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important;
  }
  .animation__delay-item3 {
    -webkit-animation-delay: 0.6s !important;
            animation-delay: 0.6s !important;
  }
  .animation__delay-item4 {
    -webkit-animation-delay: 0.8s !important;
            animation-delay: 0.8s !important;
  }
  .animation__delay-item5 {
    -webkit-animation-delay: 1s !important;
            animation-delay: 1s !important;
  }
  .animation__delay-item6 {
    -webkit-animation-delay: 1.2s !important;
            animation-delay: 1.2s !important;
  }
  .animation__delay-item7 {
    -webkit-animation-delay: 1.4s !important;
            animation-delay: 1.4s !important;
  }
  .animation__delay-item8 {
    -webkit-animation-delay: 1.6s !important;
            animation-delay: 1.6s !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-disable {
    display: none;
  }
}
