.mvv {
  position: relative;
  padding: 80px 88px 120px;
  background: #F7F7F7;
  width: calc(100% - 32px);
  margin-inline: auto;
  overflow: clip;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .mvv {
    padding: 56px 64px 86px;
  }
}
@media screen and (max-width: 959px) {
  .mvv {
    padding: 44px 48px 48px;
  }
}
@media screen and (max-width: 767px) {
  .mvv {
    padding: 32px 40px 40px;
  }
}
@media screen and (max-width: 519px) {
  .mvv {
    padding: 24px;
  }
}
.mvv::before {
  position: absolute;
  content: "";
  top: 80px;
  right: 0;
  width: 100%;
  aspect-ratio: 140/108;
  background: url("/wp-content/themes/itreat_base/dist/img/about/mvv-bg-deco.png") center/contain no-repeat;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .mvv::before {
    width: 560px;
  }
}
@media screen and (max-width: 767px) {
  .mvv::before {
    width: 480px;
  }
}
@media screen and (max-width: 519px) {
  .mvv::before {
    width: 320px;
  }
}
.mvv .mvv-contents {
  max-width: 1200px;
  margin-inline: auto;
}
.mvv .mvv-contents .headline {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .headline {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 519px) {
  .mvv .mvv-contents .headline {
    margin-bottom: 8px;
  }
}
.mvv .mvv-contents .mvv-ttl {
  margin-bottom: 24px;
  font-size: 2.8rem;
}
@media screen and (max-width: 959px) {
  .mvv .mvv-contents .mvv-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .mvv-ttl {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .mvv .mvv-contents .mvv-ttl {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}
.mvv .mvv-contents .vision-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .vision-list {
    grid-template-columns: 1fr;
  }
}
.mvv .mvv-contents .vision-list__item {
  padding: 32px;
  background: #FFFFFF;
}
@media screen and (max-width: 959px) {
  .mvv .mvv-contents .vision-list__item {
    padding: 24px;
  }
}
.mvv .mvv-contents .vision-list__item span {
  display: block;
  margin-bottom: 16px;
  font-size: 1.6rem;
  color: #E30011;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .mvv .mvv-contents .vision-list__item span {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .vision-list__item span {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
}
.mvv .mvv-contents .vision-list__item p {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .mvv .mvv-contents .vision-list__item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .vision-list__item p {
    font-size: 1.6rem;
  }
}
.mvv .mvv-contents .vision-list__item:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .vision-list__item:nth-child(2n) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.mvv .mvv-contents .mission-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (max-width: 959px) {
  .mvv .mvv-contents .mission-list {
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  .mvv .mvv-contents .mission-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.mvv .mvv-contents .mission-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .mission-list__item {
    padding: 16px 18px;
  }
}
.mvv .mvv-contents .mission-list__item:nth-child(2n) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@media screen and (max-width: 519px) {
  .mvv .mvv-contents .mission-list__item:nth-child(2n) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
}
.mvv .mvv-contents .mission-list__item span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .mission-list__item span {
    padding-left: 26px;
  }
}
.mvv .mvv-contents .mission-list__item span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 20px;
  aspect-ratio: 20/21;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/check.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/check.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #E30011;
}
@media screen and (max-width: 767px) {
  .mvv .mvv-contents .mission-list__item span::before {
    width: 16px;
  }
}

@-webkit-keyframes fadeSoft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
}

