@charset "UTF-8";
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers.
  (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

h1, h2, h3, h4, p, ul, figure {
  margin: 0;
}

ul {
  padding: 0;
}

/* html と ::root から body まで。 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

@media only screen and (768px <= width) {
  .sm-only {
    display: none;
  }
}

@media only screen and (width < 768px) {
  .md {
    display: none;
  }
}

@media only screen and (width < 768px) {
  .md-only {
    display: none;
  }
}
@media only screen and (1024px <= width) {
  .md-only {
    display: none;
  }
}

@media only screen and (width < 768px) {
  .lg {
    display: none;
  }
}
@media only screen and (768px <= width < 1024px) {
  .lg {
    display: none;
  }
}

@media only screen and (width < 768px) {
  .lg-only {
    display: none;
  }
}
@media only screen and (768px <= width < 1024px) {
  .lg-only {
    display: none;
  }
}
@media only screen and (1200px <= width) {
  .lg-only {
    display: none;
  }
}

@media only screen and (width < 768px) {
  .lgx {
    display: none;
  }
}
@media only screen and (768px <= width < 1024px) {
  .lgx {
    display: none;
  }
}
@media only screen and (1024px <= width < 1200px) {
  .lgx {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

/* stylelint-disable */
.humHis__container {
  margin: 0 auto;
}
.humHis__container__desc {
  width: 77%;
}
.humHis__container__field {
  position: relative;
  z-index: 2;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  gap: 0 34px;
  align-items: flex-end;
}
@media only screen and (width < 768px) {
  .humHis__container__field {
    flex-direction: column-reverse !important;
    align-items: start;
  }
}
.humHis__container__pursuit {
  position: relative;
  width: 1200px;
  max-width: 100%;
}
/* stylelint-disable */
.humHis__text__upp {
  text-transform: uppercase;
}
.humHis__text__cap {
  text-transform: capitalize;
}
.humHis__main {
  overflow: hidden;
}
.humHis__wrap__sp {
  display: block;
}
@media only screen and (768px <= width) {
  .humHis__wrap__sp {
    display: none;
  }
}
.humHis__wrap__pc {
  display: none;
}
@media only screen and (768px <= width) {
  .humHis__wrap__pc {
    display: block;
  }
}

/* stylelint-disable */
.humHis__header {
  width: 100%;
  height: 175px;
  background-color: gray;
}
@media only screen and (1024px <= width) {
  .humHis__header {
    height: 184px;
  }
}
@media only screen and (1200px <= width) {
  .humHis__header {
    height: 140px;
  }
}

/* stylelint-disable */
.humHis__fv__inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.humHis__fv__image--item {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.humHis__main__title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (768px <= width) {
  .humHis__main__title {
    flex-direction: row;
    gap: 0.8125rem;
  }
}
@media only screen and (1200px <= width) {
  .humHis__main__title {
    gap: 1.625rem;
    top: 48%;
  }
}
.humHis__main__title--text {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.09375rem;
  font-weight: 700;
  line-height: 1.143;
  letter-spacing: 0.1em;
  text-align: center;
  color: #000000;
  margin-top: 0.6rem;
}
@media only screen and (768px <= width) {
  .humHis__main__title--text {
    font-size: 2.1875rem;
    width: auto;
  }
}
@media only screen and (1024px <= width) {
  .humHis__main__title--text {
    font-size: 1.875rem;
    line-height: 1.3;
    letter-spacing: 0.3em;
    width: auto;
  }
}
.humHis__main__title--blue {
  color: #00B4DC;
}
.humHis__main__image--item {
  position: relative;
  top: -0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (1200px <= width) {
  .humHis__main__image--item {
    width: 3.875rem;
    height: auto;
  }
}

/* stylelint-disable */
.humHis__desc {
  margin-top: 2.8438rem;
}
@media only screen and (1200px <= width) {
  .humHis__desc {
    margin-top: 4.6rem;
    margin-left: -3rem;
  }
}
.humHis__desc__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
}
@media only screen and (768px <= width) {
  .humHis__desc__title {
    font-size: 2rem;
  }
}
@media only screen and (1024px <= width) {
  .humHis__desc__title {
    font-size: 2.5rem;
  }
}
.humHis__desc__title--blue {
  color: #00B4DC;
}

/* stylelint-disable */
.humHis__field__heading {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.humHis__field__heading-wrapper {
  margin-bottom: 50px;
  width: calc(47% - 57px);
}
@media only screen and (width < 768px) {
  .humHis__field__heading-wrapper {
    padding-left: 20px;
    margin-bottom: -20px;
    width: calc(100% - 30px);
  }
}
.humHis__field__heading--box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.364375rem 0 0.364375rem 0.46875rem;
  border-left: 0.13rem solid #00B4DC;
  border-bottom: 0.13rem solid #00B4DC;
  position: relative;
  margin-top: auto;
  flex-shrink: 0;
  margin-right: 1em;
  z-index: 2;
}
@media only screen and (1024px <= width) {
  .humHis__field__heading--box {
    top: -2rem;
  }
}
.humHis__field__heading--box::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 15px;
  background-color: #E5F7FB;
  border-left: 0.13rem solid #00B4DC;
  position: absolute;
  bottom: -25px;
  left: 47%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
@media only screen and (width < 768px) {
  .humHis__field__heading--box::after {
    background-color: #fff;
  }
}
@media only screen and (1024px <= width) {
  .humHis__field__heading--box::after {
    background-color: #EAF7FC;
  }
}
.humHis__field__heading--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.54;
  color: #00B4DC;
}
@media only screen and (1024px <= width) {
  .humHis__field__heading--text {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

/* stylelint-disable */
.humHis__field {
  margin-top: 1.8rem;
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
}
@media only screen and (1024px <= width) {
  .humHis__field {
    margin: 0 auto;
  }
}
.humHis__field::before {
  content: "";
  display: flex;
  width: 100%;
  max-width: 1124px;
  height: calc(100% - 127px);
  background-color: #E5F7FB;
  position: absolute;
  top: 127px;
  left: 154px;
}
@media only screen and (width < 768px) {
  .humHis__field::before {
    top: 320px;
    height: calc(100% - 320px);
    left: 0;
  }
}
.humHis__field__first {
  position: relative;
}
.humHis__field__second {
  margin-top: 12.3rem;
  position: relative;
}
@media only screen and (width < 768px) {
  .humHis__field__second {
    margin-top: 60px;
  }
}
@media only screen and (1024px <= width) {
  .humHis__field__second {
    margin-top: 5rem;
  }
}
.humHis__field__third {
  margin-top: 11.15rem;
  position: relative;
}
@media only screen and (width < 768px) {
  .humHis__field__third {
    margin-top: 60px;
  }
}
@media only screen and (1024px <= width) {
  .humHis__field__third {
    margin-top: 3.7rem;
  }
}
.humHis__field__forth {
  margin-top: 11rem;
  position: relative;
}
@media only screen and (width < 768px) {
  .humHis__field__forth {
    margin-top: 60px;
  }
}
@media only screen and (1024px <= width) {
  .humHis__field__forth {
    margin-top: 4rem;
  }
}
.humHis__field__fifth {
  margin-top: 11.2rem;
  margin-bottom: 50px;
}
@media only screen and (width < 768px) {
  .humHis__field__fifth {
    margin-top: 60px;
    margin-bottom: 0px;
  }
}
@media only screen and (1024px <= width) {
  .humHis__field__fifth {
    margin-top: 3.2rem;
  }
}
.humHis__field__title {
  margin-top: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
  margin-left: -9em;
  position: relative;
  z-index: 2;
}
@media only screen and (1024px <= width) {
  .humHis__field__title {
    margin-top: 0.5rem;
  }
}
@media only screen and (width < 768px) {
  .humHis__field__title {
    margin-left: 0;
  }
}
.humHis__field__title--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0;
  line-height: 0.935;
  color: #FFFFFF;
  width: -moz-max-content;
  width: max-content;
  padding: 0.5rem 0.45rem;
  background-color: #00B4DC;
}
@media only screen and (1024px <= width) {
  .humHis__field__title--text {
    font-size: 1.875rem;
    line-height: 0.833;
    padding: 0.7rem;
  }
}
.humHis__field__title--image {
  z-index: 3;
}
.humHis__field__title--firstImage {
  -o-object-fit: cover;
     object-fit: cover;
}
.humHis__field__title--secondImage {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media only screen and (1024px <= width) {
  .humHis__field__title--secondImage {
    width: 15.375rem;
  }
}
.humHis__field__title--thirdImage {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
@media only screen and (1024px <= width) {
  .humHis__field__title--thirdImage {
    width: 15.779rem;
    height: 13.0825rem;
  }
}
.humHis__field__title--forthImage {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (1024px <= width) {
  .humHis__field__title--forthImage {
    width: 16.6875rem;
    height: 16.0625rem;
  }
}
.humHis__field__image {
  position: relative;
  z-index: 1;
  width: 53%;
}
@media only screen and (width < 768px) {
  .humHis__field__image {
    width: calc(100% - 40px);
  }
}
.humHis__field__image--item {
  width: calc(100% + 60px);
  bottom: 0;
  height: auto;
  right: 60px;
  position: relative;
  height: auto;
}
.humHis__field__topic {
  position: relative;
}
@media only screen and (1024px <= width) {
  .humHis__field__topic--df {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
.humHis__topic__title--text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.03125rem;
  font-weight: 700;
  line-height: 1.333;
  color: #00B4DC;
}
@media only screen and (1024px <= width) {
  .humHis__topic__title--text {
    font-size: 1.375rem;
  }
}
.humHis__topic__contents {
  margin-top: 0.1rem;
}
.humHis__topic__contents--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.607;
  color: #000000;
}
@media only screen and (1024px <= width) {
  .humHis__topic__contents--text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
.humHis__topic__image {
  position: relative;
}
@media only screen and (768px <= width) {
  .humHis__topic__image {
    padding-bottom: 0;
  }
}
.humHis__topic__image--second {
  margin-top: 0.7rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.humHis__topic__image--pc {
  display: none;
  margin-top: 0.7rem;
  padding-bottom: 0.5rem;
  position: relative;
}
@media only screen and (768px <= width) {
  .humHis__topic__image--pc {
    display: block;
  }
}
.humHis__topic__image--item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (768px <= width) {
  .humHis__topic__image--item {
    height: auto;
  }
}
@media only screen and (1024px <= width) {
  .humHis__topic__image--item {
    height: auto;
    position: relative;
  }
}

/* 奇数のセクション */
/* 偶数のセクション */
.humHis__field:nth-child(even):before {
  left: -34px;
}
@media only screen and (width < 768px) {
  .humHis__field:nth-child(even):before {
    top: 120px;
    height: calc(100% - 120px);
    left: 0;
  }
}
.humHis__field:nth-child(even) .humHis__container__field {
  flex-direction: row-reverse;
}
.humHis__field:nth-child(even) .humHis__field__title {
  margin-left: -4em;
}
@media only screen and (width < 768px) {
  .humHis__field:nth-child(even) .humHis__field__title {
    margin-left: 0;
  }
}
.humHis__field:nth-child(even) .humHis__field__heading-wrapper {
  margin-right: -13.5rem;
}

.humHis__field .humHis__field__topic--df {
  display: flex;
  width: 1240px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  gap: 10px 40px;
  padding: 40px 20px 70px;
}
@media only screen and (width < 768px) {
  .humHis__field .humHis__field__topic--df {
    flex-direction: column;
  }
}
.humHis__field .humHis__field__topic--df > * {
  flex: 1;
}
.humHis__field .humHis__field__topic--df > *:nth-of-type(1) {
  order: -1;
}
.humHis__field .humHis__field__topic--df:before {
  content: "";
  border: 1px solid #00B4DC;
  align-self: stretch;
  z-index: 2;
}
@media only screen and (width < 768px) {
  .humHis__field .humHis__field__topic--df:before {
    opacity: 0.3;
  }
}

.humHis__field__first .humHis__topic--second {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 42%;
}

.humHis__field__fifth .humHis__field__topic--df {
  width: 830px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 310px;
  max-width: calc(100% - 310px);
}
.humHis__field__fifth .humHis__field__topic--df:before {
  content: none;
}
@media only screen and (width < 768px) {
  .humHis__field__fifth .humHis__field__topic--df {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }
}
.humHis__field__fifth:before {
  width: 910px;
  margin-left: 75px;
}
@media only screen and (width < 768px) {
  .humHis__field__fifth:before {
    margin-left: 0;
    top: 280px;
  }
}

/* 奇数のセクション */
/* 偶数のセクション */
/* 奇数のセクション */
/* 偶数のセクション */
/* 奇数のセクション */
/* 偶数のセクション */
@media only screen and (1024px <= width) {
  .humHis__container__left--first {
    position: relative;
  }
}
@media only screen and (1024px <= width) {
  .humHis__container__left--second {
    position: relative;
  }
}

.humHis__container__df--inner {
  display: flex;
  gap: 30px;
}
@media (width < 1200px) {
  .humHis__container__df--inner {
    flex-direction: column;
  }
}
.humHis__container__df--inner .humHis__topic__image--first {
  width: 169px;
  flex-shrink: 0;
}
@media only screen and (width < 768px) {
  .humHis__container__df--inner .humHis__topic__image--first {
    width: 80%;
  }
}
.humHis__container__df--inner .humHis__topic__image--first img {
  width: 100%;
  height: auto;
}
@media (width < 1200px) {
  .humHis__container__df--inner .humHis__topic__image--first {
    aspect-ratio: 529/353;
  }
}

@media only screen and (1024px <= width) {
  .humHis__container--full {
    position: relative;
  }
}

.humHis__field .humHis__field__heading--image {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.humHis__field .humHis__field__heading--image > * {
  flex: 1;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.humHis__field.humHis__field__second .humHis__field__heading--image,
.humHis__field.humHis__field__forth .humHis__field__heading--image {
  right: auto;
  left: 0;
}

.humHis__field.humHis__field__first .humHis__field__heading--image {
  width: 246px;
  position: absolute;
  aspect-ratio: 246/226;
  margin-right: -100px;
  margin-top: -245px;
}
@media (width < 1200px) {
  .humHis__field.humHis__field__first .humHis__field__heading--image {
    width: 40%;
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
}
@media only screen and (width < 768px) {
  .humHis__field.humHis__field__first .humHis__field__heading--image {
    width: 25%;
    min-width: 84px;
  }
}
.humHis__field.humHis__field__first .humHis__field__heading--image .humHis__field__title--image01 {
  flex-basis: 38%;
  width: 38%;
  height: auto;
  left: 0px;
  margin-top: auto;
  bottom: 0;
}
.humHis__field.humHis__field__first .humHis__field__heading--image .humHis__field__title--image02 {
  flex-basis: 72%;
  width: 72%;
  height: auto;
  right: 0;
}

.humHis__field.humHis__field__second .humHis__field__heading--image {
  top: -45px;
}
@media (width < 1200px) {
  .humHis__field.humHis__field__second .humHis__field__heading--image {
    width: 17%;
    top: 24px;
  }
}
@media only screen and (width < 768px) {
  .humHis__field.humHis__field__second .humHis__field__heading--image {
    width: 84px;
    top: 0;
    right: 40px;
    left: auto;
  }
}

.humHis__field.humHis__field__third .humHis__field__heading--image {
  top: -15px;
  right: 125px;
}
@media (width < 1127px) {
  .humHis__field.humHis__field__third .humHis__field__heading--image {
    width: 17%;
    top: -14px;
    right: 77px;
  }
}
@media only screen and (width < 768px) {
  .humHis__field.humHis__field__third .humHis__field__heading--image {
    width: 84px;
    top: 0;
    right: 40px;
    left: auto;
  }
}

.humHis__field.humHis__field__forth .humHis__field__heading--image {
  top: -45px;
}
@media (width < 1200px) {
  .humHis__field.humHis__field__forth .humHis__field__heading--image {
    width: 17%;
    top: 24px;
  }
}
@media only screen and (width < 768px) {
  .humHis__field.humHis__field__forth .humHis__field__heading--image {
    width: 84px;
    top: 0;
    right: 40px;
    left: auto;
  }
}

@media only screen and (1024px <= width) {
  .sp-only {
    display: none;
  }
}

@media only screen and (1024px <= width) {
  .humHis__field__title--image01 {
    width: 5.875rem;
    height: 12.6875rem;
    position: absolute;
    top: 20px;
    right: -30px;
  }
}

@media only screen and (1024px <= width) {
  .humHis__field__title--image02 {
    width: 10.899rem;
    height: 6.75rem;
    position: absolute;
  }
}

.pc-only {
  display: none;
}
@media only screen and (1024px <= width) {
  .pc-only {
    display: block;
  }
}

@media only screen and (1024px <= width) {
  .humHis__topic__image--second {
    display: none;
  }
}

/* stylelint-disable */
.humHis__pursuit {
  background-color: #00B4DC;
  padding: 40px 20px;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit {
    margin-top: 4.5rem;
    position: relative;
  }
}
@media only screen and (1024px <= width) and (1024px <= width) {
  .humHis__pursuit .humHis__pursuit__contents--first::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: -30px;
  }
}
.humHis__pursuit__ribbon {
  padding-top: 3.125rem;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  z-index: 2;
  width: 4.59rem;
  height: 5.66rem;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP";
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.953;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (768px <= width) {
  .humHis__pursuit__ribbon {
    padding-top: 10.125rem;
    width: 6rem;
    height: 13.5rem;
    font-size: 1rem;
    line-height: 0.875;
    margin-top: -40px;
  }
}
.humHis__pursuit__ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #00B4DC transparent;
  border-width: 0 2.2975rem 1rem 2.2975rem;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__ribbon::after {
    border-width: 0 3rem 1.5rem 3rem;
  }
}
.humHis__pursuit__ribbon--line {
  content: "";
  display: block;
  width: 0.03125rem;
  height: 0.71875rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__ribbon--line {
    width: 0.2rem;
    height: 1.5rem;
    top: 66%;
  }
}
.humHis__pursuit__ribbon--white::before {
  content: "";
  display: block;
  height: 0.05531rem;
  width: 2.56rem;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0.7rem;
  left: -0.15rem;
  transform: rotate(-25deg);
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__ribbon--white::before {
    width: 3.32rem;
    transform: rotate(-27deg);
    bottom: 1rem;
  }
}
.humHis__pursuit__ribbon--white::after {
  content: "";
  display: block;
  height: 0.05531rem;
  width: 2.56rem;
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0.7rem;
  right: -0.15rem;
  transform: rotate(25deg);
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__ribbon--white::after {
    width: 3.32rem;
    transform: rotate(27deg);
    bottom: 1rem;
  }
}
.humHis__pursuit__title {
  margin-bottom: 20px;
}
.humHis__pursuit__title--text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: #000000;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__title--text {
    font-size: 35px !important;
  }
}
.humHis__pursuit__title--white {
  color: #FFFFFF;
}
.humHis__pursuit__contents {
  padding-bottom: 0.8rem;
  position: relative;
}
.humHis__pursuit__contents--df {
  display: flex;
  gap: 15px 60px;
}
@media only screen and (width < 768px) {
  .humHis__pursuit__contents--df {
    flex-direction: column;
  }
}
.humHis__pursuit__contents--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.607;
  text-align: left;
  color: #FFFFFF;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__contents--text {
    font-size: 1rem;
    line-height: 2;
    position: relative;
  }
}
.humHis__pursuit__contents--first {
  border-bottom: 0.03125rem solid #FFFFFF;
  width: 43.27%;
  flex-shrink: 0;
  gap: 40px;
  display: flex;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__contents--first {
    border: none;
  }
}
@media only screen and (width < 768px) {
  .humHis__pursuit__contents--first {
    width: 100%;
  }
}
.humHis__pursuit__contents--second {
  width: calc(100% - 60px - 43.27%);
  flex-shrink: 0;
}
@media only screen and (width < 768px) {
  .humHis__pursuit__contents--second {
    width: 100%;
  }
}
.humHis__pursuit__contents--title {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: #FFFFFF;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__contents--title {
    font-size: 1.1875rem !important;
    line-height: 1.5;
    position: relative;
  }
}
.humHis__pursuit__contents--subtext {
  width: 99%;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.607;
  text-align: left;
  color: #FFFFFF;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__contents--subtext {
    font-size: 1rem;
    line-height: 2;
  }
}
.humHis__pursuit__contents--image {
  position: absolute;
  top: -112px;
  right: 10px;
  display: flex;
}
.humHis__pursuit__contents--image > img {
  flex: 1;
  height: auto;
}
@media (max-width: 1200px) {
  .humHis__pursuit__contents--image {
    float: right;
    top: auto;
    right: auto;
    position: static;
    max-width: 40%;
  }
}
.humHis__pursuit__contents--image img {
  aspect-ratio: 65/71;
}
.humHis__pursuit__phrase {
  background-color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__phrase {
    width: 12.875rem;
  }
}
.humHis__pursuit__phrase::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 44%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  border-width: 0.8rem 0.4rem 0 0;
}
.humHis__pursuit__phrase--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #FFFFFF;
  letter-spacing: -0.03em;
}

.humHis__pursuit__contents--image.pc-only {
  display: none;
}
@media only screen and (1024px <= width) {
  .humHis__pursuit__contents--image.pc-only {
    display: block;
  }
}

/* stylelint-disable */
.humHis__container__modal {
  width: 87.76%;
  margin: 0 auto;
}
@media only screen and (1200px <= width) {
  .humHis__container__modal {
    width: 88.25%;
  }
}
.humHis__modal {
  width: 20.9375rem;
  height: 60%;
  padding: 2.5rem 0 1rem 0;
  border: 0.1434rem solid #00B4DC;
  background-color: #FFFFFF;
  overflow-y: scroll;
  position: absolute;
}
@media only screen and (768px <= width) {
  .humHis__modal {
    height: 70%;
  }
}
@media only screen and (768px <= width) {
  .humHis__modal {
    height: 58%;
    max-height: 60rem;
  }
}
@media only screen and (1024px <= width) {
  .humHis__modal {
    border: 0.3125rem solid #00B4DC;
  }
}
.humHis__modal__image--item {
  width: 100%;
  height: auto;
}
.humHis__modal__top--now {
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.65625rem;
  font-weight: 700;
  line-height: 0.99;
  text-align: left;
  background-color: #00B4DC;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem;
}
@media only screen and (1200px <= width) {
  .humHis__modal__top--now {
    font-size: 1rem;
    line-height: 1;
    margin-top: 1rem;
  }
}
.humHis__modal__top--name {
  margin-top: 0.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.8;
  text-align: left;
  color: #000000;
}
@media only screen and (1200px <= width) {
  .humHis__modal__top--name {
    font-size: 1.25rem;
    line-height: 0.8;
  }
}
.humHis__modal__top--small {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (1200px <= width) {
  .humHis__modal__top--small {
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.humHis__modal__top--middle {
  font-size: 0.656rem;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (1200px <= width) {
  .humHis__modal__top--middle {
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.humHis__modal__title {
  margin-top: 2rem;
}
.humHis__modal__title--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.031rem;
  font-weight: 700;
  line-height: 1.4194;
  text-align: left;
  color: #00B4DC;
}
@media only screen and (1200px <= width) {
  .humHis__modal__title--text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.humHis__modal__main {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.humHis__modal__main--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.607;
  text-align: left;
  color: #000000;
}
@media only screen and (1200px <= width) {
  .humHis__modal__main--text {
    font-size: 1rem;
    line-height: 2;
  }
}
.humHis__modal__cancel {
  width: 1.773rem;
  height: 1.773rem;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  cursor: pointer;
}
.humHis__modal__cancel::before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 0.029rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
}
.humHis__modal__cancel::after {
  content: "";
  display: block;
  width: 1.1rem;
  height: 0.029rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%) rotate(-45deg);
}

button {
  border: none;
}

/* モーダルの背景 (暗転) */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒背景 */
  z-index: 1000; /* モーダルの背面に配置 */
  display: none; /* 初期状態では非表示 */
}

/* モーダルの背景がアクティブなとき */
.modal-backdrop.active {
  display: block;
}

/* モーダル本体 */
.humHis__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1100; /* モーダルを背景より前面に配置 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 90%;
  display: none; /* 初期状態では非表示 */
}
@media only screen and (1200px <= width) {
  .humHis__modal {
    width: 42.9%;
  }
}

/* モーダルがアクティブなとき */
.humHis__modal.active {
  display: block;
}

/* モーダルの閉じるボタン */
/* モーダルオーバーレイ時のスクロール防止 */
body.modal-open {
  overflow: hidden;
}

.humHis__modal {
  pointer-events: none; /* デフォルトでホバーを無効化 */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.humHis__modal.active {
  pointer-events: auto; /* 有効化 */
  opacity: 1;
}

/* stylelint-disable */
.humHis__voice {
  margin-top: 3rem;
  padding-bottom: 5.8rem;
}
@media only screen and (1200px <= width) {
  .humHis__voice {
    padding-bottom: 6.5rem;
    margin-top: 8rem;
  }
}
@media only screen and (width < 768px) {
  .humHis__voice {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.humHis__voice__topic {
  position: relative;
}
@media only screen and (768px <= width) {
  .humHis__voice__topic {
    width: 46.7%;
    margin: 0 auto;
  }
}
@media only screen and (1200px <= width) {
  .humHis__voice__topic {
    width: 52%;
  }
}
.humHis__voice__topic::after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  display: block;
  background-color: #00B4DC;
  position: absolute;
  top: 0.5rem;
  right: 0;
  z-index: 0;
}
@media only screen and (1200px <= width) {
  .humHis__voice__topic::after {
    top: 1.5rem;
  }
}
.humHis__voice__topic--title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.077;
  text-align: left;
  color: #000000;
  position: relative;
  background-color: #FFFFFF;
  z-index: 1;
  width: 10.4rem;
}
@media only screen and (1200px <= width) {
  .humHis__voice__topic--title {
    font-size: 1.4375rem;
    line-height: 2;
    width: 13.4rem;
  }
}
.humHis__voice__topic--contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  margin-top: 0.6rem;
}
@media only screen and (1200px <= width) {
  .humHis__voice__topic--contents {
    gap: 0.875rem;
    margin-top: 0.8rem;
  }
}
.humHis__voice__contents--item {
  background-color: #00B4DC;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  flex: 1;
}
.humHis__voice__contents--item:hover {
  opacity: 0.6;
}
.humHis__voice__contents--image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}
@media only screen and (768px <= width) {
  .humHis__voice__contents--image {
    width: 100%;
    height: auto;
  }
}
.humHis__voice__contents--title {
  margin-top: 0.2rem;
  margin-left: 0.375rem;
}
@media only screen and (1200px <= width) {
  .humHis__voice__contents--title {
    margin-top: 1rem;
    margin-left: 1rem;
  }
}
.humHis__voice__contents--now {
  display: flex;
  flex-direction: column;
  gap: 0.2025rem;
  margin-left: 0.375rem;
}
@media only screen and (1200px <= width) {
  .humHis__voice__contents--now {
    margin-left: 1rem;
    margin-bottom: 1.2rem;
  }
}
.humHis__voice__contents--name {
  display: flex;
  flex-direction: column;
  margin-top: 0.1rem;
  margin-left: 0.375rem;
  margin-bottom: 0.5rem;
}
@media only screen and (1200px <= width) {
  .humHis__voice__contents--name {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-left: 1rem;
    margin-bottom: 1.2rem;
  }
}
.humHis__voice__bottom {
  margin-top: auto;
}
.humHis__voice__title--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.458;
  text-align: left;
  color: #FFFFFF;
}
@media only screen and (768px <= width) {
  .humHis__voice__title--text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
@media only screen and (1024px <= width) {
  .humHis__voice__title--text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.humHis__voice__now--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.59375rem !important;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #000000;
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem;
}
@media only screen and (1200px <= width) {
  .humHis__voice__now--text {
    font-size: 1rem;
  }
}
.humHis__voice__name--text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.167;
  text-align: left;
  color: #FFFFFF;
}
@media only screen and (1200px <= width) {
  .humHis__voice__name--text {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.humHis__voice__name--small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6563rem;
  font-weight: 500;
  line-height: 1.333;
  color: #FFFFFF;
}
@media only screen and (1200px <= width) {
  .humHis__voice__name--small {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
}
.humHis__voice__arrow {
  position: absolute;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #000000;
  right: 0.5rem;
  bottom: 0.64rem;
}
@media only screen and (1200px <= width) {
  .humHis__voice__arrow {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 1.625rem;
    height: 1.625rem;
  }
}
.humHis__voice__arrow::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  right: 0.3rem;
  width: 0.4rem;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: #FFFFFF;
  transform-origin: calc(100% - 2px) 50%;
  transform: rotate(45deg);
}
@media only screen and (1200px <= width) {
  .humHis__voice__arrow::before {
    top: 0.65rem;
    right: 0.5rem;
    width: 0.5rem;
    height: 0.0625rem;
  }
}
.humHis__voice__arrow::after {
  content: "";
  position: absolute;
  top: 0.65rem;
  right: 0.3rem;
  width: 0.4rem;
  height: 0.0625rem;
  border-radius: 9999px;
  background-color: #FFFFFF;
  transform-origin: calc(100% - 2px) 50%;
  transform: rotate(-45deg);
}
@media only screen and (1200px <= width) {
  .humHis__voice__arrow::after {
    top: 0.85rem;
    right: 0.5rem;
    width: 0.5rem;
    height: 0.0625rem;
  }
}
@media only screen and (1200px <= width) {
  .humHis__voice__arrow--link {
    top: 1rem;
  }
}
.humHis__voice__button {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.362;
  text-align: center;
  color: #FFFFFF;
  width: 14.06rem;
  height: 2.5rem;
  background-color: #000000;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
  text-decoration: none;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s linear;
}
@media only screen and (1200px <= width) {
  .humHis__voice__button {
    width: 17.5rem;
    height: 3.5rem;
    border-radius: 3.125rem;
    margin-top: 1.5rem;
  }
}
@media (any-hover: hover) {
  .humHis__voice__button:hover {
    opacity: 0.6;
  }
}
.humHis__voice__back {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
}
@media only screen and (768px <= width) {
  .humHis__voice__back {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    left: auto;
    right: -6rem;
  }
}
@media only screen and (1200px <= width) {
  .humHis__voice__back {
    right: -7.5rem;
    bottom: -2.5rem;
  }
}
.humHis__voice__back--text {
  font-family: "Noto Serif JP", serif;
  font-size: 3.104rem !important;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  color: rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
}
.humHis__voice__back--text::first-letter {
  color: rgba(0, 180, 220, 0.3);
}
@media only screen and (768px <= width) {
  .humHis__voice__back--text {
    font-size: 4.5rem;
  }
}
@media only screen and (1200px <= width) {
  .humHis__voice__back--text {
    font-size: 6.875rem;
  }
}
.humHis__voice__back--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
}/*# sourceMappingURL=style.css.map */