@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/kri6qmn.css");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fuwa1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fuwa3 {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes run {
  0% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(2px);
  }
  60% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes yurayura {
  0% {
    transform: scaleX(1) translateY(0);
  }
  50% {
    transform: scaleX(1.1) translateY(4px);
  }
  100% {
    transform: scaleX(1) translateY(0);
  }
}
section {
  width: 100%;
}
section a#philosophy {
  margin-top: -100px;
  padding-top: 100px;
}
section a#value {
  margin-top: -100px;
  padding-top: 100px;
}
section a#message {
  margin-top: -80px;
  padding-top: 80px;
}
section a#access {
  margin-top: -100px;
  padding-top: 100px;
}
section a#company {
  margin-top: -80px;
  padding-top: 80px;
}
section#about {
  padding: 80px 0 0 0;
  margin-bottom: 104px;
}
section#about .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#about .inner .title {
  width: calc(100% - 256px);
  padding: 96px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
section#about .inner .title:not(:last-child) {
  margin-bottom: 40px;
}
section#about .inner .title.on h3, section#about .inner .title.on h4 {
  clip-path: inset(0 0 0 0);
}
section#about .inner .title h3 {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#about .inner .title h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.25s;
}
section#about .inner .breadcrumb {
  color: rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  width: calc(100% - 256px);
  padding: 0 0 24px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#about .inner .breadcrumb.on {
  clip-path: inset(0 0 0 0);
}
section#about .inner .breadcrumb a {
  color: rgba(0, 0, 0, 0.2);
}
section#about .inner .breadcrumb a:hover {
  color: #D44B6B;
}
section#about .inner .hero {
  width: calc(100% - 256px);
  padding: 96px 0 0 0;
  margin-bottom: 96px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
