@charset "UTF-8";
:root {
  --color-default: #192031;
  --color-main: #052570;
  --color-base: #fffbf7;
  --color-link: #fff;
}

/* mixinの記述 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

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

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

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

ul, ol {
  margin: 0;
  padding: 0;
}

/* 共通のタグで当てたいスタイルがあればここに記述 */
html {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}

summary {
  list-style: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

summary::-webkit-details-marker {
  display: none;
}

html {
  overflow-x: hidden;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
@media (max-width: 800px) {
  .header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: transparent;
  }
}

.header.closeStyle {
  display: block !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  backdrop-filter: blur(24px) !important;
}

.header__wrap_pc {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__wrap_pc .header__wrap_pcLink:hover {
  opacity: 0.8;
}
@media (max-width: 1280px) {
  .header__wrap_pc {
    padding-inline: 16px;
  }
}
@media (max-width: 800px) {
  .header__wrap_pc {
    display: none;
  }
}
.header__wrap_pc .header__links {
  display: flex;
  -moz-column-gap: 56px;
  column-gap: 56px;
  align-items: center;
}
.header__wrap_pc .menu-inner ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.header__wrap_pc .menu-inner ul li a {
  text-decoration: none;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--color-default);
}
.header__wrap_pc .menu-inner ul li a:hover {
  opacity: 0.8;
}
.header__wrap_pc .header__contact {
  padding: 14px 35px;
  background-color: var(--color-main);
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.header__wrap_pc .header__contact:hover {
  opacity: 0.8;
}

.header__wrap_sp {
  display: none;
}
@media (max-width: 800px) {
  .header__wrap_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 14px 14px 24px;
    width: 100%;
    position: relative;
    z-index: 20;
  }
}
@media (max-width: 800px) {
  .header__wrap_sp img {
    position: relative;
    z-index: 21;
  }
}
.header__wrap_sp .header__links_sp {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 0 16px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.header__wrap_sp .header__links_sp.open {
  display: flex;
  transform: translateX(0);
}
.header__wrap_sp .menu-inner {
  width: 100%;
}
.header__wrap_sp .menu-inner ul {
  list-style: none;
  padding: 72px 0 0;
  text-align: left;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: var(--color-main);
}
.header__wrap_sp .menu-inner li a {
  width: 100%;
  text-decoration: none;
  padding: 24px 32px;
  border-bottom: solid 1px rgba(25, 32, 49, 0.2);
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  color: var(--color-default);
}
.header__wrap_sp .menu-inner li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-default);
  border-right: 1px solid var(--color-default);
  transform: rotate(45deg);
}
.header__wrap_sp .menu-inner li:first-child a {
  border-top: solid 1px rgba(25, 32, 49, 0.2);
}
.header__wrap_sp .hamburger {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  align-items: flex-end;
  justify-content: center;
}
.header__wrap_sp .hamburger span {
  display: block;
  height: 1px;
  background: var(--color-main);
  transition: 0.3s;
}
.header__wrap_sp .hamburger span:nth-child(1) {
  width: 16px;
}
.header__wrap_sp .hamburger span:nth-child(2) {
  width: 20px;
}
.header__wrap_sp .hamburger span:nth-child(3) {
  width: 24px;
}
.header__wrap_sp .hamburger.open span:nth-child(1) {
  width: 33px;
  transform: translateY(10px) rotate(45deg);
}
.header__wrap_sp .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header__wrap_sp .hamburger.open span:nth-child(3) {
  width: 33px;
  transform: translateY(-10px) rotate(-45deg);
}
.header__wrap_sp .header__contact {
  padding: 13px 35px;
  background-color: var(--color-main);
  color: #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 53px;
  text-decoration: none;
}

footer {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-top: solid 1px var(--color-main);
}

.footer__links {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-top: 88px;
  padding-bottom: 108px;
  background-color: #F3F4F7;
}
@media (max-width: 800px) {
  .footer__links {
    padding-inline: 16px;
  }
}
@media (max-width: 414px) {
  .footer__links {
    padding-top: 80px;
    padding-bottom: 64px;
    font-size: 14px;
  }
}

.footer__linksWrap {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  -moz-column-gap: 160px;
  column-gap: 160px;
}
@media (max-width: 1280px) {
  .footer__linksWrap {
    -moz-column-gap: normal;
    column-gap: normal;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
    padding-inline: 16px;
  }
}
@media (max-width: 800px) {
  .footer__linksWrap {
    flex-direction: column;
  }
}

.footer__linksContents {
  display: grid;
  gap: 32px;
  grid-template-columns: 72px repeat(6, auto);
}
.footer__linksContents + .footer__linksContents {
  margin-top: 63px;
}
@media (max-width: 800px) {
  .footer__linksContents {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
  }
}

