@charset "UTF-8";
@-webkit-keyframes arrow-move-position {
  0% {
    transform: translateX(0) translateY(-50%); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px) translateY(-50%); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px) translateY(-50%); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
@keyframes arrow-move-position {
  0% {
    transform: translateX(0) translateY(-50%); /* 初期位置 */
    opacity: 1; /* 表示 */
  }
  50% {
    transform: translateX(20px) translateY(-50%); /* 右に移動して消える */
    opacity: 0;
  }
  51% {
    transform: translateX(-20px) translateY(-50%); /* 左から戻ってくる */
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(-50%); /* 元の位置に戻る */
    opacity: 1; /* 表示 */
  }
}
/*==========================================================================
section#message_area
========================================================================== */
section#message_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#message_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#message_area .midashi-box {
  margin-bottom: 7.8125vw;
}
section#message_area .midashi-box .txt-t {
  color: #ffffff;
  width: 29.4270833333vw;
}
section#message_area .midashi-box .txt-p {
  color: #ffffff;
  width: calc(100% - 29.4270833333vw);
}
section#message_area .img-box {
  overflow: clip;
  height: 26.0416666667vw;
  border-radius: 2.6041666667vw;
}
section#message_area .txt-box {
  position: relative;
  z-index: 1;
  width: 64.1%;
  margin: 0 auto;
  background: #ffffff;
  box-sizing: border-box;
  padding: 5.2083333333vw 5.9895833333vw;
  border-radius: 0.5208333333vw;
  margin-top: -5.2083333333vw;
}
section#message_area .txt-box .ttl-box {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 4.1666666667vw;
}
section#message_area .txt-box .ttl-box .txt-h2 {
  color: #2D3139;
}
section#message_area .txt-box .ttl-box .txt-h2 .txt-e {
  color: #9DAEFF;
}
section#message_area .txt-box .in-box .txt-p {
  line-height: 1.8em;
  margin-bottom: 2vw;
}
section#message_area .txt-box .in-box .txt-p:last-child {
  margin-bottom: 0;
}
section#message_area .txt-box .leader {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 1.5625vw;
}
section#message_area .txt-box .leader .txt-d {
  color: #3C5DFF;
}
section#message_area .txt-box .leader .txt-e {
  color: rgba(0, 0, 0, 0.5);
}
section#message_area .txt-box .leader span {
  display: block;
}

@media screen and (max-width: 767px) {
  section#message_area {
    padding-top: 100px;
    margin-top: -100px;
  }
  section#message_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#message_area .midashi-box {
    width: 85%;
    margin-bottom: 50px;
  }
  section#message_area .midashi-box .txt-t {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
  }
  section#message_area .midashi-box .txt-p {
    font-size: 14px;
    width: 100%;
  }
  section#message_area .img-box {
    overflow: clip;
    width: 100%;
    height: 45vw;
    border-radius: 0;
  }
  section#message_area .txt-box {
    width: 85%;
    box-sizing: border-box;
    padding: 50px 30px;
    border-radius: 10px;
    margin-top: -50px;
  }
  section#message_area .txt-box .ttl-box {
    margin-bottom: 40px;
  }
  section#message_area .txt-box .in-box .txt-p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section#message_area .txt-box .in-box .txt-p:last-child {
    margin-bottom: 0;
  }
  section#message_area .txt-box .leader {
    margin-top: 20px;
  }
  section#message_area .txt-box .leader .txt-d {
    font-size: 16px;
  }
  section#message_area .txt-box .leader .txt-n {
    font-size: 24px;
  }
  section#message_area .txt-box .leader .txt-e {
    font-size: 14px;
  }
  section#message_area .txt-box .leader span {
    display: block;
  }
}
/*==========================================================================
section#philosophy_area
========================================================================== */
section#philosophy_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#philosophy_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
  background: #42464D;
}
section#philosophy_area .ttl-box {
  flex: auto;
}
section#philosophy_area .txt-t {
  color: #ffffff;
  line-height: 1.8em;
}
section#philosophy_area .list-box {
  margin-top: 3.6458333333vw;
  gap: 1.5625vw;
  display: flex;
  flex-wrap: wrap;
}
section#philosophy_area .list-box li {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
  padding: 4.4270833333vw 5.1vw;
  border-radius: 0.5208333333vw;
  gap: 4.4270833333vw;
}
section#philosophy_area .list-box li .txt-h3 {
  text-align: center;
  display: flex;
  flex-flow: column;
  flex: none;
}
section#philosophy_area .list-box li .txt-h3 span {
  color: #3C5DFF;
}
section#philosophy_area .list-box li .txt-p {
  flex: auto;
}