section#about .inner .hero.on .ctitle dl dt {
  clip-path: inset(0 0 0 0);
}
section#about .inner .hero.on .ctitle dl dd {
  clip-path: inset(0 0 0 0);
}
section#about .inner .hero.on .ctitle .illust figure img {
  opacity: 1;
}
section#about .inner .hero.on .text {
  opacity: 1;
}
section#about .inner .hero .ctitle {
  text-align: left;
  width: 50%;
}
section#about .inner .hero .ctitle dl {
  margin-bottom: 56px;
}
section#about .inner .hero .ctitle dl dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#about .inner .hero .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.25s;
}
section#about .inner .hero .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#about .inner .hero .ctitle dl dd span {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .hero .ctitle .illust {
  width: calc((100vw - 256px) / 2 * 0.9155);
  height: calc((100vw - 256px) / 2 * 0.9155);
  max-width: 542px;
  max-height: 542px;
  position: relative;
  transform: translateX(-50px);
}
section#about .inner .hero .ctitle .illust figure {
  position: absolute;
}
section#about .inner .hero .ctitle .illust figure.i1 {
  width: 46.5%;
  top: 0px;
  left: 0px;
}
section#about .inner .hero .ctitle .illust figure.i2 {
  width: 38.2%;
  top: 124px;
  right: 0px;
}
section#about .inner .hero .ctitle .illust figure.i2 img {
  transition-delay: 0.25s;
}
section#about .inner .hero .ctitle .illust figure.i3 {
  width: 194px;
  width: 35.8%;
  top: 350px;
  left: 60px;
}
section#about .inner .hero .ctitle .illust figure.i3 img {
  transition-delay: 0.35s;
}
section#about .inner .hero .ctitle .illust figure.i4 {
  width: 153px;
  width: 28.2%;
  top: 390px;
  right: 36px;
}
section#about .inner .hero .ctitle .illust figure.i4 img {
  transition-delay: 0.45s;
}
section#about .inner .hero .ctitle .illust figure.c1 {
  width: 135px;
  width: 25%;
  top: -8px;
  right: -8px;
}
section#about .inner .hero .ctitle .illust figure.c1 img {
  transition-delay: 0.2s;
}
section#about .inner .hero .ctitle .illust figure.c2 {
  width: 135px;
  width: 25%;
  top: 180px;
  left: -135px;
}
section#about .inner .hero .ctitle .illust figure.c2 img {
  transition-delay: 0.4s;
}
section#about .inner .hero .ctitle .illust figure.c3 {
  width: 65px;
  width: 12%;
  top: 50%;
  left: calc(50% - 33px);
}
section#about .inner .hero .ctitle .illust figure.c3 img {
  transition-delay: 0.6s;
}
section#about .inner .hero .ctitle .illust figure.c4 {
  width: 65px;
  width: 12%;
  top: 412px;
  left: -32px;
}
section#about .inner .hero .ctitle .illust figure.c4 img {
  transition-delay: 0.8s;
}
section#about .inner .hero .ctitle .illust figure.c5 {
  width: 112px;
  width: 20%;
  top: 524px;
  right: -112px;
}
section#about .inner .hero .ctitle .illust figure.c5 img {
  transition-delay: 1s;
}
section#about .inner .hero .ctitle .illust figure img {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#about .inner .hero .text {
  text-align: left;
  width: 50%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#about .inner .hero .text h4 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 48px;
}
section#about .inner .hero .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .hero .text p:not(:last-child) {
  margin-bottom: 24px;
}
section#about .inner article {
  width: 100%;
  position: relative;
}
section#about .inner article figure {
  width: 100%;
}
section#about .inner article figure.i2 {
  width: 46.6%;
  position: absolute;
  left: 0px;
  top: 60%;
  animation: run 0.4s linear infinite;
}
section#about .inner article figure.i3 {
  width: 34%;
  position: absolute;
  left: 50%;
  bottom: 0px;
}
section#about .inner .value {
  width: 100%;
  background-color: #ECE7E0;
  padding: 96px 0 96px 0;
  position: relative;
  clip-path: inset(0 0 0 0);
}
section#about .inner .value.on .inner .eachvalue .myvalue {
  opacity: 1;
}
section#about .inner .value .inner {
  width: calc(100% - 256px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#about .inner .value .inner .ctitle {
  text-align: left;
  width: 32.77%;
  position: relative;
}
section#about .inner .value .inner .ctitle.on .wrap dl dt, section#about .inner .value .inner .ctitle.on .wrap dl dd {
  clip-path: inset(0 0 0 0);
}
section#about .inner .value .inner .ctitle.fix .wrap {
  position: fixed;
  top: 176px;
}
section#about .inner .value .inner .ctitle .wrap {
  width: 100%;
  height: calc(100vh - 80px - 96px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#about .inner .value .inner .ctitle .wrap dl {
  z-index: 0;
}
section#about .inner .value .inner .ctitle .wrap dl dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#about .inner .value .inner .ctitle .wrap dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#about .inner .value .inner .ctitle .wrap dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#about .inner .value .inner .ctitle .wrap dl dd span {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .value .inner .eachvalue {
  width: 67.23%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
}
section#about .inner .value .inner .eachvalue.on::after {
  clip-path: inset(0 0 0 0);
}
section#about .inner .value .inner .eachvalue::after {
  content: "";
  width: calc((100% - 24px) / 2);
  min-height: 280px;
  background-image: url(../images/value_illust_text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
  border: solid 4px #FFF;
  border-radius: 8px;
  box-sizing: border-box;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-out 1.5s;
}
section#about .inner .value .inner .eachvalue .myvalue {
  text-align: left;
  width: calc((100% - 24px) / 2);
  min-height: 280px;
  background-color: #FFF;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
section#about .inner .value .inner .eachvalue .myvalue.v1 {
  transition-delay: 0.2s;
}
section#about .inner .value .inner .eachvalue .myvalue.v1.on > div.ph figure {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
section#about .inner .value .inner .eachvalue .myvalue.v1 > div::before {
  content: "01";
}
section#about .inner .value .inner .eachvalue .myvalue.v1 > div.ph {
  background-color: #C6F5DA;
}
section#about .inner .value .inner .eachvalue .myvalue.v1 > div.ph figure {
  background-image: url(../images/value_illust1.png);
  transform: translateY(200px) scale(1.1);
  opacity: 0;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
