@charset "UTF-8";
.mv {
  width: 100%;
  margin: 0;
}
.mv__container {
  width: 100%;
  margin: 0;
  position: relative;
}
.mv__container:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 34.7222%;
}
.mv__container__inner {
  display: flex;
  align-items: flex-start;
  gap: 2px;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.mv__image {
  height: 100%;
  overflow: hidden;
}
.mv__image .slick-list,
.mv__image .slick-track,
.mv__image .slick-slide,
.mv__image picture {
  height: 100%;
}
.mv__image picture {
  width: 100%;
}
.mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mv__image--left {
  flex: 750;
}
.mv__image--center {
  flex: 320;
}
.mv__image--right {
  flex: 366;
}
.mv__message {
  width: 100%;
  height: 124px;
  display: flex;
  align-items: center;
  padding-left: 40.2777777778vw;
}
.mv__message-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  color: #524e46;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .mv {
    margin-bottom: 0;
  }
  .mv__container:before {
    display: none;
  }
  .mv__container__inner {
    gap: 1px;
    width: 100%;
    height: auto;
    position: static;
    flex-wrap: wrap;
  }
  .mv__image--left {
    flex: unset;
    width: 100%;
  }
  .mv__image--left:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 66.6666%;
  }
  .mv__image--left .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv__image--left picture {
    width: 100%;
    height: 100%;
  }
  .mv__image--center {
    flex: unset;
    width: calc(50% - 0.5px);
  }
  .mv__image--center:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 111.4064%;
  }
  .mv__image--center .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv__image--center picture {
    width: 100%;
    height: 100%;
  }
  .mv__image--right {
    flex: unset;
    width: calc(50% - 0.5px);
  }
  .mv__image--right:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 111.4064%;
  }
  .mv__image--right .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv__image--right picture {
    width: 100%;
    height: 100%;
  }
  .mv__message {
    height: auto;
    padding-left: 0;
    padding-block: 19.6533333333vw;
    justify-content: center;
  }
  .mv__message-text {
    font-size: 4.8vw;
    line-height: 1em;
  }
}
.philosophy {
  padding-bottom: 9.7222222222vw;
  width: 100%;
  position: relative;
}
.philosophy__headline {
  position: absolute;
  left: 0;
  z-index: 10;
}
.philosophy__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 8.0555555556vw;
  background: #fff;
}
.philosophy__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1;
}
.philosophy__container {
  width: 100%;
}
.philosophy__intro {
  display: flex;
  gap: 3.4722222222vw;
  margin-bottom: 11.1111111111vw;
  margin-left: 40.2777777778vw;
  position: relative;
}
.philosophy__illustration {
  width: 14.1666666667vw;
  height: auto;
  position: absolute;
  top: 9.7222222222vw;
  left: 16.6666666667vw;
}
.philosophy__illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.philosophy__text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.3;
  letter-spacing: 0.05em;
  color: #524e46;
  width: 450px;
  margin-top: 100px;
}
.philosophy__text p {
  margin-bottom: 30px;
}
.philosophy__text p:last-child {
  margin-bottom: 0;
}
.philosophy__text p span {
  display: inline-block;
}
.philosophy__episodes {
  width: 750px;
  margin: 0 auto;
}
.philosophy .episodes__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  color: #524e46;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
}
.philosophy .episodes__list {
  display: flex;
  gap: 52px;
}
.philosophy .episode__item {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.philosophy .episode__item:hover {
  opacity: 0.7;
}
.philosophy .episode__image {
  width: 349px;
  height: auto;
  flex-shrink: 0;
}
.philosophy .episode__image img {
  width: 100%;
  height: auto;
  display: block;
}
.philosophy .episode__content {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.philosophy .episode__number {
  display: block;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
  font-size: 15px;
  color: #524e46;
  margin-bottom: 10px;
}
.philosophy .episode__text-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.philosophy .episode__heading {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.625em;
  color: #524e46;
}
.philosophy .episode__heading .sp {
  display: none;
}
.philosophy .episode__link {
  display: inline-block;
  margin-top: auto;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 14px;
  color: #a50f1e;
  text-decoration: none;
  transition: opacity 0.3s;
  list-style: 1em;
}
.philosophy .episode__desc {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  color: #524e46;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .philosophy {
    padding-bottom: 20vw;
  }
  .philosophy__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .philosophy__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .philosophy__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .philosophy__intro {
    gap: 13.3333333333vw;
    position: relative;
    width: 86.6666666667vw;
    margin: 20vw auto 26.6666666667vw;
    order: 1;
  }
  .philosophy__illustration {
    width: 42.1333333333vw;
    position: static;
    order: 2;
    margin-bottom: 8vw;
  }
  .philosophy__text {
    font-weight: normal;
    font-size: 4vw;
    line-height: 6.6666666667vw;
    width: 100%;
    margin-top: 0;
  }
  .philosophy__text p {
    margin-bottom: 1em;
  }
  .philosophy__episodes {
    width: 86.6666666667vw;
    order: 3;
  }
  .philosophy .episodes__title {
    font-size: 4.8vw;
    margin-bottom: 10.6666666667vw;
    border-bottom: 1px solid #707070;
    padding-bottom: 2.4vw;
    text-align: center;
  }
  .philosophy .episodes__list {
    gap: 22.1333333333vw;
    flex-direction: column;
    width: 100%;
  }
  .philosophy .episode__item {
    width: 100%;
  }
  .philosophy .episode__item:hover {
    opacity: 0.5;
  }
  .philosophy .episode__image {
    width: 100%;
  }
  .philosophy .episode__content {
    padding-top: 5.3333333333vw;
  }
  .philosophy .episode__number {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .philosophy .episode__text-group {
    gap: 5.3333333333vw;
  }
  .philosophy .episode__heading {
    font-size: 4.2666666667vw;
  }
  .philosophy .episode__heading .pc {
    display: none;
  }
  .philosophy .episode__heading .sp {
    display: block;
  }
  .philosophy .episode__link {
    font-size: 3.7333333333vw;
  }
  .philosophy .episode__desc {
    font-size: 3.6vw;
    line-height: 5.8666666667vw;
  }
}
.works {
  padding-bottom: 95px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.works__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.works__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 8.0555555556vw;
  background: #fff;
}
.works__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1;
}
.works__container {
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
  /* Adjust for headline */
}
.works__sidebar {
  width: 23.8888888889vw;
  flex-shrink: 0;
  padding-left: 8.3333333333vw;
}
.works__filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.works__filter-item {
  margin-bottom: 1.6666666667vw;
  font-size: 14px;
  line-height: 1em;
}
.works__filter-item a {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  color: #524e46;
  text-decoration: none;
  transition: opacity 0.3s;
  line-height: 1em;
}
.works__filter-item a:hover {
  opacity: 0.5;
}
.works__filter-item--active a {
  border-bottom: 1px solid #524e46;
}
.works__inner {
  width: 52.0833333333vw;
  position: relative;
}
.works__scroll {
  width: 76.1111111111vw;
  padding-right: 0;
  overflow: hidden;
}
.works .slick-list {
  overflow: visible;
}
.works .slick-slide {
  margin-right: 3.4722222222vw;
}
.works .work__item {
  display: block;
  width: 52.0833333333vw;
}
.works .work__item:nth-child(4) {
  width: 20.8333333333vw;
  height: 34.7222222222vw;
  position: relative;
  background: #fff;
}
.works .work__item:nth-child(4) a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.5em;
  text-align: center;
}
.works .work__item:nth-child(4) a span {
  display: inline-block;
}
.works .work__item > a {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.works .work__item > a:hover {
  opacity: 0.5;
}
.works .work__image {
  width: 100%;
  height: 34.7222222222vw;
  margin-bottom: 1.0416666667vw;
  overflow: hidden;
}
.works .work__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.works .work__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 700;
  /* Extrabold */
  font-size: 19px;
  color: #524e46;
  letter-spacing: 0.05em;
}
.works .work__link-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  color: #524e46;
  letter-spacing: 0.05em;
  text-orientation: upright;
}
.works {
  /* Works Navigation */
}
.works .works__nav {
  position: absolute;
  width: 100%;
  height: 92%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.works .works__arrow {
  width: 2.5694444444vw;
  cursor: pointer;
  position: absolute;
  top: 17.3611111111vw;
  margin: auto;
  pointer-events: auto;
  transform: translateY(-50%);
}
.works .works__arrow.works__arrow--prev {
  left: -4.1666666667vw;
}
.works .works__arrow.works__arrow--next {
  right: -4.1666666667vw;
}
.works .works__arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.works .works__arrow img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .works {
    padding-bottom: 20vw;
  }
  .works__container {
    padding-top: 16.5333333333vw;
    flex-direction: column;
    gap: 13.8666666667vw;
  }
  .works__sidebar {
    width: 86.6666666667vw;
    padding-left: 0;
    margin: 0 auto;
  }
  .works__filter {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4.5333333333vw;
    margin-left: -5.04vw;
    margin-right: -5.04vw;
  }
  .works__filter-item {
    margin-bottom: 0;
    font-size: 3.2vw;
    padding: 0 5.04vw;
    border-right: 1px solid #524e46;
  }
  .works__filter-item:last-child {
    border-right: none;
  }
  .works__filter-item a {
    font-size: inherit;
  }
  .works__inner {
    width: 76.5013333333vw;
    margin-left: 6.6666666667vw;
  }
  .works__scroll {
    width: 93.3333333333vw;
    overflow: visible;
  }
  .works .slick-slide {
    margin-right: 4.5866666667vw;
  }
  .works .work__item {
    width: 76.5013333333vw;
  }
  .works .work__item:nth-child(4) {
    width: 76.5013333333vw;
    height: 51.2vw;
  }
  .works .work__image {
    height: 51.2vw;
    margin-bottom: 4.6933333333vw;
    overflow: hidden;
  }
  .works .work__title {
    font-size: 4.2666666667vw;
  }
  .works .work__link-text {
    font-size: 3.7333333333vw;
  }
  .works {
    /* Works Navigation */
  }
  .works .works__nav {
    height: 82%;
  }
  .works .works__arrow {
    width: 5.8906666667vw;
    top: 25.6vw;
  }
  .works .works__arrow.works__arrow--prev {
    left: -7.4666666667vw;
  }
  .works .works__arrow.works__arrow--next {
    right: -7.4666666667vw;
  }
}
.voice {
  padding-bottom: 128px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.voice__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.voice__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 8.0555555556vw;
  background: #fff;
}
.voice__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1;
}
.voice__headline .sub-headline {
  margin-left: 71px;
}
.voice__headline .sub-headline-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.05em;
}
.voice__container {
  display: flex;
  align-items: flex-start;
  padding-top: 82px;
}
.voice__sidebar {
  width: 24.0277777778vw;
  flex-shrink: 0;
  padding-left: 8.3333333333vw;
}
.voice__sidebar .voice__filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.voice__sidebar .voice__filter-item {
  margin-bottom: 0;
}
.voice__sidebar .voice__filter-item a {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  color: #524e46;
  text-decoration: none;
  transition: opacity 0.3s;
  line-height: 1em;
}
.voice__sidebar .voice__filter-item a:hover {
  opacity: 0.5;
}
.voice__inner {
  width: 52.0833333333vw;
  position: relative;
}
.voice__scroll {
  width: 76.1111111111vw;
  padding-right: 0;
  overflow: hidden;
}
.voice .slick-list {
  overflow: visible;
}
.voice .slick-slide {
  margin-right: 3.4722222222vw;
}
.voice__item {
  display: block;
  width: 52.0833333333vw;
}
.voice__item:nth-child(3) {
  width: 20.8333333333vw;
  height: 34.7222222222vw;
  position: relative;
  background: #fff;
}
.voice__item:nth-child(3)::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.voice__item:nth-child(3) a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.voice__item > a {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.voice__item > a:hover {
  opacity: 0.7;
}
.voice__image {
  width: 100%;
  height: 34.7222222222vw;
  margin-bottom: 1.1111111111vw;
  overflow: hidden;
}
.voice__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.voice__content {
  position: relative;
}
.voice__vol {
  display: block;
  font-family: "Adobe Jenson Pro", "Times New Roman", serif;
  font-weight: 600;
  font-size: 15px;
  color: #524e46;
  margin-bottom: 0.3472222222vw;
  line-height: normal;
}
.voice__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 700;
  font-size: 19px;
  color: #524e46;
  letter-spacing: 0.05em;
  margin-bottom: 1.0416666667vw;
  line-height: 1.625em;
}
.voice__title .sp {
  display: none;
}
.voice__desc {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  color: #524e46;
  line-height: 1.5;
}
.voice__link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.8333333333vw;
  height: 34.7222222222vw;
  text-decoration: none;
  color: #524e46;
  transition: opacity 0.3s;
  margin-right: 6.9444444444vw;
  background-color: #fff;
}
.voice__link-item:hover {
  opacity: 0.5;
}
.voice__link-item:last-child {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice__link-text {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  color: #524e46;
  letter-spacing: 0.05em;
  text-orientation: upright;
  display: block;
  text-align: center;
}
.voice__link-text span {
  display: inline-block;
}
.voice__nav {
  position: absolute;
  width: 100%;
  height: 79.5%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.voice__arrow {
  width: 2.5694444444vw;
  cursor: pointer;
  position: absolute;
  top: 17.3611111111vw;
  margin: auto;
  pointer-events: auto;
  transform: translateY(-50%);
}
.voice__arrow--prev {
  left: -4.1666666667vw;
}
.voice__arrow--next {
  right: -4.1666666667vw;
}
.voice__arrow.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.voice__arrow img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .voice {
    padding-bottom: 20vw;
  }
  .voice__headline {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
    align-items: flex-start;
  }
  .voice__container {
    padding-top: 26.6666666667vw;
    flex-direction: column;
  }
  .voice__sidebar {
    width: 86.6666666667vw;
    padding-left: 0;
    margin: 0 auto 14.0533333333vw;
  }
  .voice__sidebar .voice__filter-item a {
    font-size: 3.2vw;
  }
  .voice__inner {
    width: 76.5013333333vw;
    margin-left: 6.6666666667vw;
  }
  .voice__scroll {
    width: 93.3333333333vw;
  }
  .voice .slick-slide {
    margin-right: 4.5866666667vw;
  }
  .voice .voice__item {
    width: 76.5013333333vw;
  }
  .voice .voice__item:nth-child(3) {
    width: 76.5013333333vw;
    height: 51.1013333333vw;
  }
  .voice .voice__image {
    height: 51.1013333333vw;
    margin-bottom: 4.16vw;
  }
  .voice .voice__vol {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
  .voice .voice__title {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
  .voice .voice__title .pc {
    display: none;
  }
  .voice .voice__title .sp {
    display: block;
  }
  .voice .voice__desc {
    font-size: 3.6vw;
    line-height: 5.8666666667vw;
  }
  .voice .voice__link-item {
    width: 76.5013333333vw;
    height: 51.1013333333vw;
    margin-right: 4.5866666667vw;
  }
  .voice .voice__link-item:hover {
    opacity: 0.5;
  }
  .voice .voice__link-text {
    font-size: 3.7333333333vw;
  }
  .voice .voice__nav {
    height: 51%;
  }
  .voice .voice__arrow {
    width: 5.8906666667vw;
    top: 25.6vw;
  }
  .voice .voice__arrow.voice__arrow--prev {
    left: -7.4666666667vw;
  }
  .voice .voice__arrow.voice__arrow--next {
    right: -7.4666666667vw;
  }
}
.flow {
  padding-bottom: 115px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.flow__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.flow__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 8.0555555556vw;
  background: #fff;
}
.flow__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.flow__container {
  display: flex;
  width: 52.0833333333vw;
  margin: 0 auto;
  padding-top: 82px;
}
.flow .flow__content {
  width: 52.0833333333vw;
  position: relative;
  line-height: 0;
}
.flow .flow__image {
  width: 100%;
  height: 24.3055555556vw;
  margin-bottom: 2.3611111111vw;
  overflow: hidden;
}
.flow .flow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flow .flow__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  margin-bottom: 2.2222222222vw;
  line-height: normal;
}
.flow .flow__link {
  display: inline-block;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 14px;
  color: #a50f1e;
  text-decoration: none;
  transition: opacity 0.3s;
  line-height: 1em;
}
.flow .flow__link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .flow {
    padding-bottom: 20vw;
  }
  .flow__container {
    width: 86.6666666667vw;
    padding-top: 18.1333333333vw;
  }
  .flow .flow__content {
    width: 100%;
  }
  .flow .flow__image {
    height: 40.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .flow .flow__title {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
  .flow .flow__link {
    font-size: 3.6vw;
  }
}
.company {
  padding-bottom: 140px;
  width: 100%;
  position: relative;
}
.company__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.company__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 8.0555555556vw;
  background: #fff;
}
.company__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1;
}
.company__container {
  padding-top: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.company__inner {
  width: 52.0833333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.company__image {
  width: 100%;
  height: auto;
  margin-bottom: 2.4305555556vw;
}
.company__image img {
  width: 100%;
  height: auto;
  display: block;
}
.company__title {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  margin-bottom: 2.0833333333vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.company__desc {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #524e46;
  width: 100%;
}
.company__desc p {
  margin-bottom: 1.7361111111vw;
}
.company__desc p:last-child {
  margin-bottom: 0;
}
.company__desc p span {
  display: inline-block;
}
.company__link {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 14px;
  color: #a50f1e;
  text-decoration: none;
  margin-top: 2.0833333333vw;
  display: inline-block;
  transition: opacity 0.3s;
}
.company__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .company {
    padding-bottom: 20vw;
  }
  .company__container {
    padding-top: 18.1333333333vw;
  }
  .company__inner {
    width: 86.6666666667vw;
  }
  .company__image {
    margin-bottom: 5.3333333333vw;
  }
  .company__title {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
  .company__desc {
    font-size: 3.6vw;
    line-height: 5.8666666667vw;
  }
  .company__desc p {
    margin-bottom: 1em;
  }
  .company__desc p .pc {
    display: none;
  }
  .company__link {
    font-size: 3.6vw;
    margin-top: 5.3333333333vw;
  }
  .company__link:hover {
    opacity: 0.5;
  }
}
.news {
  padding-bottom: 140px;
  width: 100%;
  position: relative;
}
.news__headline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.news__headline .headline-container {
  position: relative;
  width: fit-content;
  height: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1.875vw;
  padding-left: 8.0555555556vw;
  background: #fff;
}
.news__headline .headline-text {
  display: block;
  font-family: "YuMincho", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  color: #524e46;
  letter-spacing: 0.1em;
  line-height: 1;
}
.news__container {
  padding-top: 115px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.news__inner {
  width: 52.0833333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news__list {
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  width: 100%;
  margin-bottom: 2.0833333333vw;
}
.news__item {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #524e46;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.news__item:hover {
  opacity: 0.7;
}
.news__date {
  width: 87px;
  flex-shrink: 0;
  font-feature-settings: "palt";
}
.news__title {
  flex-grow: 1;
}
.news__link {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN W1", "ヒラギノ角ゴ ProN W1", "Hiragino Sans W2", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 14px;
  color: #a50f1e;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s;
}
.news__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  .news {
    padding-bottom: 25.8666666667vw;
  }
  .news__container {
    padding-top: 16vw;
  }
  .news__inner {
    width: 86.6666666667vw;
  }
  .news__list {
    gap: 5.0666666667vw;
    margin-bottom: 11.4666666667vw;
  }
  .news__item {
    font-size: 3.6vw;
    line-height: 5.8666666667vw;
  }
  .news__item:hover {
    opacity: 0.5;
  }
  .news__date {
    width: 21.8133333333vw;
  }
  .news__title {
    flex-grow: 1;
  }
  .news__link {
    font-size: 3.6vw;
  }
  .news__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 600px) {
  .works__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .works__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .voice__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .voice__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .voice__headline .sub-headline {
    margin-left: 6.6666666667vw;
  }
  .voice__headline .sub-headline-text {
    font-size: 4.2666666667vw;
  }
  .flow__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .flow__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .company__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .company__headline .headline-text {
    font-size: 4.2666666667vw;
  }
  .news__headline .headline-container {
    width: auto;
    height: 9.3333333333vw;
    justify-content: center;
    padding-right: unset;
    padding: 2.5333333333vw 6.6666666667vw;
    background: #fff;
  }
  .news__headline .headline-text {
    font-size: 4.2666666667vw;
  }
}

/*# sourceMappingURL=index.css.map */
