/**************
Sass Mixin
**************/
body {
  font-size: 1.6em;
  font-family: -apple-system-body, BlinkMacSystemFont, "Poppins", Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  font-feature-settings: inherit;
}

.megamenu .megamenu_inner {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1240px) {
  .megamenu .megamenu_inner {
    padding: 40px 0;
    width: 90%;
    max-width: 1200px;
  }
}
@media (min-width: 1240px) {
  .megamenu .megamenu_inner .megamenu_tit {
    width: 20vw;
    max-width: 240px;
  }
}
.megamenu .megamenu_inner .megamenu_tit .eng {
  font-size: 1.8rem;
}
.megamenu .megamenu_inner .megamenu_tit .index_link {
  width: 95%;
}
.megamenu .megamenu_inner .megamenu_tit .index_link:hover {
  background-color: #eee;
}
@media (min-width: 1240px) {
  .megamenu .inner_ul {
    width: calc(100% - 320px);
  }
}
.megamenu .inner_ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media (min-width: 1240px) {
  .megamenu .inner_ul li a {
    padding: 0 12px;
  }
}

@media (min-width: 821px) and (max-width: 1159.9px) {
  .sp_menu .inner {
    padding: 8vh 20px 20px 8vw;
  }
}
@media (min-width: 821px) and (max-width: 1159.9px) {
  .sp_menu .inner .slide_navi {
    margin-top: 8vh;
    margin-left: 0;
  }
}
.sp_menu .inner .slide_navi_buttons {
  flex-direction: column;
  gap: 10px;
  margin-top: 5vh;
}
.sp_menu .inner .slide_navi_buttons .item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 24px;
}
@media (min-width: 821px) {
  .sp_menu .inner .slide_navi_buttons .item {
    width: 360px;
    height: 72px;
    max-width: 360px;
  }
}
.sp_menu .inner .slide_navi_buttons .item .e_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sp_menu .inner .slide_navi_buttons .item .e_text .num {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .sp_menu .inner .slide_navi_buttons .item .e_text .num {
    font-size: 1.4rem;
  }
}

.slide_navi {
  width: 400px;
  margin-top: 96px;
  margin-left: 0;
}
@media (max-width: 559.9px) {
  .slide_navi {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 559.9px) {
  .slide_navi .menu_item .head .eng {
    font-size: 1.5rem;
  }
}
.slide_navi .menu_item .head .icon_plus {
  margin-left: auto;
}
.slide_navi .menu_item .sub_menu ul {
  margin: 10px 0 0 0;
}
.slide_navi .menu_item .sub_menu ul li {
  position: relative;
  padding-left: 10px;
}
.slide_navi .menu_item .sub_menu ul li:not(:last-child) {
  margin-bottom: 5px;
}
.slide_navi .menu_item .sub_menu ul li a {
  display: block;
  line-height: 1.4;
  color: #3f4348;
}
.slide_navi .menu_item .sub_menu ul li::before {
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 8px;
}
.slide_navi .menu_item .slide_navi-sns {
  display: flex;
}
.slide_navi .menu_item .slide_navi-sns a {
  font-size: 3.3rem;
  color: #191718;
  margin-right: 20px;
}
.slide_navi .menu_item .slide_navi-sns a.x-logo, .slide_navi .menu_item .slide_navi-sns a.youtube-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: auto;
}

