@charset "utf-8";
/* CSS Document */
.mv._investor {
  background: url(/assets/ir/img/investor/mv.jpg) no-repeat center center/ cover;
}
.page_link_investor {
  background: url("/assets/ir/img/investor/bg_page_link.jpg") no-repeat center center/ cover;
  padding-bottom: 60px;
}
.page_link_lead {
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page_link_lead .catching {
  font-size: 50px;
  color: var(--main-blue);
  position: relative;
}
.page_link_lead .catching::before {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--l-yellow);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.page_link_lead .catching .num {
  font-size: 60px;
}
.page_link_investor ul {
  row-gap: 10px;
}
.page_link_investor ul li {
  flex-basis: calc((100% - 30px) / 4);
}
.page_link_investor ul li a {
  background: #fff;
  text-align: left;
  color: var(--black);
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  min-height: 80px;
  font-size: 1.125rem;
  padding: 15px 30px 15px 15px;
}
.page_link_investor ul li a::after {
  right: 8px;
}
.page_link_point {
  color: var(--main-blue);
  font-size: 13px;
  text-align: center;
  line-height: 1.087;
  margin-right: 10px;
  transition: .3s;
  font-family: "Roboto";
}
.page_link_point span {
  display: block;
  font-size: 23px;
}
.page_link a:hover .page_link_point {
  color: #fff;
}
@media screen and (max-width:767px) {
  .mv._investor {
    background: url(/assets/ir/img/investor/mv_sp.jpg) no-repeat right center/ cover;
    height: 85px;
  }
  ._investor .mv_title {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    right: auto;
    text-align: left;
    font-size: 20px;
    padding: 5px 13px 5px 23px;
  }
  .sec.page_link.page_link_investor {
    margin-top: 20px;
  }
  .page_link_lead {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .page_link_lead .catching, .page_link_lead .catching .num {
    font-size: 30px;
  }
  .page_link_investor {
    background: url("/assets/ir/img/investor/bg_page_link_sp.jpg") no-repeat center bottom/ cover;
    padding-bottom: 44px;
  }
  .page_link_investor ul li {
    flex-basis: calc((100% - 10px) / 2);
  }
  .page_link_investor ul li a {
    font-size: 0.875rem;
    padding: 15px 25px 15px 8px;
  }
  .page_link_investor ul li a::after {
    right: 6px;
  }
  .page_link_point {
    font-size: 11px;
    margin-right: 8px;
  }
  .page_link_point span {
    font-size: 20px;
  }
}
.sec[class*="inv_"] {
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 60px;
  overflow-x: hidden;
}
.inv_title {
  text-align: center;
  position: relative;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 100px;
}
.inv_title_num {
  font-size: 173px;
  color: rgba(3, 114, 193, 0.1);
  font-family: "Roboto";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  line-height: .75;
}
.inv_title_num::before {
  content: "POINT";
  color: var(--main-blue);
  font-size: 18px;
  position: absolute;
  top: 52%;
  right: 50%;
  transform: translateX(50%);
}
.inv_title_text {
  font-size: 42px;
  line-height: 1.42;
}
.inv_subtitle_line {
  position: relative;
  display: inline-block;
}
.inv_subtitle {
  font-size: 30px;
  line-height: 1.46;
  color: var(--main-blue);
  text-align: center;
  padding-bottom: 10px;
}
.inv_subtitle_line::before {
  content: "";
  height: 3px;
  background: var(--l-yellow);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.inv_text {
  text-align: center;
  line-height: 2;
}
.inv_btn a {
  position: relative;
  display: block;
  width: 240px;
  color: var(--main-blue);
  text-align: center;
  line-height: 1;
  padding: 15px 30px 15px 15px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--main-blue);
  border-radius: 5px;
  transition: .3s;
}
.inv_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url("/assets/ir/img/icon_window_bl.png")no-repeat right /11px;
}
.inv_btn a:hover {
  color: #fff;
  background: var(--main-blue);
}
.inv_btn a:hover::after {
  background: url("/assets/ir/img/icon_window_wh02.png")no-repeat right /11px;
}
@media screen and (max-width:767px) {
  .sec[class*="inv_"] {
    padding: 40px 23px;
  }
  .inv_title {
    margin-bottom: 30px;
    padding-top: 52px;
  }
  .inv_title_num {
    font-size: 80px;
  }
  .inv_title_num::before {
    font-size: 16px;
    top: 70%;
  }
  .inv_title_text {
    font-size: 28px;
    bottom: auto;
    top: 68px;
    width: 100%;
  }
  .inv_subtitle {
    font-size: 25px;
  }
  .inv_text {
    text-align: left;
  }
}
/*
  POINT 01
*/
.sec.inv_01 {
  background: url("/assets/ir/img/investor/bg_inv_01.jpg") no-repeat center bottom/ cover;
}
.inv_01 .inv_title_num {
  color: rgba(255, 255, 255, .25);
}
.inv_01 .inv_title_num::before, .inv_01 .inv_title_text {
  color: #fff;
}
.number_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.is-pc .number_list {
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid #fff;
  padding-top: 20px;
}
.number_item {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 23px 0 30px;
}
.number_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 46px);
  background: #fff;
  position: absolute;
  top: 23px;
  right: 0;
}
.number_title {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 30px;
}
.number_icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
}
.number_icon--04 {
  width: 100px;
}
.number_icon--07 {
  width: 40px;
}
.number_text {
  font-size: 20px;
  font-weight: 500;
}
.number_text span {
  font-size: 60px;
  color: #F4BE00;
  line-height: 1;
}
.number_note {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (min-width:768px) and (max-width:980px) {
  .number_text, .number_title {
    font-size: calc(1.25rem + ((1vw - 7.68px) * -1.8868));
  }
  .number_text span {
    font-size: calc(2.1875rem + ((1vw - 7.68px) * 16.5094));
  }
}
@media screen and (max-width:767px) {
  .number_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .number_item {
    padding: 12px 0;
  }
  .number_item:not(:last-child)::after, .number_item:last-child::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 46px);
    background: #fff;
    position: absolute;
    top: 23px;
    right: 0;
  }
  .number_item:not(:last-child)::after, .number_item:last-child::after {
    height: calc(100% - 24px);
    top: 12px;
  }
  .number_item:nth-child(2n)::after {
    width: calc(100vw - 46px);
    height: 1px;
    top: auto;
    bottom: 0;
  }
  .number_title {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .number_icon {
    width: 56px;
    height: 56px;
  }
  .number_icon--04 {
    width: 70px;
  }
  .number_icon.number_icon--07 {
    width: 30px;
  }
  .number_text {
    font-size: 16px;
    line-height: 1.4;
  }
  .number_text span {
    font-size: 35px;
  }
  .number_note {
    font-size: 12px;
    margin-top: 0;
  }
}
/*
  POINT 02
*/
.inv_02 .inv_subtitle {
  margin-top: 40px;
}
.compressor {
  background: #C8E4FE;
  padding: 25px 0 28px;
  margin: 50px 0 70px;
  position: relative;
}
.compressor::after {
  content: "";
  margin: auto;
  position: absolute;
  left: calc(50% - 60px);
  width: 0;
  height: 0;
  border-top: 33px solid #C8E4FE;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  bottom: -53px;
}
.compressor_inner {
  max-width: 540px;
  margin: 0 auto;
  padding-left: 174px;
  position: relative;
}
.compressor_title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.44;
}
.compressor_inner::before {
  content: "";
  background: url("/assets/ir/img/investor/icon_compressor.png") no-repeat center bottom/ contain;
  width: 91px;
  height: 160px;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
}
.flow_list {
  background: linear-gradient(#3CA1E9, #0372C1);
  margin-bottom: 40px;
}
.flow_item {
  padding: 40px 40px 40px 193px;
  position: relative;
}
.flow_item:not(:first-child) {
  background: url("/assets/ir/img/investor/icon_flow_arrow.png") no-repeat left 57px top / 80px;
}
.flow_item:not(:first-child)::before {
  content: "";
  width: 57px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.flow_item:not(:first-child)::after {
  content: "";
  width: calc(100% - 137px);
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.flow_title {
  width: 133px;
  height: 133px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--main-blue);
  font-size: 23px;
  line-height: 1.478;
  position: absolute;
  left: 30px;
  top: calc(50% - 66px);
}
.flow_text {
  color: #fff;
  line-height: 2;
}
.rep-prod {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgb(255, 255, 255) 60%);
  margin-top: 20px;
  padding: 20px;
}
.rep-prod_title {
  font-size: 18px;
  color: var(--main-blue);
}
.rep-prod_list {
  display: flex;
  justify-content: center;
  column-gap: 40px;
  text-align: center;
}
.rep-prod_img img {
  max-height: 116px;
}
.rep-prod_name {
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .compressor {
    margin: 35px 0 55px;
    padding: 12px 0;
  }
  .compressor::after {
    border-top-width: 29px;
    border-right-width: 52px;
    border-left-width: 52px;
    left: calc(50% - 52px);
    bottom: -45px;
  }
  .compressor_title {
    font-size: 20px;
  }
  .compressor_inner {
    padding-left: 0;
    text-align: center;
  }
  .compressor_inner::before {
    width: 55px;
    height: 96px;
    top: -24px;
  }
  .compressor_text {
    padding-left: 1em;
  }
  .flow_item {
    padding: 160px 24px 25px 24px;
  }
  .flow_item:not(:first-child) {
    background: url("/assets/ir/img/investor/icon_flow_arrow_sp.png") no-repeat center top / 80px;
  }
  .flow_item:not(:first-child)::before, .flow_item:not(:first-child)::after {
    width: calc(50% - 40px);
  }
  .flow_item--01 {
    padding-top: 134px;
  }
  .flow_title {
    width: 94px;
    height: 94px;
    font-size: 18px;
    top: 47px;
    left: calc(50% - 47px);
  }
  .flow_item--01 .flow_title {
    top: 25px;
  }
  .rep-prod {
    padding: 15px 15px 17px;
  }
  .rep-prod_title {
    font-size: 16px;
    text-align: center;
  }
  .rep-prod_list {
    flex-wrap: wrap;
    column-gap: 23px;
    row-gap: 17px;
    margin-top: 13px;
  }
  .flow_item--01 .rep-prod_img img {
    max-height: 87px;
  }
  .flow_item--02 .rep-prod_item, .flow_item--03 .rep-prod_item, .flow_item--04 .rep-prod_item {
    width: calc((100% - 23px) /2);
  }
  .rep-prod_name {
    font-size: 13px;
    line-height: 1.153;
  }
  .flow_list {
    margin-bottom: 30px;
  }
}
/*
  POINT 03
*/
.sec.inv_03 {
  background: url("/assets/ir/img/investor/bg_inv_03.jpg") no-repeat center bottom/ cover;
}
.expand .inv_subtitle {
  margin-bottom: 30px;
}
.expand_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
  row-gap: 2px;
  max-width: 918px;
  margin: 28px auto;
}
.expand_item {
  width: calc((100% - 126px) / 4);
}
@media screen and (max-width:767px) {
  .sec.inv_03 {
    background: url("/assets/ir/img/investor/bg_inv_03_sp.jpg") no-repeat center bottom/ cover;
  }
  .expand .inv_subtitle {
    margin-bottom: 20px;
  }
  .expand_list {
    margin: 28px -9px 20px;
  }
  .expand_item {
    width: calc((100% - 12px) / 2);
  }
}
/*
  POINT 04
*/
.sec.inv_04 {
  background: url("/assets/ir/img/investor/bg_inv_04.jpg") no-repeat center bottom/ cover;
}
.cooperation {
  margin-top: 40px;
}
.cooperation_wrap {
  display: flex;
}
.cooperation_img {
  margin-left: -50px;
}
.cooperation_list {
  margin-left: 23px;
  max-width: 494px;
}
.cooperation_item {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 23px;
}
.cooperation_title {
  font-size: 22px;
  line-height: 38px;
  padding-left: 70px;
  margin-bottom: 12px;
  position: relative;
}
.cooperation_title--01 {
  color: #3CA1E9;
}
.cooperation_title--02 {
  color: #009FB7;
}
.cooperation_title--03 {
  color: #0372C1;
}
.cooperation_title::before {
  content: "";
  width: 52px;
  height: 38px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cooperation_title--01::before {
  background: url("/assets/ir/img/investor/icon_cooperation_01.png")no-repeat center center / contain;
}
.cooperation_title--02::before {
  background: url("/assets/ir/img/investor/icon_cooperation_02.png")no-repeat center center / contain;
}
.cooperation_title--03::before {
  background: url("/assets/ir/img/investor/icon_cooperation_03.png")no-repeat center center / contain;
}
.cooperation_text {
  font-size: 1em;
  line-height: 2;
}
.cooperation .inv_btn {
  display: flex;
  justify-content: center;
}
.cooperation .inv_btn a {
  margin: 0 20px;
}
@media screen and (max-width:1200px) {
  .cooperation_img {
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
  .sec.inv_04 {
    background: url("/assets/ir/img/investor/bg_inv_04_sp.jpg") no-repeat center bottom/ cover;
  }
  .cooperation {
    margin-top: 20px;
  }
  .cooperation_wrap {
    display: block;
  }
  .cooperation_img {
    margin: 0 auto;
    width: 83%;
  }
  .cooperation_list {
    margin: 8px 0 0;
    max-width: none;
  }
  .cooperation_item {
    padding: 18px 20px 20px;
  }
  .cooperation_title {
    font-size: 20px;
    line-height: 1.6;
    padding-left: 48px;
  }
  .cooperation_title::before {
    width: 37px;
    height: 28px;
  }
  .cooperation .inv_btn {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 32px;
  }
  .cooperation .inv_btn a {
    margin: 0 auto;
  }
}
/*
  POINT 05
*/
.sec.inv_05 {
  background: #F5F7F9;
  position: relative;
}
.sec.inv_05 .inner {
  z-index: 1;
  position: relative;
}
.development .inv_subtitle {
  margin-bottom: 30px;
}
.development_list {
  display: flex;
  margin-top: 30px;
}
.development_item {
  margin: 0 25px;
}
.development_item:nth-child(3) {
  margin-top: -17px;
}
.development_img {
  position: relative;
}
.development_text {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-indent: -.5rem;
}
.development_num {
  font-size: 60px;
  font-family: "Roboto";
  color: var(--l-yellow);
  line-height: 1.4;
}
.development_item:nth-child(3) .development_text {
  top: calc(50% + 9px);
}
.development_name {
  text-align: center;
  padding-top: 20px;
}
.world {
  margin-top: 45px;
}
.world .inv_subtitle {
  margin-bottom: 25px;
}
.engineer {
  max-width: 505px;
  margin: 20px auto 22px;
  display: flex;
}
.engineer_img {
  width: 100px;
  margin-right: 13px;
}
.engineer_text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  flex: 1 0 0%;
}
.engineer_num {
  font-size: 48px;
  color: #F87E20;
  font-family: "Roboto";
}
.world_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 23px;
}
.world_item {
  flex-basis: calc((100% - 46px) / 3);
  background: #fff;
}
.is-pc .world_list {
  justify-content: center;
  margin-bottom: 40px;
}
.world_name {
  text-align: center;
  padding: .5em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.equipment {
  position: relative;
  padding: 0 78px;
  margin: 54px -78px 0;
}
.equipment::before {
  content: "";
  position: absolute;
  background: linear-gradient(#f5f7f9 28%, var(--main-blue) 28%);
  width: 100vw;
  top: 0;
  bottom: -60px;
  left: 0;
  right: 0;
  margin-left: calc(50% - 50vw);
}
.equipment_list {
  margin: 30px -10px 0;
}
.equipment_item {
  margin: 0 10px;
  background: #fff;
}
.equipment_name {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: .5em;
  line-height: 1.3;
}
.equipment .slick-prev, .equipment .slick-next {
  position: absolute;
  top: 45%;
}
.equipment .slick-prev {
  left: -70px;
}
.equipment .slick-next {
  right: -34px;
}
.equipment .slick-prev::before, .equipment .slick-next::before {
  width: 55px;
  height: 55px;
  opacity: 1;
}
.equipment .slick-prev::before {
  background: url("/assets/ir/img/investor/icon_slick-prev.png")no-repeat left center / contain;
}
.equipment .slick-next::before {
  background: url("/assets/ir/img/investor/icon_slick-next.png")no-repeat left center / contain;
}
.equipment .inv_btn {
  margin-top: 80px;
}
.equipment .inv_btn a:hover {
  border-color: #fff;
}
.equipment .slick-dots li button::before {
  color: #01385f
}
.equipment .slick-dots li.slick-active button::before {
  color: #fff;
}
@media screen and (min-width:768px) and (max-width:980px) {
  .development_text {
    font-size: 1.6vw;
    right: 3vw;
  }
  .development_num {
    font-size: 4.1vw;
  }
}
@media screen and (max-width:1280px) {
  .equipment {
    margin: 54px 0 0;
  }
}
@media screen and (max-width:767px) {
  .sec.inv_05::after {
    height: 243px;
  }
  .development .inv_subtitle {
    margin-bottom: 20px;
  }
  .development_list {
    flex-direction: column;
    row-gap: 24px;
  }
  .development_item {
    margin: 0;
  }
  .development_img {
    max-width: 312px;
    margin: 0 auto;
  }
  .development_name {
    padding-top: 5px;
  }
  .engineer {
    margin: 13px auto 25px;
    max-width: 330px;
    align-items: center;
  }
  .engineer_img {
    width: 85px;
    margin-right: 15px;
  }
  .engineer_text {
    font-size: 16px;
    text-align: left;
  }
  .engineer_num {
    font-size: 40px;
    line-height: .8;
  }
  .world_list {
    row-gap: 13px;
    column-gap: 13px;
  }
  .world_item {
    flex-basis: calc((100% - 13px) / 2);
  }
  .world_name {
    font-size: 13px;
    padding: 5px;
  }
  .equipment_name {
    font-size: 16px;
    padding: 6px;
  }
  .equipment {
    margin: 35px auto 0;
    padding: 0;
  }
  .equipment::before {
    bottom: -40px;
  }
  .equipment .slick-list {
    width: 70%;
    margin: 0 auto;
  }
  .equipment .slick-prev {
    left: 0;
  }
  .equipment .slick-next {
    right: 25px;
  }
  .equipment .slick-prev::before, .equipment .slick-next::before {
    width: 45px;
    height: 45px;
  }
  .equipment .inv_btn {
    margin-top: 30px;
  }
}
/*
  POINT 06
*/
.sec.inv_06 {
  background: #F6FBFF;
}
.supply {
  margin-top: 50px;
}
.supply_wrap {
  display: flex;
  column-gap: 132px;
  margin-top: 60px;
  justify-content: center;
  text-align: center;
  z-index: 1;
  position: relative;
}
.supply_label {
  background: var(--main-blue);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  width: 140px;
  padding: 1px 0 2px;
  margin: 0 auto;
}
.supply_num {
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 700;
  color: var(--main-blue);
}
.supply_img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: -13vw;
}
.base {
  margin-top: 30px;
}
.base_title {
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding: 3px;
  margin: 60px 0 30px;
}
.base_title--product {
  background: var(--main-blue);
  margin-top: 0;
}
.base_title--logistics {
  background: #3CA1E9;
}
.base_subtitle {
  font-size: 22px;
  font-weight: 700;
  color: var(--main-blue);
  margin-bottom: 8px;
}
.base_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.base_item {
  flex-basis: calc((100% - 46px) / 3);
  background: #fff;
}
.base_name {
  text-align: center;
  padding: .5em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .supply {
    margin-top: 40px;
  }
  .supply_wrap {
    flex-direction: column;
    row-gap: 24px;
    margin-top: 35px;
  }
  .supply_num {
    line-height: 1.5;
  }
  .base_title {
    margin-bottom: 10px;
    font-size: 20px;
    height: auto;
    padding: 3px;
  }
  .base_subtitle {
    font-size: 18px;
  }
  .base_list {
    row-gap: 14px;
  }
  .base_item {
    flex-basis: calc((100% - 13px) / 2);
  }
  .base_name {
    font-size: 13px;
    padding: 5px;
  }
}
/*
  POINT 07
*/
.global_bg {
  background: url('/assets/ir/img/investor/bg_global.png') no-repeat center center / contain;
  margin: 40px -92px 0;
  padding: 20px 92px 40px;
  position: relative;
  z-index: -1;
}
.global_list {
  height: 424px;
  position: relative;
}
.global_item {
  position: absolute;
  text-align: center;
  width: 240px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.global_item--02 {
  left: calc(50% - 120px);
}
.global_item--03 {
  right: 0;
}
.global_item--04 {
  top: 184px;
  left: 18.613%;
}
.global_item--05 {
  top: 184px;
  right: 18.613%;
}
.global_item::before {
  content: "";
  display: block;
  background: rgba(3, 114, 193, 0.85);
  mix-blend-mode: multiply;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
.global_text {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 2;
}
.global_num {
  font-size: 60px;
  color: var(--l-yellow);
  line-height: .8;
  font-family: "Roboto";
}
.global_num2 {
  font-size: 25px;
  color: var(--l-yellow);
  font-family: "Roboto";
  line-height: 1.4;
}
.global_item--04 .global_text {
  padding-top: 13px;
}
@media screen and (max-width:1080px) {
  .global_item {
    width: 200px;
    height: 200px;
  }
  .global_item--02 {
    left: calc(50% - 100px);
  }
  .global_num {
    font-size: 36px;
  }
}
@media screen and (max-width:767px) {
  .global_bg {
    background: url('/assets/ir/img/investor/bg_global.png') no-repeat left bottom -30px / contain;
    margin: 0 -43px;
    padding: 20px 43px 30px;
  }
  .global_list {
    height: 574px;
    max-width: 329px;
    margin: 0 auto;
  }
  .global_item {
    width: 165px;
    height: 165px;
  }
  .global_item--02 {
    top: 97px;
    left: calc(100% - 165px);
  }
  .global_item--03 {
    top: 204px;
    left: 0;
    right: auto;
  }
  .global_item--04 {
    top: 303px;
    left: calc(100% - 165px);
  }
  .global_item--05 {
    top: 409px;
    left: 0;
    right: auto;
  }
  .global_text {
    font-size: 13px;
    color: #fff;
  }
  .global_num {
    font-size: 30px;
  }
  .global_num2 {
    font-size: 16px;
  }
}
/*
  POINT 08
*/
.sec.inv_08 {
  background: #F5F7F9;
}
.history {
  margin-top: 60px;
}
.his-tab_list {
  display: flex;
  column-gap: 8px;
  border-bottom: 1px solid #acacac;
}
.his-tab_item {
  flex-basis: calc(100% / 3);
  text-align: center;
  padding-bottom: 8px;
  position: relative;
}
.his-tab_name {
  border-top: 1px solid #acacac;
  height: 100%;
  padding: 20px 0 30px;
  font-weight: 700;
  cursor: pointer;
}
.his-tab_name::after {
  content: "";
  background: url('/assets/ir/img/investor/icon_his-tab.png') no-repeat 0 0 / contain;
  display: block;
  width: 18px;
  height: 10px;
  position: absolute;
  right: calc(50% - 9px);
  bottom: 14px;
}
.his-tab_name span {
  font-size: 20px;
  margin-right: 1em;
}
.his-tab_item {
  display: block;
}
.his-tab_item[data-name="tab01"] .his-tab_name {
  border-left: 1px solid #acacac;
}
.his-tab_item[data-name="tab03"] .his-tab_name {
  border-right: 1px solid #acacac;
}
.is-tab01 .his-tab_item[data-name="tab02"] .his-tab_name {
  border-right: 1px solid #acacac;
}
.is-tab03 .his-tab_item[data-name="tab02"] .his-tab_name {
  border-left: 1px solid #acacac;
}
.his-tab_item.is-active {
  color: var(--main-blue);
  padding-bottom: 0;
}
.his-tab_item.is-active::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f5f7f9;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.his-tab_item.is-active::before {
  content: "";
  width: 100%;
  height: 12px;
  background: var(--main-blue);
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}
.his-tab_item.is-active .his-tab_name::after {
  background: url('/assets/ir/img/investor/icon_his-tab_active.png') no-repeat 0 0 / contain;
}
.his-tab_item.is-active[data-name="tab01"] .his-tab_name {
  border-right: 1px solid #acacac;
}
.his-tab_item.is-active[data-name="tab02"] .his-tab_name {
  border-right: 1px solid #acacac;
  border-left: 1px solid #acacac;
}
.his-tab_item.is-active[data-name="tab03"] .his-tab_name {
  border-left: 1px solid #acacac;
}
.his-tab_list--02 {
  border-top: 1px solid #acacac;
  border-bottom: none;
  align-items: stretch;
}
.his-tab_item--02 {
  padding-bottom: 0;
  padding-top: 8px;
}
.his-tab_item--02.is-active {
  color: var(--main-blue);
  padding-top: 0;
}
.his-tab_item--02.is-active::after {
  bottom: auto;
  top: -1px;
}
.his-tab_item--02.is-active::before {
  top: auto;
  bottom: 1px;
}
.his-tab_name--02 {
  border-top: none;
  border-bottom: 1px solid #acacac;
  padding: 30px 0 20px;
}
.his-tab_name--02::after {
  bottom: auto;
  top: 14px;
  transform: rotate(180deg);
}
.history_item {
  background: #fff;
  padding: 40px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 135px 1fr;
  row-gap: 58px;
}
.history_item:first-child {
  margin-top: 10px;
}
.history_card {
  grid-column: 2/3;
}
.history_year {
  font-size: 37px;
  line-height: 1;
  margin-top: -5px;
}
.history_heading {
  display: flex;
  align-items: flex-start;
}
.history_label {
  font-size: 16px;
  font-weight: 700;
  width: 160px;
  flex-basis: 160px;
  text-align: center;
  color: #fff;
  background: gray;
  margin-right: 20px;
  display: block;
}
.history_label--bl {
  background: var(--main-blue);
}
.history_label--gr {
  background: #03C1B1;
}
.history_title {
  flex: 1 0 0%;
}
.history_img {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.history_img img {
  display: block;
  max-height: 146px;
  max-width: 317px;
  width: 100%;
  object-fit: contain;
}
.history_img img:nth-child(2n) {
  margin-left: 20px;
}
.history_img img:nth-child(n + 3) {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .history {
    margin-top: 34px;
  }
  .his-tab_list {
    column-gap: 3px;
  }
  .his-tab_item {
    padding-bottom: 3px;
  }
  .his-tab_item.is-active::before {
    height: 4px;
  }
  .his-tab_name {
    font-size: 13px;
    padding: 10px 0 24px;
  }
  .his-tab_name span {
    display: block;
    margin: 0;
    font-size: 16px;
  }
  .his-tab_name::after {
    width: 14px;
    right: calc(50% - 7px);
    bottom: 10px;
  }
  .his-tab_item--02 {
    padding-bottom: 0;
    padding-top: 3px;
  }
  .his-tab_name--02 {
    border-top: none;
    border-bottom: 1px solid #acacac;
    padding: 24px 0 10px;
  }
  .his-tab_name--02::after {
    top: 10px;
  }
  .history_item {
    margin-bottom: 13px;
    padding: 20px 24px;
    display: block;
  }
  .history_item:first-child {
    margin-top: 13px;
  }
  .history_item {
    padding: 20px 24px;
    display: block;
  }
  .history_year {
    font-size: 25px;
    margin: 0 0 16px;
  }
  .history_heading {
    display: block;
  }
  .history_label {
    font-size: 13px;
    width: 140px;
    margin-bottom: 3px;
  }
  .history_card:not(:first-of-type) {
    margin-top: 24px;
  }
  .history_img {
    margin-top: 10px;
  }
  .history_img img {
    margin: 0 auto;
  }
  .history_img img:nth-child(2n) {
    margin-left: auto;
  }
  .history_img img:nth-child(n + 2) {
  margin-top: 20px;
}
}