section#about .inner .value .inner .eachvalue .myvalue.v1 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v1 dl dd {
  color: #4AB473;
}
section#about .inner .value .inner .eachvalue .myvalue.v2 {
  transition-delay: 0.4s;
}
section#about .inner .value .inner .eachvalue .myvalue.v2.on > div.ph figure {
  opacity: 1;
  transform: translateY(0px);
}
section#about .inner .value .inner .eachvalue .myvalue.v2.on > div.ph figure:nth-child(2) {
  transform: translateY(0px);
  animation: fuwa1 8s linear infinite;
}
section#about .inner .value .inner .eachvalue .myvalue.v2 > div::before {
  content: "02";
}
section#about .inner .value .inner .eachvalue .myvalue.v2 > div.ph {
  background-color: #FFDFEC;
}
section#about .inner .value .inner .eachvalue .myvalue.v2 > div.ph figure {
  background-image: url(../images/value_illust2_1.png);
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
section#about .inner .value .inner .eachvalue .myvalue.v2 > div.ph figure:nth-child(2) {
  background-image: url(../images/value_illust2_2.png);
  transform: translateY(-100px);
}
section#about .inner .value .inner .eachvalue .myvalue.v2 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v2 dl dd {
  color: #EC72A3;
}
section#about .inner .value .inner .eachvalue .myvalue.v3 {
  transition-delay: 0.6s;
}
section#about .inner .value .inner .eachvalue .myvalue.v3.on > div.ph figure {
  transform: scale(1);
  opacity: 1;
}
section#about .inner .value .inner .eachvalue .myvalue.v3 > div::before {
  content: "03";
}
section#about .inner .value .inner .eachvalue .myvalue.v3 > div.ph {
  background-color: #D3EEFF;
}
section#about .inner .value .inner .eachvalue .myvalue.v3 > div.ph figure {
  background-image: url(../images/value_illust3.png);
  opacity: 0;
  transform: scale(1.5);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
