@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .election-mv {
    margin-top: 5rem;
  }
}

.election-mv.election-mv--detail {
  background-color: #efede4;
}

.election-mv__img {
  width: 100%;
  background-color: #0e357f;
}

.election-mv__img source,
.election-mv__img img {
  display: block;
  width: 70%;
/*
  -o-object-fit: cover;
     object-fit: cover;
*/
  margin: 0 auto;
  max-width: 1100px;
}

.election-mv__img img {
  aspect-ratio: 1400/400;
}
@media screen and (max-width: 767px) {
  .election-mv__img img {
    aspect-ratio: 750/700;
  }
}

.tab {
  background-color: #f5f5f5;
  padding-top: 3.65rem;
  padding-bottom: 6.05rem;
  scroll-margin-top: 138px;
}
@media (max-width: 767px) {
  .tab {
    padding-top: 2rem;
    padding-bottom: 3rem;
    scroll-margin-top: 50px;
  }
}

.election-inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 2rem;
}
@media (max-width: 767px) {
  .election-inner {
    padding-inline: 0.8rem;
  }
}

.tab__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tab__list {
    padding-inline: 0.7rem;
  }
}

.tab__item {
  text-align: center;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #0e357f;
}

.tab__item.tab__item--active {
  border-bottom: 4px solid #0e357f;
}

.tab__item--active .tab__link {
  font-weight: 700;
  color: #003a8c;
  pointer-events: none;
}

.tab__link.tab__link--detail-page {
  font-weight: 700;
  color: #003a8c;
}

.tab__link {
  padding: 2.4rem 0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
  color: #adadad;
  text-decoration: none;
  display: block;
}

@media (max-width: 767px) {
  .tab__link {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    padding: 1rem 0;
  }
}
.company-list {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .company-list {
    margin-top: 3rem;
    margin-bottom: 9rem;
  }
}

.company-list__text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .company-list__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.company-list__grid {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7rem 4.6rem;
}
@media screen and (max-width: 767px) {
  .company-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 626px) {
  .company-list__grid {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.company-list__item {
  height: 100%;
}

.company-list__link {
  display: block;
  height: inherit;
  display: flex;
  align-items: flex-start;
}

.company-list__number {
  font-size: 2rem;
  font-weight: 700;
  color: #0e357f;
  letter-spacing: normal;
  line-height: 1.5;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
}
@media screen and (max-width: 767px) {
  .company-list__number {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.company-list__number::after {
  content: "";
  display: block;
  width: 1px;
  height: 2.1rem;
  background-color: #b2b2b2;
  margin-left: 1rem;
}

.company-list__name {
  font-size: 1.6rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: normal;
  line-height: 1.5;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .company-list__name {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.company-list__note {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: normal;
  line-height: 1.6;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .company-list__note {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-top: 3.1rem;
  }
}

.company-list__button-wrapper {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}

.company-list__btn {
  position: relative;
  display: flex;
  max-width: 38.4rem;
  width: 100%;
  transition: 0.5s;
/*  border: 2px solid #0e357f;*/
  background-color: #0e357f;
}

.company-list__btn-text.column__btn-d {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: normal;
  padding: 2.8rem 1.5rem;
}
@media (max-width: 767px) {
  .company-list__btn-text.column__btn-d {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    padding: 2.6rem 1.2rem;
  }
}

.company-list__btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/assets/img/kenshu_2/column_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 2rem;
  top: 50%;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .company-list__btn::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 1.5rem;
    margin-top: -0.8rem;
  }
}

.area-select {
  margin-top: 4.05rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .area-select {
    margin-top: 3rem;
  }
}

.area-select__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .area-select__list {
    display: flex;
    gap: 0.5rem;
  }
}

.area-select__item a {
  text-align: center;
  width: 10.6rem;
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #5f72b2;
  letter-spacing: normal;
  line-height: 1.6;
  border: 1px solid #5f72b2;
  border-radius: 2.4rem;
  background-color: #fff;
  transition: all 0.3s;
}
.area-select__item a:hover {
  background-color: #0e357f;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .area-select__item a {
    width: 8.6rem;
    padding: 0.75rem 1rem;
    font-size: 1.3rem;
  }
}

.area-select__item--active a {
  background-color: #0e357f;
  color: #fff;
}

.category-select {
  margin-top: 4.05rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .category-select {
    margin-top: 3rem;
    padding-left: 0.7rem;
  }
}

.category-select__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .category-select__list {
    gap: 0.5rem;
  }
}

.category-select__item a {
  display: inline-block;
  padding: 1.05rem 2.3rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #5f72b2;
  letter-spacing: normal;
  line-height: 1.6;
  border: 1px solid #5f72b2;
  border-radius: 2.4rem;
  background-color: #fff;
  transition: all 0.3s;
}
.category-select__item a:hover {
  background-color: #0e357f;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .category-select__item a {
    padding: 0.76rem 1.6rem;
    font-size: 1.3rem;
  }
}

.category-select__item--active a {
  background-color: #0e357f;
  color: #fff;
}