.footer__linksItem {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.footer__linksItem li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .footer__linksItem {
    padding-left: 16px;
  }
}

.footer__linksItem--title {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
}
.footer__linksItem--title li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .footer__linksItem--title {
    grid-column: 1/span 2;
  }
}

.footer__linksItemRecruit {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.footer__linksItemRecruit li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .footer__linksItemRecruit {
    padding-left: 16px;
    grid-column: 1/span 2;
  }
}

.footer__linksSubItem {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  margin-top: 7px;
}
.footer__linksSubItem li a {
  text-decoration: none;
}

.footer__copyright {
  background: var(--color-main);
  padding-top: 17px;
  padding-bottom: 17px;
}

.footer__copyrightLinks {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
  list-style: none;
  display: flex;
  -moz-column-gap: 24px;
  column-gap: 24px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.footer__copyrightLinks a {
  text-decoration: none;
}
@media (max-width: 1280px) {
  .footer__copyrightLinks {
    padding-inline: 16px;
  }
}
@media (max-width: 414px) {
  .footer__copyrightLinks {
    font-size: 12px;
  }
}

.navigation-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 32px;
}
.navigation-list ul {
  list-style: none;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 14px;
}
.navigation-list ul li a {
  text-decoration: none;
}
@media (max-width: 800px) {
  .navigation-list {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}

main {
  background: var(--color-base);
  color: var(--color-main);
}

.award__wrap {
  margin-inline: auto;
  max-width: 960px;
  padding-top: 80px;
  margin-bottom: 56px;
}
@media (max-width: 960px) {
  .award__wrap {
    width: 100%;
    padding-inline: 16px;
  }
}
@media (max-width: 414px) {
  .award__wrap {
    padding-top: 48px;
  }
}

.award__head {
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 414px) {
  .award__head {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 959px) {
  .award__head {
    margin-bottom: 32px;
  }
}

.award__text {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.03em;
  color: var(--color-default);
}

.contents {
  margin-inline: auto;
  max-width: 960px;
}
@media (max-width: 960px) {
  .contents {
    width: 100%;
    padding-inline: 16px;
  }
}

.main__image {
  min-width: 480px;
  height: 594px;
}
@media only screen and (max-width: 959px) {
  .main__image {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 343px;
    height: 240px;
  }
}

.award__main__flex {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 959px) {
  .award__main__flex {
    flex-direction: column;
  }
}

.award__main__title {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 959px) {
  .award__main__title {
    font-size: 20px;
    line-height: 32px;
  }
}

.award__main__content p {
  color: var(--color-default);
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 959px) {
  .award__main__content p {
    font-size: 14px;
    line-height: 22.4px;
  }
}
.award__main__content h3 {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 959px) {
  .award__main__content h3 {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.award__middle {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media only screen and (max-width: 959px) {
  .award__middle {
    flex-direction: column;
  }
}

.award__middle__flex {
  display: flex;
  width: calc(33.3% - 30px);
  background-color: var(--color-link);
  flex-direction: column;
}
@media only screen and (max-width: 959px) {
  .award__middle__flex {
    width: auto;
  }
}

.award__middle__title {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .award__middle__title {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.award__middle__content {
  padding: 16px 24px;
}
.award__middle__content p {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color-default);
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
}
@media only screen and (max-width: 959px) {
  .award__middle__content p {
    font-size: 14px;
    line-height: 22.4px;
  }
}

.middle__image {
  width: 100%;
  height: 160px;
}
@media only screen and (max-width: 959px) {
  .middle__image {
    height: auto;
  }
}

.award__small {
  margin-top: 40px;
  margin-bottom: 160px;
}

.award__small__headline {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 959px) {
  .award__small__headline {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.03em;
  }
}

.award__small__flex {
  padding: 32px;
  background-color: var(--color-link);
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}

.award__small__content p {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  letter-spacing: 0.03em;
  color: var(--color-default);
}
@media only screen and (max-width: 959px) {
  .award__small__content p {
    font-size: 14px;
    line-height: 22.4px;
  }
}

.small__image {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
@media only screen and (max-width: 959px) {
  .small__image {
    min-width: auto;
    width: 65px;
    height: 65px;
  }
}

.award__small__title {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 959px) {
  .award__small__title {
    font-size: 16px;
    line-height: 25.6px;
  }
}

.award__spacer {
  display: block;
  margin-bottom: 10px;
}

/* 関連情報 */
.company {
  background-color: var(--color-main);
  padding-top: 193px;
  padding-bottom: 96px;
}
@media (max-width: 1280px) {
  .company {
    padding-top: 127px;
    padding-bottom: 120px;
  }
}
@media (max-width: 414px) {
  .company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.company .wrap {
  margin-inline: auto;
}
@media (min-width: 1280px) {
  .company .wrap {
    max-width: 1280px;
    padding-inline: 16px;
  }
}
@media (max-width: 1280px) {
  .company .wrap {
    width: 100%;
    padding-inline: 16px;
  }
}

.company__title {
  color: #fff;
  padding-left: 25px;
  border-left: solid 15px #fff;
  font-family: "Hiragino Mincho ProN", "Yu Mincho Pr6N M", "Yu Mincho", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 414px) {
  .company__title {
    font-size: 28px;
    border-left: solid 10px #fff;
    padding-left: 13px;
  }
}

.company__text {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 50px;
  color: #fff;
}

.company__list {
  margin-top: 80px;
  display: flex;
  -moz-column-gap: 13px;
  column-gap: 13px;
  list-style: none;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .company__list {
    row-gap: 24px;
    -moz-column-gap: 23px;
    column-gap: 23px;
  }
}
@media (max-width: 414px) {
  .company__list {
    width: 100%;
    margin-top: 40px;
  }
}

.company__listItem {
  width: calc((100% - 39px) / 4);
}
@media (max-width: 1280px) {
  .company__listItem {
    width: calc((100% - 46px) / 2);
  }
}
@media (max-width: 800px) {
  .company__listItem {
    width: 100%;
  }
}
.company__listItem a {
  display: block;
}

.company__listItemImage {
  width: 302px;
  height: auto;
}
@media (max-width: 1280px) {
  .company__listItemImage {
    width: 100%;
    height: 300px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.company__listItemText {
  padding: 24px;
  color: var(--color-main);
  transition: color 0.4s, border-color 0.4s;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3%;
  border-bottom: solid 1px var(--color-main);
  background-color: #fff;
}
.company__listItemText::after {
  content: "";
  width: 19px;
  height: 19px;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: rotate(45deg);
}

.company__link {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  color: #fff;
  margin-top: 64px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 414px) {
  .company__link {
    margin-top: 40px;
  }
}

.companyInfo {
  display: flex;
  -moz-column-gap: 15px;
  column-gap: 15px;
  list-style: none;
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .companyInfo {
    flex-direction: column;
    row-gap: 15px;
  }
}

.js-fadeIn,
.js-fadeInNumber {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.js-fadeIn.active,
.js-fadeInNumber.active {
  opacity: 1;
  transform: translateY(0);
}

.companyInfo__list--founded {
  width: 262px;
  border: 1px solid rgba(5, 37, 112, 0.2);
  height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .companyInfo__list--founded {
    width: 100%;
    align-items: flex-start;
    padding-inline: 70px;
  }
}
@media (max-width: 414px) {
  .companyInfo__list--founded {
    padding-inline: 52px;
  }
}

.companyInfo__list--cases {
  width: 496px;
  border: 1px solid rgba(5, 37, 112, 0.2);
  height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .companyInfo__list--cases {
    width: 100%;
    align-items: flex-start;
    padding-inline: 70px;
  }
}
@media (max-width: 414px) {
  .companyInfo__list--cases {
    padding-inline: 52px;
  }
}

.companyInfo__list--qualifications {
  width: 492px;
  border: 1px solid rgba(5, 37, 112, 0.2);
  height: 195px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
}
@media (max-width: 1280px) {
  .companyInfo__list--qualifications {
    width: 100%;
    align-items: flex-start;
    padding-inline: 70px;
  }
}
@media (max-width: 414px) {
  .companyInfo__list--qualifications {
    padding-inline: 52px;
  }
}

.js-fadeInText {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.js-fadeInText.active {
  opacity: 1;
  transform: translateY(0);
}

.companyInfo__title {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3%;
}
@media (max-width: 414px) {
  .companyInfo__title {
    font-size: 12px;
  }
}

.companyInfo__number {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
  line-height: 1;
}
@media (max-width: 414px) {
  .companyInfo__number {
    font-size: 18px;
  }
}
.companyInfo__number span {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: left;
  margin-right: 10px;
}
@media (max-width: 414px) {
  .companyInfo__number span {
    font-size: 56px;
  }
}

.companyInfo__qualificationsList {
  display: flex;
  -moz-column-gap: 14px;
  column-gap: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.companyInfo__qualificationsList + .companyInfo__qualificationsList {
  border-top: solid 1px rgba(5, 37, 112, 0.2);
  padding-top: 6px;
}

.companyInfo__qualificationsListText {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
  width: 248px;
}
@media (max-width: 414px) {
  .companyInfo__qualificationsListText {
    font-size: 18px;
    width: 186px;
  }
}

.companyInfo__qualificationsListNumber {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: left;
}
@media (max-width: 414px) {
  .companyInfo__qualificationsListNumber {
    font-size: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
  }
}
.companyInfo__qualificationsListNumber span {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media (max-width: 414px) {
  .companyInfo__qualificationsListNumber span {
    font-size: 20px;
  }
}
/*# sourceMappingURL=award.css.map */