section#about .inner .value .inner .eachvalue .myvalue.v3 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v3 dl dd {
  color: #6CB6E4;
}
section#about .inner .value .inner .eachvalue .myvalue.v4 {
  transition-delay: 0.8s;
}
section#about .inner .value .inner .eachvalue .myvalue.v4.on > div.ph figure:nth-child(1), section#about .inner .value .inner .eachvalue .myvalue.v4.on > div.ph figure:nth-child(2) {
  transform: translateX(0%);
}
section#about .inner .value .inner .eachvalue .myvalue.v4.on > div.ph figure:nth-child(3), section#about .inner .value .inner .eachvalue .myvalue.v4.on > div.ph figure:nth-child(4) {
  transform: translateY(0%);
}
section#about .inner .value .inner .eachvalue .myvalue.v4 > div::before {
  content: "04";
}
section#about .inner .value .inner .eachvalue .myvalue.v4 > div.ph {
  background-color: #FFFBC8;
}
section#about .inner .value .inner .eachvalue .myvalue.v4 > div.ph figure {
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
section#about .inner .value .inner .eachvalue .myvalue.v4 > div.ph figure:nth-child(1) {
  background-image: url(../images/value_illust4_1.png);
  transform: translateX(100%);
}
section#about .inner .value .inner .eachvalue .myvalue.v4 > div.ph figure:nth-child(2) {
  background-image: url(../images/value_illust4_2.png);
  transform: translateX(-100%);
  transition-delay: 0.75s;
}
section#about .inner .value .inner .eachvalue .myvalue.v4 > div.ph figure:nth-child(3) {
  background-image: url(../images/value_illust4_3.png);
  transform: translateY(-100%);
  transition-delay: 1s;
}
section#about .inner .value .inner .eachvalue .myvalue.v4 > div.ph figure:nth-child(4) {
  background-image: url(../images/value_illust4_4.png);
  transform: translateY(100%);
  transition-delay: 1.25s;
}
section#about .inner .value .inner .eachvalue .myvalue.v4 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v4 dl dd {
  color: #F4C567;
}
section#about .inner .value .inner .eachvalue .myvalue.v5 {
  transition-delay: 1s;
}
section#about .inner .value .inner .eachvalue .myvalue.v5.on > div.ph figure {
  opacity: 1;
}
section#about .inner .value .inner .eachvalue .myvalue.v5.on > div.ph figure:nth-child(2) {
  animation: yurayura 1s linear infinite;
  transform-origin: left top;
}
section#about .inner .value .inner .eachvalue .myvalue.v5 > div::before {
  content: "05";
}
section#about .inner .value .inner .eachvalue .myvalue.v5 > div.ph {
  background-color: #FFDEDE;
}
section#about .inner .value .inner .eachvalue .myvalue.v5 > div.ph figure {
  background-image: url(../images/value_illust5_1.png);
  transition: all 0.5s ease-in 0.5s;
  opacity: 0;
}
section#about .inner .value .inner .eachvalue .myvalue.v5 > div.ph figure:nth-child(2) {
  background-image: url(../images/value_illust5_2.png);
}
section#about .inner .value .inner .eachvalue .myvalue.v5 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v5 dl dd {
  color: #E15353;
}
section#about .inner .value .inner .eachvalue .myvalue > div {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#about .inner .value .inner .eachvalue .myvalue > div::before {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .value .inner .eachvalue .myvalue > div dl {
  margin: auto 0 24px 0;
}
section#about .inner .value .inner .eachvalue .myvalue > div dl dt {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
section#about .inner .value .inner .eachvalue .myvalue > div dl dd {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.005em;
  font-feature-settings: "palt";
  opacity: 0.3;
}
section#about .inner .value .inner .eachvalue .myvalue > div p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .value .inner .eachvalue .myvalue > div.ph {
  width: 50%;
  height: 185px;
  padding: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 0 8px 0 8px;
  overflow: hidden;
}
section#about .inner .value .inner .eachvalue .myvalue > div.ph::before {
  content: none;
}
section#about .inner .value .inner .eachvalue .myvalue > div.ph figure {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#about .inner .value .inner .eachvalue .myvalue > div.ph figure:nth-child(2), section#about .inner .value .inner .eachvalue .myvalue > div.ph figure:nth-child(3), section#about .inner .value .inner .eachvalue .myvalue > div.ph figure:nth-child(4) {
  position: absolute;
  top: 0px;
  left: 0px;
}
section#about .inner .message {
  width: 100%;
  padding: 96px 0;
}
section#about .inner .message.on .inner .combo .photo {
  opacity: 1;
}
section#about .inner .message.on .inner .combo .text {
  opacity: 1;
}
section#about .inner .message .inner {
  width: calc(100% - 256px);
  margin: 0 auto;
  position: relative;
}
section#about .inner .message .inner::before {
  content: "";
  width: 31.4%;
  height: calc((100vw - 256px) * 0.314);
  max-width: 372px;
  max-height: 199px;
  background-image: url(../images/illust_value.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: calc(100% + (100vw - 256px) * 0.08 - 12px);
  left: -48px;
  z-index: 1;
}
section#about .inner .message .inner .ctitle {
  text-align: left;
  width: 100%;
  margin-bottom: 64px;
}
section#about .inner .message .inner .ctitle.on dl dt, section#about .inner .message .inner .ctitle.on dl dd {
  clip-path: inset(0 0 0 0);
}
section#about .inner .message .inner .ctitle dl dt {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0s;
}
section#about .inner .message .inner .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
  clip-path: inset(0 100% 0 0);
  transition: all 0.3s ease-in 0.5s;
}
section#about .inner .message .inner .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #D44B6B;
  border-radius: 3px;
  display: block;
}
section#about .inner .message .inner .ctitle dl dd span {
  color: #000;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .message .inner .combo {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#about .inner .message .inner .combo .photo {
  width: 35%;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