@keyframes fadeSoft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-filter: blur(40px);
    filter: blur(40px);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(18px);
    filter: blur(18px);
  }
}
@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px) scale(1.02);
    transform: translateY(-14px) scale(1.02);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px) scale(1.02);
    transform: translateY(-14px) scale(1.02);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.message {
  position: relative;
  z-index: 1;
  overflow: clip;
  opacity: 1 !important;
}
.message::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 48/41;
  background: url("/wp-content/themes/itreat_base/dist/img/common/logo-mark.svg") center/contain no-repeat;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0;
  z-index: -1;
  -webkit-animation: bleed 2s ease-out infinite;
  animation: bleed 2s ease-out infinite;
}
.message.is-animated::before {
  -webkit-animation: fadeSoft 6s ease forwards;
  animation: fadeSoft 6s ease forwards;
}
.message .message-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 104px;
}
@media screen and (max-width: 1279px) {
  .message .message-unit {
    gap: 56px;
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit {
    gap: 38px;
  }
}
@media screen and (max-width: 519px) {
  .message .message-unit {
    gap: 30px;
  }
}
.message .message-unit__vsl {
  width: 320px;
}
@media screen and (max-width: 1279px) {
  .message .message-unit__vsl {
    width: 280px;
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit__vsl {
    width: 100%;
  }
}
.message .message-unit__vsl .message-vsl-list {
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .message .message-unit__vsl .message-vsl-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit__vsl .message-vsl-list {
    gap: 24px;
  }
}
.message .message-unit__vsl .message-vsl-list__item {
  width: 72%;
}
@media screen and (max-width: 959px) {
  .message .message-unit__vsl .message-vsl-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .message .message-unit__vsl .message-vsl-list__item {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.message .message-unit__vsl .message-vsl-list__item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  .message .message-unit__vsl .message-vsl-list__item:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit__vsl .message-vsl-list__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit__vsl .message-vsl-list__item:nth-child(1) {
    rotate: -4deg;
  }
}
.message .message-unit__vsl .message-vsl-list__item:nth-child(2) {
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .message .message-unit__vsl .message-vsl-list__item:nth-child(2) {
    margin: 0;
    rotate: 4deg;
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit__vsl .message-vsl-list__item:nth-child(3) {
    rotate: -4deg;
  }
}
.message .message-unit__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 88px;
}
@media screen and (max-width: 959px) {
  .message .message-unit__txt {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding-top: 0;
  }
}
.message .message-unit__txt .message-txt-ttl {
  margin-bottom: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .message .message-unit__txt .message-txt-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 959px) {
  .message .message-unit__txt .message-txt-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit__txt .message-txt-ttl {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}
.message .message-unit__txt p {
  line-height: 2;
}
@media screen and (max-width: 1279px) {
  .message .message-unit__txt p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit__txt p {
    line-height: 1.6;
  }
}
.message .message-unit__txt p:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (max-width: 959px) {
  .message .message-unit__txt p:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .message .message-unit__txt p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.message .message-unit__txt p em {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .message .message-unit__txt p em {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .message .message-unit__txt p em {
    font-size: 1.6rem;
  }
}

.company {
  position: relative;
  padding-top: 120px;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .company {
    padding-top: 104px;
  }
}
@media screen and (max-width: 959px) {
  .company {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .company {
    padding-top: 64px;
  }
}
@media screen and (max-width: 519px) {
  .company {
    padding-top: 56px;
  }
}
.company::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #323431 1px, transparent 1px);
  background-size: 7px 7px;
  z-index: -1;
  opacity: 0.08;
  height: 240px;
  opacity: 0.16;
  z-index: -2;
}
.company::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF);
  z-index: -1;
}
.company .company-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 160px;
}
@media screen and (max-width: 1279px) {
  .company .company-unit {
    gap: 88px;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit {
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .company .company-unit {
    gap: 8px;
  }
}
.company .company-unit__headline .headline {
  position: sticky;
  top: 104px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .company .company-unit__headline .headline {
    position: relative;
    top: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__headline .headline {
    margin-bottom: 16px;
  }
}
.company .company-unit__dtl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 24px;
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl {
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .company .company-unit__dtl {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    padding: 0;
  }
}
.company .company-unit__dtl .company-dtl-contents:not(:last-child) {
  margin-bottom: 96px;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .company-dtl-contents:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .company-dtl-contents:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .company .company-unit__dtl .company-dtl-contents:not(:last-child) {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .company-dtl-contents:not(:last-child) {
    margin-bottom: 40px;
  }
}
.company .company-unit__dtl .member-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 20px 22px;
  border: solid 1px #D9D9D9;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .member-list__item {
    gap: 20px;
    padding: 18px 20px;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .member-list__item {
    gap: 16px;
    padding: 16px 18px;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .member-list__item {
    padding: 10px 14px;
  }
}
.company .company-unit__dtl .member-list__item dt {
  width: 168px;
  padding: 5px;
  border-radius: 40px;
  background: #C11825;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .member-list__item dt {
    padding: 4px;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .member-list__item dt {
    width: 140px;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .member-list__item dt {
    width: 120px;
    font-size: 1.4rem;
  }
}
.company .company-unit__dtl .member-list__item dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .member-list__item dd {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .member-list__item dd {
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .member-list__item dd {
    gap: 0;
  }
}
.company .company-unit__dtl .member-list__item dd .member-name {
  font-size: 2.2rem;
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .member-list__item dd .member-name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .member-list__item dd .member-name {
    width: 100%;
    font-size: 1.8rem;
  }
}
.company .company-unit__dtl .member-list__item dd .member-kana {
  font-size: 1.8rem;
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .member-list__item dd .member-kana {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .member-list__item dd .member-kana {
    font-size: 1.2rem;
    line-height: 1;
  }
}
.company .company-unit__dtl .member-list__item:not(:last-child) {
  margin-bottom: 8px;
}
.company .company-unit__dtl .history-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .history-list__item {
    gap: 32px;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .history-list__item {
    gap: 24px;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .history-list__item {
    gap: 8px;
  }
}
.company .company-unit__dtl .history-list__item:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .history-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .history-list__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.company .company-unit__dtl .history-list__item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 32px;
  left: 6px;
  width: 1px;
  height: calc(100% - 2px);
  background: rgba(143, 143, 143, 0.48);
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .history-list__item:not(:last-child)::before {
    height: calc(100% - 9px);
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .history-list__item:not(:last-child)::before {
    top: 26px;
  }
}
.company .company-unit__dtl .history-list__item dt {
  position: relative;
  width: 112px;
  padding-left: 24px;
  font-size: 2.2rem;
  color: #C11825;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .history-list__item dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .history-list__item dt {
    width: 104px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .history-list__item dt {
    width: 90px;
    font-size: 1.5rem;
  }
}
.company .company-unit__dtl .history-list__item dt::before, .company .company-unit__dtl .history-list__item dt::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.company .company-unit__dtl .history-list__item dt::before {
  top: 10px;
  left: 0;
  width: 14px;
  border: solid 1px #E30011;
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .history-list__item dt::before {
    top: 6px;
  }
}
.company .company-unit__dtl .history-list__item dt::after {
  top: 13px;
  left: 3px;
  width: 8px;
  background: #C11825;
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .history-list__item dt::after {
    top: 9px;
  }
}
.company .company-unit__dtl .history-list__item dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .history-list__item dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 959px) {
  .company .company-unit__dtl .history-list__item dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .history-list__item dd {
    font-size: 1.5rem;
  }
}
.company .company-unit__dtl .history-list__item.--important-history {
  font-weight: bold;
  color: #C11825;
}
.company .company-unit__dtl .history-list__item.--important-history dd {
  font-size: 2.2rem;
}
@media screen and (max-width: 1279px) {
  .company .company-unit__dtl .history-list__item.--important-history dd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .company .company-unit__dtl .history-list__item.--important-history dd {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=../../maps/pages/about.css.map */
