/* 共通
-------------------------------------*/
#content-wrap {
  padding-bottom: 120px;
}

#content-wrap .inner {
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}

/* hero
-------------------------------------*/
#hero {
  position: relative;
}

#hero .title-wrap {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 24%;
  width: 170px;
}

#hero .title-wrap h1 {
  margin-top: 0;
  font-family: var(--font-oswald);
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4;
}

#hero .title-wrap p {
  font-family: var(--font-oswald);
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px var(--base-color);
}

/* intro
-------------------------------------*/
#intro {
  position: relative;
  z-index: 0;
  padding-bottom: 30px;
}

#intro:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 242, 233, .7);
}

#intro:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 450px;
  max-width: 100%;
  height: 300px;
  background-image: url(../../img/about-us/intro-bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

#intro .title-wrap {
  padding: 30px 0 20px;
}

#intro .title-wrap h2 {
  color: var(--base-color-red);
  font-family: var(--font-mincho);
  text-align: center;
}

#intro h3 {
  width: fit-content;
  min-width: 130px;
  padding: 0 15px;
  margin: 0 auto 25px;
  background-color: var(--base-color-brown);
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#intro .concept {
  margin-bottom: 50px;
}

#intro .concept p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#intro .structure {
  margin-bottom: 30px;
}

#intro .structure ul li {
  position: relative;
  padding: 15px 0 15px 25px;
  font-size: 13px;
  border-bottom: solid 1px #BBB;
}

#intro .structure ul li:last-of-type {
  border: none;
}

#intro .structure ul li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 21px;
  background-color: var(--base-theme-color);
  color: #FFF;
  font-family: var(--font-oswald);
  font-size: 15px;
  font-weight: 600;
}

#intro .structure ul li:nth-of-type(1):before {
  content: "1";
}

#intro .structure ul li:nth-of-type(2):before {
  content: "2";
}

#intro .structure ul li:nth-of-type(3):before {
  content: "3";
}

#intro .story {
  margin-bottom: 20px;
}

#intro .story ul li {
  padding: 15px 0;
  border-bottom: solid 1px #BBB;
}

#intro .story ul li:last-of-type {
  border: none;
}

#intro .story ul li h4 {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}

#intro .story ul li h4:before {
  content: "■";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

#intro .story ul li p {
  font-size: 13px;
}

#intro .message figure {
  width: 160px;
}

#intro .message .text-wrap {
  width: calc(100% - 160px);
  padding: 5px 18px 0;
}

#intro .message .text-wrap p {
  font-family: var(--font-mincho);
  font-weight: 700;
}

/* mvv
-------------------------------------*/
#mvv {
  padding: 30px 0 55px;
}

#mvv .title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

#mvv .title-wrap h2 img {
  height: 32px;
}

#mvv .mvv-image {
  position: relative;
  z-index: -1;
}

#mvv .mvv-image ul li {
  position: absolute;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  color: #FFF;
  font-family: var(--font-oswald);
  font-size: 19px;
  border-radius: 50%;
}

#mvv .mvv-image ul li.mission {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: var(--base-color-brown);
}

#mvv .mvv-image ul li.vision {
  top: -55px;
  left: 0;
  right: 0;
  padding-bottom: 25px;
  margin: 0 auto;
  background-color: #557EC0;
}

#mvv .mvv-image ul li.value {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  background-color: #FFB127;
}

#mvv .mvv-image figure {
  position: relative;
  width: 130px;
  margin: 0 auto;
}

#mvv .mvv-image figure:before {
  content: "MVV";
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  color: #FFF;
  font-family: var(--font-oswald);
  font-size: 33px;
  font-weight: 600;
}

#mvv .mvv-detail ul li {
  padding: 15px 0;
  border-bottom: solid 1px #BBB;
}

#mvv .mvv-detail ul li dl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

#mvv .mvv-detail ul li dl dt {
  width: 67px;
  font-family: var(--font-oswald);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

#mvv .mvv-detail ul li:nth-of-type(1) dl dt {
  color: var(--base-color-brown);
}

#mvv .mvv-detail ul li:nth-of-type(2) dl dt {
  color: #557EC0;
}

#mvv .mvv-detail ul li:nth-of-type(3) dl dt {
  color: #FFB127;
}

#mvv .mvv-detail ul li dl dd {
  width: calc(100% - 67px);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.1;
}

#mvv .mvv-detail ul li p {
  font-size: 13px;
}

/* company
-------------------------------------*/
#company .inner {
  overflow: hidden;
}

#company h2 {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin-bottom: 20px;
  font-family: var(--font-oswald);
  font-style: normal;
  font-optical-sizing: auto;
}

#company h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 90vw;
  height: 1px;
  margin: auto 0;
  background-color: var(--base-color);
}

#company h2 span {
  padding-right: 20px;
  background-color: #FFF;
}

#company dl {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
}

#company dl dt {
  width: 63px;
}

#company dl dd {
  width: calc(100% - 63px);
}