<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSerifJP-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MPLUS2-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/MPLUS2-Bold.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2");
  font-display: swap;
}
/* ↓ アニメーションの定義 -------*/
@keyframes scroll-btn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(200px);
  }
}
@keyframes leaf-move {
  from {
    transform: rotate(7.5deg);
  }
  to {
    transform: rotate(-7.5deg);
  }
}
.js-observe {
  opacity: 0;
}

.fadeIn {
  animation: fadeIn 3s ease 0s both 1 normal;
}

.fadeInRight {
  animation: fadeInRight 1.5s ease 0s both 1 normal;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s ease 0s both 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp0 {
  animation: fadeInUp0 1.25s ease 0s both 1 normal;
}

.fadeInUp1 {
  animation: fadeInUp1 1.25s ease 0.5s both 1 normal;
}

.fadeInUp2 {
  animation: fadeInUp2 1.25s ease 1s both 1 normal;
}

.fadeInUp3 {
  animation: fadeInUp3 1.25s ease 1.5s both 1 normal;
}

.fadeInUp4 {
  animation: fadeInUp4 1.25s ease 2s both 1 normal;
}

.fadeInUp5 {
  animation: fadeInUp5 1.25s ease 2.5s both 1 normal;
}

@keyframes fadeInUp0 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp4 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp5 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* ↓ インナーの定義 -------*/
.w1200 {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

.w1093 {
  width: 1093px;
  max-width: 80%;
  margin: 0 auto;
}

.w1080 {
  width: 1080px;
  max-width: 95%;
  margin: 0 auto;
}

.w890 {
  width: 890px;
  max-width: 75%;
  margin: 0 auto;
}

.w850 {
  width: 850px;
  max-width: 95%;
  margin: 0 auto;
}

.w555 {
  width: 555px;
  max-width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .w555 {
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .w555 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sw100 {
    width: 100%;
    max-width: 100%;
  }
  .sw98 {
    max-width: 98%;
  }
  .sw92 {
    max-width: 92%;
  }
  .sw88 {
    max-width: 88%;
  }
  .sw82 {
    max-width: 82%;
  }
}
html {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.266675vw;
  }
}

body {
  font-family: "Noto Sans JP";
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.05rem;
}

img {
  backface-visibility: hidden;
}

.pcmode {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcmode {
    display: none !important;
  }
}

.spmode {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spmode {
    display: block !important;
  }
}

/*------ personality ------*/
@media screen and (max-width: 768px) {
  .ttlRec.ttlRec--personality img {
    right: -1rem;
    bottom: -6.5rem;
    height: 4.5rem;
  }
}

.personalityRec {
  padding-top: 0.75rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .personalityRec {
    padding-top: 0.5rem;
    padding-bottom: 3rem;
  }
}
.personalityRec p {
  margin-bottom: 2.5rem;
  line-height: 2.25;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 768px) {
  .personalityRec p {
    margin-bottom: 2rem;
    line-height: 1.9;
  }
}
.personalityRec img {
  display: block;
  width: 83%;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  .personalityRec img {
    width: 100%;
  }
}
.personalityRec__table02 {
  width: 100%;
  border-collapse: collapse;
}
.personalityRec__table02 td {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1600px) {
  .personalityRec__table02 td {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 1300px) {
  .personalityRec__table02 td {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec__table02 td {
    font-size: 0.6874986572rem;
  }
}
.personalityRec__table02 td:first-child {
  padding-right: 0.5rem;
  vertical-align: top;
  white-space: nowrap;
}
.personalityRec__table01 {
  width: 100%;
  margin-top: 2rem;
  table-layout: fixed;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .personalityRec__table01 {
    margin-top: 1rem;
  }
}
.personalityRec__table01 th {
  font-weight: 400;
  background: #fffaed;
}
.personalityRec__table01 th:first-child {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .personalityRec__table01 th:first-child {
    width: 4rem;
  }
}
.personalityRec__table01 th:last-child {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .personalityRec__table01 th:last-child {
    width: 6rem;
  }
}
.personalityRec__table01 td:last-child {
  text-align: right;
}
.personalityRec__table01 td span {
  display: inline-block;
  margin-top: 1rem;
}
.personalityRec__table01 td span {
  font-size: 0.875rem;
}
@media screen and (max-width: 1600px) {
  .personalityRec__table01 td span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .personalityRec__table01 td span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec__table01 td span {
    font-size: 0.6249987793rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec__table01 td span {
    margin-top: 0.5rem;
  }
}
.personalityRec__table01 th,
.personalityRec__table01 td {
  padding: 0.75rem 1rem;
  line-height: 1.4;
  border: 1px solid #ddd;
}
.personalityRec__table01 th,
.personalityRec__table01 td {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  .personalityRec__table01 th,
  .personalityRec__table01 td {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1300px) {
  .personalityRec__table01 th,
  .personalityRec__table01 td {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec__table01 th,
  .personalityRec__table01 td {
    font-size: 0.7499985352rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec__table01 th,
  .personalityRec__table01 td {
    padding: 0.25rem 0.25rem;
  }
}
.personalityRec h2 {
  position: relative;
  margin-bottom: 0.9rem;
  font-family: "M PLUS 2";
  color: #662b1b;
}
.personalityRec h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .personalityRec h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .personalityRec h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec h2 {
    font-size: 1.4062472534rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec h2 {
    margin-left: 3.25rem;
  }
}
.personalityRec h2::before {
  top: 0;
  right: 102.5%;
  bottom: 0;
  left: -9rem;
  height: 1px;
  margin: auto;
  background: #662b1b;
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 1300px) {
  .personalityRec h2::before {
    left: -4rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec h2::before {
    left: -3rem;
  }
}
.personalityRec__list {
  padding: 2rem 2rem 2rem 4rem;
  margin-bottom: 2.5rem;
  color: #fff;
  list-style-type: disc;
  background: #662b1b;
  border-radius: 1rem;
}
.personalityRec__list {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .personalityRec__list {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .personalityRec__list {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec__list {
    font-size: 0.874998291rem;
  }
}
@media screen and (max-width: 768px) {
  .personalityRec__list {
    padding: 1rem 1rem 1rem 2rem;
    margin-bottom: 2rem;
  }
}
.personalityRec__list li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .personalityRec__list li {
    margin-bottom: 0.5rem;
  }
}
.personalityRec__list li:last-child {
  margin-bottom: 0;
}

.ttl-summary {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-summary {
    margin-bottom: 1.5rem;
  }
}
.ttl-summary h2 {
  line-height: 1.8;
  color: #662b1b;
}
.ttl-summary h2 {
  font-size: 3rem;
}
@media screen and (max-width: 1600px) {
  .ttl-summary h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1300px) {
  .ttl-summary h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-summary h2 {
    font-size: 2.1874957275rem;
  }
}
.ttl-summary p {
  line-height: 1.6;
}
.ttl-summary p {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .ttl-summary p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .ttl-summary p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-summary p {
    font-size: 1.1249978027rem;
  }
}

.chart-l {
  font-family: "Roboto";
}
.chart-l {
  font-size: 4.1875rem;
}
@media screen and (max-width: 1600px) {
  .chart-l {
    font-size: 4.1875rem;
  }
}
@media screen and (max-width: 1300px) {
  .chart-l {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 768px) {
  .chart-l {
    font-size: 2.687494751rem;
  }
}

.chart-s {
  font-family: "Roboto";
  line-height: 1.7;
}
.chart-s {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .chart-s {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1300px) {
  .chart-s {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .chart-s {
    font-size: 1.1249978027rem;
  }
}

.chart-list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 3.25rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .chart-list01 {
    gap: 1.5rem;
  }
}
.chart-list01__item {
  width: calc(50% - 0.75rem);
  padding: 2rem 2.5rem;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1300px) {
  .chart-list01__item {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .chart-list01__item {
    width: 100%;
  }
}
.chart-list01__item h3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #662b1b;
  border-bottom: 1px solid #333;
}
.chart-list01__item h3 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1600px) {
  .chart-list01__item h3 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 1300px) {
  .chart-list01__item h3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .chart-list01__item h3 {
    font-size: 1.2499975586rem;
  }
}
.chart-list01__item h3 span {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #662b1b;
  border-radius: 50%;
}
.chart-list01__item h3 span {
  font-size: 1.5625rem;
}
@media screen and (max-width: 1600px) {
  .chart-list01__item h3 span {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1300px) {
  .chart-list01__item h3 span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .chart-list01__item h3 span {
    font-size: 0.9999980469rem;
  }
}
@media screen and (max-width: 1300px) {
  .chart-list01__item h3 span {
    width: 4rem;
    height: 4rem;
  }
}
.chart-list01__container {
  padding: 1.5rem 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .chart-list01__container {
    padding: 1rem 0 0.5rem;
  }
}
.chart-list01__container img {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1300px) {
  .chart-list01__container img {
    margin-bottom: 1rem;
  }
}
.chart-list01__box {
  width: 100%;
  text-align: left;
}

.chart-list02 {
  padding-left: 1.4rem;
  margin: 1rem 0;
  list-style-type: decimal;
}

.companyRec {
  padding: 4rem 0 7rem;
}
@media screen and (max-width: 768px) {
  .companyRec {
    padding: 2rem 0 4rem;
  }
}

.preceding-technologyRec__list {
  margin-top: 2.65rem;
}
@media screen and (max-width: 768px) {
  .preceding-technologyRec__list {
    margin-top: 1.5rem;
  }
}
.preceding-technologyRec__list li {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
  padding: 0.9rem 2rem;
  margin-bottom: 4.75rem;
  background: #fff;
  border: 1px solid #333;
  border-radius: 1.25rem;
}
@media screen and (max-width: 1300px) {
  .preceding-technologyRec__list li {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .preceding-technologyRec__list li {
    gap: 1.5rem;
    padding: 0.75rem 1rem;
    margin-bottom: 3.5rem;
  }
}
.preceding-technologyRec__list li:last-child {
  margin-bottom: 0;
}
.preceding-technologyRec__list li:last-child::before {
  display: none;
}
.preceding-technologyRec__list li::before {
  right: 0;
  bottom: -3.15rem;
  left: 0;
  width: 2rem;
  height: 1.2990381057rem;
  margin: auto;
  background: #662b1b;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .preceding-technologyRec__list li::before {
    bottom: -2.5rem;
  }
}
.preceding-technologyRec__num {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 1.3;
  color: #662b1b;
}
.preceding-technologyRec__num {
  font-size: 2.625rem;
}
@media screen and (max-width: 1600px) {
  .preceding-technologyRec__num {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1300px) {
  .preceding-technologyRec__num {
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .preceding-technologyRec__num {
    font-size: 1.6249968262rem;
  }
}
.preceding-technologyRec__pickup {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  color: #662b1b;
}
.preceding-technologyRec__pickup {
  font-size: 1.5rem;
}
@media screen and (max-width: 1600px) {
  .preceding-technologyRec__pickup {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1300px) {
  .preceding-technologyRec__pickup {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .preceding-technologyRec__pickup {
    font-size: 1.1249978027rem;
  }
}
</pre></body></html>