.main_inner .textArea .mainCatch {
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-in forwards;
          animation: fadeIn 2s ease-in forwards;
}
@media (max-width: 559.9px) {
  .main_inner .textArea .mainCatch {
    flex-direction: column;
  }
}
@media (min-width: 1160px) {
  .main_inner .textArea .mainCatch .mainCatchText {
    font-size: 4.8rem;
  }
}
@media (min-width: 821px) and (max-width: 1159.9px) {
  .main_inner .textArea .mainCatch .mainCatchText {
    font-size: 4rem;
  }
}
.main_inner .textArea .mainCatch_sub {
  letter-spacing: 0;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease-in 1s forwards;
          animation: fadeIn 2s ease-in 1s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.big-title .eng {
  font-size: 5.6rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .big-title .eng {
    font-size: 3rem;
  }
}

.btn-circle {
  width: 280px;
}
.btn-circle .txt {
  display: block;
  line-height: 1.4;
}

@media (min-width: 821px) and (max-width: 1159.9px) {
  .footer_inner .footer_items .item:first-child {
    max-width: 360px;
  }
}
@media (min-width: 821px) {
  .footer_inner .footer_items .item:last-child {
    width: 32%;
  }
}
.footer_inner .footer_items .item .tit {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .footer_inner .footer_items .item .tit {
    font-size: 1.6rem;
  }
}

.footer_navi .foot_navi_column .head {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 821px) {
  .top_about_section .top_about_head .head_side {
    width: calc(100% - 340px);
  }
}
@media (max-width: 559.9px) {
  .top_about_section .top_about_head .btn_side {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 559.9px) {
  .top_about_section .top_about_head .btn_side .btn-circle {
    width: 280px;
  }
}

.top_global_section .top_global_wrap .tg_buttons {
  gap: 16px;
}

.top_tech_section {
  padding: 160px 0 120px;
}
@media (max-width: 559.9px) {
  .top_tech_section {
    padding: 80px 0;
  }
}

.top_tech_slider .item .inner .tit {
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 80px;
}
@media (max-width: 559.9px) {
  .top_tech_slider .item .inner .tit {
    font-size: 1.5rem;
    margin-top: 68px;
  }
}
.top_tech_slider .item .inner .sub_tit {
  font-size: 1.3rem;
  padding: 0 32px 0 2%;
  color: #B5A18A;
  line-height: 1.5;
  margin-top: 5px;
}
@media (max-width: 559.9px) {
  .top_tech_slider .item .inner .sub_tit {
    font-size: 1.2rem;
  }
}
@media (max-width: 559.9px) {
  .top_tech_slider .item .inner .circle {
    right: 2px;
  }
}

@media (max-width: 559.9px) {
  .top_tec_links {
    gap: 24px;
  }
}

.top_project_section {
  padding: 120px 0;
}
@media (max-width: 559.9px) {
  .top_project_section {
    padding: 80px 0;
  }
}

.all_link {
  position: relative;
}
.all_link .btn-circle {
  width: 240px;
}
@media (min-width: 560px) {
  .all_link .btn-circle {
    top: 0;
  }
}

@media (min-width: 560px) {
  .top_projects {
    margin-top: 56px;
  }
}

.top_news_section .wrap .tit_side .t_news_eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .top_news_section .wrap .tit_side .t_news_eng {
    font-size: 3rem;
  }
}

.top_news_cats {
  margin-top: 24px;
}
@media (max-width: 820.9px) {
  .top_news_cats {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (max-width: 559.9px) {
  .top_news_cats {
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 10px;
    scrollbar-width: none;
  }
  .top_news_cats::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_news_cats li {
    padding-bottom: 10px;
  }
}
@media (max-width: 559.9px) {
  .top_news_cats li {
    font-size: 1.4rem;
    padding-bottom: 10px;
    flex-shrink: 0;
  }
}

.pageTitle {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #3f4348;
}
@media (min-width: 1160px) {
  .pageTitle {
    height: 496px;
  }
}
@media (min-width: 821px) and (max-width: 1159.9px) {
  .pageTitle {
    height: 328px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle {
    height: 250px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle {
    height: 192px;
  }
}
.pageTitle .title_inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pageTitle .textArea {
  position: relative;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column-reverse;
  z-index: 2;
}
@media (min-width: 1160px) {
  .pageTitle .textArea {
    padding-top: 260px;
  }
}
@media (min-width: 821px) and (max-width: 1159.9px) {
  .pageTitle .textArea {
    padding-top: 128px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle .textArea {
    padding-top: 128px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle .textArea {
    padding-top: 108px;
  }
}
.pageTitle .textArea small {
  position: absolute;
  z-index: 5;
  color: #fff;
  font-size: 1rem;
  bottom: 10px;
  right: 10px;
}
.pageTitle .textArea small > span {
  margin-left: 1.2rem;
}
.pageTitle .textArea small.copy02 {
  bottom: 3px;
  right: -10px;
}
.pageTitle .textArea .en {
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  opacity: 0;
  -webkit-animation: slideIn 0.5s ease 0.2s forwards;
          animation: slideIn 0.5s ease 0.2s forwards;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle .textArea .en {
    font-size: 3.2rem;
  }
}
@media (max-width: 559.9px) {
  .pageTitle .textArea .en {
    font-size: 2rem;
  }
}
.pageTitle .title_bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.pageTitle .title_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.53;
  background: linear-gradient(180deg, #08296B 0%, rgba(20, 34, 61, 0) 38%, #14223D 100%);
  mix-blend-mode: multiply;
}
@media (max-width: 559.9px) {
  .pageTitle .title_bg::after {
    opacity: 0.3;
  }
}
.pageTitle .title_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 560px) {
  .pageTitle.single_page {
    height: 200px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle.single_page {
    height: 200px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle.single_page {
    height: 120px;
  }
}
@media (min-width: 821px) {
  .pageTitle.single_page .textArea {
    opacity: 1;
    padding-top: 120px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .pageTitle.single_page .textArea {
    padding-top: 64px;
  }
}
@media (max-width: 559.9px) {
  .pageTitle.single_page .textArea {
    padding-top: 48px;
  }
}
@media (min-width: 821px) {
  .pageTitle.single_page .textArea .jp {
    display: none;
  }
}

/**Corporate information**/
.table-c1 {
  width: 100%;
}
.table-c1 th {
  width: 28%;
  font-weight: 600;
  text-align: left;
  border-bottom: #8AB6D8 1px solid;
  padding: 30px 5px;
}
@media (max-width: 820.9px) {
  .table-c1 th {
    padding: 20px 5px;
    width: 25%;
  }
}
@media (max-width: 559.9px) {
  .table-c1 th {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 10px 0 2px;
    font-size: 1.4rem;
  }
}
.table-c1 td {
  padding: 30px 24px;
  border-bottom: #d9d9d9 1px solid;
}
@media (max-width: 820.9px) {
  .table-c1 td {
    padding: 20px 24px;
  }
}
@media (max-width: 559.9px) {
  .table-c1 td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 1.4rem;
  }
}
.table-c1 td dl {
  margin-bottom: 20px;
}
.table-c1 td dl:last-child {
  margin-bottom: 0;
}
.table-c1 td dl dt {
  display: block;
}
.table-c1 td dl dt::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-flex;
  background-color: #1D2088;
  border-radius: 2px;
}
@media (max-width: 820.9px) {
  .table-c1 td dl dt::before {
    width: 10px;
    height: 10px;
  }
}
.table-c1 td dl dt .access {
  margin: 5px 0;
  color: #fff;
  font-size: 1.4rem;
  background-color: #3f4348;
  border-radius: 16px;
  padding: 4px 26px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 820.9px) {
  .table-c1 td dl dt .access {
    font-size: 1.3rem;
    display: block;
    width: 220px;
    margin: 5px 0;
    padding: 2px 26px;
  }
}
.table-c1 td dl dt .access i {
  margin-left: 15px;
}

.navi_box {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 559.9px) {
  .navi_box {
    justify-content: center;
    gap: 20px;
  }
}
.navi_box .navi {
  width: 22%;
  padding: 15px 20px;
  font-size: 1.5rem;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  color: #191718;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 560px) {
  .navi_box .navi:nth-child(n+5) {
    border-top: none;
  }
}
@media (max-width: 820.9px) {
  .navi_box .navi {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}
@media (max-width: 559.9px) {
  .navi_box .navi {
    width: 45%;
  }
}
.navi_box .navi.item5 {
  width: 18%;
}
@media (max-width: 559.9px) {
  .navi_box .navi.item5 {
    width: 30%;
  }
}
.navi_box .navi.item5:nth-child(n+5) {
  border-top: 1px #ddd solid;
}

.history {
  width: 100%;
}
.history .history_box {
  display: flex;
}
.history .history_box .season {
  width: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 10px;
}
@media (max-width: 820.9px) {
  .history .history_box .season {
    width: 90px;
  }
}
@media (max-width: 559.9px) {
  .history .history_box .season {
    width: 30px;
  }
}
.history .history_box .season .number {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #f132a1;
}
@media (max-width: 559.9px) {
  .history .history_box .season .number {
    font-size: 3rem;
  }
}
.history .history_box .season .period {
  writing-mode: vertical-rl;
  display: inline-block;
  letter-spacing: 0.5rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #f132a1;
  margin-top: 8px;
}
@media (max-width: 559.9px) {
  .history .history_box .season .period {
    font-size: 2rem;
  }
}
.history .history_box .timeline {
  position: relative;
  width: calc(100% - 120px);
  margin-left: 10px;
}
@media (max-width: 559.9px) {
  .history .history_box .timeline {
    width: calc(100% - 30px);
  }
}
.history .history_box .timeline::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 0;
  background-color: #ddd;
}
.history .history_box .timeline dl {
  width: 100%;
}
@media (min-width: 560px) {
  .history .history_box .timeline dl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.history .history_box .timeline dl dt {
  padding: 8px 0 8px 30px;
  vertical-align: top;
  width: 155px;
  font-weight: 600;
  text-align: left;
  position: relative;
}
@media (max-width: 559.9px) {
  .history .history_box .timeline dl dt {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 8px 0 2px 20px;
    font-size: 1.4rem;
  }
}
.history .history_box .timeline dl dt::before {
  width: 7px;
  height: 7px;
  content: "";
  display: block;
  background-color: #f132a1;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 18px;
}
.history .history_box .timeline dl dt::after {
  content: "";
  width: 90px;
  height: 3px;
  display: block;
  background-image: linear-gradient(to right, #f132a1, 4px, transparent 4px);
  background-size: 10px 3px;
  position: absolute;
  right: -120px;
  top: 22px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .history .history_box .timeline dl dt::after {
    width: 60px;
    right: -75px;
  }
}
@media (max-width: 559.9px) {
  .history .history_box .timeline dl dt::after {
    display: none;
  }
}
.history .history_box .timeline dl dd {
  padding: 8px 0;
  width: calc(100% - 120px);
  margin-left: 150px;
  position: relative;
  display: block;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .history .history_box .timeline dl dd {
    width: calc(100% - 90px);
    margin-left: 100px;
  }
}
@media (max-width: 559.9px) {
  .history .history_box .timeline dl dd {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding: 0 0 8px 20px;
    margin-left: 0;
    font-size: 1.3rem;
  }
}
.history .history1 .season .number {
  color: #07afbf;
}
.history .history1 .season .period {
  color: #07afbf;
}
.history .history1 .timeline::before {
  background-color: #ddd;
}
.history .history1 .timeline dl dt::before {
  background-color: #07afbf;
}
.history .history1 .timeline dl dt::after {
  background-image: linear-gradient(to right, #07afbf, 4px, transparent 4px);
  background-size: 10px 3px;
}
.history .history2 .season .number {
  color: #f6cb0a;
}
.history .history2 .season .period {
  color: #f6cb0a;
}
.history .history2 .timeline dl dt::before {
  background-color: #f6cb0a;
}
.history .history2 .timeline dl dt::after {
  background-image: linear-gradient(to right, #f6cb0a, 4px, transparent 4px);
  background-size: 10px 3px;
}
.history .history3 .season .number {
  color: #32ba2e;
}
.history .history3 .season .period {
  color: #32ba2e;
}
.history .history3 .timeline dl dt::before {
  background-color: #32ba2e;
}
.history .history3 .timeline dl dt::after {
  background-image: linear-gradient(to right, #32ba2e, 4px, transparent 4px);
}

/**Corporate Policy**/
.philosophy {
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .philosophy {
    font-size: 2.2rem;
  }
}

.vision {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 559.9px) {
  .vision {
    font-size: 1.6rem;
  }
  .vision br {
    display: none;
  }
}

.creed {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 559.9px) {
  .creed {
    font-size: 1.6rem;
  }
}

.purpose_big {
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .purpose_big {
    font-size: 1.8rem;
  }
}

.purpose {
  text-align: center;
  margin-top: 30px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.guideine li {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: decimal;
  line-height: 2;
}
@media (max-width: 559.9px) {
  .guideine li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.5rem;
    margin: 0 auto 0 0;
    line-height: 2.2;
  }
}

.policy li {
  text-align: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .policy li {
    font-size: 1.6rem;
  }
}

/**Corporate Culture**/
.culture_top {
  text-align: center;
}
.culture_top p {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  grid-row: 1/2;
  letter-spacing: 0.25em;
  line-height: normal;
  line-height: 2.2;
}
@media (max-width: 559.9px) {
  .culture_top p {
    letter-spacing: 0.08em;
  }
}
.culture_top p:first-child .jp {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #1D2088;
  color: white;
  padding: 8px 24px;
  border-radius: 40px;
}
@media (max-width: 559.9px) {
  .culture_top p:first-child .jp {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 6px 18px;
  }
}
.culture_top p:first-child .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .culture_top p:first-child .eng {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media (max-width: 820.9px) {
  .side_links_eng {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 821px) {
  .side_links_eng li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #d9d9d9 solid;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .side_links_eng li {
    display: block;
    width: 32%;
    margin-bottom: 10px;
  }
}
@media (max-width: 559.9px) {
  .side_links_eng li {
    display: block;
    width: 49.4%;
    margin-bottom: 4px;
  }
}
.side_links_eng li a {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 12px 0 12px 18px;
  position: relative;
  color: #777;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .side_links_eng li a {
    border: 1px #1D2088 solid;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px 0 16px;
    color: #1D2088;
    line-height: 1.4;
    border-radius: 3px;
    background-color: white;
  }
}
@media (max-width: 559.9px) {
  .side_links_eng li a {
    font-size: 3vw;
  }
}
.side_links_eng li a::before {
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: block;
  position: absolute;
  left: 5px;
  top: 22px;
}
@media (max-width: 820.9px) {
  .side_links_eng li a::before {
    top: 50%;
    left: 8px;
  }
}
.side_links_eng li a:hover {
  background-color: #fafafa;
}
@media (min-width: 560px) {
  .side_links_eng li.active a {
    color: #333;
  }
  .side_links_eng li.active a::before {
    background-color: #8AB6D8;
  }
}

.culture_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.culture_title .num {
  align-items: center;
  background: #8AB6D8;
  border-radius: 100%;
  display: flex;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  height: 56px;
  justify-content: center;
  width: 56px;
  color: white;
}
@media (max-width: 559.9px) {
  .culture_title .num {
    width: 40px;
    height: 40px;
  }
}
.culture_title .tit {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.21em;
  margin-left: 10px;
  font-size: 1.7rem;
}
@media (max-width: 559.9px) {
  .culture_title .tit {
    width: calc(100% - 40px);
  }
}

.address_box {
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.address_box.left {
  margin-left: 0;
}
.address_box .address {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  width: 100%;
}
@media (max-width: 559.9px) {
  .address_box .address {
    gap: 10px;
  }
}
.address_box .address .bgNavy {
  background-color: #3f4348;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .address_box .address .bgNavy {
    font-size: 1.6rem;
    width: 100px;
  }
}
.address_box .address > p {
  line-height: 1.6;
  width: calc(100% - 140px);
}
@media (max-width: 559.9px) {
  .address_box .address > p {
    font-size: 1.4rem;
    width: calc(100% - 110px);
  }
}
@media (min-width: 821px) {
  .address_box .address > p br {
    display: none;
  }
}

.feature-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1160px) {
  .feature-wrap {
    max-width: 1200px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .feature-wrap {
    width: 92%;
  }
}
@media (max-width: 559.9px) {
  .feature-wrap {
    width: 88%;
  }
}
.feature-wrap .fea-01 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 {
    flex-direction: column;
  }
}
.feature-wrap .fea-01 .feature_box {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  border-radius: 16px;
  padding: 16px;
}
.feature-wrap .fea-01 .feature_box .link_title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .link_title {
    font-size: 2rem;
  }
}
.feature-wrap .fea-01 .feature_box .fea-01_img {
  position: relative;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .fea-01_img {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.feature-wrap .fea-01 .feature_box .fea-01_img img {
  border-radius: 16px;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .fea-01_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.feature-wrap .fea-01 .feature_box .fea-01_img .circle {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.feature-wrap .fea-01 .feature_box .eng {
  margin-top: 30px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #191718;
  text-align: center;
  margin-bottom: 4px;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .eng {
    margin-top: 12px;
  }
}
.feature-wrap .fea-01 .feature_box .innner_box {
  margin-top: 24px;
  padding: 0 15px;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .innner_box {
    margin-top: 8px;
  }
}
.feature-wrap .fea-01 .feature_box .innner_box > p {
  font-size: 1.6rem;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .innner_box > p {
    font-size: 1.4rem;
    color: #767676;
  }
}
.feature-wrap .fea-01 .feature_box.active {
  transform: scale(1.1);
  background-color: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.feature-wrap .fea-01 .feat_overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: calc(100vw - 72px);
  height: 100%;
  left: 72px;
  top: 0;
  z-index: 2;
  display: none;
  transition: all 0.3s ease;
}

.cross-title {
  flex-direction: column;
}
.cross-title .p1 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.5;
  font-size: min(5rem, 4.8vw);
  text-align: center;
  line-height: 1.1;
  padding: 15px 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .cross-title .p1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 559.9px) {
  .cross-title .p1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
  }
}
@media (min-width: 821px) {
  .cross-title .p1 br {
    display: none;
  }
}
.cross-title .p2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.5;
  font-size: min(5rem, 4.8vw);
  text-align: center;
  line-height: 1.1;
  padding: 15px 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .cross-title .p2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.5;
  }
}
@media (max-width: 559.9px) {
  .cross-title .p2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
  }
}
@media (min-width: 821px) {
  .cross-title .p2 br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .cross-title .p2 br {
    display: none;
  }
}
@media (max-width: 559.9px) {
  .cross-title + .center-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  .cross-title.casting, .cross-title.heat {
    margin-bottom: 10px;
  }
}
.cross-title.casting .cross, .cross-title.heat .cross {
  width: 56px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .cross-title.casting .p1, .cross-title.heat .p1 {
    font-size: 4rem;
  }
}
@media (max-width: 559.9px) {
  .cross-title.casting .p1, .cross-title.heat .p1 {
    font-size: 2.4rem;
  }
}
.cross-title.casting .p2, .cross-title.heat .p2 {
  text-align: center;
}
.cross-title.casting .p2 br, .cross-title.heat .p2 br {
  display: inherit;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .cross-title.casting .p2, .cross-title.heat .p2 {
    font-size: 4rem;
  }
}
@media (max-width: 559.9px) {
  .cross-title.casting .p2, .cross-title.heat .p2 {
    font-size: 2.4rem;
  }
}
@media (min-width: 821px) {
  .cross-title.heat, .cross-title.quality {
    flex-direction: inherit;
  }
}

.feature-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1160px) {
  .feature-wrap {
    max-width: 1200px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .feature-wrap {
    width: 92%;
  }
}
@media (max-width: 559.9px) {
  .feature-wrap {
    width: 88%;
  }
}
.feature-wrap .fea-01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 820.9px) {
  .feature-wrap .fea-01 {
    width: 100%;
  }
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 {
    flex-direction: column;
  }
}
.feature-wrap .fea-01 .feature_box {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  border-radius: 16px;
  padding: 16px;
  width: 320px;
}
.feature-wrap .fea-01 .feature_box .link_title {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .link_title {
    font-size: 2rem;
  }
}
.feature-wrap .fea-01 .feature_box .fea-01_img {
  position: relative;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .fea-01_img {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.feature-wrap .fea-01 .feature_box .fea-01_img img {
  border-radius: 16px;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .fea-01_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.feature-wrap .fea-01 .feature_box .fea-01_img .circle {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.feature-wrap .fea-01 .feature_box .eng {
  margin-top: 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #1D2088;
  text-align: center;
  margin-bottom: 4px;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .eng {
    margin-top: 12px;
  }
}
.feature-wrap .fea-01 .feature_box .jap {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.feature-wrap .fea-01 .feature_box .innner_box {
  margin-top: 24px;
  padding: 0 15px;
  transition: all 0.3s ease;
  text-align: center;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .innner_box {
    margin-top: 8px;
  }
}
.feature-wrap .fea-01 .feature_box .innner_box > p {
  font-size: 1.6rem;
}
@media (max-width: 559.9px) {
  .feature-wrap .fea-01 .feature_box .innner_box > p {
    font-size: 1.4rem;
    color: #767676;
  }
}
.feature-wrap .fea-01 .feature_box.active {
  transform: scale(1.1);
  background-color: white;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.feature-wrap .fea-01 .feat_overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: calc(100vw - 72px);
  height: 100%;
  left: 72px;
  top: 0;
  z-index: 2;
  display: none;
  transition: all 0.3s ease;
}

.tg_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  margin-top: 40px;
  gap: 10px;
}
@media (max-width: 1159.9px) {
  .tg_buttons {
    display: block;
  }
}
@media (max-width: 820.9px) {
  .tg_buttons {
    width: 100%;
  }
}
@media (max-width: 1159.9px) {
  .tg_buttons .btn-circle:first-child {
    margin-bottom: 8px;
  }
}

.top_tec_links_s {
  width: 55%;
  margin: 64px auto 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_tec_links_s {
    margin-top: 32px;
  }
}
@media (max-width: 559.9px) {
  .top_tec_links_s {
    margin-top: 40px;
    width: 100%;
  }
}
.top_tec_links_s .box {
  position: relative;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .top_tec_links_s .box {
    width: 100%;
  }
  .top_tec_links_s .box:first-child {
    margin-bottom: 32px;
  }
}
.top_tec_links_s .box .img {
  position: relative;
}
.top_tec_links_s .box .img img {
  border-radius: 16px;
}
.top_tec_links_s .box .img .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1D2088;
  line-height: 1;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: -40px;
  left: 24px;
  z-index: 2;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_tec_links_s .box .img .eng {
    font-size: 4rem;
    bottom: -25px;
  }
}
@media (max-width: 559.9px) {
  .top_tec_links_s .box .img .eng {
    font-size: 4rem;
    bottom: -28px;
  }
}
.top_tec_links_s .box .img .circle {
  position: absolute;
  right: 24px;
  bottom: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20vw;
  height: 20vw;
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
  background-color: #1D2088;
  transition: all 0.3s ease;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_tec_links_s .box .img .circle {
    bottom: -24px;
  }
}
@media (max-width: 559.9px) {
  .top_tec_links_s .box .img .circle {
    width: 8vw;
    height: 8vw;
    bottom: -24px;
  }
}
.top_tec_links_s .box .img .circle i {
  color: white;
  font-size: 1.3rem;
}
.top_tec_links_s .box .jp_tit {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 40px 26px 0;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .top_tec_links_s .box .jp_tit {
    font-size: 2rem;
    padding-top: 26px;
  }
}
@media (max-width: 559.9px) {
  .top_tec_links_s .box .jp_tit {
    font-size: 1.8rem;
    padding: 32px 24px 0;
  }
}
.top_tec_links_s .box .exp {
  font-size: 1.5rem;
  padding-left: 26px;
}
.top_tec_links_s .box:hover .circle {
  max-width: 48px;
  max-height: 48px;
}
.top_tec_links_s .box:hover .jp_tit {
  color: #1D2088;
}
.top_tec_links_s.moved .box {
  -webkit-animation: fadeIn 0.5s ease forwards;
          animation: fadeIn 0.5s ease forwards;
}
.top_tec_links_s.moved .box:nth-child(2) {
  -webkit-animation: fadeIn 0.5s ease 0.4s forwards;
          animation: fadeIn 0.5s ease 0.4s forwards;
}

@media (min-width: 821px) and (max-width: 1159.9px) {
  .mold_process .mpbox .inner {
    padding: 20px;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .mold_process .mpbox .inner {
    padding: 10px;
  }
}
@media (max-width: 559.9px) {
  .mold_process .mpbox .inner {
    padding: 10px;
  }
}
.mold_process .mpbox .inner p.sml {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 820.9px) {
  .mold_process .mpbox .inner p.sml {
    font-size: 1.6rem;
  }
}
.mold_process .mpbox .inner p.md {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media (max-width: 1159.9px) {
  .mold_process .mpbox .inner p.md {
    font-size: 1.6rem;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .mold_process .mpbox .inner p.md {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.mold_process .mpbox .inner p.md.small {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .mold_process .mpbox .inner p.md.small {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
@media (max-width: 1159.9px) {
  .mold_process .mpbox .process_num {
    right: 9px;
    bottom: 7px;
  }
}

.mold_qcd {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 24px auto;
}

.feat01_flowtext {
  margin: 40px 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-size: min(3.2rem, 3vw);
}
@media (max-width: 559.9px) {
  .feat01_flowtext {
    font-size: 1.6rem;
  }
}

.casting_title {
  font-size: 2.4rem;
  margin-bottom: 0;
  display: block;
  align-items: center;
}

.cutting_top {
  display: block;
  font-size: 2.8rem;
  margin-bottom: 32px;
  text-align: center;
}
.cutting_top p {
  padding: 0 10px;
  font-weight: bold;
}
.cutting_top p span {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8AB6D8;
  line-height: 1;
  position: relative;
  top: 4px;
}

.step_title {
  margin: 0 auto 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-end;
  border-bottom: 2px #1D2088 solid;
  padding-right: 20px;
}
@media (max-width: 559.9px) {
  .step_title .step_text {
    font-size: 2.2rem;
    margin-left: 10px;
  }
}

.small-title .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1;
  text-transform: uppercase;
  color: #1D2088;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .small-title .eng {
    font-size: 5rem;
  }
}
@media (max-width: 559.9px) {
  .small-title .eng {
    font-size: 3.6rem;
  }
}
.small-title .eng2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.5;
  color: #191718;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .small-title .eng2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 559.9px) {
  .small-title .eng2 {
    font-size: 1.5rem;
  }
}
.small-title.center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.small-title.white {
  color: white;
}
.small-title.white .jp,
.small-title.white .eng {
  color: white;
}

.feat_page_navi .fpn_inner {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: inherit;
  justify-content: space-around;
}

.cutting_info .infoBox .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 80px;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .cutting_info .infoBox .tit {
    height: 60px;
  }
}
@media (max-width: 559.9px) {
  .cutting_info .infoBox .tit {
    height: 70px;
  }
}

.wrap {
  width: 90%;
}
@media (min-width: 1160px) {
  .wrap {
    max-width: 1160px;
  }
  .wrap.w1300 {
    max-width: 1450px;
  }
}
@media (min-width: 821px) and (max-width: 1159.9px) {
  .wrap {
    width: 92%;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .wrap {
    width: 92%;
  }
}
@media (max-width: 559.9px) {
  .wrap {
    width: 88%;
  }
}

.china-01 {
  gap: 0 1%;
  justify-content: space-between;
}
@media (max-width: 1159.9px) {
  .china-01 {
    justify-content: center;
  }
}
@media (max-width: 559.9px) {
  .china-01 {
    display: block;
  }
}
.china-01 .range_box.w20 {
  width: 19%;
}
@media (max-width: 1159.9px) {
  .china-01 .range_box.w20 {
    width: 30%;
  }
}
@media (max-width: 559.9px) {
  .china-01 .range_box.w20 {
    width: 100%;
  }
}
.china-01 .range_box.w40 {
  width: 38%;
}
@media (max-width: 1159.9px) {
  .china-01 .range_box.w40 {
    width: 60%;
  }
}
@media (max-width: 559.9px) {
  .china-01 .range_box.w40 {
    width: 100%;
  }
}
.china-01 .block_box {
  width: 19%;
}
@media (max-width: 1159.9px) {
  .china-01 .block_box {
    width: 60%;
    display: flex;
    gap: 1.5%;
  }
}
@media (max-width: 559.9px) {
  .china-01 .block_box {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1159.9px) {
  .china-01 .block_box .range_box {
    width: 50%;
  }
}
@media (max-width: 559.9px) {
  .china-01 .block_box .range_box {
    width: 100%;
  }
}

.china-03 .activity_box .activity_title .border_box {
  padding: 3px 10px;
}

.top_tech_section .tt_buttons {
  width: 610px;
}
@media (max-width: 559.9px) {
  .top_tech_section .tt_buttons {
    width: 100%;
    flex-direction: column;
    margin-top: 32px;
  }
}
.top_tech_section .tt_buttons .btn-circle {
  width: 300px;
}
@media (max-width: 559.9px) {
  .top_tech_section .tt_buttons .btn-circle:first-child {
    margin-bottom: 8px;
  }
}
.top_tech_section.moved .big-title {
  -webkit-animation: slideIn 0.5s ease forwards;
          animation: slideIn 0.5s ease forwards;
}
.top_tech_section.moved .top_tech_text {
  -webkit-animation: slideIn 0.5s ease 0.3s forwards;
          animation: slideIn 0.5s ease 0.3s forwards;
}
.top_tech_section.moved .tt_buttons {
  -webkit-animation: slideIn 0.5s ease 0.6s forwards;
          animation: slideIn 0.5s ease 0.6s forwards;
}

.center-title .eng {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 820.9px) {
  .center-title .eng {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.foot_cta .foot_cta_items .item .e_text .num {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .foot_cta .foot_cta_items .item .e_text .num {
    font-size: 2rem;
  }
}

.ve-ex01_eng {
  width: 100%;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
}
.ve-ex01_eng th {
  background-color: #c5c5c5;
  font-size: 1.2rem;
  border: 0.1rem #ffffff solid;
  vertical-align: middle;
  padding: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ve-ex01_eng th.tate {
  writing-mode: vertical-lr;
  line-height: 0.5;
}
.ve-ex01_eng td {
  background-color: #e6e6e6;
  border: 0.1rem #ffffff solid;
  vertical-align: middle;
  text-align: center;
}
.ve-ex01_eng td.small {
  font-size: 1.2rem;
}
/*# sourceMappingURL=eng.css.map */