html body .bg-lg {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
html body .hero {
  height: 450px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .hero {
    height: 390px;
  }
}
html body .hero-textbox {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
html body .hero-textbox .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 42px;
  color: #F8F8F8;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch {
    font-size: 28px;
    line-height: 36px;
  }
}
html body .hero-textbox .catch span {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 56px;
  color: #F8F8F8;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .catch span {
    font-size: 42px;
    line-height: 56px;
  }
}
html body .hero-textbox .catch span::after, html body .hero-textbox .catch span::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 50%;
  width: 60px;
}
html body .hero-textbox .catch span::before {
  right: 100%;
  margin-right: 5px;
}
html body .hero-textbox .catch span::after {
  left: 100%;
  margin-left: 5px;
}
html body .hero-textbox .sub {
  font-size: 16px;
  line-height: 24px;
  color: #F8F8F8;
  font-size: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .hero-textbox .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
html body .hero-01 {
  background: url(../../images/about_kyowa/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-01 {
    background: url(../../images/about_kyowa/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-02 {
  background: url(../../images/performance/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-02 {
    background: url(../../images/performance/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-03 {
  background: url(../../images/technology/mv-pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-03 {
    background: url(../../images/technology/mv-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .hero-04 {
  background: url(../../images/step/flow_fv2_pc.webp) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .hero-04 {
    background: url(../../images/step/flow_fv2_sp.webp) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 575px) {
  html body .hero-04 .hero-textbox {
    width: 260px;
  }
}
@media screen and (max-width: 991px) {
  html body .hero-04 .hero-textbox h1 {
    font-size: 26px;
  }
}
html body .hero-04 .sub {
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .hero-04 .sub {
    color: #fff;
    background-color: transparent;
  }
}
html body .hero-05 {
  background: url(../../images/phiosophy/aboutus_fv_pc.webp) no-repeat top center;
  background-size: cover;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  html body .hero-05 {
    background: url(../../images/phiosophy/aboutus_fv_sp.webp) no-repeat center center;
    background-size: cover;
    background-color: #000000;
  }
}
html body .hero-05 .catch {
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .hero-05 .catch {
    width: 260px;
  }
}
html body .heroTitle {
  max-width: 1920px;
  width: 100%;
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  html body .heroTitle {
    margin-bottom: 35px;
  }
}
html body .heroTitle-textbox {
  max-width: 1760px;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox {
    height: 70px;
    margin-bottom: 20px;
  }
}
html body .heroTitle-textbox p {
  font-size: 240px;
  line-height: 240px;
  color: #DBDBDB;
  font-weight: 200;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.27 !important;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox p {
    font-size: 70px;
    line-height: 70px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox p {
    padding-left: 1rem;
    opacity: 0.27 !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
}
html body .heroTitle-textbox h1 {
  position: absolute;
  font-size: 60px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 120px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox h1 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-textbox h1 {
    top: 25px;
    left: 35px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
html body .heroTitle .sub {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle .sub {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub {
    margin-bottom: 30px;
    margin-left: 35px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub.sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle .sub.pc {
    display: none;
  }
}
html body .heroTitle-mv {
  max-width: 820px;
  width: 100%;
  display: none;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-mv {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle-mv {
    max-width: 480px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-mv {
    max-width: 320px;
  }
}
html body .heroTitle-inner {
  max-width: 1760px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 6px;
  margin: 0 0 120px auto;
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px 0;
    margin-bottom: 60px;
    max-width: 820px;
    margin-left: auto;
    padding-left: 35px;
  }
}
html body .heroTitle-inner .inner-left {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle-inner .inner-left {
    padding-right: 35px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-inner .inner-left {
    margin-left: 0;
    margin-right: auto;
  }
}
html body .heroTitle-inner .inner-left .left-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-left .left-text {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-left .left-text {
    margin-bottom: 20px;
  }
}
html body .heroTitle-inner .inner-right {
  max-width: 1120px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .heroTitle-inner .inner-right {
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  html body .heroTitle-inner .inner-right {
    max-width: 630px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-right {
    max-width: 100%;
  }
}
html body .heroTitle02 {
  max-width: 1860px;
  margin-left: auto;
}
html body .heroTitle02 .heroTitle-textbox {
  max-width: 1860px;
}
html body .heroTitle02 .heroTitle-textbox .jost {
  max-width: 1800px;
  padding-left: 0;
}
html body .heroTitle02 .heroTitle-textbox .catch {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  html body .heroTitle02 .heroTitle-textbox .catch {
    left: 35px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-inner .inner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
html body .heroTitle02 .heroTitle-list {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle02 .heroTitle-list {
    max-width: 310px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item {
    gap: 8px;
    padding-bottom: 6px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item div {
  width: 8px;
  height: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item div {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item div::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0E1A3C;
  border-right: 1px solid #0E1A3C;
  top: -50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item div::after {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item a {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item a {
    font-size: 15px;
    line-height: 21px;
  }
}
html body .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list .heroTitle-item + .heroTitle-item {
    padding-top: 6px;
  }
}
html body .heroTitle02 .heroTitle-list02 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
  }
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_title {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_title {
    font-size: 16px;
    line-height: 25px;
  }
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 100%;
  height: 1px;
  background-color: #0E1A3C;
}
html body .heroTitle02 .heroTitle-list02 .heroTitle-item_text {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  html body .heroTitle02 .heroTitle-list02 .heroTitle-item_text {
    font-size: 16px;
    line-height: 25px;
  }
}
html body .heroTitle03 {
  max-width: 1860px;
  margin-left: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 {
    margin-bottom: 0;
  }
}
html body .heroTitle03 .heroTitle-textbox {
  max-width: 1860px;
}
html body .heroTitle03 .heroTitle-textbox .jost {
  max-width: 1800px;
  padding-left: 0;
}
html body .heroTitle03 .heroTitle-textbox .catch {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  html body .heroTitle03 .heroTitle-textbox .catch {
    left: 35px;
  }
}
html body .heroTitle03 .heroTitle-inner {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-inner {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle03 .heroTitle-inner {
    max-width: 310px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle03 .heroTitle-inner .inner-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle03 .heroTitle-inner .inner-left .left-text {
    max-width: 280px;
    padding-left: 10px;
  }
}
html body .heroTitle03 .heroTitle-list {
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .heroTitle03 .heroTitle-list {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle03 .heroTitle-list {
    max-width: 310px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-bottom: 11px;
  border-bottom: 1px dotted #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item {
    gap: 8px;
    padding-bottom: 6px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item div {
  width: 8px;
  height: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item div {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item div::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #0E1A3C;
  border-right: 1px solid #0E1A3C;
  top: -50%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item div::after {
    width: 5px;
    height: 5px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item a {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item a {
    font-size: 15px;
    line-height: 21px;
  }
}
html body .heroTitle03 .heroTitle-list .heroTitle-item + .heroTitle-item {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  html body .heroTitle03 .heroTitle-list .heroTitle-item + .heroTitle-item {
    padding-top: 6px;
  }
}
html body .contents_breadcrumb {
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 0;
}
html body .about-title {
  margin-bottom: 25px;
  font-size: 37px;
  line-height: 60px;
  color: #0E1A3C;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-title {
    margin-bottom: 45px;
  }
}
html body .about-title02 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 78px;
  color: #0E1A3C;
  border-top: 1px solid #0E1A3C;
  border-bottom: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-title02 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-title02 {
    margin-bottom: 30px;
  }
}
html body .about-title03 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body .about-title03 {
    margin-bottom: 10px;
  }
}
html body .about-subtitle {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 60px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-subtitle {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-subtitle {
    margin-bottom: 25px;
  }
}
html body .about-line {
  width: 1px;
  height: 70px;
  margin: 0 auto 60px;
  background-color: #0E1A3C;
}
html body .about-line02 {
  height: 50px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  html body .about-line02 {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-line03 {
    margin-bottom: 0;
  }
}
html body .about-intro {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-intro {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-intro {
    margin-bottom: 25px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
}
html body .about-intro02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body .about-intro02 {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html body .about-intro03 {
    margin-bottom: 45px;
  }
}
html body .about-nav {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 85px;
  padding: 40px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0E1A3C;
}
@media screen and (max-width: 1199px) {
  html body .about-nav {
    padding: 40px 24px;
    gap: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-nav {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
    border: 0;
  }
}
html body .about-nav .nav-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 170px) / 3);
  flex: 0 0 calc((100% - 170px) / 3);
  border-top: 1px dotted #CCCCCC;
}
@media screen and (max-width: 1199px) {
  html body .about-nav .nav-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 80px) / 3);
    flex: 0 0 calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  html body .about-nav .nav-menu {
    border: none;
  }
}
html body .about-nav .nav-menu .menu-item .alpha {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #CCCCCC;
  padding: 14px 6.5px 14px 13.5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body .about-nav .nav-menu .menu-item .alpha {
    padding: 14px 10px;
  }
}
html body .about-nav .nav-menu .menu-item .alpha p {
  margin-right: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-nav .nav-menu .menu-item .alpha p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-nav .nav-menu .menu-item .alpha p br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body .about-nav .nav-menu .menu-item .alpha p br {
    display: block;
  }
}
html body .about-nav .nav-menu .menu-arrow {
  width: 12px;
  height: 12px;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #0E1A3C;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  html body .about-nav .nav-menu:last-child .menu-item:last-child .alpha {
    border-bottom: none;
  }
}
html body .about-section .box-link-arrow a {
  width: 375px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section .box-link-arrow a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section .box-link-arrow a {
    width: 270px;
    color: #fff;
  }
}
html body .about-section .box-link-arrow a:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section .box-link-arrow a:hover {
    color: #0E1A3C;
  }
}
html body .about-section_commit {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: black;
}
html body .about-section_commit .commit-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 33px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 21px 0;
    margin-bottom: 21px;
  }
}
html body .about-section_commit .commit-heading h2 {
  font-size: 31px;
  line-height: 54px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-heading h2 {
    font-size: 22px;
    line-height: 39px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-heading h2 {
    text-align: center;
  }
}
html body .about-section_commit .commit-icon {
  width: 74px;
  height: 66px;
  background: url(../../images/about_kyowa/title-bg01.svg) no-repeat top center;
  background-size: cover;
}
html body .about-section_commit .commit-icon p {
  font-size: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-icon p {
    font-size: 34px;
    line-height: 34px;
  }
}
html body .about-section_commit .commit-icon span {
  padding-top: 16px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-icon span {
    font-size: 12px;
    line-height: 16px;
  }
}
html body .about-section_commit .commit-imagebox {
  height: 100vh;
}
html body .about-section_commit .commit-imagebox img {
  width: 100%;
  height: calc(100% - 60px);
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_commit .commit-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2509803922);
  opacity: 0;
  z-index: 2;
}
html body .about-section_commit .commit-blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
html body .about-section_commit .commit-textbox {
  padding-top: 100vh;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox {
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-textbox {
    padding-top: 75vh;
    padding-left: 40px;
    padding-right: 40px;
  }
}
html body .about-section_commit .commit-textbox01 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-textbox01 {
    max-width: 700px;
    width: 100%;
  }
}
html body .about-section_commit .commit-textbox02 {
  max-width: 700px;
  width: 100%;
  left: 160px;
}
@media screen and (max-width: 1600px) {
  html body .about-section_commit .commit-textbox02 {
    left: 80px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-textbox02 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
html body .about-section_commit .commit-textbox02 .box-link-arrow a {
  margin-left: 0;
}
html body .about-section_commit .commit-textbox03 {
  max-width: 700px;
  width: 100%;
  right: 160px;
}
@media screen and (max-width: 1600px) {
  html body .about-section_commit .commit-textbox03 {
    right: 80px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-textbox03 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
html body .about-section_commit .commit-textbox03 .box-link-arrow a {
  margin-left: 0;
}
html body .about-section_commit .commit-textbox04 {
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  html body .about-section_commit .commit-textbox04 {
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-textbox04 {
    max-width: 700px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-textbox04 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
html body .about-section_commit .commit-textbox p {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox p {
    font-size: 16px;
    line-height: 23px;
  }
}
html body .about-section_commit .commit-textbox p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox p + p {
    margin-top: 20px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 1600px) {
  html body .about-section_commit .commit-textbox .commit-flex02 {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-textbox .commit-flex02 {
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px 0;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-title {
  margin-bottom: 30px;
  padding: 5.5px 0;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-title {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-title {
    margin-bottom: 15px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-text {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-text_sm {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-text_sm {
    font-size: 12px;
    line-height: 18px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-list {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-list {
    gap: 34px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 27px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 25px) / 2);
  flex: 0 0 calc((100% - 25px) / 2);
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item {
    height: 140px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item::before, html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item::before {
  background: url(../../images/about_kyowa/text-bgTop01-pc.svg) no-repeat top center;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item::before {
    background: url(../../images/about_kyowa/text-bgTop01-sp.svg) no-repeat top center;
    background-size: contain;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item::after {
  background: url(../../images/about_kyowa/text-bgBtm01-pc.svg) no-repeat bottom center;
  background-size: contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item::after {
    background: url(../../images/about_kyowa/text-bgBtm01-sp.svg) no-repeat bottom center;
    background-size: contain;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item p {
    font-size: 20px;
    line-height: 24px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item h4 {
  font-size: 22px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item h4 {
    font-size: 27px;
    line-height: 55px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item h4 span {
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item h4 span {
    font-size: 48px;
    line-height: 55px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item_sm {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-item_sm {
    font-size: 12px;
    line-height: 33px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 100px) / 2);
  flex: 0 0 calc((100% - 100px) / 2);
}
@media screen and (max-width: 1199px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px) / 2);
    flex: 0 0 calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner {
    max-width: 310px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_left .flex02-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_left .flex02-text {
    margin-bottom: 40px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-text {
    margin-bottom: 24px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic {
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic {
    margin-bottom: 28px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic img {
  mix-blend-mode: multiply;
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box {
  padding: 8px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 9px;
  background-color: #fff;
  position: absolute;
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box h4 {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box h4 {
    font-size: 13px;
    line-height: 18px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box p {
    font-size: 13px;
    line-height: 18px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box01 {
  width: 240px;
  height: 60px;
  bottom: 0;
  left: 10px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box01 {
    width: 136px;
    height: 75px;
    padding: 10px 9px 10px 14px;
    bottom: 10px;
    left: 0;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box02 {
  width: 205px;
  height: 84px;
  top: 0;
  left: 10px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box02 {
    width: 124px;
    height: 91px;
    padding: 10px 3px 10px 17px;
    left: 20px;
  }
}
html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box03 {
  width: 189px;
  height: 106px;
  bottom: 0;
  right: 10px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .commit-flex02 .flex02-inner_right .flex02-pic_box03 {
    width: 108px;
    height: 128px;
    padding: 10px 5px 10px 15px;
  }
}
html body .about-section_commit .commit-textbox .box-link-arrow {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .box-link-arrow {
    margin-top: 33px !important;
  }
}
html body .about-section_commit .commit-textbox .box-link-arrow a {
  width: 375px;
  border-color: #F8F8F8;
  font-size: 16px;
  line-height: 26px;
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .box-link-arrow a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-textbox .box-link-arrow a {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .box-link-arrow a {
    max-width: 285px;
    width: 100%;
    background-color: transparent;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-textbox .box-link-arrow a {
    width: 100%;
  }
}
html body .about-section_commit .commit-textbox .box-link-arrow a::before {
  content: url(../../images/one_order/allow-link-s.svg);
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-textbox .box-link-arrow a::before {
    width: 10px;
    right: 30px;
  }
}
html body .about-section_commit .commit-textbox .box-link-arrow a:hover {
  background-color: #F8F8F8;
  color: #0E1A3C;
}
html body .about-section_commit .commit-subtitle01 {
  margin-bottom: 21px;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-subtitle01 {
    font-size: 18px;
    line-height: 31px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-subtitle01 {
    margin-bottom: 23px;
  }
}
html body .about-section_commit .commit-subtitle02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  margin: 43px 0 20px;
  font-size: 18px;
  line-height: 39px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-subtitle02 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-subtitle02 {
    margin-top: 18px;
  }
}
html body .about-section_commit .commit-subtitle02 span {
  font-size: 44px;
  line-height: 58px;
  color: #FFFFFF;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-subtitle02 span {
    font-size: 30px;
    line-height: 40px;
  }
}
html body .about-section_commit .commit-section {
  height: 100vh;
  margin-bottom: 100vh;
  position: relative;
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-section {
    margin-bottom: 125vh;
  }
}
html body .about-section_commit .commit-section04 {
  margin-bottom: 150vh;
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-section04 {
    margin-bottom: 175vh;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section04 {
    margin-bottom: 250vh;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-section04 {
    margin-bottom: 300vh;
  }
}
html body .about-section_commit .commit-section04 .commit-heading {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section04 .commit-heading {
    margin-bottom: 35px;
  }
}
html body .about-section_commit .commit-section04 .commit-textbox {
  padding-top: 75vh;
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-section04 .commit-textbox {
    padding-top: 50vh;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-section04 .commit-textbox {
    padding-top: 30vh;
  }
}
html body .about-section_commit .commit-section04 .commit-text {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
html body .about-section_commit .commit-section05 .commit-textbox {
  padding-top: 75vh;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section05 .commit-textbox {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-section05 .commit-textbox {
    padding-top: 75vh;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section05 .commit-text02 {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section05 .commit-container {
    max-width: 350px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px auto 0;
    background: url(../../images/about_kyowa/owner-bg.svg) no-repeat center center;
    background-size: contain;
  }
}
html body .about-section_commit .commit-section05 .commit-container span {
  font-size: 44px;
  line-height: 58px;
  color: #FFFFFF;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section05 .commit-container span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section05 .commit-container span.sp {
    margin-top: -17.5px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section05 .commit-container p {
    max-width: 310px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section05 .commit-container .box-link-arrow {
    margin: 27px 0 18.5px -35px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-section05 .commit-container .box-link-arrow a {
    width: 260px;
  }
}
@media screen and (max-width: 375px) {
  html body .about-section_commit .commit-section05 .commit-container_owner .box-link-arrow {
    margin-top: 12px !important;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-section05 .commit-container_owner .box-link-arrow a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  html body .about-section_commit .commit-section05 .commit-container_owner .box-link-arrow a {
    width: 220px;
  }
}
@media screen and (max-width: 375px) {
  html body .about-section_commit .commit-section05 .commit-container_owner p {
    padding: 0 1rem;
    box-sizing: border-box;
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  html body .about-section_commit .commit-section05 .commit-container_owner h3 {
    margin: 5px 0 12px;
  }
}
@media screen and (max-width: 375px) {
  html body .about-section_commit .commit-section05 .commit-container_owner span.sp {
    margin-top: -15px;
    font-size: 26px;
  }
}
html body .about-section_commit .commit-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 35px;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-award {
    gap: 0 20px;
    margin-top: 25px;
  }
}
html body .about-section_commit .commit-award .commit-pic {
  max-width: 168px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-award .commit-pic {
    max-width: 95px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-container02 {
    display: inline-block;
    margin: 0 auto;
  }
}
html body .about-section_imagine {
  min-height: 100vh;
  padding: 130px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_imagine {
    padding: 40px 0 0;
  }
}
html body .about-section_imagine .wrapper {
  max-width: 1400px;
  width: 100%;
}
html body .about-section_imagine .imagine-title {
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 62px;
  color: #0E1A3C;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_imagine .imagine-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_imagine .imagine-title {
    margin-bottom: 27px;
  }
}
html body .about-section_imagine .imagine-list {
  margin-bottom: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body .about-section_imagine .imagine-list {
    margin-bottom: 60px;
    gap: 6px;
  }
}
html body .about-section_imagine .imagine-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 34px) / 3);
  flex: 0 0 calc((100% - 34px) / 3);
}
@media screen and (max-width: 767px) {
  html body .about-section_imagine .imagine-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 6px) / 2);
    flex: 0 0 calc((100% - 6px) / 2);
  }
}
html body .about-section_imagine .imagine-item_pic {
  width: 100%;
}
html body .about-section_imagine .imagine-item_pic img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_spec {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec {
    scroll-margin-top: 80px;
  }
}
html body .about-section_spec .wrapper {
  max-width: 1400px;
}
html body .about-section_spec01 .wrapper {
  max-width: 100vw;
  padding: 0;
}
html body .about-section_spec01 .about-title {
  font-size: 40px;
  line-height: 60px;
  color: #FFFFFF;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .about-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .about-title {
    margin-bottom: 0;
    color: #0E1A3C;
  }
}
html body .about-section_spec01 .about-line {
  margin-bottom: 36px;
  background-color: #FFFFFF;
  height: 72px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .about-line {
    margin-bottom: 25px;
    background-color: #0E1A3C;
  }
}
html body .about-section_spec01 .spec-inner {
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner {
    padding: 0 24px;
  }
}
html body .about-section_spec01 .spec-inner01 {
  margin-bottom: 155px;
  padding-top: 190px;
  padding-bottom: 155px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 {
    margin-bottom: 55px;
    padding-top: 70px;
    padding-bottom: 85px;
  }
}
html body .about-section_spec01 .spec-inner01 .prlx-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/performance/spec-bg-sp.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
  -webkit-transform: translateY(0) scale(1.4);
  -ms-transform: translateY(0) scale(1.4);
  transform: translateY(0) scale(1.4);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .prlx-bg {
    background: url(../../images/performance/spec-bg-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 50px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title .pc {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title .pc {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title .sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title .sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-title .sp {
    display: block;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-text {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_left .left-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right {
    max-width: 350px;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-title {
  margin-bottom: 30px;
  padding: 6px 0;
  background-color: #0E2971;
  font-size: 26px;
  line-height: 66px;
  color: #F8F8F8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-title {
    margin-bottom: 28px;
    padding: 8px 0;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-text {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-text {
    margin-bottom: 30px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-text_sm {
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-text_sm {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-text_sm {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-list {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-list {
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 30px) / 2);
  flex: 0 0 calc((100% - 30px) / 2);
  height: 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item::before, html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item::before {
  background: url(../../images/performance/text-bgTop01-pc.svg) no-repeat top center;
  background-size: cover;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item::before {
    background: url(../../images/performance/text-bgTop01-sp.svg) no-repeat top center;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item::after {
  background: url(../../images/performance/text-bgBtm01-pc.svg) no-repeat bottom center;
  background-size: cover;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item::after {
    background: url(../../images/performance/text-bgBtm01-sp.svg) no-repeat bottom center;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item_textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item_textbox p {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item_textbox p {
    font-size: 16px;
    line-height: 22px;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item_textbox div {
  width: 18px;
  height: 1px;
  background-color: #FFFFFF;
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item_textbox h4 {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item_textbox h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item_textbox h4 span {
  font-size: 50px;
  line-height: 50px;
  color: #FFFFFF;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner01 .spec-flex01 .flex01-inner_right01 .right01-item_textbox h4 span {
    font-size: 50px;
    line-height: 50px;
  }
}
html body .about-section_spec01 .spec-inner02 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 {
    padding: 0 24px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  html body .about-section_spec01 .spec-inner02 .spec-list {
    gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner02 .spec-list {
    gap: 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 100px) / 2);
  flex: 0 0 calc((100% - 100px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 1400px) {
  html body .about-section_spec01 .spec-inner02 .spec-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 50px) / 2);
    flex: 0 0 calc((100% - 50px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner02 .spec-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item {
    max-width: 650px;
    width: 100%;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item_title {
  margin-bottom: 55px;
  padding-bottom: 12.5px;
  font-size: 35px;
  line-height: 50px;
  color: #0E2971;
  border-bottom: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_title {
    margin-bottom: 40px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item_marginBtm {
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_marginBtm {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 45px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn {
  width: 175px;
  height: 58px;
  margin: 0 auto;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0E1A3C;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_linkTextbox {
  max-width: 120px;
  width: 100%;
  height: 26px;
  position: relative;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_linkText {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_linkText {
    font-size: 18px;
    line-height: 26px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_linkText_open {
  opacity: 1;
  visibility: visible;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_linkText_open.show {
  opacity: 0;
  visibility: hidden;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_linkText_close {
  opacity: 0;
  visibility: hidden;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_linkText_close.show {
  opacity: 1;
  visibility: visible;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_symbol {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_symbol span {
  width: 15px;
  height: 2px;
  background-color: #0E1A3C;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_symbol span:first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a .spec-item_symbol span:first-child.show {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a:hover {
  background-color: #0E1A3C;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a:hover .spec-item_linkText {
  color: #FFFFFF;
}
html body .about-section_spec01 .spec-inner02 .spec-item_btn a:hover .spec-item_symbol span {
  background-color: #FFFFFF;
}
html body .about-section_spec01 .spec-inner02 .spec-item_container {
  padding-top: 25px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
html body .about-section_spec01 .spec-inner02 .spec-item_text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item_text_sm {
  margin-top: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_text_sm {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_text_sm {
    margin-top: 20px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item_subtitle {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item_subtitle .sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_subtitle .sp {
    display: block;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item_textbox {
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
  text-align: center;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_textbox {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_textbox {
    max-width: 650px;
    width: 100%;
    height: 137px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_textbox {
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_textbox {
    height: 137px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_textbox .sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_textbox .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item_textbox .sp {
    display: block;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 52px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList {
    gap: 0 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item_container {
    margin-bottom: 8px;
    padding-bottom: 4px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item01 .innerList-item_container {
  width: 106px;
  height: 80px;
  background: url(../../images/performance/resist-quake01-pc.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item01 .innerList-item_container {
    width: 64px;
    height: 48px;
    background: url(../../images/performance/resist-quake01-sp.svg) no-repeat center center;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item01 .innerList-item_text_sm {
  font-size: 15px;
  line-height: 30px;
  color: #0E2971;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item01 .innerList-item_text_sm {
    font-size: 12px;
    line-height: 16px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item01 .innerList-item_text01 {
  font-size: 34px;
  line-height: 30px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item01 .innerList-item_text01 {
    font-size: 18px;
    line-height: 16px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item02 .innerList-item_container {
  width: 160px;
  height: 120px;
  background: url(../../images/performance/resist-quake02-pc.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item02 .innerList-item_container {
    width: 96px;
    height: 72px;
    background: url(../../images/performance/resist-quake02-sp.svg) no-repeat center center;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item02 .innerList-item_text_sm {
  font-size: 20px;
  line-height: 40px;
  color: #0E2971;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item02 .innerList-item_text_sm {
    font-size: 14px;
    line-height: 20px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item02 .innerList-item_text01 {
  font-size: 46px;
  line-height: 40px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item02 .innerList-item_text01 {
    font-size: 28px;
    line-height: 25px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_container {
  width: 216px;
  height: 162px;
  background: url(../../images/performance/resist-quake03-pc.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_container {
    width: 130px;
    height: 98px;
    background: url(../../images/performance/resist-quake03-sp.svg) no-repeat center center;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_text_sm {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_text_sm {
    font-size: 14px;
    line-height: 28px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_text01 {
  font-size: 60px;
  line-height: 51px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_text01 {
    font-size: 34px;
    line-height: 29px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_text01 span {
  font-size: 30px;
  line-height: 51px;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_text01 span {
    font-size: 17px;
    line-height: 29px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_topText {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #0E2971;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item03 .innerList-item_topText {
    font-size: 14px;
    line-height: 18px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item_text02 {
  font-size: 22px;
  line-height: 30px;
  color: #C08D4E;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item_text02 {
    font-size: 16px;
    line-height: 16px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item_text02 span {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 15px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item01 .spec-item_innerList .innerList-item_text02 span {
    font-size: 14px;
    line-height: 16px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px 0;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_left .flex-item {
  width: 104px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0E2971;
  font-size: 15px;
  line-height: 28px;
  color: #F8F8F8;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_left .flex-item {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_left .flex-item:nth-of-type(2n) {
  background-color: #0E1A3C;
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_left .flex-item + .flex-item {
  margin-top: 10px;
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_left .flex-pic {
  margin-top: 17px;
  width: 95px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_left .flex-pic {
    width: 100px;
    margin-top: 0;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_right .flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_right .flex-list {
    margin-bottom: 11px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_right .flex-item_pic {
  max-width: 190px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_right .flex-item_pic {
    max-width: 165px;
    margin-bottom: 6px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_right .flex-item_text {
  font-size: 14px;
  line-height: 18px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_right .flex-item_text {
    font-size: 14px;
    line-height: 18px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_right .flex-text {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item03 .spec-item_flex .flex-inner_right .flex-text {
    font-size: 14px;
    line-height: 22px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item04 .spec-item_title {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec01 .spec-inner02 .spec-item04 .spec-item_title {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item04 .spec-item_pic img {
    max-width: 650px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-title {
    margin-bottom: 13px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px 0;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-list {
    gap: 0 30px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item {
  width: 210px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item {
    width: 100%;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_title {
  margin-bottom: 10px;
  padding: 3px 0;
  background-color: #A5AAB9;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_title {
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 0;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0 23px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 8.5px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_inner p:first-child {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_inner p:first-child {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_inner p:first-child {
    width: 100%;
    text-align: center;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_inner p:last-child {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_inner p:last-child {
    font-size: 12px;
    line-height: 13px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_pic {
  max-width: 196px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_pic {
    max-width: 100%;
    margin-bottom: 3.5px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_textSm {
  margin-left: 34px;
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_textSm {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_left .flex-item_textSm {
    margin-left: 6px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:first-child {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:first-child {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:first-child {
    margin-bottom: 7px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:nth-child(2) {
  font-size: 14px;
  line-height: 21px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:nth-child(2) {
    font-size: 14px;
    line-height: 21px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:last-child {
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:last-child {
    font-size: 14px;
    line-height: 21px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:last-child span {
  font-size: 30px;
  line-height: 30px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_inner p:last-child span {
    font-size: 30px;
    line-height: 24px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_pic {
  max-width: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-item_right .flex-item_pic {
    max-width: 70px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-round {
  width: 100px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-round {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-container_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 12px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-container_right h4 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 30px;
  color: #E50011;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-container_right h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-container_right h4 {
    margin-bottom: 4px;
  }
}
html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-container_right P {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-container_right P {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec01 .spec-inner02 .spec-item05 .flex-textbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
html body .about-section_spec02 {
  margin-top: 160px;
  padding-top: 135px;
  padding-bottom: 210px;
  background-color: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 {
    margin-top: 60px;
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
html body .about-section_spec02 .wrapper {
  max-width: 1400px;
  padding: 0;
}
html body .about-section_spec02 .about-title {
  font-size: 40px;
  line-height: 60px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .about-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .about-title {
    margin-bottom: 10px;
  }
}
html body .about-section_spec02 .about-line {
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .about-line {
    height: 50px;
    margin-bottom: 40px;
  }
}
html body .about-section_spec02 .spec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  margin-bottom: 140px;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec02 .spec-list {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .spec-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec-list {
    margin-bottom: 50px;
    padding: 0 40px;
  }
}
html body .about-section_spec02 .spec-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 200px) / 3);
  flex: 0 0 calc((100% - 200px) / 3);
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec02 .spec-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 100px) / 3);
    flex: 0 0 calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .spec-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
html body .about-section_spec02 .spec-item_title {
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 50px;
  color: #F8F8F8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec-item_title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .spec-item_title {
    margin-bottom: 28px;
  }
}
html body .about-section_spec02 .spec-item_text {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec-item_text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_spec02 .spec-imgBox {
  max-width: 1400px;
  width: 100%;
  padding: 100px 1rem;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .spec-imgBox {
    padding: 40px 20px;
  }
}
html body .about-section_spec02 .spec-pic {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
html body .about-section_spec02 .spec-pic02 {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .spec-pic02 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec-pic02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec-pic img {
    max-width: 1200px;
  }
}
html body .about-section_spec02 .spec-subtitle {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 30px;
  padding-left: 26px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
  border-left: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec-subtitle {
    margin: 50px 0 20px;
    padding-left: 13px;
  }
}
html body .about-section_spec03 {
  margin: 0 auto;
  padding: 160px 0;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec03 {
    margin: 0 auto;
    padding: 60px 0;
  }
}
html body .about-section_spec03 .wrapper {
  max-width: 1400px;
}
html body .about-section_spec03 .about-title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .about-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec03 .about-title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec03 .about-line {
    height: 50px;
    margin-bottom: 40px;
  }
}
html body .about-section_spec03 .spec-item {
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item {
    height: 545px;
  }
}
html body .about-section_spec03 .spec-item01 {
  background: url(../../images/performance/support-img01-pc.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item01 {
    background: url(../../images/performance/support-img01-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .about-section_spec03 .spec-item02 {
  background: url(../../images/performance/support-img02-pc.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item02 {
    background: url(../../images/performance/support-img02-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .about-section_spec03 .spec-item03 {
  background: url(../../images/performance/support-img03-pc.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item03 {
    background: url(../../images/performance/support-img03-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .about-section_spec03 .spec-item_textbox {
  max-width: 500px;
  width: 100%;
  height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px 0;
  margin-left: 115px;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item_textbox {
    max-width: 310px;
    height: 390px;
    gap: 25px 0;
    margin: 0 auto;
    padding: 0 10px;
  }
}
html body .about-section_spec03 .spec-item_textbox::before, html body .about-section_spec03 .spec-item_textbox::after {
  content: "";
  width: 100%;
  height: 64px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item_textbox::before, html body .about-section_spec03 .spec-item_textbox::after {
    height: 37.5px;
  }
}
html body .about-section_spec03 .spec-item_textbox::before {
  background: url(../../images/performance/text-bgTop02-pc.svg) no-repeat top center;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item_textbox::before {
    background: url(../../images/performance/text-bgTop02-sp.svg) no-repeat top center;
  }
}
html body .about-section_spec03 .spec-item_textbox::after {
  background: url(../../images/performance/text-bgBtm02-pc.svg) no-repeat bottom center;
  background-size: contain;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item_textbox::after {
    background: url(../../images/performance/text-bgBtm02-sp.svg) no-repeat bottom center;
  }
}
html body .about-section_spec03 .spec-item_title {
  font-size: 30px;
  line-height: 50px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item_title {
    font-size: 26px;
    line-height: 40px;
  }
}
html body .about-section_spec03 .spec-item_text {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item_text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_spec03 .spec-item_rev .spec-item_textbox {
  margin-left: auto;
  margin-right: 115px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec-item_rev .spec-item_textbox {
    margin: 0 auto;
  }
}
html body .about-section_tech {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech {
    scroll-margin-top: 80px;
  }
}
html body .about-section_tech01 {
  padding-top: 125px;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech01 {
    padding-top: 100px;
  }
}
html body .about-section_tech01 .wrapper {
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech01 .about-intro {
    margin-bottom: 40px;
    text-align: left;
  }
}
html body .about-section_tech01 .about-line {
  height: 60px;
  margin-bottom: 0;
}
html body .about-section_tech02 .wrapper {
  max-width: 1600px;
}
html body .about-section_tech02 .tech-wrapper {
  width: 100%;
  padding: 90px 1rem 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-wrapper {
    padding: 36px 20px 66px;
  }
}
html body .about-section_tech02 .tech-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 75px;
  padding: 6px 0;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
  text-align: center;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-title {
    margin-bottom: 45px;
    padding: 9px 0;
  }
}
html body .about-section_tech02 .tech-title02 {
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-title02 {
    margin-bottom: 28px;
  }
}
html body .about-section_tech02 .tech-intro {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-intro {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-intro {
    margin-bottom: 30px;
    text-align: left;
  }
}
html body .about-section_tech02 .tech-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-inner + .tech-inner {
  margin-top: 120px;
}
html body .about-section_tech02 .tech-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 100px) / 2);
  flex: 0 0 calc((100% - 100px) / 2);
}
@media screen and (max-width: 1199px) {
  html body .about-section_tech02 .tech-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 25px) / 2);
    flex: 0 0 calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
html body .about-section_tech02 .tech-item_title {
  margin-bottom: 63px;
  padding-bottom: 26px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
  border-bottom: 1px solid #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-item_title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-item_title {
    margin-bottom: 44.5px;
    padding-bottom: 12.5px;
  }
}
html body .about-section_tech02 .tech-item_inner {
  height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-item_inner {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-item_innerList {
    max-width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-item_imgBox {
    max-width: 650px;
    margin: 0 auto;
  }
}
html body .about-section_tech02 .tech-item_btn {
  width: 175px;
  height: 58px;
  margin: 30px auto 0;
}
html body .about-section_tech02 .tech-item_btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0E1A3C;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
html body .about-section_tech02 .tech-item_btn a .tech-item_linkTextbox {
  max-width: 120px;
  width: 100%;
  height: 26px;
  position: relative;
}
html body .about-section_tech02 .tech-item_btn a .tech-item_linkText {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item_btn a .tech-item_linkText {
    font-size: 18px;
    line-height: 26px;
  }
}
html body .about-section_tech02 .tech-item_btn a .tech-item_linkText_open {
  opacity: 1;
  visibility: visible;
}
html body .about-section_tech02 .tech-item_btn a .tech-item_linkText_open.show {
  opacity: 0;
  visibility: hidden;
}
html body .about-section_tech02 .tech-item_btn a .tech-item_linkText_close {
  opacity: 0;
  visibility: hidden;
}
html body .about-section_tech02 .tech-item_btn a .tech-item_linkText_close.show {
  opacity: 1;
  visibility: visible;
}
html body .about-section_tech02 .tech-item_btn a .tech-item_symbol {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
html body .about-section_tech02 .tech-item_btn a .tech-item_symbol span {
  width: 15px;
  height: 2px;
  background-color: #0E1A3C;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
html body .about-section_tech02 .tech-item_btn a .tech-item_symbol span:first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
html body .about-section_tech02 .tech-item_btn a .tech-item_symbol span:first-child.show {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
html body .about-section_tech02 .tech-item_btn a:hover {
  background-color: #0E1A3C;
}
html body .about-section_tech02 .tech-item_btn a:hover .tech-item_linkText {
  color: #FFFFFF;
}
html body .about-section_tech02 .tech-item_btn a:hover .tech-item_symbol span {
  background-color: #FFFFFF;
}
html body .about-section_tech02 .tech-item_container {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
html body .about-section_tech02 .tech-item_box {
  padding-top: 25px;
}
html body .about-section_tech02 .tech-item_caption {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item_caption {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-item_caption {
    margin-top: 30px;
  }
}
html body .about-section_tech02 .tech-item_caption02 {
  margin-top: 30px;
}
html body .about-section_tech02 .tech-item_text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item_text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-item_text_sm {
  margin-top: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item_text_sm {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item_text_sm {
    margin-top: 20px;
  }
}
html body .about-section_tech02 .tech-item01 .tech-item_imgBox {
  max-width: 650px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item01 .tech-item_imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 0;
  }
}
html body .about-section_tech02 .tech-item01 .tech-item_pic {
  max-width: 310px;
}
html body .about-section_tech02 .tech-item01 .tech-item_pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_tech02 .tech-item02 .tech-item_innerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item02 .tech-item_innerList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}
html body .about-section_tech02 .tech-item02 .tech-item_innerList .innerList-item_title {
  max-width: 260px;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  color: #F8F8F8;
  font-weight: bold;
  background-color: #A5AAB9;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item02 .tech-item_innerList .innerList-item_title {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item02 .tech-item_innerList .innerList-item_title {
    width: 310px;
  }
}
html body .about-section_tech02 .tech-item02 .tech-item_innerList .innerList-item_pic {
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item02 .tech-item_innerList .innerList-item_pic {
    margin: 0 auto;
  }
}
html body .about-section_tech02 .tech-item02 .tech-item_innerList .innerList-item_text {
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item02 .tech-item_innerList .innerList-item_text {
    font-size: 14px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-item03 .tech-item_pic {
  max-width: 450px;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-item04 .tech-item_imgBox {
  max-width: 650px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item04 .tech-item_imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 0;
  }
}
html body .about-section_tech02 .tech-item04 .tech-item_pic {
  max-width: 310px;
}
html body .about-section_tech02 .tech-item04 .tech-item_pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_tech02 .tech-item05 .tech-item_pic {
  max-width: 650px;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-item06 .tech-item_imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item06 .tech-item_imgBox {
    max-width: 350px;
    gap: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
}
html body .about-section_tech02 .tech-item06 .tech-item_innerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
html body .about-section_tech02 .tech-item06 .tech-item_innerList .innerList-item_title {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item06 .tech-item_innerList .innerList-item_title {
    font-size: 14px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-item06 .tech-item_innerList .innerList-item_pic {
  max-width: 133px;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-item06 .tech-item_pic {
  max-width: 232px;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-item06 .tech-item_pic {
    max-width: 350px;
  }
}
html body .about-section_tech02 .tech-item06 .tech-item_pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_tech02 .tech-item07 .tech-item_imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item07 .tech-item_imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 0;
  }
}
html body .about-section_tech02 .tech-item07 .tech-item_imgBox .tech-item_pic {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item07 .tech-item_imgBox .tech-item_pic {
    margin: 0 auto;
  }
}
html body .about-section_tech02 .tech-item07 .tech-item_imgBox .tech-item_textSm {
  margin-left: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item07 .tech-item_imgBox .tech-item_textSm {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item07 .tech-item_imgBox .tech-item_textSm {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item07 .tech-item_imgBox .tech-item_picText .tech-item_pic {
    margin-left: -35px;
  }
}
html body .about-section_tech02 .tech-item08 .tech-item_pic {
  max-width: 340px;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-item09 .tech-item_pic {
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item09 .tech-item_pic {
    max-width: 310px;
  }
}
html body .about-section_tech02 .tech-item09 .tech-item_textSm {
  margin-top: 6px;
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
  text-align: right;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item09 .tech-item_textSm {
    font-size: 14px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-item10 .tech-item_pic {
  max-width: 650px;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-item11 .tech-item_imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item11 .tech-item_imgBox {
    max-width: 360px;
    gap: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
html body .about-section_tech02 .tech-item11 .tech-item_imgBox .tech-item_picText {
  max-width: 360px;
}
html body .about-section_tech02 .tech-item11 .tech-item_imgBox .tech-item_textSm {
  margin-bottom: 13px;
  font-size: 19px;
  line-height: 27px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item11 .tech-item_imgBox .tech-item_textSm {
    font-size: 19px;
    line-height: 27px;
  }
}
html body .about-section_tech02 .tech-item11 .tech-item_imgBox .tech-item_pic01 {
  max-width: 360px;
}
html body .about-section_tech02 .tech-item11 .tech-item_imgBox .tech-item_pic02 {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item11 .tech-item_imgBox .tech-item_pic02 {
    margin: 0 auto;
  }
}
html body .about-section_tech02 .tech-item12 .tech-item_imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item12 .tech-item_imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}
html body .about-section_tech02 .tech-item12 .tech-item_imgBox .tech-item_pic01 {
  max-width: 335px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item12 .tech-item_imgBox .tech-item_pic01 {
    max-width: 310px;
  }
}
html body .about-section_tech02 .tech-item12 .tech-item_imgBox .tech-item_picText {
  max-width: 260px;
}
html body .about-section_tech02 .tech-item12 .tech-item_imgBox .tech-item_pic02 {
  width: 100%;
  margin-bottom: 10px;
}
html body .about-section_tech02 .tech-item12 .tech-item_imgBox .tech-item_textSm {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-item12 .tech-item_imgBox .tech-item_textSm {
    font-size: 14px;
    line-height: 18px;
  }
}
html body .about-section_tech02 .tech-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  html body .about-section_tech02 .tech-list {
    gap: 45px 25px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_tech02 .tech-list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_tech02 .tech-list02 .tech-item-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 650px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-list02 .tech-item-item {
    max-width: 100%;
  }
}
html body .about-section_tech02 .tech-list02 .tech-item_inner {
  height: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-list02 .tech-item_inner {
    height: auto;
  }
}
html body .about-section_tech02 .tech-list03 .tech-item_inner {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-list03 .tech-item_inner {
    height: auto;
  }
}
html body .about-section_tech02 .tech-list04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-list04 {
    margin-bottom: 70px;
  }
}
html body .about-section_tech02 .tech-list04 .tech-item_inner {
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-list04 .tech-item_inner {
    height: auto;
  }
}
html body .about-section_tech02 .tech-list05 .tech-item_inner {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-list05 .tech-item_inner {
    height: auto;
  }
}
html body .about-section_tech02 .tech-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px 0;
    margin-bottom: 66px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_left {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_left {
    max-width: 350px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right {
  max-width: 700px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 6.5px;
  padding-bottom: 8.5px;
  width: 250px;
  height: 188px;
  background: url(../../images/technology/resist-quake-pc.svg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-container {
    background: url(../../images/technology/resist-quake-sp.svg) no-repeat center center;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text_sm {
  font-size: 29px;
  line-height: 58px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text_sm {
    font-size: 29px;
    line-height: 58px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text01 {
  font-size: 69px;
  line-height: 59px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text01 {
    font-size: 69px;
    line-height: 59px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text01 span {
  font-size: 35px;
  line-height: 59px;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text01 span {
    font-size: 35px;
    line-height: 59px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-topText {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 28px;
  color: #0E2971;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-topText {
    font-size: 21px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-topText {
    margin-bottom: 10px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text02 {
  font-size: 25px;
  line-height: 34px;
  color: #C08D4E;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text02 {
    font-size: 25px;
    line-height: 34px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text02 span {
  display: inline-block;
  margin-bottom: 1px;
  font-size: 17px;
  line-height: 34px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right .right-text02 span {
    font-size: 17px;
    line-height: 34px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex0102-inner_left .left-pic {
  max-width: 285px;
}
html body .about-section_tech02 .tech-flex02 {
  margin-bottom: 75px;
}
html body .about-section_tech02 .tech-flex02 .flex02-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-flex02 .flex02-wrapper {
    gap: 0 32px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_left {
  max-width: 285px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_left .left-title {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_left .left-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_left .left-title {
    margin-bottom: 20px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_left .left-text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_left .left-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right {
  max-width: 650px;
  width: 100%;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right .right-pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn {
  width: 175px;
  height: 58px;
  margin: 38px auto 0;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0E1A3C;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-linkTextbox {
  max-width: 120px;
  width: 100%;
  height: 26px;
  position: relative;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-linkText {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-linkText {
    font-size: 18px;
    line-height: 26px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-linkText_open {
  opacity: 1;
  visibility: visible;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-linkText_open.show {
  opacity: 0;
  visibility: hidden;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-linkText_close {
  opacity: 0;
  visibility: hidden;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-linkText_close.show {
  opacity: 1;
  visibility: visible;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-symbol {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-symbol span {
  width: 15px;
  height: 2px;
  background-color: #0E1A3C;
  position: absolute;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-symbol span:first-child {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a .flex02-symbol span:first-child.show {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a:hover {
  background-color: #0E1A3C;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a:hover .flex02-linkText {
  color: #FFFFFF;
}
html body .about-section_tech02 .tech-flex02 .flex02-btn a:hover .flex02-symbol span {
  background-color: #FFFFFF;
}
html body .about-section_tech02 .tech-flex02 .flex02-container {
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
html body .about-section_tech02 .tech-flex02 .flex02-box {
  padding-top: 25px;
}
html body .about-section_tech02 .tech-flex02 .flex02-text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-flex03 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex03 {
    margin-bottom: 50px;
  }
}
html body .about-section_tech02 .tech-flex03 .flex03-title {
  margin-bottom: 63px;
  padding-bottom: 26px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
  border-bottom: 1px solid #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-flex03 .flex03-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-flex03 .flex03-title {
    margin-bottom: 44.5px;
    padding-bottom: 12.5px;
  }
}
html body .about-section_tech02 .tech-flex03 .flex03-pic01 {
  max-width: 1200px;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-inner02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-inner02 {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
html body .about-section_tech02 .tech-inner02 h2 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-inner02 h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-inner02 h2 {
    margin-bottom: 20px;
  }
}
html body .about-section_tech02 .tech-inner02 p {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-inner02 p {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-inner0202 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-inner0202 {
    margin-top: 50px;
  }
}
html body .about-section_tech02 .tech-pic {
  max-width: 1056px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-pic {
    max-width: 350px;
  }
}
html body .about-section_tech02_last {
  margin-bottom: 130px;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02_last {
    margin-bottom: 65px;
  }
}
html body .about-section_tech02_last .tech-wrapper {
  padding-bottom: 130px;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02_last .tech-wrapper {
    padding-bottom: 60px;
  }
}
html body .about-section_tech03 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech03 {
    margin-top: 80px;
  }
}
html body .about-section_tech03 .wrapper {
  max-width: 1400px;
}
html body .about-section_step {
  margin-bottom: 160px;
}
@media screen and (max-width: 991px) {
  html body .about-section_step {
    margin-bottom: 50px;
  }
}
html body .about-section_step .about-title .sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .about-section_step .about-title .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step .about-line {
    height: 50px;
  }
}
html body .about-section_step01 .wrapper {
  max-width: 1600px;
}
html body .about-section_step01 .step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 96px;
}
@media screen and (max-width: 1600px) {
  html body .about-section_step01 .step-inner {
    gap: 0 48px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-inner {
    max-width: 700px;
    margin: 0 auto;
    height: 3000px;
    gap: 0;
    background-color: #F8F8F8;
    padding-top: 37px;
    padding-bottom: 45px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step01 .step-inner {
    max-width: 550px;
    height: 2375px;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_step01 .step-inner {
    max-width: 350px;
    height: 1675px;
  }
}
html body .about-section_step01 .step-inner h3 {
  margin-bottom: 28px;
  font-size: 50px;
  line-height: 60px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-inner h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-inner h3 {
    margin-bottom: 20px;
  }
}
html body .about-section_step01 .step-inner h3 span {
  font-size: 28px;
  line-height: 46px;
  color: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-inner h3 span {
    font-size: 16px;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_step01 .step-inner h3 span {
    font-size: 14px;
  }
}
html body .about-section_step01 .step-inner h3 .sp {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-inner h3 .sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-inner h3 .pc {
    display: none;
  }
}
html body .about-section_step01 .step-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 96px) / 2);
  flex: 0 0 calc((100% - 96px) / 2);
  padding: 105px 116px 93px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
@media screen and (max-width: 1600px) {
  html body .about-section_step01 .step-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 48px) / 2);
    flex: 0 0 calc((100% - 48px) / 2);
  }
}
@media screen and (max-width: 1400px) {
  html body .about-section_step01 .step-container {
    padding: 105px 58px 93px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_step01 .step-container {
    padding: 105px 20px 93px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 42px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-container02 {
    border-left: 2px dashed #0E2971;
  }
}
html body .about-section_step01 .step-pic {
  max-width: 130px;
  margin: 0 auto 42px;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-pic {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step01 .step-pic {
    max-width: 48px;
  }
}
html body .about-section_step01 .step-pic02 {
  max-width: 76px;
}
@media screen and (max-width: 767px) {
  html body .about-section_step01 .step-pic02 {
    max-width: 32px;
  }
}
html body .about-section_step01 .step-text {
  height: 104px;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 23px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step01 .step-text {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-text {
    height: auto;
    margin-bottom: 47px;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_step01 .step-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-text br {
    display: none;
  }
}
html body .about-section_step01 .step-list {
  max-width: 540px;
  width: 100%;
}
html body .about-section_step01 .step-item_titlebox {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0E2971;
}
html body .about-section_step01 .step-item_titlebox p {
  max-width: 150px;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 32px;
  line-height: 57px;
  color: #0E1A3C;
  font-weight: 300;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-item_titlebox p {
    font-size: 15px;
    line-height: 17px;
  }
}
html body .about-section_step01 .step-item_titlebox p span {
  font-size: 39px;
  line-height: 57px;
  color: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-item_titlebox p span {
    font-size: 18px;
    line-height: 17px;
  }
}
html body .about-section_step01 .step-item_titlebox p::after {
  content: "";
  position: absolute;
  right: -1.5px;
  top: 0;
  width: 30px;
  height: 60px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #0E2971;
}
html body .about-section_step01 .step-item_titlebox h4 {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  line-height: 39px;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  html body .about-section_step01 .step-item_titlebox h4 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_step01 .step-item_titlebox h4 {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
html body .about-section_step01 .step-item_titlebox h4 br {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step01 .step-item_titlebox h4 br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-proc {
    display: none;
  }
}
html body .about-section_step01 .step-list .step-item_inner {
  margin-left: 50px;
  padding-left: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px dashed #0E1A3C;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step01 .step-list .step-item_inner {
    margin-left: 25px;
    padding-left: 32px;
  }
}
html body .about-section_step01 .step-list01 .step-item_inner {
  padding-top: 32.5px;
  padding-bottom: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .about-section_step01 .step-list01 .step-item_inner h5 {
  margin-bottom: 18.5px;
  font-size: 24px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-list01 .step-item_inner h5 {
    font-size: 24px;
    line-height: 50px;
  }
}
html body .about-section_step01 .step-list01 .step-item_inner p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-list01 .step-item_inner p {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_step01 .step-list01 .step-item_inner li + li {
  margin-top: 10px;
}
html body .about-section_step01 .step-list01 .step-item_inner li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .about-section_step01 .step-list01 .step-item_inner li p::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  margin: 10px 6px 0 0;
  border-radius: 50%;
  background-color: #0E1A3C;
}
html body .about-section_step01 .step-list01 .step-item_inner .sm {
  margin-top: -17.5px;
  font-size: 14px;
  line-height: 35px;
  color: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-list01 .step-item_inner .sm {
    font-size: 14px;
    line-height: 35px;
  }
}
html body .about-section_step01 .step-list01 .step-item_inner02 {
  position: relative;
}
html body .about-section_step01 .step-list01 .step-item_arrow {
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  margin: 0 auto;
  position: relative;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
html body .about-section_step01 .step-list01 .step-item_arrow::before, html body .about-section_step01 .step-list01 .step-item_arrow::after {
  content: "";
  position: absolute;
  background: #0E1A3C;
  border-radius: 3px;
}
html body .about-section_step01 .step-list01 .step-item_arrow::before {
  height: 1.5px;
  top: 0;
  left: 0;
  right: 0;
}
html body .about-section_step01 .step-list01 .step-item_arrow::after {
  width: 1.5px;
  top: 0;
  right: 0;
  bottom: 0;
}
html body .about-section_step01 .step-list01 .step-item_imgbox {
  max-width: 250px;
  margin: 0 auto;
}
html body .about-section_step01 .step-list01 .step-item_icon {
  max-width: 55px;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
html body .about-section_step01 .step-list01 .step-item:last-child .step-item_titlebox {
  background-color: #A5AAB9;
}
html body .about-section_step01 .step-list01 .step-item:last-child .step-item_titlebox h4 {
  width: 100%;
  padding-left: 0;
  text-align: center;
}
html body .about-section_step01 .step-list02 .step-item_inner {
  padding-top: 26.5px;
  padding-bottom: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .about-section_step01 .step-list02 .step-item_inner02 {
  padding-bottom: 0;
}
html body .about-section_step01 .step-list02 .step-item_container {
  background-color: #fff;
  position: relative;
}
html body .about-section_step01 .step-list02 .step-item_container01 {
  height: 740px;
}
html body .about-section_step01 .step-list02 .step-item_container02 {
  height: 1110px;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  html body .about-section_step01 .step-list02 .step-item_container02 {
    height: 1100px;
  }
}
html body .about-section_step01 .step-list02 .step-item_container03 {
  height: 268px;
  margin-top: -25px;
  background: url(../../images/step/flow_bg.svg) no-repeat top center;
  background-size: cover;
  background-color: transparent;
}
html body .about-section_step01 .step-list02 .step-item_textbox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
html body .about-section_step01 .step-list02 .step-item_textbox h5 {
  font-size: 24px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step01 .step-list02 .step-item_textbox h5 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_step01 .step-list02 .step-item_textbox h5 {
    margin-top: 18px;
  }
}
html body .about-section_step01 .step-list02 .step-item_textbox h5 br {
  display: none;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step01 .step-list02 .step-item_textbox h5 br {
    display: block;
  }
}
html body .about-section_step01 .step-list02 .step-item_textbox02 {
  top: 65%;
}
html body .about-section_step01 .step-list02 .step-item_icon {
  max-width: 62px;
  margin: 0 auto;
}
html body .about-section_step01 .step-list02 .step-item_arrow {
  width: 100%;
  height: 90px;
  aspect-ratio: 2;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #fff;
}
html body .about-section_step01 .step-list02 .step-item_arrow02 {
  height: 70px;
}
html body .about-section_step01 .step-list02 .step-item02 .step-item_inner {
  padding: 20px 0 0;
}
html body .about-section_step01 .step-procImg {
  max-width: 660px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 991px) {
  html body .about-section_step01 .step-procImg {
    display: block;
    position: absolute;
    left: 50%;
    top: 400px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step01 .step-procImg {
    max-width: 510px;
    top: 350px;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_step01 .step-procImg {
    max-width: 310px;
    top: 425px;
  }
}
html body .about-section_step02 .wrapper {
  max-width: 1200px;
}
html body .about-section_step02 .about-title {
  font-size: 36px;
  line-height: 62px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .about-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .about-title {
    margin-bottom: 30px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_step02 .about-intro {
  text-align: left;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .about-intro {
    margin-bottom: 45px;
  }
}
html body .about-section_step02 .step-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 200px;
}
@media screen and (max-width: 1400px) {
  html body .about-section_step02 .step-flex01 {
    gap: 0 100px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_step02 .step-flex01 {
    gap: 0 50px;
  }
}
html body .about-section_step02 .step-flex01 + .step-flex01 {
  margin-top: 160px;
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01 + .step-flex01 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 + .step-flex01 {
    margin-top: 35px;
  }
}
html body .about-section_step02 .step-flex01_last {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01_last {
    margin-bottom: 40px;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_left {
  max-width: 450px;
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left {
    max-width: 100%;
    margin-top: -65px;
    position: relative;
    z-index: 998;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left {
    margin-top: -35px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title {
  margin-bottom: 30px;
  font-size: 52px;
  line-height: 65px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title {
    font-size: 30px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title .pc {
    display: none;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title_wrapper {
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title_wrapper {
    background-color: #fff;
    padding-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title_wrapper {
    margin-bottom: 6px;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title .jost {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  font-size: 30px;
  line-height: 30px;
  color: #0E2971;
  font-weight: lighter;
  border-left: 1px solid #0E2971;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title .jost {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-title .jost {
    height: 24px;
    padding-left: 12px;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_left .left-text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_left .left-subtitle {
  margin: 30px 0 12px;
  font-size: 20px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-subtitle {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_left .left-subtitle {
    margin: 34px 0 19px;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
html body .about-section_step02 .step-flex01 .flex01-inner_right .right-pic {
  max-width: 850px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_right .right-pic {
    max-width: 606px;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_right .right-icon {
  width: 104px;
  height: 93px;
  background: url(../../images/step/title-bg01.svg) no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_right .right-icon {
    width: 74px;
    height: 66px;
    background: url(../../images/step/title-bg02.svg) no-repeat top center;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_right .right-icon p {
  padding-top: 5px;
  font-size: 47px;
  line-height: 47px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_right .right-icon p {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_right .right-icon p {
    padding-top: 0;
  }
}
html body .about-section_step02 .step-flex01 .flex01-inner_right .right-icon span {
  padding-top: 16px;
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01 .flex01-inner_right .right-icon span {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01_def {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01_def .flex01-inner_right {
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01_def .left-title_wrapper {
    padding-right: 17px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01_def .right-pic {
    margin-left: auto;
    margin-right: -1rem;
  }
}
html body .about-section_step02 .step-flex01_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01_rev .flex01-inner_right {
    padding-right: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01_rev .left-title {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01_rev .left-title_wrapper {
    padding-left: 17px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01_rev .left-title02 {
    margin-right: 5px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01_rev .left-title02 .left-title_wrapper {
    margin-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01_rev .left-title02 .left-title_wrapper {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex01_rev .left-title03 {
    margin-right: 45px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex01_rev .right-pic {
    margin-right: auto;
    margin-left: -1rem;
  }
}
html body .about-section_step02 .step-flex02 {
  max-width: 1400px;
  margin: 0 auto;
}
html body .about-section_step02 .step-flex02 .flex02-title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 36px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex02 .flex02-title {
    font-size: 16px;
    line-height: 35px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex02 .flex02-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-flex02 .flex02-title {
    margin-bottom: 24px;
    font-weight: 600;
  }
}
html body .about-section_step02 .step-flex02 .flex02-title span {
  display: none;
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex02 .flex02-title span {
    display: inline-block;
  }
}
html body .about-section_step02 .step-flex02 .flex02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 54px;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step02 .step-flex02 .flex02-list {
    gap: 0 27px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex02 .flex02-list {
    max-width: 310px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
    margin: 0 auto;
  }
}
html body .about-section_step02 .step-flex02 .flex02-item {
  height: 168px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 270px) / 6);
  flex: 0 0 calc((100% - 270px) / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 35px;
  color: #F8F8F8;
  text-align: center;
  background-color: #0E2971;
  position: relative;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step02 .step-flex02 .flex02-item {
    font-size: 16px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_step02 .step-flex02 .flex02-item {
    height: 136px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 135px) / 6);
    flex: 0 0 calc((100% - 135px) / 6);
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex02 .flex02-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex02 .flex02-item br {
    display: none;
  }
}
html body .about-section_step02 .step-flex02 .flex02-item + .flex02-item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  aspect-ratio: 0.8660254038;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #C08D4E;
  left: -20%;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  html body .about-section_step02 .step-flex02 .flex02-item + .flex02-item::before {
    left: -25%;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_step02 .step-flex02 .flex02-item + .flex02-item::before {
    width: 20px;
    height: 20px;
    left: -23px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-flex02 .flex02-item + .flex02-item::before {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/0.8660254038;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    left: 50%;
    top: -30px;
  }
}
html body .about-section_step02 .step-flex02 .flex02-item:last-child {
  border: 1px solid #0E2971;
  background-color: #fff;
  color: #0E2971;
}
html body .about-section_step02 .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 104px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step02 .step-list {
    gap: 60px 52px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-list {
    gap: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .about-section_step02 .step-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 104px) / 2);
  flex: 0 0 calc((100% - 104px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0E1A3C;
}
@media screen and (max-width: 1199px) {
  html body .about-section_step02 .step-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 52px) / 2);
    flex: 0 0 calc((100% - 52px) / 2);
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px) / 2);
    flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }
}
html body .about-section_step02 .step-item h3 {
  margin-bottom: 35px;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  color: #0E2971;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-item h3 {
    font-size: 22px;
    line-height: 22px;
  }
}
html body .about-section_step02 .step-item h3::after, html body .about-section_step02 .step-item h3::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #0E2971;
  top: 50%;
  width: 50%;
}
@media screen and (max-width: 991px) {
  html body .about-section_step02 .step-item h3::after, html body .about-section_step02 .step-item h3::before {
    width: 25%;
  }
}
html body .about-section_step02 .step-item h3::before {
  right: 100%;
  margin-right: 5px;
}
html body .about-section_step02 .step-item h3::after {
  left: 100%;
  margin-left: 5px;
}
html body .about-section_step02 .step-item p {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-item p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-item:nth-of-type(2n+1) h3::after, html body .about-section_step02 .step-item:nth-of-type(2n+1) h3::before {
    width: 85px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-item:nth-of-type(2) h3::after, html body .about-section_step02 .step-item:nth-of-type(2) h3::before {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_step02 .step-item:nth-of-type(4) h3::after, html body .about-section_step02 .step-item:nth-of-type(4) h3::before {
    width: 70px;
  }
}
html body .about-section_phil01 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 {
    margin-bottom: 60px;
  }
}
html body .about-section_phil01 .wrapper {
  max-width: 100%;
}
html body .about-section_phil01 .about-title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .about-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .about-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .about-line {
    height: 50px;
    margin-bottom: 20px;
  }
}
html body .about-section_phil01 .phil-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
html body .about-section_phil01 .phil-flex_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
html body .about-section_phil01 .phil-flex + .phil-flex {
  margin-top: 160px;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex + .phil-flex {
    margin-top: 60px;
  }
}
html body .about-section_phil01 .phil-flex .flex-inner_left .left-title {
  margin-bottom: 50px;
  font-size: 52px;
  line-height: 80px;
  color: #0E1A3C;
}
@media screen and (max-width: 1199px) {
  html body .about-section_phil01 .phil-flex .flex-inner_left .left-title {
    font-size: 30px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex .flex-inner_left .left-title {
    margin-bottom: 20px;
  }
}
html body .about-section_phil01 .phil-flex .flex-inner_left .left-text {
  font-size: 16px;
  line-height: 36px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .phil-flex .flex-inner_left .left-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_phil01 .phil-flex .flex-inner_left .left-text + .left-text {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex .flex-inner_left .left-text + .left-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex .flex-inner .right-pic {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .phil-flex .flex-inner .right-pic {
    max-width: 350px;
  }
}
html body .about-section_phil01 .phil-flex01 {
  margin-right: -16px;
  gap: 0 110px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  html body .about-section_phil01 .phil-flex01 {
    gap: 0 55px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex01 {
    margin-right: 0;
    gap: 40px 0;
  }
}
html body .about-section_phil01 .phil-flex01 .flex-inner_left {
  max-width: 430px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex01 .flex-inner_left {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .phil-flex01 .flex-inner_left {
    max-width: 310px;
  }
}
html body .about-section_phil01 .phil-flex01 .right-pic {
  max-width: 1120px;
}
@media screen and (max-width: 1600px) {
  html body .about-section_phil01 .phil-flex01 .right-pic {
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_phil01 .phil-flex01 .right-pic {
    max-width: 560px;
  }
}
html body .about-section_phil01 .phil-flex02 {
  gap: 0 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  html body .about-section_phil01 .phil-flex02 {
    gap: 0 70px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex02 {
    gap: 40px 0;
  }
}
html body .about-section_phil01 .phil-flex02 .flex-inner_left {
  max-width: 570px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex02 .flex-inner_left {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .phil-flex02 .flex-inner_left {
    max-width: 310px;
  }
}
html body .about-section_phil01 .phil-flex02 .right-pic {
  max-width: 560px;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .phil-flex02 .right-pic {
    max-width: 234px !important;
  }
}
html body .about-section_phil01 .phil-flex03 {
  gap: 0 130px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 84px;
}
@media screen and (max-width: 1600px) {
  html body .about-section_phil01 .phil-flex03 {
    padding-right: 0;
    gap: 0 65px;
  }
}
@media screen and (max-width: 1400px) {
  html body .about-section_phil01 .phil-flex03 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_phil01 .phil-flex03 {
    gap: 0 32.5px;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex03 {
    gap: 40px 0;
  }
}
html body .about-section_phil01 .phil-flex03 .flex-inner_left {
  max-width: 570px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex03 .flex-inner_left {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .phil-flex03 .flex-inner_left {
    max-width: 310px;
  }
}
html body .about-section_phil01 .phil-flex03 .right-pic {
  max-width: 800px;
}
@media screen and (max-width: 1400px) {
  html body .about-section_phil01 .phil-flex03 .right-pic {
    max-width: 600px;
  }
}
html body .about-section_phil01 .phil-flex04 {
  margin-left: -16px;
  gap: 0 120px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  html body .about-section_phil01 .phil-flex04 {
    gap: 0 60px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex04 {
    margin-left: 0;
    gap: 40px 0;
  }
}
html body .about-section_phil01 .phil-flex04 .flex-inner_left {
  max-width: 420px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex04 .flex-inner_left {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .phil-flex04 .flex-inner_left {
    max-width: 310px;
  }
}
html body .about-section_phil01 .phil-flex04 .right-pic {
  max-width: 1120px;
}
@media screen and (max-width: 1600px) {
  html body .about-section_phil01 .phil-flex04 .right-pic {
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_phil01 .phil-flex04 .right-pic {
    max-width: 560px;
  }
}
html body .about-section_phil01 .phil-flex05 {
  gap: 0 210px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 84px;
}
@media screen and (max-width: 1600px) {
  html body .about-section_phil01 .phil-flex05 {
    gap: 0 105px;
  }
}
@media screen and (max-width: 1400px) {
  html body .about-section_phil01 .phil-flex05 {
    padding-right: 42px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_phil01 .phil-flex05 {
    gap: 0 52.5px;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex05 {
    gap: 40px 0;
  }
}
html body .about-section_phil01 .phil-flex05 .flex-inner_left {
  max-width: 570px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_phil01 .phil-flex05 .flex-inner_left {
    max-width: 480px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil01 .phil-flex05 .flex-inner_left {
    max-width: 310px;
  }
}
html body .about-section_phil01 .phil-flex05 .right-pic {
  max-width: 720px;
}
@media screen and (max-width: 1400px) {
  html body .about-section_phil01 .phil-flex05 .right-pic {
    max-width: 540px;
  }
}
html body .about-section_phil02 {
  margin-bottom: 160px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 {
    margin-bottom: 60px;
    padding: 40px 0 30px;
  }
}
html body .about-section_phil02 .prlx-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/phiosophy/mv-bg-pc.webp) no-repeat center center;
  background-size: cover;
  z-index: -1;
  -webkit-transform: translateY(0) scale(1.4);
  -ms-transform: translateY(0) scale(1.4);
  transform: translateY(0) scale(1.4);
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .prlx-bg {
    background: url(../../images/phiosophy/mv-bg-sp.webp) no-repeat center center;
    background-size: cover;
  }
}
html body .about-section_phil02 .wrapper {
  max-width: 1000px;
}
html body .about-section_phil02 .about-title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 60px;
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .about-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .about-title {
    margin-bottom: 15px;
  }
}
html body .about-section_phil02 .about-line {
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .about-line {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .phil-list {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_phil02 .phil-item {
  height: 372px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 75px;
  padding: 0 45px 0 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .phil-item {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 25px;
    gap: 30px 0;
  }
}
html body .about-section_phil02 .phil-item + .phil-item {
  margin-top: 60px;
}
html body .about-section_phil02 .phil-item_pic {
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .phil-item_pic {
    max-width: 70px;
  }
}
html body .about-section_phil02 .phil-item_title {
  margin-bottom: 23px;
  font-size: 30px;
  line-height: 40px;
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .phil-item_title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .phil-item_title {
    margin-bottom: 21px;
    text-align: center;
  }
}
html body .about-section_phil02 .phil-item_title br {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .about-section_phil02 .phil-item_title br {
    display: block;
  }
}
html body .about-section_phil02 .phil-item_text {
  font-size: 16px;
  line-height: 30px;
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .phil-item_text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_phil02 .phil-item_text + .phil-item_text {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 .phil-item_text + .phil-item_text {
    margin-top: 30px;
  }
}
html body .about-section_phil02 .phil-item_text span {
  color: #C08D4E;
}

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