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: 284px;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-textbox {
    height: 190px;
  }
}
html body .heroTitle-textbox p {
  font-size: 240px;
  line-height: 240px;
  color: #DBDBDB;
  font-weight: 200;
  padding-left: 60px;
  -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: 12px;
  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: 0;
    position: absolute;
    left: 35px;
    top: 90px;
    z-index: 10;
  }
}
@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: 560px;
  width: 100%;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
@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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px 0;
    margin-bottom: 60px;
    padding: 0 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body .heroTitle-inner {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }
}
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;
  }
}
html body .heroTitle-inner .inner-left .left-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 35px;
  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: 840px;
  }
}
@media screen and (max-width: 991px) {
  html body .heroTitle-inner .inner-right .right-pic {
    display: none;
  }
}
html body .contents_breadcrumb {
  padding: 0;
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  html body .contents_breadcrumb {
    margin-bottom: 25px;
  }
}
html body .contents_breadcrumb02 {
  margin-bottom: 0;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  html body .contents_breadcrumb02 {
    padding-top: 50px;
  }
}
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 {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit {
    padding: 60px 0;
  }
}
html body .about-section_commit_even {
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_oddSp {
    background-color: #F8F8F8;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_evenSp {
    background-color: #fff;
  }
}
html body .about-section_commit_sp {
  padding: 40px 0;
}
html body .about-section_commit_sp .right03-inner {
  padding: 40px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .about-section_commit_sp .right03-subtitle {
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_sp .right03-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
html body .about-section_commit_sp .right03-title {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 58px;
  color: #0E1A3C;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_sp .right03-title {
    font-size: 44px;
    line-height: 58px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_sp .right03-pic {
    max-width: 310px;
    margin: 0 auto;
  }
}
html body .about-section_commit_sp .right03-container {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_sp .right03-container {
    max-width: 310px;
    margin: 0 auto;
  }
}
html body .about-section_commit_sp .right03-container h4 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 29px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_sp .right03-container h4 {
    font-size: 24px;
    line-height: 35px;
  }
}
html body .about-section_commit_sp .right03-container p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 28px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_sp .right03-container p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit_sp .right03-container p {
    margin-bottom: 0;
  }
}
html body .about-section_commit .commit-icon {
  width: 74px;
  height: 66px;
  margin: 0 auto 40px;
  background: url(../../images/about_kyowa/title-bg01.svg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-icon {
    margin: 0 auto 30px;
  }
}
html body .about-section_commit .commit-icon p {
  font-size: 34px;
  line-height: 34px;
  color: #505050;
  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: #505050;
}
@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-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_commit .commit-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-title {
    margin-bottom: 40px;
  }
}
html body .about-section_commit .commit-title br {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .about-section_commit .commit-title br {
    display: block;
  }
}
html body .about-section_commit .commit-flex {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex {
    margin-bottom: 50px;
  }
}
html body .about-section_commit .commit-title02 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-title02 {
    font-size: 20px;
    line-height: 30px;
  }
}
html body .about-section_commit .commit-text01 {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-text01 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-text01 {
    margin-bottom: 33px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_commit .commit-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 90px;
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_left {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_left p {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_left p {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_left p + p {
  margin-top: 30px;
}
html body .about-section_commit .commit-flex01 .flex01-inner_right {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 {
    max-width: 350px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-container {
  padding: 30px 60px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F4F5F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-container {
    padding: 25px 30px 35px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-container h3 {
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 40px;
  color: #0E1A3C;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-container h3 {
    font-size: 23px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-container h3 {
    text-align: left;
    margin-bottom: 25px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dl_wrapper {
  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;
}
html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dl_wrapper + .active-dl_wrapper {
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dl_wrapper + .active-dl_wrapper {
    margin-top: 8px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dt {
  margin-right: 85px;
  font-size: 19px;
  line-height: 40px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dt {
    font-size: 19px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dt {
    margin-right: 40px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dd {
  margin-right: auto;
  font-size: 38px;
  line-height: 68px;
  color: #0E1A3C;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dd {
    font-size: 37px;
    line-height: 68px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dd span {
  font-size: 26px;
  line-height: 68px;
  color: #0E1A3C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right01 .right01-dd span {
    font-size: 25px;
    line-height: 68px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 {
    max-width: 330px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-subtitle {
  margin-bottom: 6.5px;
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #0E1A3C;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-subtitle {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-subtitle {
    margin-bottom: 10px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-container {
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
  background: url(../../images/about_kyowa/title-bg02-pc.svg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-container {
    margin-bottom: 16px;
    background: url(../../images/about_kyowa/title-bg02-sp.svg) no-repeat top center;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-container h3 {
  margin-bottom: 12px;
  padding-top: 30px;
  font-size: 26px;
  line-height: 26px;
  color: #0E1A3C;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-container h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-container h3 {
    margin-bottom: 15px;
    padding-top: 35px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-container h4 {
  width: 360px;
  height: 38px;
  margin: 0 auto 10px;
  padding: 7px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-container h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-container h4 {
    width: 233px;
    height: 27px;
    margin-bottom: 10px;
    padding: 2px 0;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-planList {
  width: 360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px 20px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-planList {
    width: 233px;
    height: 50px;
    -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: 0;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-planList .planList-item {
  font-size: 16px;
  line-height: 24px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-planList .planList-item {
    font-size: 12px;
    line-height: 24px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 45px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList {
    gap: 20px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 45px) / 2);
  flex: 0 0 calc((100% - 45px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 20px) / 2);
    flex: 0 0 calc((100% - 20px) / 2);
    gap: 4px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item_pic {
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item_pic {
    max-width: 155px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item_pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item_text {
  font-size: 14px;
  line-height: 17px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item_text {
    font-size: 11px;
    line-height: 15px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item_text span {
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-nameList .nameList-item_text span {
    margin-top: 0;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-text {
  margin-bottom: 16px;
  padding: 7px 0;
  font-size: 24px;
  line-height: 37px;
  color: #0E1A3C;
  text-align: center;
  font-weight: 600;
  border: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-text {
    font-size: 20px;
    line-height: 31px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right02 .right02-text {
    margin-bottom: 18px;
    padding: 5px 0;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-inner {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-subtitle {
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 26px;
  color: #0E1A3C;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-title {
  margin-bottom: 6px;
  font-size: 44px;
  line-height: 58px;
  color: #0E1A3C;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-title {
    font-size: 44px;
    line-height: 58px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-container {
  padding: 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-container h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 29px;
  color: #0E1A3C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-container h4 {
    font-size: 24px;
    line-height: 35px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-container p {
  font-size: 16px;
  line-height: 28px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right03 .right03-container p {
    font-size: 16px;
    line-height: 28px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right04 .right04-pic {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right04 .right04-pic {
    max-width: 208px;
    height: 205px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right05 {
    max-width: 310px;
  }
}
html body .about-section_commit .commit-flex01 .flex01-inner_right05 .right05-pic {
  position: relative;
}
html body .about-section_commit .commit-flex01 .flex01-inner_right05 .right05-pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_commit .commit-flex01 .flex01-inner_right05 .right05-pic p {
  font-size: 50px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8352941176);
  font-weight: 500;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex01 .flex01-inner_right05 .right05-pic p {
    font-size: 50px;
    line-height: 40px;
  }
}
html body .about-section_commit .commit-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 1199px) {
  html body .about-section_commit .commit-flex02 {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_commit .commit-flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px 0;
  }
}
html body .about-section_commit .commit-flex02 .flex02-title {
  margin-bottom: 30px;
  padding: 5.5px 0;
  font-size: 24px;
  line-height: 40px;
  color: #0E1A3C;
  text-align: center;
  border: 1px solid #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-title {
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-title {
    margin-bottom: 15px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-text_sm {
  font-size: 12px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-text_sm {
    font-size: 12px;
    line-height: 18px;
  }
}
html body .about-section_commit .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-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-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-flex02 .flex02-item {
    height: 140px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
html body .about-section_commit .commit-flex02 .flex02-item::before, html body .about-section_commit .commit-flex02 .flex02-item::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
}
html body .about-section_commit .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-flex02 .flex02-item::before {
    background: url(../../images/about_kyowa/text-bgTop01-sp.svg) no-repeat top center;
  }
}
html body .about-section_commit .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-flex02 .flex02-item::after {
    background: url(../../images/about_kyowa/text-bgBtm01-sp.svg) no-repeat bottom center;
  }
}
html body .about-section_commit .commit-flex02 .flex02-item p {
  font-size: 16px;
  line-height: 20px;
  color: #0E1A3C;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-item p {
    font-size: 20px;
    line-height: 24px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-item h4 {
  font-size: 22px;
  line-height: 45px;
  color: #0E1A3C;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-item h4 {
    font-size: 27px;
    line-height: 55px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-item h4 span {
  font-size: 40px;
  line-height: 45px;
  color: #0E1A3C;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-item h4 span {
    font-size: 48px;
    line-height: 55px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-item_sm {
  font-size: 12px;
  line-height: 28px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-item_sm {
    font-size: 12px;
    line-height: 33px;
  }
}
html body .about-section_commit .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-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-flex02 .flex02-inner {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-inner {
    max-width: 310px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-inner_left .flex02-text {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-inner_left .flex02-text {
    margin-bottom: 40px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-inner_right .flex02-text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-inner_right .flex02-text {
    margin-bottom: 24px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-inner_right .flex02-pic {
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-inner_right .flex02-pic {
    margin-bottom: 28px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-inner_right .flex02-pic img {
  mix-blend-mode: multiply;
}
html body .about-section_commit .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-flex02 .flex02-inner_right .flex02-pic_box h4 {
  font-size: 16px;
  line-height: 22px;
  color: #0E1A3C;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-inner_right .flex02-pic_box h4 {
    font-size: 13px;
    line-height: 18px;
  }
}
html body .about-section_commit .commit-flex02 .flex02-inner_right .flex02-pic_box p {
  font-size: 16px;
  line-height: 22px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_commit .commit-flex02 .flex02-inner_right .flex02-pic_box p {
    font-size: 13px;
    line-height: 18px;
  }
}
html body .about-section_commit .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-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-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-flex02 .flex02-inner_right .flex02-pic_box02 {
    width: 124px;
    height: 91px;
    padding: 10px 3px 10px 17px;
    left: 20px;
  }
}
html body .about-section_commit .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-flex02 .flex02-inner_right .flex02-pic_box03 {
    width: 108px;
    height: 128px;
    padding: 10px 5px 10px 15px;
  }
}
html body .about-section_imagine {
  padding: 115px 0 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  html body .about-section_imagine {
    padding: 40px 0 60px;
  }
}
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 {
  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 {
    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%;
  object-fit: cover;
}
html body .about-section_spec + .about-section_spec {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec + .about-section_spec {
    margin-top: 50px;
  }
}
html body .about-section_spec .wrapper {
  max-width: 1400px;
}
html body .about-section_spec .spec-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec .spec-flex01 {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec .spec-flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_spec .spec-flex01 .flex01-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_spec .spec-flex01 .flex01-inner_left .left-title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-title .pc {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-title .sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-title .sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-title .sp {
    display: block;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_left .left-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_spec .spec-flex01 .flex01-inner_left .left-subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_left .left-subtitle .sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-subtitle .sp {
    display: block;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_left .left-text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_left .left-text_sm {
  margin-top: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-text_sm {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-text_sm {
    margin-top: 20px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_left .left-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_spec .spec-flex01 .flex01-inner_left .left-textbox {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-textbox {
    height: 137px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-textbox {
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-textbox {
    height: 137px;
  }
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-textbox .sp {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-textbox .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_left .left-textbox .sp {
    display: block;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right {
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right {
    max-width: 350px;
  }
}
html body .about-section_spec .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_spec .spec-flex01 .flex01-inner_right01 .right01-title {
    font-size: 20px;
    line-height: 66px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-title {
    margin-bottom: 28px;
    padding: 8px 0;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-text {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .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_spec .spec-flex01 .flex01-inner_right01 .right01-text_sm {
  font-size: 12px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-text_sm {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-text_sm {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_spec .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_spec .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_spec .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_spec .spec-flex01 .flex01-inner_right01 .right01-item {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-item::before, html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-item::after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
}
html body .about-section_spec .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_spec .spec-flex01 .flex01-inner_right01 .right01-item::before {
    background: url(../../images/performance/text-bgTop01-sp.svg) no-repeat top center;
  }
}
html body .about-section_spec .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_spec .spec-flex01 .flex01-inner_right01 .right01-item::after {
    background: url(../../images/performance/text-bgBtm01-sp.svg) no-repeat bottom center;
  }
}
html body .about-section_spec .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_spec .spec-flex01 .flex01-inner_right01 .right01-item_textbox p {
  font-size: 16px;
  line-height: 22px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-item_textbox p {
    font-size: 16px;
    line-height: 22px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-item_textbox div {
  width: 18px;
  height: 1px;
  background-color: #0E1A3C;
}
html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-item_textbox h4 {
  font-size: 18px;
  line-height: 22px;
  color: #0E1A3C;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-item_textbox h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-item_textbox h4 span {
  font-size: 50px;
  line-height: 50px;
  color: #0E1A3C;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right01 .right01-item_textbox h4 span {
    font-size: 50px;
    line-height: 50px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right02 .right02-pic {
  width: 100%;
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-list {
  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_spec .spec-flex01 .flex01-inner_right03 .right03-list {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-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_spec .spec-flex01 .flex01-inner_right03 .right03-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_spec .spec-flex01 .flex01-inner_right03 .right03-item_container {
    margin-bottom: 8px;
    padding-bottom: 4px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item01 .right03-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_spec .spec-flex01 .flex01-inner_right03 .right03-item01 .right03-item_container {
    width: 64px;
    height: 48px;
    background: url(../../images/performance/resist-quake01-sp.svg) no-repeat center center;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item01 .right03-item_text_sm {
  font-size: 15px;
  line-height: 30px;
  color: #0E2971;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item01 .right03-item_text_sm {
    font-size: 12px;
    line-height: 16px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item01 .right03-item_text01 {
  font-size: 34px;
  line-height: 30px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item01 .right03-item_text01 {
    font-size: 18px;
    line-height: 16px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item02 .right03-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_spec .spec-flex01 .flex01-inner_right03 .right03-item02 .right03-item_container {
    width: 96px;
    height: 72px;
    background: url(../../images/performance/resist-quake02-sp.svg) no-repeat center center;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item02 .right03-item_text_sm {
  font-size: 20px;
  line-height: 40px;
  color: #0E2971;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item02 .right03-item_text_sm {
    font-size: 14px;
    line-height: 20px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item02 .right03-item_text01 {
  font-size: 46px;
  line-height: 40px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item02 .right03-item_text01 {
    font-size: 28px;
    line-height: 25px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-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_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-item_container {
    width: 130px;
    height: 98px;
    background: url(../../images/performance/resist-quake03-sp.svg) no-repeat center center;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-item_text_sm {
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-item_text_sm {
    font-size: 14px;
    line-height: 28px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-item_text01 {
  font-size: 60px;
  line-height: 51px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-item_text01 {
    font-size: 34px;
    line-height: 29px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-item_text01 span {
  font-size: 30px;
  line-height: 51px;
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-item_text01 span {
    font-size: 17px;
    line-height: 29px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-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_spec .spec-flex01 .flex01-inner_right03 .right03-item03 .right03-item_topText {
    font-size: 14px;
    line-height: 18px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-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_spec .spec-flex01 .flex01-inner_right03 .right03-item_text02 {
    font-size: 16px;
    line-height: 16px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right03 .right03-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_spec .spec-flex01 .flex01-inner_right03 .right03-item_text02 span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right04 {
    max-width: 650px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right04 .right04-pic {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right04 .right04-pic img {
    max-width: 650px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-title {
    margin-bottom: 13px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px 0;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-list {
    gap: 0 30px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item {
  width: 210px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item {
    width: 100%;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-item_title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_inner p:first-child {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_inner p:first-child {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_inner p:first-child {
    width: 100%;
    text-align: center;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_inner p:last-child {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_inner p:last-child {
    font-size: 12px;
    line-height: 13px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_pic {
  max-width: 196px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_pic {
    max-width: 100%;
    margin-bottom: 3.5px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_textSm {
  margin-left: 34px;
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_textSm {
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_left .right05-item_textSm {
    margin-left: 6px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_inner p:first-child {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_inner p:first-child {
    margin-bottom: 7px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_inner p:nth-child(2) {
  font-size: 14px;
  line-height: 21px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_inner p:nth-child(2) {
    font-size: 14px;
    line-height: 21px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_inner p:last-child {
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_inner p:last-child {
    font-size: 14px;
    line-height: 21px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_inner p:last-child span {
    font-size: 30px;
    line-height: 24px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_pic {
  max-width: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-item_right .right05-item_pic {
    max-width: 70px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-round {
  width: 100px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-round {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-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_spec .spec-flex01 .flex01-inner_right05 .right05-container_right h4 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-container_right h4 {
    margin-bottom: 4px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-container_right P {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-container_right P {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right05 .right05-textbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right06 {
    -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_spec .spec-flex01 .flex01-inner_right06 .right06-inner_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_left .right06-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_spec .spec-flex01 .flex01-inner_right06 .right06-inner_left .right06-item {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_left .right06-item:nth-of-type(2n) {
  background-color: #0E1A3C;
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_left .right06-item + .right06-item {
  margin-top: 10px;
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_left .right06-pic {
  margin-top: 17px;
  width: 95px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_left .right06-pic {
    width: 100px;
    margin-top: 0;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_right .right06-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_spec .spec-flex01 .flex01-inner_right06 .right06-inner_right .right06-list {
    margin-bottom: 11px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_right .right06-item_pic {
  max-width: 190px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_right .right06-item_pic {
    max-width: 165px;
    margin-bottom: 6px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_right .right06-item_text {
  font-size: 14px;
  line-height: 18px;
  color: #0E2971;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_right .right06-item_text {
    font-size: 14px;
    line-height: 18px;
  }
}
html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_right .right06-text {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec .spec-flex01 .flex01-inner_right06 .right06-inner_right .right06-text {
    font-size: 14px;
    line-height: 22px;
  }
}
html body .about-section_spec02 {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 {
    margin-top: 60px;
  }
}
html body .about-section_spec02 .wrapper {
  max-width: 1400px;
}
html body .about-section_spec02 .spec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec02 .spec02-list {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .spec02-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 .spec02-list {
    margin-bottom: 50px;
  }
}
html body .about-section_spec02 .spec02-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 .spec02-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 .spec02-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
html body .about-section_spec02 .spec02-item_heading {
  width: 100%;
  height: 200px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  background-color: #0E1A3C;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .spec02-item_heading {
    height: 132px;
    margin-bottom: 20px;
  }
}
html body .about-section_spec02 .spec02-item_title {
  margin-bottom: 21px;
  font-size: 26px;
  line-height: 50px;
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec02-item_title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec02 .spec02-item_title {
    margin-bottom: 7px;
  }
}
html body .about-section_spec02 .spec02-item_line {
  width: 1px;
  height: 40px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec02-item_line {
    height: 30px;
  }
}
html body .about-section_spec02 .spec02-item_text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec02-item_text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_spec02 .spec02-pic {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec02-pic img {
    max-width: 1200px;
  }
}
html body .about-section_spec02 .spec02-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 .spec02-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_spec02 .spec02-subtitle {
    margin: 50px 0 20px;
    padding-left: 13px;
  }
}
html body .about-section_spec03 {
  margin: 160px auto;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 {
    margin: 60px auto;
  }
}
html body .about-section_spec03 .wrapper {
  max-width: 1400px;
}
html body .about-section_spec03 .spec03-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  html body .about-section_spec03 .spec03-item {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec03 .spec03-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .about-section_spec03 .spec03-item + .spec03-item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec03-item + .spec03-item {
    margin-top: 50px;
  }
}
html body .about-section_spec03 .spec03-item_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_spec03 .spec03-item_rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
html body .about-section_spec03 .spec03-item_pic {
  max-width: 650px;
}
html body .about-section_spec03 .spec03-item_textbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  html body .about-section_spec03 .spec03-item_textbox {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec03 .spec03-item_textbox {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
html body .about-section_spec03 .spec03-item_title {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec03-item_title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_spec03 .spec03-item_title {
    margin-bottom: 20px;
  }
}
html body .about-section_spec03 .spec03-item_title br {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .about-section_spec03 .spec03-item_title br {
    display: block;
  }
}
html body .about-section_spec03 .spec03-item_text {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_spec03 .spec03-item_text {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_tech01 .wrapper {
  max-width: 1400px;
}
html body .about-section_tech02 + .about-section_tech02 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 + .about-section_tech02 {
    margin-top: 70px;
  }
}
html body .about-section_tech02_last {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02_last {
    margin-bottom: 60px;
  }
}
html body .about-section_tech02 .wrapper {
  max-width: 1400px;
}
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: 20px;
  padding: 6px 0;
  font-size: 26px;
  line-height: 50px;
  color: #F8F8F8;
  text-align: center;
  background-color: #0E2971;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-title {
    padding: 9px 0;
  }
}
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;
  }
}
html body .about-section_tech02 .tech-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
@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: 30px 0;
    margin-bottom: 50px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_left01 .left01-pic {
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_left01 .left01-pic {
    max-width: 350px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_left02 .left02-pic {
  max-width: 285px;
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right01 .right01-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_right01 .right01-container {
    background: url(../../images/technology/resist-quake-sp.svg) no-repeat center center;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right01 .right01-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_right01 .right01-text_sm {
    font-size: 29px;
    line-height: 58px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right01 .right01-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_right01 .right01-text01 {
    font-size: 69px;
    line-height: 59px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right01 .right01-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_right01 .right01-text01 span {
    font-size: 35px;
    line-height: 59px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right01 .right01-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_right01 .right01-topText {
    font-size: 21px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex01 .flex01-inner_right01 .right01-topText {
    margin-bottom: 10px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right01 .right01-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_right01 .right01-text02 {
    font-size: 25px;
    line-height: 34px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right01 .right01-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_right01 .right01-text02 span {
    font-size: 17px;
    line-height: 34px;
  }
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right02 {
  max-width: 350px;
}
html body .about-section_tech02 .tech-flex01 .flex01-inner_right02 img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_tech02 .tech-flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 1199px) {
  html body .about-section_tech02 .tech-flex02 {
    gap: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
html body .about-section_tech02 .tech-flex02 + .tech-flex02 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 + .tech-flex02 {
    margin-top: 50px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_left {
  -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;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_left {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
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%;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right {
    max-width: 310px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right01 {
    -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-flex02 .flex02-inner_right01 .right01-pic {
  max-width: 310px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right01 .right01-pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right02 .right02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right02 .right02-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right02 .right02-item_title {
  width: 260px;
  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-flex02 .flex02-inner_right02 .right02-item_title {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right02 .right02-item_title {
    width: 310px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right02 .right02-item_pic {
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right02 .right02-item_pic {
    margin: 0 auto;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right02 .right02-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-flex02 .flex02-inner_right02 .right02-item_text {
    font-size: 14px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right03 {
  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-flex02 .flex02-inner_right03 {
    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;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right03 .right03-list {
  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-flex02 .flex02-inner_right03 .right03-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-flex02 .flex02-inner_right03 .right03-item_title {
    font-size: 14px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right03 .right03-item_pic {
  max-width: 133px;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right03 .right03-pic {
  max-width: 232px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right03 .right03-pic img {
  -o-object-fit: cover;
  object-fit: cover;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right04 .right04-pic {
  max-width: 444px;
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right04 .right04-pic {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right04 .right04-pic {
    max-width: 350px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right04b .right04-pic {
  max-width: 340px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right05 .right05-pic {
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right05 .right05-pic {
    max-width: 310px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right05 .right05-text {
  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-flex02 .flex02-inner_right05 .right05-text {
    font-size: 14px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right06 {
    -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-flex02 .flex02-inner_right06 .right06-pic {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right06 .right06-pic {
    margin: 0 auto;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right06 .right06-text {
  margin-left: 40px;
  font-size: 14px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right06 .right06-text {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right06 .right06-text {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right06 .right06-container .right06-pic {
    margin-left: -35px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right07 .right07-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right07 .right07-item_left .right07-item-pic {
  max-width: 242px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right07 .right07-item_right .right07-item_pic {
  max-width: 258px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right08 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right08 .right08-pic01 {
  max-width: 335px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right08 .right08-pic01 {
    max-width: 310px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right08 .right08-container {
  max-width: 260px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right08 .right08-pic02 {
  width: 100%;
  margin-bottom: 10px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right08 .right08-text {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right08 .right08-text {
    font-size: 14px;
    line-height: 18px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right09 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right09 {
    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-flex02 .flex02-inner_right09 .right09-container {
  max-width: 360px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right09 .right09-text {
  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-flex02 .flex02-inner_right09 .right09-text {
    font-size: 19px;
    line-height: 27px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right09 .right09-pic01 {
  max-width: 360px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right09 .right09-pic02 {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right09 .right09-pic02 {
    margin: 0 auto;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_text {
  font-size: 14px;
  line-height: 18px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_text {
    font-size: 14px;
    line-height: 18px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_pic {
  margin-bottom: 6px;
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_left .right10-item_pic {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_left .right10-item_pic {
    margin: 0 auto 6px;
  }
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_left .right10-item_text {
    padding-left: 25px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_right .right10-item_pic {
  max-width: 315px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_right .right10-item_pic {
    max-width: 310px;
    margin: 0 auto 6px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_right .right10-item_text {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-item_right .right10-item_text {
    padding-left: 35px;
  }
}
html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-pic02 {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-flex02 .flex02-inner_right10 .right10-pic02 {
    max-width: 310px;
  }
}
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-pic01 {
  max-width: 1200px;
  margin: 0 auto;
}
html body .about-section_tech02 .tech-inner {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-inner {
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
html body .about-section_tech02 .tech-inner h2 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 50px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-inner h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body .about-section_tech02 .tech-inner h2 {
    margin-bottom: 20px;
  }
}
html body .about-section_tech02 .tech-inner p {
  font-size: 16px;
  line-height: 30px;
  color: #0E1A3C;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-inner p {
    font-size: 16px;
    line-height: 30px;
  }
}
html body .about-section_tech02 .tech-inner02 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  html body .about-section_tech02 .tech-inner02 {
    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_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 {
    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;
  background: url(../../images/phiosophy/mv-bg-pc.webp) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  html body .about-section_phil02 {
    margin-bottom: 60px;
    padding: 40px 0 30px;
    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 */