section#about .inner .message .inner .combo .photo figure {
  width: 100%;
  margin-bottom: 24px;
}
section#about .inner .message .inner .combo .photo p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .message .inner .combo .photo p strong {
  font-size: 2rem;
  font-weight: 700;
}
section#about .inner .message .inner .combo .text {
  width: calc(65% - 40px);
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
}
section#about .inner .message .inner .combo .text h5 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
section#about .inner .message .inner .combo .text p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .message .inner .combo .text p:not(:last-child) {
  margin-bottom: 16px;
}
section#about .inner .company {
  width: calc(100% - 256px);
  padding: 96px 0;
  border-radius: 8px;
  background-color: #405E91;
}
section#about .inner .company .inner {
  width: calc(100% - 192px);
  margin: 0 auto;
}
section#about .inner .company .inner .ctitle {
  text-align: left;
  width: 100%;
  margin-bottom: 64px;
}
section#about .inner .company .inner .ctitle.on dl {
  opacity: 1;
}
section#about .inner .company .inner .ctitle dl {
  opacity: 0;
  transition: all 0.3s ease-in 0s;
}
section#about .inner .company .inner .ctitle dl dt {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
section#about .inner .company .inner .ctitle dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
section#about .inner .company .inner .ctitle dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #FFF;
  border-radius: 3px;
  display: block;
}
section#about .inner .company .inner .ctitle dl dd span {
  color: #FFF;
  font-family: "din-2014", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .company .inner .list {
  width: 100%;
  margin-bottom: 64px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#about .inner .company .inner .list.on {
  opacity: 1;
}
section#about .inner .company .inner .list table {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
}
section#about .inner .company .inner .list table tbody {
  width: 100%;
}
section#about .inner .company .inner .list table tbody tr {
  width: 100%;
}
section#about .inner .company .inner .list table tbody tr th {
  color: #8D8D8D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  vertical-align: middle;
  width: 24.2%;
  padding: 24px 0 24px 24px;
  background-color: #F9F8F6;
  border-radius: 8px 0 0 8px;
}
section#about .inner .company .inner .list table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  vertical-align: middle;
  padding: 24px;
  background-color: #F9F8F6;
  border-radius: 0 8px 8px 0;
}
section#about .inner .company .inner .list table tbody tr td ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px 0;
}
section#about .inner .company .inner .list table tbody tr td ul li {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#about .inner .company .inner .map {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#about .inner .company .inner .map.on {
  opacity: 1;
}
section#about .inner .company .inner .map > div {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
section#about .inner .company .inner .map > div iframe {
  width: 100%;
}
section#about .inner .company .inner .map p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section {
    width: 100%;
  }
  section#about {
    padding: 80px 0 0 0;
    margin-bottom: 48px;
  }
  section#about .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  section#about .inner .title {
    width: calc(100% - 32px);
    padding: 48px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  section#about .inner .title:not(:last-child) {
    margin-bottom: 32px;
  }
  section#about .inner .title h3 {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .title h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .breadcrumb {
    color: rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 32px);
    padding: 0 0 16px 0;
  }
  section#about .inner .hero {
    width: 100%;
    padding: 96px 0 0 0;
    margin-bottom: 96px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  section#about .inner .hero .ctitle {
    text-align: left;
    width: calc(100% - 32px);
  }
  section#about .inner .hero .ctitle dl {
    margin-bottom: 56px;
  }
  section#about .inner .hero .ctitle dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#about .inner .hero .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#about .inner .hero .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#about .inner .hero .ctitle dl dd span {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .hero .ctitle .illust {
    width: 100%;
    height: 440px;
    position: relative;
    transform: translateX(0px);
  }
  section#about .inner .hero .ctitle .illust figure {
    position: absolute;
  }
  section#about .inner .hero .ctitle .illust figure.i1 {
    width: 160px;
    top: 0px;
    left: 8px;
  }
  section#about .inner .hero .ctitle .illust figure.i2 {
    width: 140px;
    top: 62px;
    right: 0px;
  }
  section#about .inner .hero .ctitle .illust figure.i3 {
    width: 140px;
    top: 240px;
    left: 16px;
  }
  section#about .inner .hero .ctitle .illust figure.i4 {
    width: 140px;
    top: 240px;
    right: 16px;
  }
  section#about .inner .hero .ctitle .illust figure.c1 {
    width: 135px;
    top: -8px;
    right: -8px;
  }
  section#about .inner .hero .ctitle .illust figure.c2 {
    width: 68px;
    top: 196px;
    left: -16px;
  }
  section#about .inner .hero .ctitle .illust figure.c3 {
    width: 65px;
    top: calc(50% - 80px);
    left: calc(50% - 33px);
  }
  section#about .inner .hero .ctitle .illust figure.c4 {
    width: 65px;
    top: 360px;
    left: -32px;
  }
  section#about .inner .hero .ctitle .illust figure.c5 {
    width: 112px;
    top: 400px;
    right: 0px;
  }
  section#about .inner .hero .text {
    text-align: left;
    width: calc(100% - 32px);
  }
  section#about .inner .hero .text h4 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#about .inner .hero .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .hero .text p:not(:last-child) {
    margin-bottom: 24px;
  }
  section#about .inner article {
    width: 100%;
    position: relative;
  }
  section#about .inner article figure {
    width: 100%;
  }
  section#about .inner article figure.i2 {
    width: 46.6%;
    position: absolute;
    left: 0px;
    top: 60%;
  }
  section#about .inner article figure.i3 {
    width: 34%;
    position: absolute;
    left: 50%;
    bottom: 0px;
  }
  section#about .inner .value {
    width: 100%;
    background-color: #ECE7E0;
    padding: 48px 0 48px 0;
    position: relative;
  }
  section#about .inner .value::after {
    content: "";
    width: 372px;
    min-height: 199px;
    background-image: url(../images/illust_value.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: calc(100% - 199px + 16px);
    left: calc(50% - 592px - 60px);
    z-index: 1;
  }
  section#about .inner .value .inner {
    width: calc(100% - 32px);
    margin: 0 auto 56px auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#about .inner .value .inner .ctitle {
    width: 100%;
  }
  section#about .inner .value .inner .ctitle.fix .wrap {
    position: relative;
    top: auto;
  }
  section#about .inner .value .inner .ctitle .wrap {
    height: auto;
  }
  section#about .inner .value .inner .ctitle .wrap dl {
    position: relative;
    top: auto;
    margin-bottom: 24px;
  }
  section#about .inner .value .inner .ctitle .wrap dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#about .inner .value .inner .ctitle .wrap dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#about .inner .value .inner .ctitle .wrap dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#about .inner .value .inner .ctitle .wrap dl dd span {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .value .inner .eachvalue {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
  }
  section#about .inner .value .inner .eachvalue::after {
    content: "";
    width: 100%;
    min-height: 280px;
    background-image: url(../images/value_illust_text.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 272px 182px;
    border: solid 4px #FFF;
    border-radius: 8px;
    box-sizing: border-box;
  }
  section#about .inner .value .inner .eachvalue .myvalue {
    text-align: left;
    width: 100%;
    min-height: 280px;
    background-color: #FFF;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
  }
  section#about .inner .value .inner .eachvalue .myvalue.v1 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v1 dl dd {
    color: #4AB473;
  }
  section#about .inner .value .inner .eachvalue .myvalue.v2 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v2 dl dd {
    color: #EC72A3;
  }
  section#about .inner .value .inner .eachvalue .myvalue.v3 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v3 dl dd {
    color: #6CB6E4;
  }
  section#about .inner .value .inner .eachvalue .myvalue.v4 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v4 dl dd {
    color: #F4C567;
  }
  section#about .inner .value .inner .eachvalue .myvalue.v5 dl dt, section#about .inner .value .inner .eachvalue .myvalue.v5 dl dd {
    color: #E15353;
  }
  section#about .inner .value .inner .eachvalue .myvalue > div {
    width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#about .inner .value .inner .eachvalue .myvalue > div::before {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .value .inner .eachvalue .myvalue > div dl {
    margin: auto 0 24px 0;
  }
  section#about .inner .value .inner .eachvalue .myvalue > div dl dt {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#about .inner .value .inner .eachvalue .myvalue > div dl dd {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.005em;
    font-feature-settings: "palt";
    opacity: 0.3;
  }
  section#about .inner .value .inner .eachvalue .myvalue > div p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .value .inner .eachvalue .myvalue figure {
    width: 50%;
    height: 185px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0 8px 0 8px;
    overflow: hidden;
  }
  section#about .inner .message {
    width: 100%;
    padding: 48px 0;
  }
  section#about .inner .message .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#about .inner .message .inner::before {
    content: "";
    width: 40%;
    height: calc((100vw - 32px) * 0.4);
    max-width: 372px;
    max-height: 199px;
    background-image: url(../images/illust_value.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    bottom: calc(100% + (100vw - 32px) * 0.08 - 12px);
    left: 16px;
    z-index: 1;
  }
  section#about .inner .message .inner .ctitle {
    text-align: left;
    width: 100%;
    margin-bottom: 32px;
  }
  section#about .inner .message .inner .ctitle dl dt {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#about .inner .message .inner .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#about .inner .message .inner .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #D44B6B;
    border-radius: 3px;
    display: block;
  }
  section#about .inner .message .inner .ctitle dl dd span {
    color: #000;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .message .inner .combo {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#about .inner .message .inner .combo .photo {
    width: 100%;
    order: 2;
  }
  section#about .inner .message .inner .combo .photo figure {
    width: 100%;
    margin-bottom: 16px;
  }
  section#about .inner .message .inner .combo .photo p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .message .inner .combo .photo p strong {
    font-size: 1.6rem;
    font-weight: 700;
  }
  section#about .inner .message .inner .combo .text {
    width: 100%;
    margin-bottom: 24px;
    order: 1;
  }
  section#about .inner .message .inner .combo .text h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 24px;
  }
  section#about .inner .message .inner .combo .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .message .inner .combo .text p:not(:last-child) {
    margin-bottom: 8px;
  }
  section#about .inner .company {
    width: 100%;
    padding: 48px 0;
    border-radius: 0px;
  }
  section#about .inner .company .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  section#about .inner .company .inner .ctitle {
    text-align: left;
    width: 100%;
    margin-bottom: 32px;
  }
  section#about .inner .company .inner .ctitle dl dt {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    font-feature-settings: "palt";
    margin-bottom: 8px;
  }
  section#about .inner .company .inner .ctitle dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  section#about .inner .company .inner .ctitle dl dd::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 3px;
    display: block;
  }
  section#about .inner .company .inner .ctitle dl dd span {
    color: #FFF;
    font-family: "din-2014", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .company .inner .list {
    width: 100%;
    margin-bottom: 64px;
  }
  section#about .inner .company .inner .list table {
    text-align: left;
    width: 100%;
    display: block;
  }
  section#about .inner .company .inner .list table tbody {
    width: 100%;
    display: block;
  }
  section#about .inner .company .inner .list table tbody tr {
    width: 100%;
    display: block;
  }
  section#about .inner .company .inner .list table tbody tr:not(:last-child) {
    margin-bottom: 8px;
  }
  section#about .inner .company .inner .list table tbody tr th {
    color: #8D8D8D;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    vertical-align: middle;
    width: 100%;
    padding: 16px 16px 8px 16px;
    background-color: #F9F8F6;
    border-radius: 8px 8px 0 0;
    display: block;
  }
  section#about .inner .company .inner .list table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    vertical-align: middle;
    width: 100%;
    padding: 0 16px 16px 16px;
    background-color: #F9F8F6;
    border-radius: 0 0 8px 8px;
    display: block;
  }
  section#about .inner .company .inner .list table tbody tr td ul {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px 0;
  }
  section#about .inner .company .inner .list table tbody tr td ul li {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .company .inner .map {
    width: 100%;
  }
  section#about .inner .company .inner .map > div {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
  }
  section#about .inner .company .inner .map > div iframe {
    width: 100%;
  }
  section#about .inner .company .inner .map p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#about .inner .company .inner .combo {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  section#about .inner .company .inner .combo .photo {
    width: 416px;
  }
  section#about .inner .company .inner .combo .photo figure {
    width: 100%;
    margin-bottom: 24px;
  }
  section#about .inner .company .inner .combo .photo p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .company .inner .combo .photo p strong {
    font-size: 2rem;
    font-weight: 700;
  }
  section#about .inner .company .inner .combo .text {
    width: calc(100% - 416px - 40px);
  }
  section#about .inner .company .inner .combo .text h5 {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 40px;
  }
  section#about .inner .company .inner .combo .text p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#about .inner .company .inner .combo .text p:not(:last-child) {
    margin-bottom: 16px;
  }
}

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