@charset "UTF-8";
/* `.no-touch` がある要素には :active 無効 */
@media screen and (width < 1080px) {
  .no-touch:active {
    color: initial !important;
    background: initial !important;
    opacity: initial !important;
  }
}

a {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  display: block;
}

/* Android のデフォルトタップ効果を無効化 */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c-btn {
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.c-btn span {
  font-size: 16px;
  line-height: 19px;
}
@media screen and (width < 1080px) {
  .c-btn--red-primary:active {
    background: #CC0029;
  }
}
@media screen and (width < 1080px) {
  .c-btn--red-secondary:active {
    background: #FFB2B2;
  }
}
@media (any-hover: hover) {
  .c-btn--red-secondary:hover {
    background: #ffe5e5;
  }
}
@media (any-hover: hover) {
  .c-btn--movie:hover {
    background: #fff;
    border: 1px solid #bababa;
    color: #242323;
  }
}

.c-table:not(.c-table--v2) {
  border-bottom: 1px solid #bababa;
}
.c-table:not(.c-table--v2) th,
.c-table:not(.c-table--v2) td {
  border: none;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-top: 1px solid #bababa;
  position: relative;
}
.c-table th,
.c-table td {
  vertical-align: middle;
}
.c-table td {
  font-size: 16px;
  line-height: 22px;
}
.c-table th {
  font-size: 16px;
  line-height: 24px;
}
.c-table--v2 td,
.c-table--v2 th {
  border: none;
  border-left: 1px solid #bababa;
  border-top: 1px solid #bababa;
  position: relative;
}
.c-table--v2 {
  /* SPで切り替え */
}
.c-table--v2 th {
  width: 100%;
}
.c-table--v2 thead {
  border-right: 1px solid #bababa;
  display: table;
  width: 100%;
}
.c-table--v2 thead tr {
  display: flex;
}
.c-table--v2 thead th {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-table--v2 thead th:first-of-type {
  width: 230px;
  flex-shrink: 0;
}
.c-table--v2 tbody {
  display: flex;
  row-gap: 20px;
}
@media screen and (1280px < width) {
  .c-table--v2 tbody {
    border-right: 1px solid #bababa;
  }
}
@media screen and (1080px <= width <= 1280px) {
  .c-table--v2 tbody {
    border-right: 1px solid #bababa;
  }
}
@media screen and (width < 768px) {
  .c-table--v2 tbody {
    flex-wrap: wrap;
  }
}
.c-table--v2 tbody tr {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #bababa;
}
.c-table--v2 tbody tr.head {
  width: 230px;
  flex-shrink: 0;
}
.c-table--v2 tbody tr.head th {
  border-right: none;
}
@media screen and (width < 768px) {
  .c-table--v2 tbody tr.head {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}
.c-table--v2 tbody tr.head-first {
  display: none;
}
@media screen and (width < 768px) {
  .c-table--v2 tbody tr.head-first {
    display: block;
  }
}
@media screen and (width < 1080px) {
  .c-table--v2 tbody tr.inserted-head {
    width: 230px;
  }
}
@media screen and (width < 768px) {
  .c-table--v2 tbody tr.inserted-head {
    width: 180px;
  }
}
.c-table--v2 tbody tr.inserted-head th {
  border-right: none;
}
@media screen and (width < 1080px) {
  .c-table--v2 tbody tr.content {
    width: calc((100% - 230px) / 2);
  }
}
@media screen and (width < 768px) {
  .c-table--v2 tbody tr.content {
    width: calc(100% - 180px);
    border-right: 1px solid #bababa;
  }
}
@media screen and (width < 1080px) {
  .c-table--v2 tbody tr:nth-of-type(4) {
    border-right: 1px solid #bababa;
  }
}
@media screen and (width < 768px) {
  .c-table--v2 tbody tr:nth-of-type(4) {
    border-right: none;
  }
}
@media screen and (width < 1080px) {
  .c-table--v2 tbody tr:last-of-type {
    border-right: 1px solid #bababa;
  }
}
.c-table--v2 tbody tr:not(:first-of-type) th {
  display: none;
}
@media screen and (width < 768px) {
  .c-table--v2 tbody tr:not(:first-of-type) th {
    display: flex;
  }
}
.c-table--v2 tbody tr th.head-first {
  display: none;
}
@media screen and (width < 768px) {
  .c-table--v2 tbody tr th.head-first {
    display: block;
  }
}
.c-table--v2 tbody tr td {
  height: 100%;
}
@media screen and (width < 768px) {
  .c-table--v2 thead {
    display: none;
  }
}
.c-table {
  /* タブで切り替え */
}
@media screen and (width < 1080px) {
  .c-table--tab-switch tbody {
    flex-wrap: wrap;
  }
}
@media screen and (width < 1080px) {
  .c-table--tab-switch tbody tr.head {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
}
.c-table--tab-switch tbody tr.head-first {
  display: none;
}
@media screen and (width < 1080px) {
  .c-table--tab-switch tbody tr.head-first {
    display: block;
  }
}
.c-table--tab-switch tbody tr:not(:first-of-type) th {
  display: none;
}
@media screen and (width < 1080px) {
  .c-table--tab-switch tbody tr:not(:first-of-type) th {
    display: flex;
  }
}
.c-table--tab-switch tbody tr th.head-first {
  display: none;
}
@media screen and (width < 1080px) {
  .c-table--tab-switch tbody tr th.head-first {
    display: block;
  }
}
@media screen and (width < 1080px) {
  .c-table--tab-switch thead {
    display: none;
  }
}

.c-article-item {
  padding: 24px 0px;
  position: relative;
}
.c-article-item::after {
  content: "";
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #e6e6e6;
}
.c-article-item__panel {
  margin-top: 20px;
  padding: 16px;
  border-radius: 8px;
  background: #F7F7F7;
}
.c-article-item__panel-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-article-item__panel-row + .c-article-item__panel-row {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px dashed #E6E6E6;
}
.c-article-item__link {
  display: block;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-article-item__link:hover .c-article-item__title {
    color: #787777;
  }
  .c-article-item__link:hover .c-article-item__date {
    color: #BCBCBC;
  }
  .c-article-item__link:hover .c-article-item__cate {
    background-color: #EBEBEB;
    color: #787777;
  }
  .c-article-item__link:hover .c-article-item__icon {
    opacity: 0.6;
  }
}
@media screen and (width < 1080px) {
  .c-article-item__link:active .c-article-item__date {
    color: #5C5C5C;
  }
  .c-article-item__link:active .c-article-item__title {
    color: #585555;
  }
  .c-article-item__link:active .c-article-item__cate {
    background-color: #ABABAB;
    color: #585555;
  }
  .c-article-item__link:active .c-article-item__icon.external::before {
    opacity: 1;
  }
  .c-article-item__link:active .c-article-item__icon.pdf::before {
    opacity: 1;
  }
}
.c-article-item__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
.c-article-item__date {
  color: #909090;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
}
.c-article-item__cate {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 2px;
  background: #DDD;
  padding: 4px 12px;
  color: #242323;
  transition: all 0.3s;
}
.c-article-item__cate-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-article-item__title {
  color: #242323;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s;
}
.c-article-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s;
  position: relative;
}
.c-article-item__icon.pdf::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/images/parts/ico_pdf_tap.svg") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0.3px;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.c-article-item__icon.external::after {
  margin-left: 0;
}
.c-article-item__icon.external::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/images/parts/ico_external_tap.svg") no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0.3px;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
.c-article-item__icon .icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
  height: 20px;
}
.c-article-item__icon .icon.external, .c-article-item__icon .icon.arrow {
  width: 16px;
  height: 16px;
}
.c-article-item__icon .icon.pdf, .c-article-item__icon .icon.xls, .c-article-item__icon .icon.ppt, .c-article-item__icon .icon.csv {
  width: 21px;
  height: 24px;
}
.c-article-item__icon .icon.audio {
  width: 24px;
  height: 25px;
}
.c-article-item__live {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.c-article-item__live-link {
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-article-item__live-link:hover {
    background-color: #FFE5E5;
  }
}
@media screen and (width < 1080px) {
  .c-article-item__live-link:active {
    background-color: #FFB2B2;
  }
}
.c-article-item__live-link .c-article-item__audio-icon {
  width: 16px;
}
.c-article-item__live-text {
  gap: 8px;
}
.c-article-item__live-text.c-external::after {
  margin-left: 0;
}
.c-article-item__add {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.c-article-item__add-icon {
  transition: all 0.3s;
}
.c-article-item__add-link {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  border-radius: 8px;
  gap: 8px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 700;
}
@media (any-hover: hover) {
  .c-article-item__add-link:hover {
    color: #787777;
  }
  .c-article-item__add-link:hover .c-article-item__add-text {
    color: #787777;
  }
  .c-article-item__add-link:hover .c-article-item__add-icon {
    opacity: 0.6;
  }
  .c-article-item__add-link:hover .c-article-item__icon {
    opacity: 0.6;
  }
}
.c-article-item__add-link--calendar .c-article-item__add-icon {
  width: 16px;
  height: 18.005px;
  margin: 2.99px 4px 3px;
  flex-shrink: 0;
}
.c-article-item__add-link:not(.c-article-item__add-link--calendar) .c-article-item__add-icon {
  width: 24px;
  height: 24px;
}
@media screen and (width < 1080px) {
  .c-article-item__add-link:active {
    background-color: #FFB2B2;
  }
}
.c-article-item__add-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06px;
  transition: all 0.3s;
}
.c-article-item__add-text::after {
  transition: all 0.3s;
}

.c-select {
  position: relative;
  width: 100%;
  max-width: 264px;
}
@media screen and (width < 768px) {
  .c-select {
    max-width: 335px;
  }
}
.c-select--disabled .c-select__btn {
  pointer-events: none;
  color: #909090;
  background-color: #E6E6E6;
  border: 1px solid #BABABA;
}
.c-select--disabled .c-select__arrow::after {
  background: #BABABA;
}
.c-select--head .c-select__box {
  top: 78px;
}
.c-select__head {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.c-select__btn {
  color: #242323;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06px;
  border-radius: 8px;
  border: 1px solid #bababa;
  background: #FFF;
  max-width: 264px;
  width: 100%;
  position: relative;
  cursor: pointer;
  max-height: 46px;
  transition: all 0.3s;
}
@media screen and (width < 768px) {
  .c-select__btn {
    max-height: none;
  }
}
.c-select__btn.is-active .c-select__arrow::after {
  transform: rotate(-90deg);
  top: 0;
}
@media (any-hover: hover) {
  .c-select__btn:hover {
    opacity: 0.6;
  }
}
.c-select__arrow::after {
  position: absolute;
  top: -8px;
  bottom: 0;
  margin: auto;
  width: 8px;
  right: 20px;
  height: 12px;
  background: #606060;
  transition: all 0.3s;
}
.c-select__box {
  background: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 50px;
  width: 335px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}
@media screen and (width < 768px) {
  .c-select__box {
    width: 100%;
    max-width: 335px;
  }
}
.c-select__box.is-show {
  opacity: 1;
  visibility: visible;
}
.c-select__list {
  max-height: 170px;
  overflow-y: scroll;
  scrollbar-color: #BABABA #fff;
  scrollbar-width: thin;
}
.c-select__item {
  margin-right: 10px;
}
.c-select__item:not(:last-of-type) {
  margin-bottom: 4px;
}
.c-select__link {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06px;
  border-radius: 8px;
  padding: 4px 8px;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-select__link:hover {
    background: #F7F7F7;
    color: rgba(36, 35, 35, 0.6);
  }
}

.c-btn-square {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
@media screen and (width < 1080px) {
  .c-btn-square:active {
    background-color: #FFB2B2;
  }
}
@media (any-hover: hover) {
  .c-btn-square:hover {
    color: #787777;
  }
  .c-btn-square:hover .c-btn-square__icon {
    opacity: 0.6;
  }
  .c-btn-square:hover .c-external::after {
    background: #A0A0A0;
  }
  .c-btn-square:hover .c-arrow::after {
    background: #FF6685;
  }
  .c-btn-square:hover .c-download::after {
    background: #FF6685;
  }
}
.c-btn-square__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  transition: all 0.3s;
}
.c-btn-square__text {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.c-btn-square__text::after {
  flex-shrink: 0;
}

.c-card-slider {
  padding: 0px 8px;
}
@media screen and (width < 768px) {
  .c-card-slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0px calc(50vw - 50%);
  }
}

.c-card {
  display: flex;
  padding-bottom: 8px;
}
.c-card[data-cols-lg="3"] .c-card__play .icon-box {
  width: 72px;
  height: 72px;
}
@media screen and (width < 1080px) {
  .c-card[data-cols-lg="3"] .c-card__play .icon-box {
    width: 42px;
    height: 42px;
  }
}
@media screen and (width < 768px) {
  .c-card[data-cols-lg="3"] .c-card__play .icon-box {
    width: 72px;
    height: 72px;
  }
}
.c-card[data-cols-lg="3"] .c-card__play .text {
  font-size: 18px;
}
@media screen and (width < 1080px) {
  .c-card[data-cols-lg="3"] .c-card__play .text {
    font-size: 14px;
  }
}
@media screen and (width < 768px) {
  .c-card[data-cols-lg="3"] .c-card__play .text {
    font-size: 16px;
  }
}
.c-card__item {
  border-radius: 8px;
  height: auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
}
@media (any-hover: hover) {
  .c-card__link:hover .c-card__thumbnail.mask-none .c-card__img {
    opacity: 0.672;
  }
  .c-card__link:hover .c-card__img {
    transform: scale(1.05);
  }
  .c-card__link:hover .icon-box .icon.default {
    opacity: 0;
  }
  .c-card__link:hover .icon-box .icon.hover {
    opacity: 1;
  }
}
.c-card__thumbnail {
  border-radius: 8px 8px 0 0;
  position: relative;
  aspect-ratio: 16/9;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.c-card__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}
.c-card__thumbnail.mask-none::after {
  content: none;
}
.c-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.c-card__body {
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #e6e6e6;
  background: #FFF;
  padding: 16px 20px 32px 20px;
}
.c-card__body > *:not(.c-card__title) {
  margin-bottom: 10px;
}
.c-card__body > *:not(.c-card__title):last-child {
  margin-bottom: 0;
}
.c-card__play {
  flex-direction: column;
  justify-content: center;
  position: absolute;
  display: flex;
  gap: 12px;
  align-items: center;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.c-card__play .icon-box {
  aspect-ratio: 1/1;
  width: 100px;
  height: 100px;
  position: relative;
}
@media screen and (width < 1080px) {
  .c-card__play .icon-box {
    width: 72px;
    height: 72px;
  }
}
.c-card__play .icon-box .icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}
.c-card__play .icon-box .icon.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-card__play .text {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06px;
}
@media screen and (width < 1080px) {
  .c-card__play .text {
    font-size: 18px;
  }
}
@media screen and (width < 768px) {
  .c-card__play .text {
    font-size: 16px;
  }
}
.c-card__ctrl {
  display: none;
}
@media screen and (width < 768px) {
  .c-card__ctrl {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: center;
    margin-top: 27px;
  }
}
.c-card__ctrl .swiper-button-next,
.c-card__ctrl .swiper-button-prev {
  width: 16px;
  height: 16px;
  margin: 0;
  position: relative;
  inset: initial;
}
.c-card__ctrl .swiper-button-next .arrow,
.c-card__ctrl .swiper-button-prev .arrow {
  width: 16px;
  height: 16px;
}
.c-card__ctrl .swiper-button-next .arrow::after,
.c-card__ctrl .swiper-button-prev .arrow::after {
  margin: auto;
  position: absolute;
  background: #909090;
}
.c-card__ctrl .swiper-button-next::after,
.c-card__ctrl .swiper-button-prev::after {
  content: none;
}
.c-card__ctrl .swiper-button-next.swiper-button-disabled,
.c-card__ctrl .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.c-card__ctrl .swiper-button-prev .arrow::after {
  transform: rotate(180deg);
}
.c-card__ctrl .swiper-pagination {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.c-card__ctrl .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  width: 8px;
  height: 8px;
  background: #DDDDDD;
}
.c-card__ctrl .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff0033;
}

@media screen and (1080px <= width <= 1280px) {
  .c-container {
    padding-inline: 80px;
  }
}

.c-header {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
  background: #fff;
  z-index: 99;
  transition: all 0.5s;
}
.c-header.is-show {
  opacity: 1;
  animation: headerFadeIn 0.8s;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08) !important;
  visibility: visible;
}
.c-header.is-hide {
  opacity: 0;
  animation: headerFadeOut 0.8s;
  visibility: hidden;
}
.c-header.active {
  position: fixed !important;
}
@media screen and (1280px < width) {
  body:has(.c-breadcrumb--top) .c-header {
    box-shadow: none;
  }
}
@media screen and (1080px <= width <= 1280px) {
  body:has(.c-breadcrumb--top) .c-header {
    box-shadow: none;
  }
}
.c-header::after {
  position: absolute;
  top: 60px;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #e6e6e6;
}
@media screen and (width < 768px) {
  .c-header::after {
    content: none;
  }
}
.c-header__inner {
  display: grid;
  grid-template-rows: 60px 68px;
  grid-template-columns: auto auto;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  height: 100%;
}
@media screen and (1080px <= width <= 1279px) {
  .c-header__inner {
    grid-template-rows: 60px;
  }
}
.c-header__inner:not(:has(.c-header__menu)) {
  justify-content: space-between;
}
@media screen and (1080px <= width <= 1280px) {
  .c-header__inner:not(:has(.c-header__menu)) {
    grid-template-rows: 60px;
  }
}
@media screen and (width < 1080px) {
  .c-header__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60px;
  }
}
.c-header--service .c-header__inner {
  grid-template-columns: auto 1fr;
}
.c-header__logo {
  width: -moz-fit-content;
  width: fit-content;
}
.c-header__logo-link {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  height: 32px;
}
@media screen and (width < 768px) {
  .c-header__logo-link img {
    width: 32px;
    height: 32px;
  }
}
.c-header__logo-txt {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.c-header__logo-txt::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #bababa;
}
.c-header__menu {
  height: 100%;
  background: #fff;
  grid-column: 1/3;
  order: 3;
}
@media screen and (1080px <= width <= 1280px) {
  .c-header--service .c-header__menu {
    grid-column-start: 1;
  }
}
@media screen and (1080px <= width <= 1279px) {
  .c-header__menu {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media screen and (width < 1080px) {
  .c-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 70px 40px;
    z-index: 2;
    transform: translateX(-30%);
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    max-width: none;
  }
}
@media screen and (width < 1080px) {
  .c-header__menu {
    padding: 58px 20px;
  }
}
.c-header__menu.show {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.c-header__menu-list {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  height: 100%;
}
@media screen and (width < 1080px) {
  .c-header__menu-list {
    display: block;
    height: 100%;
    padding-right: 11px;
    overflow-y: auto;
  }
  .c-header__menu-list::-webkit-scrollbar {
    width: 4px;
  }
  .c-header__menu-list::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 100vh;
  }
}
@media screen and (1080px <= width <= 1279px) {
  .c-header__menu-list {
    height: calc(100% - 61px);
    display: flex;
    gap: 20px 32px;
    flex-wrap: wrap;
    padding: 22px 0px;
  }
}
@media screen and (1080px <= width <= 1279px) {
  .c-header__menu-item {
    height: auto;
  }
}
@media screen and (width < 1080px) {
  .c-header__menu-item {
    border-bottom: 1px solid #e6e6e6;
  }
}
.c-header__menu-link {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-header__menu-link:hover {
    color: #ff0033;
  }
  .c-header__menu-link:hover.c-external::after, .c-header__menu-link:hover.c-external--black::after {
    background: #ff0033;
  }
}
@media screen and (width < 1080px) {
  .c-header__menu-link:active {
    color: #CC0029;
  }
}
@media screen and (width < 1080px) {
  .c-header__menu-link {
    justify-content: space-between;
    padding: 18px 12px 18px 0;
  }
}
@media screen and (1280px < width) {
  .c-header__menu-link.has-submenu::after {
    transform: rotate(90deg);
  }
}
@media screen and (1080px <= width <= 1280px) {
  .c-header__menu-link.has-submenu::after {
    transform: rotate(90deg);
  }
}
@media screen and (1280px < width) {
  .c-header__menu-link.has-submenu:hover::after {
    transform: rotate(270deg);
  }
}
@media screen and (1080px <= width <= 1280px) {
  .c-header__menu-link.has-submenu:hover::after {
    transform: rotate(270deg);
  }
}
.c-header__menu .c-arrow::after,
.c-header__menu .c-external::after {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.c-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (1080px <= width <= 1280px) {
  .c-header--service .c-header__right {
    margin-right: 26px;
  }
}
.c-header__cta-block {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (width < 768px) {
  .c-header__cta-block {
    margin-bottom: 19px;
  }
}
.c-header__lang {
  cursor: pointer;
  position: relative;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
}
.c-header__lang::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/assets/images/parts/ico_lang.svg") no-repeat center/contain;
}
.c-header__lang.c-arrow--gray::after {
  width: 10px;
  height: 10px;
  margin-left: 0;
  transform: rotate(90deg) translateX(2px);
  transition: all 0.3s;
}
.c-header__lang-list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 25px;
  right: 0;
  width: 100px;
  padding-block: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.c-header__lang-link {
  display: block;
  padding: 8px 10px;
  font-size: 14px;
}
.c-header__lang-link.current {
  background: #f2f2f2;
}
.c-header__lang.is-open::after {
  transform: rotate(270deg);
}
.c-header__open {
  position: relative;
  display: none;
  width: 21px;
  height: 18px;
  margin-left: 29px;
  cursor: pointer;
  z-index: 3;
}
@media screen and (width < 1080px) {
  .c-header__open {
    display: block;
    margin-left: 20px;
  }
}
.c-header__open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #242323;
  border-radius: 100vh;
  transition: all 0.3s;
}
.c-header__open span:nth-of-type(1) {
  top: 0;
}
.c-header__open span:nth-of-type(2) {
  top: 8px;
}
.c-header__open span:nth-of-type(3) {
  bottom: 0;
}
.c-header__open.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.c-header__open.active span:nth-of-type(2) {
  opacity: 0;
}
.c-header__open.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}
.c-header__cta {
  color: #ff0033;
}
.c-header__cta::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-right: 12px;
  background: #bababa;
}