@media screen and (max-width: 767px) {
  section#philosophy_area {
    padding-top: 120px;
    margin-top: -120px;
  }
  section#philosophy_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#philosophy_area .ttl-box {
    flex: auto;
  }
  section#philosophy_area .txt-t {
    font-size: 14px;
  }
  section#philosophy_area .list-box {
    margin-top: 50px;
    gap: 20px;
  }
  section#philosophy_area .list-box li {
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    gap: 4.4270833333vw;
  }
  section#philosophy_area .list-box li .txt-h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  section#philosophy_area .list-box li .txt-h3 span {
    font-size: 16px;
  }
  section#philosophy_area .list-box li .txt-p {
    font-size: 14px;
  }
}
/*==========================================================================
section#policy_area
========================================================================== */
section#policy_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#policy_area .inner {
  padding-top: 7.8125vw;
}
section#policy_area .ttl-box {
  flex: auto;
}
section#policy_area .txt-t {
  color: #ffffff;
  line-height: 1.8em;
}
section#policy_area .list-box {
  margin-top: 3.6458333333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875vw;
}
section#policy_area .list-box li {
  width: 100%;
  box-sizing: border-box;
}
section#policy_area .list-box li .txt-h3 {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 0.5208333333vw;
}
section#policy_area .list-box li .txt-h3 span {
  color: #3C5DFF;
}

@media screen and (max-width: 767px) {
  section#policy_area {
    padding-top: 120px;
    margin-top: -120px;
  }
  section#policy_area .inner {
    padding-top: 60px;
  }
  section#policy_area .ttl-box {
    flex: auto;
  }
  section#policy_area .txt-t {
    font-size: 14px;
  }
  section#policy_area .list-box {
    margin-top: 50px;
    gap: 20px;
  }
  section#policy_area .list-box li {
    width: 100%;
    box-sizing: border-box;
  }
  section#policy_area .list-box li .txt-h3 {
    font-size: 16px;
    gap: 10px;
    align-items: flex-start;
  }
  section#policy_area .list-box li .txt-h3 span {
    font-size: 16px;
  }
}
/*==========================================================================
section#quality_area
========================================================================== */
section#quality_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#quality_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#quality_area .ttl-box {
  flex: auto;
}
section#quality_area .txt-t {
  color: #ffffff;
  line-height: 1.8em;
}
section#quality_area .list-box {
  margin-top: 3.6458333333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6041666667vw;
}
section#quality_area .list-box li {
  width: 100%;
  box-sizing: border-box;
}
section#quality_area .list-box li .txt-h3 {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: 0.5208333333vw;
}
section#quality_area .list-box li .txt-h3 span {
  color: #3C5DFF;
}
section#quality_area .list-box li .txt-p {
  color: #ffffff;
  margin-top: 0.8333333333vw;
}

@media screen and (max-width: 767px) {
  section#quality_area {
    padding-top: 120px;
    margin-top: -120px;
  }
  section#quality_area .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section#quality_area .ttl-box {
    flex: auto;
  }
  section#quality_area .txt-t {
    font-size: 14px;
  }
  section#quality_area .list-box {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  section#quality_area .list-box li {
    width: 100%;
    box-sizing: border-box;
  }
  section#quality_area .list-box li .txt-h3 {
    font-size: 16px;
    gap: 10px;
    align-items: flex-start;
  }
  section#quality_area .list-box li .txt-h3 span {
    font-size: 16px;
  }
  section#quality_area .list-box li .txt-p {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*==========================================================================
section#sdgs_area
========================================================================== */
section#sdgs_area {
  padding-top: 7.8125vw;
  margin-top: -7.8125vw;
}
section#sdgs_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
  background: #42464D;
}
section#sdgs_area .ttl-box {
  flex: auto;
}
section#sdgs_area .txt-t {
  color: #ffffff;
  line-height: 1.8em;
}
section#sdgs_area .ic-box {
  margin-top: 3.6458333333vw;
}
section#sdgs_area .list-box {
  margin-top: 6.25vw;
  gap: 6.25vw;
  display: flex;
  flex-wrap: wrap;
}
section#sdgs_area .list-box li {
  width: 100%;
  box-sizing: border-box;
  gap: 2.6041666667vw;
}
section#sdgs_area .list-box li .img-box {
  width: 24.7395833333vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex: none;
}
section#sdgs_area .list-box li .txt-box {
  flex: auto;
}
section#sdgs_area .list-box li .txt-box .txt-h3 {
  color: #ffffff;
  padding-bottom: 1.0416666667vw;
  margin-bottom: 1.5625vw;
  border-bottom: solid 2px #9DAEFF;
}
section#sdgs_area .list-box li .txt-box .txt-p {
  flex: auto;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  section#sdgs_area {
    padding-top: 120px;
    margin-top: -120px;
  }
  section#sdgs_area .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  section#sdgs_area .txt-t {
    font-size: 14px;
  }
  section#sdgs_area .ic-box {
    margin-top: 50px;
  }
  section#sdgs_area .list-box {
    margin-top: 50px;
    gap: 40px;
  }
  section#sdgs_area .list-box li {
    width: 100%;
    box-sizing: border-box;
    gap: 2.6041666667vw;
  }
  section#sdgs_area .list-box li .img-box {
    width: 100%;
    margin-bottom: 20px;
  }
  section#sdgs_area .list-box li .txt-box {
    flex: auto;
  }
  section#sdgs_area .list-box li .txt-box .txt-h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  section#sdgs_area .list-box li .txt-box .txt-p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=about-us.css.map */