.election-mv__title-inner.inner {
  width: 104rem;
  margin-inline: auto;
  margin-top: 13.8rem;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .election-mv__title-inner.inner {
    margin-top: 0;
    padding: 2.6rem 0.8rem;
    width: 100%;
  }
}

.bread.bread--election .inner {
  width: 108rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .bread.bread--election .inner {
    display: none;
  }
}

.election-mv__title-text {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .election-mv__title-text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
}

.company-card {
  margin-top: 6rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .company-card {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .company-card__inner.inner {
    padding-inline: 0.8rem;
  }
}

.company-card__info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-card__info {
    flex-direction: column;
    align-items: flex-start;
  }
}

.company-card__number {
  border: 1px solid #0e357f;
  max-width: 8.6rem;
  padding: 1.5rem 0.5rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-card__number {
    padding: 0.7rem 0.5rem;
    max-width: 7rem;
  }
}

.company-card__number-label {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #0e357f;
  letter-spacing: normal;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767px) {
  .company-card__number-label {
    font-size: 1.1rem;
    line-height: 1.6363636364;
  }
}

.company-card__number-value {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 700;
  color: #0e357f;
  letter-spacing: normal;
  line-height: 1;
  font-family: Roboto, sans-serif;
}
@media screen and (max-width: 767px) {
  .company-card__number-value {
    font-size: 2.6rem;
    line-height: 1.3846153846;
  }
}

.company-card__name {
  margin-top: 2rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .company-card__name {
    margin-top: 1.5rem;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

.company-card__tags {
  margin-top: 2rem;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company-card__tags {
    margin-top: 1.5rem;
  }
}

.company-card__tag {
  font-size: 1.3rem;
  font-weight: 500;
  color: #5f72b2;
  letter-spacing: normal;
  line-height: 1.4;
  padding: 0.6rem 2.4rem;
  border: 1px solid #5f72b2;
  border-radius: 2rem;
  background-color: #eff1fa;
}
@media screen and (max-width: 767px) {
  .company-card__tag {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.55rem 2.3rem;
  }
}

.company-card__logo {
  flex-shrink: 0;
  max-width: 29.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-card__logo {
    margin-top: 4rem;
    margin-inline: auto;
    width: 100%;
    max-width: 40rem;
    width: 81.06%;
  }
}
.company-card__logo img {
  width: 100%;
  height: auto;
  /* aspect-ratio: 291/194; */
}

.company-info {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .company-info {
    margin-top: 3rem;
  }
}

.company-info__item {
  display: flex;
  border-bottom: 1px solid #d2d5d9;
  padding: 1.9rem 0 1.9rem 1rem;
}
@media screen and (max-width: 767px) {
  .company-info__item {
    padding: 1rem 0;
  }
}

.company-info__item:last-child {
  border-bottom: none;
}

.company-info__term {
  max-width: 16rem;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0e357f;
  letter-spacing: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company-info__term {
    max-width: 9.3rem;
    font-size: 1.3rem;
    line-height: 1.3846153846;
    margin-left: 0.9rem;
  }
}

.company-info__desc {
  margin-left: 1.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company-info__desc {
    margin-left: 2.55rem;
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}
.company-info__desc a:link {
  color: #366bd1;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .company-info__desc p span {
    display: inline-block;
  }
}

.company-info__ceo {
  display: flex;
}

.company-info__ceo-img {
  margin-left: 3rem;
  max-width: 10rem;
  width: 100%;
  height: auto;
  /* aspect-ratio: 100/121.5; */
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company-info__ceo-img {
    margin-left: 5rem;
    max-width: 8rem;
  }
}

.company-info__ceo-details {
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company-info__ceo-details {
    font-size: 1.3rem;
    line-height: 1.3846153846;
  }
}

.company-info__button-wrap {
  margin-top: 6.05rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .company-info__button-wrap {
    margin-top: 3rem;
  }
}

.company-info__button {
  max-width: 30rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: #0e357f;
  letter-spacing: normal;
  line-height: 1.2;
  border: 2px solid #0e357f;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company-info__button {
    max-width: 40rem;
    width: 56%;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    line-height: 1.6153846154;
    border: 1px solid #0e357f;
  }
}

.company-info__button span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-info__button span::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/senkyo/img/white-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .company-info__button span::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.6rem;
  }
}

.company-info__button-text {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .md-show {
    display: block;
  }
}

.company-list h2 {
    font-size: 2rem;
    font-weight: 600;
    padding: 1.05rem 2.1rem;
    color: #fff;
    background-color: #0e357f;
    margin-top: 4rem;
    scroll-margin-top: 138px;
}
@media screen and (max-width: 767px) {
    .company-list h2 {
        margin-top: 3rem;
        font-size: 1.8rem;
        padding: 1rem 1.2rem;
        scroll-margin-top: 50px;
    }
}

.company-list02 .company-list__grid {
    margin-top: 4rem;
}

@media (max-width: 626px) {
    .company-list02 .company-list__grid {
        margin-top: 2rem;
    }
}

main:has(.election-mv){
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
    main:has(.election-mv){
      padding-top: 0;
    }
}