.c-submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 128px;
  left: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
@media screen and (1280px < width) {
  .c-submenu {
    border-top: 1px solid #e6e6e6;
  }
  .c-header__menu-item:has(.has-submenu):hover .c-submenu {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (1080px <= width <= 1280px) {
  .c-submenu {
    border-top: 1px solid #e6e6e6;
  }
  .c-header__menu-item:has(.has-submenu):hover .c-submenu {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (1080px <= width <= 1279px) {
  .c-submenu {
    top: 168px;
  }
}
@media screen and (width < 1080px) {
  .c-submenu {
    top: 0;
    height: 100%;
    padding: 70px 40px;
    z-index: 2;
    transform: translateX(-30%);
  }
}
@media screen and (width < 768px) {
  .c-submenu {
    padding: 58px 20px;
  }
}
.c-submenu.show {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.c-submenu__back {
  display: none;
  position: absolute;
  top: 27px;
  left: 40px;
  width: 12px;
  height: 18px;
}
@media screen and (width < 1080px) {
  .c-submenu__back {
    display: block;
  }
}
@media screen and (width < 1080px) {
  .c-submenu__back {
    top: 20px;
    left: 40px;
  }
}
@media screen and (width < 768px) {
  .c-submenu__back {
    left: 20px;
  }
}
.c-submenu__back img {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.c-submenu__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 213px);
  grid-template-rows: auto auto;
  row-gap: 12px;
  -moz-column-gap: 71px;
       column-gap: 71px;
  padding-block: 48px;
}
@media screen and (width < 1080px) {
  .c-submenu__list {
    display: block;
    height: 100%;
    padding: 0 11px 0 0;
    overflow-y: auto;
  }
  .c-submenu__list a.c-submenu__link:not(.c-external):after {
    content: none;
  }
}
.c-submenu__item {
  height: auto;
}
.c-submenu__item:first-of-type {
  grid-column: 1/-1;
  max-width: 213px;
}
@media screen and (width < 1080px) {
  .c-submenu__item:first-of-type {
    max-width: none;
  }
}
.c-submenu__item:not(:first-of-type) .c-submenu__link {
  font-weight: 400;
}
@media screen and (width < 1080px) {
  .c-submenu__item:not(:first-of-type) .c-submenu__link {
    font-weight: 700;
  }
}
@media screen and (width < 1080px) {
  .c-submenu__item {
    border-bottom: 1px solid #e6e6e6;
  }
}
.c-submenu__link {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
}
.c-submenu__link::after {
  flex-shrink: 0;
  margin-top: 3px;
}
@media (any-hover: hover) {
  .c-submenu__link:hover {
    color: #ff0033;
  }
  .c-submenu__link:hover.c-external::after, .c-submenu__link:hover.c-external--black::after {
    background: #ff0033;
  }
}
@media screen and (width < 1080px) {
  .c-submenu__link {
    padding: 18px 12px 18px 0;
    font-size: 16px;
  }
}

@keyframes headerFadeOut {
  0% {
    opacity: 1;
    top: 0;
  }
  100% {
    opacity: 0;
    top: -100%;
  }
}
@keyframes headerFadeIn {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.c-footer {
  color: #fff;
  background: #242424;
}
.c-footer__inner {
  position: relative;
  padding-block: 52px;
}
@media screen and (width < 1080px) {
  .c-footer__inner {
    padding-top: 32px;
  }
}
@media screen and (width < 768px) {
  .c-footer__inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.c-footer__inner .c-arrow::after,
.c-footer__inner .c-external::after {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.c-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #bababa;
  padding-bottom: 48px;
}
@media screen and (width < 1080px) {
  .c-footer__top {
    display: block;
  }
}
@media screen and (width < 768px) {
  .c-footer__top {
    padding-bottom: 32px;
  }
}
@media screen and (1280px < width) {
  .c-footer__sitemap {
    margin-right: 40px;
  }
}
@media screen and (1080px <= width <= 1280px) {
  .c-footer__sitemap {
    margin-right: 40px;
  }
}
@media screen and (width < 1080px) {
  .c-footer__terms {
    margin-top: 48px;
  }
}
@media screen and (width < 768px) {
  .c-footer__terms {
    margin-top: 32px;
  }
}
.c-footer__terms-item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (1280px < width) {
  .c-footer__terms-item {
    width: 266px;
  }
}
@media screen and (1080px <= width <= 1280px) {
  .c-footer__terms-item {
    width: 266px;
  }
}
@media screen and (width < 1080px) {
  .c-footer__terms-item {
    width: 100%;
  }
}
@media screen and (width < 1080px) {
  .c-footer__terms-item br {
    display: none;
  }
}
.c-footer__terms-link {
  font-size: 13px;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  transition: all 0.3s;
  align-items: center;
}
@media (any-hover: hover) {
  .c-footer__terms-link:hover.c-external::after, .c-footer__terms-link:hover.c-external--black::after {
    background: #909090;
  }
}
@media screen and (width < 1080px) {
  .c-footer__terms-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-footer__terms-link::after {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  flex-shrink: 0;
}
.c-footer__bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
}
@media screen and (width < 1080px) {
  .c-footer__bottom {
    padding-top: 48px;
  }
}
@media screen and (width < 768px) {
  .c-footer__bottom {
    padding-top: 32px;
  }
}
.c-footer__bottom-txt {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (width < 768px) {
  .c-footer__bottom-txt {
    width: 100%;
    padding-inline: 0px;
  }
}
.c-footer__bottom-copy {
  font-size: 13px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 1;
}
.c-footer__pagetop {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media screen and (width < 768px) {
  .c-footer__pagetop {
    position: static;
    display: block;
    margin: 48px auto 0;
  }
}
.c-footer__pagetop-link {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("/assets/images/parts/ico_pagetop.svg");
          mask-image: url("/assets/images/parts/ico_pagetop.svg");
  background: #ff0033;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .c-footer__pagetop-link:hover {
    background: #fd5c5c;
  }
}
@media screen and (width < 1080px) {
  .c-footer__pagetop-link:active {
    background: #cc0029;
  }
}

.c-sitemap__item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (width < 1080px) {
  .c-sitemap__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (width < 1080px) {
  .c-sitemap__item {
    border-bottom: 1px solid #bababa;
  }
}
.c-sitemap__heading {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 12px;
  font-weight: 700;
}
@media screen and (1280px < width) {
  .c-sitemap__heading {
    pointer-events: none;
  }
}
@media screen and (1080px <= width <= 1280px) {
  .c-sitemap__heading {
    pointer-events: none;
  }
}
@media screen and (width < 1080px) {
  .c-sitemap__heading {
    padding-right: 8px;
  }
}
@media screen and (1280px < width) {
  .c-sitemap__heading::after {
    display: none;
  }
}
@media screen and (1080px <= width <= 1280px) {
  .c-sitemap__heading::after {
    display: none;
  }
}
@media screen and (width < 1080px) {
  .c-sitemap__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-block: 20px;
  }
  .c-sitemap__heading.active.c-arrow::after {
    transform: rotate(270deg);
  }
}
.c-sitemap__heading.c-arrow--down::after {
  margin: 0;
  transform: rotate(90deg) translate(0);
}
.c-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
@media screen and (width < 1080px) {
  .c-sitemap__list {
    display: none;
    padding-block: 18px;
    border-top: 1px dashed #bababa;
  }
}
@media screen and (width < 1080px) {
  .c-sitemap__list-item {
    padding: 0px 20px;
    width: 100%;
  }
  .c-sitemap__list-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (width < 1080px) and (width < 1080px) {
  .c-sitemap__list-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (width < 768px) {
  .c-sitemap__list-item {
    width: 100%;
    padding-inline: 20px;
  }
}
.c-sitemap__link {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
@media (any-hover: hover) {
  .c-sitemap__link:hover {
    color: #909090;
  }
  .c-sitemap__link:hover.c-external::after, .c-sitemap__link:hover.c-external--black::after {
    background: #909090;
  }
}
@media screen and (width < 1080px) {
  .c-sitemap__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

/* 日本語のみ */
.jp .c-footer__terms-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (width < 1080px) {
  .jp .c-footer__terms-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (width < 768px) {
  .jp .c-sitemap__item:first-of-type .c-sitemap__heading {
    padding-block: 16px;
  }
}
@media screen and (width < 768px) {
  .jp .c-sitemap__item:last-of-type .c-sitemap__heading {
    padding-bottom: 16px;
  }
}
@media screen and (width < 768px) {
  .jp .c-sitemap__heading.c-arrow--down::after {
    margin-right: 4px;
  }
}

.c-breadcrumb--top {
  margin-top: 128px;
}
@media screen and (1080px <= width <= 1279px) {
  .c-breadcrumb--top {
    margin-top: 169px;
  }
}
.c-breadcrumb__item:not(:last-child)::after {
  width: 10px;
}
.c-breadcrumb__link {
  font-size: 12px;
  line-height: 14px;
}
.c-breadcrumb__link img {
  width: 22px;
  height: 19px;
}

.c-tab__link {
  cursor: pointer;
}
@media screen and (width < 768px) {
  .c-tab__link {
    padding: 16px 8px;
  }
}

.c-tab-anchor__list {
  padding-block: 24px;
}
@media screen and (width < 768px) {
  .c-tab-anchor__list {
    padding: 24px 0 16px;
  }
}

@media screen and (1080px <= width <= 1279px) {
  .page {
    margin-top: 168px;
  }
}
@media screen and (width < 1080px) {
  .page {
    margin-top: 60px;
  }
}
.page__contents {
  padding-bottom: 52px;
}
@media screen and (width < 768px) {
  .page__contents {
    padding-bottom: 40px;
  }
}
.page__title {
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 0;
}
.page__head {
  padding: 40px 0 16px;
}
@media screen and (width < 768px) {
  .page__head {
    padding: 40px 0 24px;
  }
}
.page__text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.page__text-area {
  padding: 24px 0 20px;
}
.page__link {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 28px;
}
.page__tab .c-tab__link {
  line-height: 1.5;
}
.page .tab-contents {
  opacity: 0;
  display: none;
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
@starting-style {
  .page .tab-contents {
    opacity: 0;
  }
}
.page .tab-contents.is-active {
  opacity: 1;
  position: static;
  display: block;
  visibility: visible;
  transition: all 0.3s;
}

/* 現行サイトから流用 */
.page__contents-body {
  background: #fff;
}

.page__update {
  font-size: 16px;
  line-height: 1.4;
  margin: 16px 0px 8px;
  text-align: right;
}

.top-mv {
  margin-top: 128px;
  height: 420px;
  overflow: hidden;
  position: relative;
}
@media screen and (1080px <= width <= 1279px) {
  .top-mv {
    margin-top: 168px;
  }
}
@media screen and (width < 1080px) {
  .top-mv {
    margin-top: 60px;
    height: 100%;
  }
}
.top-mv__contents {
  display: flex;
  position: relative;
  height: 100%;
}
@media screen and (width < 1080px) {
  .top-mv__contents {
    flex-direction: column;
  }
}
.top-mv__left {
  background-image: url("/assets/images/top/top-mv_01.webp");
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position-y: center;
}
@media screen and (width < 1080px) {
  .top-mv__left {
    width: 100%;
    height: 420px;
    background-position-x: 20%;
  }
}
@media screen and (width < 768px) {
  .top-mv__left {
    background-image: url("/assets/images/top/top-mv_01_sp.webp");
    height: 100%;
    aspect-ratio: 375/323;
  }
}
.top-mv__right {
  background: #E6E6E6;
  width: 342px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
@media screen and (width < 1080px) {
  .top-mv__right {
    width: 100%;
    padding: 32px 40px;
  }
}
@media screen and (width < 768px) {
  .top-mv__right {
    padding: 24px 20px;
  }
}
.top-mv__right .stock-area {
  width: 100%;
  max-height: 323px;
}
.top-mv__right .stock-area__title {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-bottom: 12px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.top-mv__right .stock-area__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}
@media screen and (width < 1080px) {
  .top-mv__right .stock-area__list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: max-content;
    grid-column-gap: 8px;
    padding-bottom: 0;
  }
}
@media screen and (width < 768px) {
  .top-mv__right .stock-area__list {
    display: flex;
    padding-bottom: 12px;
  }
}
.top-mv__right .stock-area__item:not(.stock-area__item--top):not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (width < 1080px) {
  .top-mv__right .stock-area__item:not(.stock-area__item--top) {
    width: 200px;
    margin-bottom: 0;
  }
}
.top-mv__right .stock-area__item--top {
  margin-bottom: 12px;
}
@media screen and (width < 1080px) {
  .top-mv__right .stock-area__item--top {
    grid-column: 1/-1;
  }
}
.top-mv__right .stock-area__label {
  font-size: 14px;
  line-height: 21px;
  color: #888;
  font-weight: 700;
}
.top-mv__right .stock-area__num {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
}
.top-mv__right .stock-area__num--fz-l {
  font-size: 26px;
  line-height: 39px;
}
.top-mv__right .stock-area__num--up {
  color: #26BF7D;
}
.top-mv__right .stock-area__num--down {
  color: #ff0033;
}
.top-mv__right .stock-area__num .percent {
  font-size: 16px;
  line-height: 24px;
}
.top-mv__right .stock-area__bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.top-mv__right .stock-area__note {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.top-mv__inner {
  max-width: 938px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  padding-inline: 80px;
}
@media screen and (width < 1080px) {
  .top-mv__inner {
    padding-inline: 40px;
    max-width: 100%;
  }
}
@media screen and (width < 768px) {
  .top-mv__inner {
    padding: 52px 20px;
  }
}
@media screen and (width < 768px) {
  .top-mv__title {
    margin-bottom: 12px;
  }
}
.top-mv__title-area {
  color: #FFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-mv__text {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.06px;
}
.top-financial {
  padding: 52px 0;
}
.top-financial__title {
  text-align: center;
  margin-bottom: 16px;
}
.top-financial__link-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.top-financial__btn {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.top-financial__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}
.top-financial__text--center {
  text-align: center;
  font-weight: 600;
}
.top-news {
  background: #F7F7F7;
  padding: 52px 0px;
}
@media screen and (width < 768px) {
  .top-news {
    padding: 40px 0px;
  }
}
.top-news__title {
  margin-bottom: 0px;
}
.top-news__inner {
  display: flex;
  gap: 32px;
}
@media screen and (1080px <= width <= 1280px) {
  .top-news__inner {
    flex-direction: row;
  }
}
@media screen and (width < 1080px) {
  .top-news__inner {
    flex-direction: column;
  }
}
.top-news__contents {
  background: #fff;
  padding: 52px 24px;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (1280px < width) {
  .top-news__contents {
    width: 50%;
  }
}
@media screen and (1080px <= width <= 1280px) {
  .top-news__contents {
    width: 50%;
  }
}
@media screen and (width < 1080px) {
  .top-news__contents {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .top-news__contents {
    padding: 40px 20px;
  }
}
.top-news__btn {
  margin-top: 32px;
}
.top-news__btn span {
  padding: 11px 24px;
}
@media screen and (width < 1080px) {
  .top-news .c-article-item__add {
    flex-direction: column;
    align-items: start;
  }
}
.top-news .article__list {
  margin-top: 16px;
}
.top-news .c-article-item__live {
  margin-top: 20px;
}
@media screen and (width < 1080px) {
  .top-news .c-article-item__live {
    margin-top: 20px;
  }
}
.top-resources {
  padding: 52px 0px;
  background-image: url("/assets/images/top/top-resources_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  background-position-x: center;
}
@media screen and (width < 768px) {
  .top-resources {
    background-position-x: 25%;
  }
}
@media screen and (width < 640px) {
  .top-resources {
    background-image: url("/assets/images/top/top-resources_bg_sp.webp");
    background-position: center;
    height: 365px;
    padding: 40px 0px;
  }
}
.top-resources__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.top-resources__title {
  margin-bottom: 32px;
  color: #fff;
}
.top-resources__btn-area {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.top-resources__movie {
  width: 100%;
}
.top-resources__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}
.top-resources .modal__inner {
  padding: 0;
  border-radius: 0;
  height: -moz-fit-content;
  height: fit-content;
  background: none;
  margin-top: 0;
}
.top-resources .modal__close {
  background: url(/assets/images/common/close_02.svg) no-repeat center/contain;
  width: 32px;
  height: 32px;
  top: -44px;
}
@media screen and (width < 768px) {
  .top-resources .modal__close {
    width: 20px;
    height: 20px;
    top: -32px;
  }
}
@media screen and (width < 1080px) {
  .top-resources .c-btn--movie:active {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
  }
  .top-resources .c-btn--movie:active span::after {
    background: #fff;
  }
}

/* IR ニュース */
@media screen and (width < 768px) {
  .news__head {
    padding-bottom: 24px;
  }
}
.news__select {
  margin: 52px 0 20px;
}
@media screen and (width < 768px) {
  .news__select {
    margin: 40px 0 20px;
  }
}
.news__cate.current .news__cate-link {
  color: #fff;
  background: #909090;
}
.news__cate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 32px;
}
.news__cate-link {
  color: #242323;
  display: flex;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #D6D6D6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .news__cate-link:hover {
    color: #787777;
    background: #A7A7A7;
  }
}
@media screen and (width < 1080px) {
  .news__cate-link:active {
    color: #fff;
    background-color: #909090;
  }
}
.news__contents {
  background: #F7F7F7;
  padding: 52px 0px;
}
@media screen and (width < 768px) {
  .news__contents {
    padding: 40px 0px;
  }
}
.news .article {
  padding: 28px 40px 52px;
  margin-bottom: 32px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (width < 768px) {
  .news .article {
    padding: 16px 20px 40px;
  }
}
.news .article--none {
  display: none;
}
.news .article__foot {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.news__foot {
  display: flex;
  gap: 16px;
}
@media screen and (width < 768px) {
  .news__foot {
    flex-direction: column;
  }
}
.news__foot-btn {
  width: 50%;
  padding: 16px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .news__foot-btn:hover {
    color: #787777;
  }
  .news__foot-btn:hover .c-arrow::after {
    background: #FF6685;
  }
  .news__foot-btn:hover .c-external::after {
    background: #A0A0A0;
  }
}
@media screen and (width < 1080px) {
  .news__foot-btn:active {
    background-color: #FFB2B2;
  }
}
@media screen and (width < 768px) {
  .news__foot-btn {
    width: 100%;
  }
}
.news__foot-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.06px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 12px 0px;
  margin-top: 32px;
}
.news .pagination__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.news .pagination__item {
  min-width: 34px;
  height: 34px;
}
.news .pagination__item.current .pagination__link {
  color: #F03;
  border: 1px solid #F03;
}
.news .pagination__item.dot-area {
  pointer-events: none;
}
@media screen and (width < 768px) {
  .news .pagination__item.dot-area {
    padding: 0;
    min-width: 16px;
    height: 19px;
    margin-left: -4px;
    margin-right: -4px;
  }
}
.news .pagination__item.dot-area .pagination__link {
  pointer-events: none;
}
@media (any-hover: hover) {
  .news .pagination__item.dot-area .pagination__link:hover {
    box-shadow: none;
    color: #242323;
  }
}
.news .pagination__link {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .news .pagination__link:hover {
    color: #787777;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (width < 1080px) {
  .news .pagination__link:active {
    color: #F03;
    border: 1px solid #F03;
  }
}
.news .pagination__link .dot {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (width < 768px) {
  .news .pagination__link .dot {
    top: -5px;
  }
}
.news .pagination__prev {
  transform: rotate(180deg);
}
.news .pagination__prev, .news .pagination__next {
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .news .pagination__prev:hover .arrow::after, .news .pagination__next:hover .arrow::after {
    background: #FF6685;
  }
}
.news .pagination__prev .arrow, .news .pagination__next .arrow {
  display: flex;
}
.news .pagination__prev .arrow::after, .news .pagination__next .arrow::after {
  margin: 0;
  width: 18px;
  height: 18px;
}
.news .pagination__prev.disable, .news .pagination__next.disable {
  pointer-events: none;
}
.news .pagination__prev.disable .arrow::after, .news .pagination__next.disable .arrow::after {
  background: #BABABA;
}

/* IR イベント */
@media screen and (width < 768px) {
  .event__head {
    padding-bottom: 16px;
  }
}
.event__contents {
  background: #F7F7F7;
  padding: 52px 0px;
}
@media screen and (width < 768px) {
  .event__contents {
    padding: 40px 0px;
  }
}
.event__select {
  padding-bottom: 32px;
}
.event .article {
  padding: 52px 40px;
  margin-bottom: 32px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (width < 768px) {
  .event .article {
    padding: 40px 24px;
  }
}
.event .article__foot {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
.event .article .c-article-item__live {
  margin-top: 20px;
}
.event__foot {
  display: flex;
  gap: 16px;
}
@media screen and (width < 768px) {
  .event__foot {
    flex-direction: column;
    gap: 16px;
  }
}
.event__foot-btn {
  width: 50%;
  padding: 16px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .event__foot-btn:hover {
    color: #787777;
  }
  .event__foot-btn:hover .c-arrow::after {
    background: #FF6685;
  }
  .event__foot-btn:hover .c-external::after {
    background: #A0A0A0;
  }
}
@media screen and (width < 1080px) {
  .event__foot-btn:active {
    background-color: #FFB2B2;
  }
}
@media screen and (width < 768px) {
  .event__foot-btn {
    width: 100%;
  }
}
.event__foot-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.financial__title {
  margin-bottom: 16px;
}
@media screen and (width < 768px) {
  .financial__title {
    margin-bottom: 16px;
  }
}
.financial__year {
  margin: 52px 42px 24px;
  position: relative;
}
@media screen and (width < 768px) {
  .financial__year {
    margin: 40px 30px 24px;
  }
}
.financial__btn {
  padding: 12px 0px;
}
.financial__prev, .financial__next {
  transition: all 0.3s;
}
.financial__prev::after, .financial__next::after {
  content: "";
}
@media (any-hover: hover) {
  .financial__prev:hover .c-arrow--red::after, .financial__next:hover .c-arrow--red::after {
    background: #FF6685;
  }
}
.financial__prev .arrow, .financial__next .arrow {
  width: 18px;
  height: 18px;
}
.financial__prev .arrow::after, .financial__next .arrow::after {
  margin-left: 0;
  width: 18px;
  height: 18px;
}
.financial__prev.swiper-button-disabled, .financial__next.swiper-button-disabled {
  opacity: 1;
}
.financial__prev.swiper-button-disabled .arrow::after, .financial__next.swiper-button-disabled .arrow::after {
  background: #bababa;
}
.financial__prev.swiper-button-lock, .financial__next.swiper-button-lock {
  display: flex;
}
.financial__next {
  right: -42px;
}
@media screen and (width < 768px) {
  .financial__next {
    right: -30px;
  }
}
.financial__prev {
  right: initial;
  left: -42px;
}
@media screen and (width < 768px) {
  .financial__prev {
    left: -30px;
  }
}
.financial__prev .arrow {
  transform: rotate(180deg);
}
.financial__list {
  display: flex;
}
.financial__item {
  text-align: center;
  border-radius: 8px;
  border: 1px solid #bababa;
  background: #FFF;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s;
  width: 15.0579150579%;
  height: 40px;
}
@media screen and (width < 1080px) {
  .financial__item {
    width: 23.0263157895%;
  }
}
@media screen and (width < 768px) {
  .financial__item {
    width: 30.4347826087%;
  }
}
.financial__item:not(:last-of-type) {
  margin-right: 20px;
}
@media screen and (width < 1080px) {
  .financial__item:not(:last-of-type) {
    margin-right: 16px;
  }
}
@media screen and (width < 768px) {
  .financial__item:not(:last-of-type) {
    margin-right: 12px;
  }
}
@media (any-hover: hover) {
  .financial__item:hover {
    border: 1px solid rgba(186, 186, 186, 0.6);
    color: rgba(36, 35, 35, 0.6);
  }
}
.financial__item.current {
  border: 1px solid #FD5C5C;
  background: #FD5C5C;
  color: #fff;
}
.financial__table {
  width: 100%;
}
.financial__table:not(.c-table--v2) tbody th {
  width: 230px;
}
@media screen and (width < 768px) {
  .financial__table:not(.c-table--v2) tbody th {
    width: 180px;
  }
}
.financial__table.c-table--v2 thead tr th {
  justify-content: initial;
}
.financial__table td .data {
  color: #3895FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
@media (any-hover: hover) {
  .financial__table td .data:hover {
    color: #88BFFF;
  }
}
@media screen and (width < 1080px) {
  .financial__table td .data:active {
    color: #0062D1;
  }
}
.financial__table td .data .icon {
  display: flex;
}
.financial__table td .data .icon-img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.financial__select {
  width: 100%;
  max-width: 264px;
}
@media screen and (width < 768px) {
  .financial__select {
    max-width: none;
  }
}
.financial__select-area {
  display: flex;
  gap: 80px;
  margin: 40px 0 52px;
}
@media screen and (width < 768px) {
  .financial__select-area {
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
  }
}

.sec__contents {
  margin-top: 52px;
}
@media screen and (width < 768px) {
  .sec__contents {
    margin-top: 40px;
  }
}

@media screen and (width < 1080px) {
  .executive .c-tab__link:active {
    background: transparent;
    color: #242323;
    border-bottom: none;
  }
}
.executive .c-link-area {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.executive .page__contents {
  position: relative;
}
.executive .page__update {
  margin-top: 0;
}
.executive .page__update:not(.executive__update) {
  margin-bottom: 20px;
}
@media screen and (width < 768px) {
  .executive .page__head {
    padding-bottom: 16px;
  }
}
.executive__update {
  margin-bottom: 20px;
}
.executive__text-item {
  padding: 16px 0 20px;
}
.executive__text-area {
  padding-top: 16px;
}
.executive__tab {
  margin-top: 24px;
}
@media screen and (width < 768px) {
  .executive__tab {
    margin-top: 24px;
  }
}
.executive__contents {
  padding-top: 52px;
}
@media screen and (width < 768px) {
  .executive__contents {
    padding-top: 40px;
  }
}
.executive__link {
  width: -moz-fit-content;
  width: fit-content;
}
.executive__link-area {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.executive__table {
  width: 100%;
}
.executive__table.c-table--v2 thead tr th:first-of-type {
  width: 230px;
  flex-shrink: 0;
}
@media screen and (width < 768px) {
  .executive__table.c-table--v2 tbody {
    row-gap: 12px;
  }
}
@media screen and (width < 1080px) {
  .executive__table.c-table--v2 tbody tr.content {
    width: 100%;
  }
}
@media screen and (width < 768px) {
  .executive__table.c-table--v2 tbody tr.content {
    width: calc(100% - 180px);
  }
}
.executive__table td.icon-on {
  display: flex;
  justify-content: center;
  align-items: center;
}
.executive__table th.part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.executive__table th.part::after {
  content: "";
  background: url("/assets/images/common/ico_human_part.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding: 2.5px 0px 2px 3.82px;
  background-position: center;
  flex-shrink: 0;
}
.executive__table-foot {
  display: flex;
  align-items: center;
  gap: 12px 20px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.executive__table-foot .note {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  white-space: nowrap;
}
.executive__table-foot .note::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  background-position: center;
}
.executive__table-foot .note--part::before {
  background-image: url("/assets/images/common/ico_human_part.svg");
}
.executive__table-foot .note--chair::before {
  background-image: url("/assets/images/common/ico_human_chair.svg");
}
.executive__table-foot .note--member::before {
  background-image: url("/assets/images/common/ico_human_member.svg");
}
.executive .modal__inner {
  top: 52px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: calc(100% - 94px - 42px);
  transform: none;
  padding: 52px 40px;
}
@media screen and (width < 768px) {
  .executive .modal__inner {
    top: 40px;
    height: calc(100dvh - 82px - 42px);
    padding: 40px 20px;
  }
}

/* 現行サイトから流用 */
.executive .officer__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media screen and (width < 1080px) {
  .executive .officer__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (width < 768px) {
  .executive .officer__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.executive .officer__item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  min-height: 420px;
}
@media screen and (width < 1080px) {
  .executive .officer__item {
    min-height: 499px;
  }
}

.executive .officer__item.officer__item--has-modal .officer__post {
  margin-bottom: 16px;
}

.executive .officer__item.officer__item--has-modal:hover {
  cursor: pointer;
}

.executive .officer__item.officer__item--has-modal:hover .officer__img,
.executive .officer__item.officer__item--has-modal:hover .officer__text {
  opacity: 0.6;
}

.executive .officer__item.officer__item--has-modal:hover .modal-btn {
  color: #ff0033;
  cursor: pointer;
}

.executive .officer__item.officer__item--has-modal:hover .modal-btn::before {
  border: 1px solid #ff0033;
  background-image: url(/assets/images/common/loupe_white.svg);
  background-color: #ff0033;
}

.executive .officer__img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 236/282;
  height: auto;
}

.executive .officer__text {
  transition: all 0.3s;
}

.executive .officer__name {
  margin-bottom: 12px;
}

.executive .officer__post {
  color: #909090;
  font-size: 16px;
  line-height: 22px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
}

.modal-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 7px;
  margin-top: auto;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 600;
  text-decoration-line: underline;
  transition: all 0.3s;
}

.modal-btn::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #BABABA;
  border-radius: 50%;
  background-image: url(/assets/images/common/loupe_red.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  transition: all 0.3s;
}

.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 52px 40px 0px;
  width: calc(100% - 160px);
  max-width: 960px;
  height: 537px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (width < 1080px) {
  .modal__inner {
    flex-direction: column;
    height: calc(100dvh - 146px);
    width: calc(100% - 128px);
  }
}
@media screen and (width < 768px) {
  .modal__inner {
    flex-direction: column;
    margin: 0 auto;
    padding: 40px 20px;
    width: calc(100% - 40px);
    height: calc(100dvh - 122px);
  }
}
@media screen and (width < 1080px) {
  .modal__inner .sp {
    display: block;
  }
}
@media screen and (width < 1080px) {
  .modal__inner .pc {
    display: none;
  }
}

@media screen and (1080px <= width <= 1280px) {
  .modal__inner {
    width: calc(100% - 120px);
  }
}
.modal__left {
  width: 23%;
  min-width: 234px;
}
@media screen and (width < 1080px) {
  .modal__left {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
    width: 100%;
    min-width: unset;
  }
}

.modal__right {
  flex: 1;
  overflow: hidden;
}

@media screen and (width < 1080px) and (orientation: landscape) {
  .modal__right {
    height: 100%;
    margin-top: 0;
    overflow: hidden;
  }
}
.modal__img {
  width: 234px;
  height: 281px;
}
@media screen and (width < 768px) {
  .modal__img {
    width: 124px;
    height: 149px;
  }
}

.modal__post {
  color: #909090;
  font-size: 16px;
  line-height: 22px;
}

.modal__name {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 12px;
}

.modal__list {
  position: relative;
  margin-top: 16px;
  padding-right: 35px;
  height: 100%;
  max-height: calc(100% - 100px);
  overflow-y: scroll;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
@media screen and (width < 1080px) {
  .modal__list {
    padding-right: 16px;
    max-height: calc(100% - 10px);
  }
}
@media screen and (width < 768px) {
  .modal__list {
    padding-right: 19px;
  }
}

.modal__list::-webkit-scrollbar {
  width: 6px;
}

.modal__list::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 100vh;
}

.modal__list-item {
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (width < 768px) {
  .modal__list-item {
    flex-direction: column;
    row-gap: 12px;
  }
}

.modal__list-date {
  flex-shrink: 0;
  width: 95px;
  margin-bottom: 0;
}

.modal__close {
  position: absolute;
  top: -42px;
  right: 0;
  display: block;
  width: 32px;
  height: 30px;
  background: url(/assets/images/common/close_03.svg) no-repeat center/contain;
}

.modal__close:hover {
  cursor: pointer;
}

.stock__anchor .c-tab-anchor__list {
  padding-bottom: 52px;
  display: flex;
  justify-content: center;
}
@media screen and (width < 768px) {
  .stock__anchor .c-tab-anchor__list {
    padding-bottom: 40px;
  }
}
.stock__tab {
  margin-bottom: 52px;
}
@media screen and (width < 768px) {
  .stock__tab {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.stock__widget {
  padding-top: 44px;
}
@media screen and (width < 768px) {
  .stock__widget {
    padding-top: 28px;
  }
}
.stock__widget02 {
  padding-top: 64px;
}
@media screen and (width < 768px) {
  .stock__widget02 {
    padding-top: 48px;
  }
}
@media screen and (width < 768px) {
  .stock .page__head {
    padding-bottom: 16px;
  }
}

.analysis__tab {
  margin-bottom: 52px;
}
@media screen and (width < 768px) {
  .analysis__tab {
    margin-bottom: 40px;
  }
}
.analysis__contents:not(:last-of-type) {
  margin-bottom: 32px;
}
.analysis__table {
  width: 100%;
  margin-bottom: 8px;
}
.analysis__table tbody th {
  width: 230px;
}
@media screen and (width < 768px) {
  .analysis__table tbody th {
    width: 180px;
  }
}
.analysis__text {
  font-size: 16px;
  line-height: 22px;
}
.analysis__note {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (width < 768px) {
  .analysis .page__head {
    padding-bottom: 16px;
  }
}
.analysis .page__update {
  margin-top: 0;
  margin-bottom: 12px;
}

.resources .page__contents {
  padding-bottom: 0;
}
.resources__head {
  padding-bottom: 16px;
}
.resources__text-area {
  padding-top: 0px;
  padding-bottom: 48px;
}
.resources__contents {
  background: #F7F7F7;
  padding: 52px 0px;
}
@media screen and (width < 768px) {
  .resources__contents {
    padding: 40px 0px;
  }
}
.resources__list {
  max-width: 936px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (width < 768px) {
  .resources__list {
    flex-direction: column;
  }
}
.resources__item {
  width: calc(50% - 8px);
}
@media screen and (width < 768px) {
  .resources__item {
    width: 100%;
  }
}
.resources__link {
  display: block;
  padding: 16px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
@media screen and (width < 1080px) {
  .resources__link:active {
    background: #FFB2B2;
  }
}
@media screen and (width < 768px) {
  .resources__link {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .resources__link:hover {
    color: #787777;
  }
  .resources__link:hover .c-external::after {
    background: #A0A0A0;
  }
  .resources__link:hover .c-arrow::after {
    background: #FF6685;
  }
}
.resources__link-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.06px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq .page__head {
  padding-bottom: 20px;
}
.faq__select {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-bottom: 28px;
}
@media screen and (width < 768px) {
  .faq__select {
    margin-bottom: 16px;
    padding: 20px;
  }
}
.faq__select .head {
  margin-bottom: 8px;
}
.faq__select .label {
  display: flex;
  align-items: center;
  padding: 4px;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.06px;
  cursor: pointer;
  transition: all 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .faq__select .label:hover {
    color: #787777;
  }
  .faq__select .label:hover input[type=checkbox] {
    background-color: #F3F3F3;
  }
}
.faq__select input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.faq__select input[type=checkbox]:checked:before {
  position: absolute;
  background-image: url("/assets/images/common/ico_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 12px;
  height: 10px;
  content: "";
}
.faq__select .checkbox {
  margin: 0;
}
.faq__select .checkbox--all.all[type=checkbox]:checked:before {
  background-image: url("/assets/images/common/ico_check_white.svg");
  background-size: 11px;
  background-position: center;
  background-color: #FD5C5C;
  border-radius: 1px;
  width: 100%;
  height: 100%;
}
.faq__select .checkbox--all.part[type=checkbox]:checked:before {
  background-image: url("/assets/images/common/ico_check-line.svg");
  background-size: 8px;
  background-position: center;
  border-radius: 1px;
  width: 100%;
  height: 100%;
}
.faq__select .contents__list {
  display: flex;
  gap: 4px 8px;
  align-items: center;
  padding-left: 20px;
  flex-wrap: wrap;
}
.faq__box {
  padding: 24px 40px 0px;
}
.faq__box:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (width < 768px) {
  .faq__box {
    padding: 24px 20px 0px;
  }
}
.faq__box {
  opacity: 0;
  display: none;
  visibility: hidden;
}
@starting-style {
  .faq__box {
    opacity: 0;
  }
}
.faq__box.is-show {
  opacity: 1;
  display: block;
  visibility: visible;
  transition: all 0.3s;
}
.faq__title {
  margin-bottom: 0px;
}
.faq__item {
  position: relative;
}
.faq__item::after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #E6E6E6;
}
.faq__question {
  font-size: 15px;
  line-height: 22px;
  padding: 24px 32px 24px 0px;
  font-weight: 700;
  letter-spacing: 0.06px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .faq__question:hover {
    opacity: 0.6;
  }
}
.faq__question:not(:last-of-type) {
  padding: 24px 40px 24px 0px;
}
.faq__question::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  content: "";
  background: url("/assets/images/parts/ico_arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.faq__question.active::after {
  transform: rotate(270deg);
}
.faq__answer {
  font-size: 15px;
  line-height: 21px;
  border-top: 1px dashed #E6E6E6;
  padding: 24px 20px;
  font-weight: 400;
  letter-spacing: 0.06px;
  display: none;
}
.faq__answer a {
  display: inline-block;
  color: #3895FF;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .faq__answer a:hover {
    color: #88BFFF;
  }
}
@media screen and (width < 1080px) {
  .faq__answer a:active {
    color: #0062D1;
  }
}
.faq__answer a[target=_blank]:not([class]) {
  display: inline-block;
  color: #3895ff;
  transition: all 0.3s;
}
.faq__answer a[target=_blank]:not([class])::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: -1px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #3895ff;
  -webkit-mask-image: url(/assets/images/parts/ico_external.svg);
          mask-image: url(/assets/images/parts/ico_external.svg);
}
.faq__answer a[target=_blank]:not([class]):hover {
  color: #88BFFF;
}

.contact__head {
  padding-bottom: 16px;
}
.contact__text-area {
  padding-top: 0px;
  padding-bottom: 48px;
}
.contact__table {
  width: 100%;
}
.contact__table tr th {
  width: 230px;
}
@media screen and (width < 768px) {
  .contact__table tr th {
    width: 180px;
  }
}

@media screen and (width < 768px) {
  .public-notice__head {
    padding-bottom: 16px;
  }
}
.public-notice .article__title::after {
  margin: 0;
  width: 24px;
  height: 24px;
}

.not-found__contents {
  margin-top: 130px;
  padding: 52px 0px;
}
@media screen and (width < 1080px) {
  .not-found__contents {
    margin-top: 0;
  }
}
@media screen and (width < 768px) {
  .not-found__contents {
    padding: 40px 0px;
  }
}
.not-found__img {
  max-width: 286px;
  margin: auto;
  margin-bottom: 32px;
  display: block;
}
.not-found__title {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 16px;
}
.not-found__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 32px;
}
.not-found__btn {
  margin: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.not-found__btn span {
  font-size: 16px;
}

/* 汎用ページ調整用 */
@media screen and (width < 1080px) {
  .c-article {
    padding-top: 60px;
  }
}
.c-article .page__head {
  padding: 0;
}
.c-article > *:not(.page__head):not(h2) {
  margin-bottom: 20px;
}
.c-article > *:not(.page__head):not(h2):last-child {
  margin-bottom: 0;
}
.c-article h1 {
  margin: 40px 0 32px;
}
.c-article p a {
  display: inline-block;
  color: #3895ff;
  transition: all 0.3s;
}
.c-article p a:hover {
  color: #88BFFF;
}
.c-article p a[target=_blank]:not([class]) {
  display: inline-block;
  color: #3895ff;
  transition: all 0.3s;
}
.c-article p a[target=_blank]:not([class])::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: -1px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: all 0.3s;
  margin-left: 8px;
  background: #3895ff;
  -webkit-mask-image: url(/assets/images/parts/ico_external.svg);
          mask-image: url(/assets/images/parts/ico_external.svg);
}
.c-article p a[target=_blank]:not([class]):hover {
  color: #88BFFF;
}
.c-article .width-middle {
  width: 70%;
  margin: auto;
}
@media screen and (width < 768px) {
  .c-article .width-middle {
    width: 100%;
  }
}
.c-article a[target=_blank].c-txt-link .c-external::after {
  width: 15px;
  height: 15px;
  margin-bottom: -1px;
}
.c-article .c-link-area {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}