@charset "utf-8";
 
 :root {
  --color-primary: #000000;
  --color-hover: #666666;
  --color-accent: #000000;
  --color-bg: #ffffff;
  --color-surface: #333333;
  --color-text:#000000;
  --color-text-muted: #B0B3C3;
  --color-border: #2C2C36;
  --border:#000;
}
.kv_wrap{
  position: relative;
}
.kv_wrap::before,
.kv_wrap::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.kv_wrap::before{
  top: 0;
}
.kv_wrap::after{
  bottom: 0;
}
@media all and (min-width: 769px) {
}
@media all and (max-width: 768px) {
}



.catch_wrap{
  position: relative;
}
.catch_wrap::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.cont_wrap{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.catch_wrap .catch{
  line-height: 1.5;
}
.catch_wrap .copy{
  line-height: 2;
}
@media all and (min-width: 769px) {
  .catch_wrap{
    padding: 190px 11.905% 198px;
  }
  .catch_wrap .catch{
    width: 56.25%;
    font-size: 48px;
  }
  .catch_wrap .copy{
    width: 37.5%;
    margin-left: 9.375%;
    font-size: 15px;
  }
}
@media all and (min-width: 769px) and (max-width: 1280px){
  .catch_wrap{
    padding: 190px 6.905% 198px;
  }
  .catch_wrap .catch{
    font-size: 3.75vw;
  }
}
@media all and (max-width: 768px) {
  .cont_wrap{
    display: block;
  }
  .catch_wrap{
    padding: 13.021% 5.208% 15.625%;
  }
  .catch_wrap .catch{
    margin-bottom: 4.360%;
    font-size: 6.25vw;
  }
  .catch_wrap .copy{
    font-size: 3.125vw;
  }
}
#numbers.sec_wrap,
#about.sec_wrap{
  background-color: #f5f5f5;
} 
.sec_wrap .sec_img{
  position: relative;
}
.sec_wrap .sec_img::before,
.sec_wrap .sec_img::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.sec_wrap .sec_img::before{
  top: 0;
}
.sec_wrap .sec_img::after{
  bottom: 0;
}
.group_wrap{
  position: relative;
}
.group_wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.group_wrap .inner .en{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 12px;
  margin: 0 auto 72px;
  font-family: "OptimaLTPro-Roman";
}
.group_wrap .inner .en::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.group_wrap .inner .en span{
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
.group_wrap .inner .ttl{
  width: 46.875%;
  font-size: 32px;
  line-height: 1.5;
}
.group_wrap .inner .txt{
  width: 50%;
  font-size: 15px;
  line-height: 2;
}
.group_wrap .fig_wrap{ 
  position: relative;
  width: 90%;
  margin: 64px auto 80px;
}
.group_wrap .fig_wrap .parent{
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 24px 0 24px;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.group_wrap .fig_wrap .parent span{
  display: inline-block;
  width: 212px;
  margin: 0 auto;
}
.group_wrap .fig_wrap .wrap{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 6.25%;
  font-size: 0;
  line-height: 1;  
}
.group_wrap .fig_wrap .child{
  background-color: #fff;
}
@media all and (min-width: 769px) {
  .group_wrap{
    padding: 110px 11.905% 160px;
  }
  .group_wrap .fig_wrap .parent::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../../img/company/about_group_line_pc.png) no-repeat center top/87.5% auto;
    width: 100%;
    height: 0;
    padding-bottom: 6.25%;
    margin-bottom: -6.25%;
    z-index: 1;  
  }
  .group_wrap .fig_wrap .child{
    display: flex;
    align-items: center;
    width: 9%;
    padding: 36px 0;
    font-size: 19px; 
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
  }
}
@media all and (min-width: 769px) and (max-width: 1280px){
  h3.hd{
    font-size: 3.75vw;
  }
}
@media all and (max-width: 768px) {
  h3.hd{
    padding: 6.510% 0;
    font-size: 6.25vw;
  }
  h3.hd span{
    margin-top: 2.604%;
    font-size: 2.49vw;
  }
  .group_wrap{
    padding: 13.021% 5.208% 10.417%;
  }
  .group_wrap .inner{
    display: block;
  }
  .group_wrap .inner .en{
    padding-bottom: 1.453%;
    margin-bottom: 6.686%;
  }
  .group_wrap .inner .en span{
    font-size: 3.646vw;
  }
  .group_wrap .inner .ttl{
    width: 100%;
    margin-bottom: 5.814%;
    font-size: 4.948vw;
    line-height: 1.474;
  }
  .group_wrap .inner .txt{
    width: 100%;
    font-size: 3.125vw;
  }
  .group_wrap .fig_wrap{
    width: 100%;
    margin-top: 7.267%;
    margin-bottom: 8.721%;
  }
  .group_wrap .fig_wrap::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../../img/company/about_group_line_sp.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    width: 5.814%;
    height: 0;
    padding-bottom: 141.134%;
    margin-bottom: 7.958%;
    margin-left: 4.360%;
    z-index: 1;
  }
  .group_wrap .fig_wrap .parent{
    padding: 4.07% 0;
    z-index: 2;
  }
  .group_wrap .fig_wrap .parent span{
    width: 46.948%;
  }
  .group_wrap .fig_wrap .wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
  }
  .group_wrap .fig_wrap .child{
    width: 89.826%;
    padding: 6.045%;
    margin-top: 2.907%;
    font-size: 3.125vw;
    box-sizing: border-box;
  }
}

.award_wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.award_wrap > div{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.award_wrap .cap{
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.award_wrap2{ 
  width: 89% ; margin:1.409%   auto  0 !important;
}

@media all and (min-width: 769px) {
  .award_wrap{
    width: 88.75%;
  }
  .award_wrap > div{
    width: 32.394%;
    padding: 26px 0;
  }
  .award_wrap > div.point03{
    padding: 0;
  }
  .award_wrap > div + div{
    margin-left: 1.409%;
  }
  .award_wrap > div.point03 a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding-top: 34px;
    box-sizing: border-box;
  }
  .award_wrap .point01 picture{
    width: 71.196%;
  }
  .award_wrap .point02 picture{
    width: 85.054%;
  }
  .award_wrap .point03 picture{
    width: 80.707%;
    margin: 0 auto;
  }
  .award_wrap .point03 .lnk{
    background-color: #333;
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }

.award_wrap .point04 picture{
     margin: 0 auto;
  }

  .award_wrap .point04 .lnk{
    background-color: #333;
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    text-align: center;
  }

  .award_wrap > div.point04 a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding-top: 34px;
    box-sizing: border-box;
  }

  .award_wrap .cap{
    margin-top: 20px;
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .award_wrap{
    width: 100%;
  }
  .award_wrap > div{
    width: 49.273%;
    padding: 2.907% 0;
  }
  .award_wrap > div:first-child{
    width: 100%;
    margin-bottom: 1.454%;
  }
  .award_wrap > div:nth-child(3){
    margin-left: 1.454%;
  }
  .award_wrap > div.point03{
    padding: 0;
  }
  .award_wrap > div.point03 a{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    padding-top: 7.08%;
    box-sizing: border-box;
  }
  .award_wrap .point01 picture{
    width: 60.610%;
  }
  .award_wrap .point02 picture{
    width: 88.201%;
  }
  .award_wrap .point03 picture{
    width: 80.531%;
    margin: 0 auto;
  }

   

  .award_wrap .point03 .lnk{
    background-color: #333;
    width: 100%;
    padding: 2.36% 0;
    margin: 0 auto;
    font-size: 2.344vw;
    color: #fff;
    text-align: center;
  }
  .award_wrap .cap{
    margin-top: 2.326%;
    font-size: 2.604vw;
  }
}

.business_wrap{
  position: relative;
}
.business_wrap::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.business_wrap .ttl{
  padding: 34px 0;
  font-size: 40px;
  text-align: center;
  line-height: 1;
}
.business_wrap .inner{
  position: relative;
  display: flex;
}
.business_wrap .inner::before,
.business_wrap .inner::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.business_wrap .inner::before{
  top: 0;
}
.business_wrap .inner::after{
  bottom: 0;
}
.business_wrap .business{
  position: relative;
  width: 25%;
}
.business_wrap .business + .business::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  z-index: 1;
}
.business_wrap .business .img{
  position: relative;
  font-size: 0;
}
.business_wrap .business .img::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}

.business_wrap .business img{
 width: 100%;
}

.business_wrap .business .notes{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 17.857vw);
  padding: 14.286%;
  box-sizing: border-box;
}
.business_wrap .business .notes .name{
  display: block;
  margin-bottom: 24px;
  font-size: 27px;
  line-height: 1.5;
}
.business_wrap .business .notes .name .num{
  display: block;
  margin-bottom: 18px;
  font-family: "OptimaLTPro-Roman";
  font-size: 30px;
  color: #ea5504;
  line-height: 1;
}
.business_wrap .business .notes .btn > a{
  display: inline-block;
  background-color: #fff;
  border: solid 1px #333;
  width: 160px;
  padding: 14px 0;
  font-size: 15px;
  color: #333;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
}
.business_wrap .business .notes .txt{
  font-size: 15px;
  line-height: 2;
}
@media all and (min-width: 769px) {
  .business_wrap .business + .business::after{
    width: 1px;
    height: 100%;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
  }
  .business_wrap .business .notes .btn > a{
    -webkit-transition: .3s;
    transition: .3s;
  }
  .business_wrap .business .notes .btn > a:hover{
    background-color: #333;
    color: #fff;
    opacity: 1;
  }
}
@media all and (min-width: 769px) and (max-width: 1280px){
  .business_wrap .business .notes .name{
    font-size: 2.109vw;
  }
}
@media all and (max-width: 768px) {
  .business_wrap .ttl{
    padding: 6.510% 0;
    font-size: 6.25vw;
  }
  .business_wrap .inner{
    display: block;
  }
  .business_wrap .business{
    width: 100%;
  }
  .business_wrap .business + .business::after{
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .business_wrap .business .notes{
    padding: 6.510% 5.208% 9.115%;
  }
  .business_wrap .business .notes .name{
    margin-bottom: 7.267%;
    font-size: 4.948vw;
  }
  .business_wrap .business .notes .name .num{
    margin-bottom: 2.907%;
    font-size: 3.646vw;
  }
  .business_wrap .business .notes .btn > a{
    width: 47.965%;
    padding: 3.634% 0;
    font-size: 3.125vw;
    border-radius: 5.469vw;
  }
  .business_wrap .business .notes .txt{
    font-size: 3.125vw;
  }
}

.message_wrap{
  position: relative;
  display: flex;
}
.message_wrap::before,
.message_wrap::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.message_wrap::before{
  top: 0;
}
.message_wrap::after{
  bottom: 0;
}
.message_wrap .sec_img{
  width: 35.714%;
  margin: 0 auto;
}
.message_wrap .sec_img::before,
.message_wrap .sec_img::after{
  display: none;
}
.message_wrap .inner{
  position: relative;
  display: block;
  width: 64.286%;
  max-width: 1280px;
  padding: 64px 80px;
  margin: 0 auto;
  box-sizing: border-box;
}
.message_wrap .inner::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  z-index: 1;
}
.message_wrap .inner .en{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto 50px;
  font-family: "OptimaLTPro-Roman";
}
.message_wrap .inner .en::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.message_wrap .inner .en span{
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
.message_wrap .inner .ttl{
  margin-bottom: 30px;
  font-size: 32px;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.message_wrap .inner .txt > p{
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
}
.message_wrap .inner .txt .name{
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 21px;
  line-height: 1;
  text-align: right;
}
.message_wrap .inner .txt .name span{
  display: inline-block;
  margin-right: 14px;
  font-size: 15px;
}
@media all and (min-width: 769px) {
  .message_wrap .sec_img{
    background: url(../../img/company/message_kv_pc.jpg) no-repeat center;
    background-size: cover;
  }
  .message_wrap .sec_img picture{
    visibility: hidden;
  }
  .message_wrap .inner::before{
    width: 1px;
    height: 100%;
    transform: scaleY(var(--border));
    transform-origin: 50% 0;
  }
}
@media all and (max-width: 768px) {
  .message_wrap{
    display: block;
  }
  .message_wrap .sec_img{
    width: 100%;
  }
  .message_wrap .inner{
    display: block;
    width: 100%;
    padding: 13.021% 5.208% 10.417%;
  }
  .message_wrap .inner::before{
    width: 100%;
    height: 1px;
    transform: scaleX(var(--border));
    transform-origin: 0 50%;
  }
  .message_wrap .inner .en{
    padding-bottom: 1.453%;
    margin-bottom: 6.686%;
  }
  .message_wrap .inner .en span{
    font-size: 3.646vw;
  }
  .message_wrap .inner .ttl{
    width: 100%;
    margin-bottom: 5.814%;
    font-size: 4.948vw;
    line-height: 1.474;
  }
  .message_wrap .inner .txt{
    width: 100%;
  }
  .message_wrap .inner .txt > p{
    margin-bottom: 5.814%;
    font-size: 3.125vw;
  }
  .message_wrap .inner .txt .name{
    font-size: 4.167vw;
  }
  .message_wrap .inner .txt .name span{
    margin-right: 2.907%;
    font-size: 3.125vw;
  }
}

.outline_wrap{
  position: relative;
}
.outline_wrap::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.outline_wrap .inner{
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.outline_wrap .inner .en{
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 18px;
  margin: 0 auto 50px;
  font-family: "OptimaLTPro-Roman";
}
.outline_wrap .inner .en::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.outline_wrap .inner .en span{
  display: inline-block;
  font-size: 24px;
  line-height: 1;
}
.outline_wrap table{
  width: 100%;
}
.outline_wrap table tr{
  border-bottom: solid 1px rgba(153,153,153,.25);
  width: 100%;
}
.outline_wrap table th,
.outline_wrap table td{
  padding: 20px 0;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}
.outline_wrap table th{
  width: 200px;
}
.outline_wrap table td.address{
  display: flex;
  justify-content: space-between;
}
.outline_wrap table td.address .wrap{
  width: 48%;
}
.outline_wrap table td.address .wrap > p{
  font-size: 15px;
  line-height: 2;
}
.outline_wrap table td.address .wrap > p + p{
  margin-top: 30px;
}
.outline_wrap table td.address .wrap > p a{
  font-size: 15px;
  color: #333;
  line-height: 2;
}
@media all and (min-width: 769px) {
  .outline_wrap{
    padding: 110px 11.905% 160px;
  }
}
@media all and (max-width: 768px) {
  .outline_wrap{
    padding: 13.021% 5.208% 10.417%;
  }
  .outline_wrap .inner{
    display: block;
    padding: 0;
  }
  .outline_wrap .inner .en{
    padding-bottom: 1.453%;
    margin-bottom: 6.686%;
  }
  .outline_wrap .inner .en span{
    font-size: 3.646vw;
  }
  .outline_wrap table th,
  .outline_wrap table td{
    padding: 3.125vw 0;
    font-size: 3.125vw;
  }
  .outline_wrap table th{
    width: 21.512%;
  }
  .outline_wrap table td.address{
    display: block;
  }
  .outline_wrap table td.address .wrap{
    width: 100%;
  }
  .outline_wrap table td.address .wrap + .wrap{
    margin-top: 9.259%;
  }
  .outline_wrap table td.address .wrap > p{
    font-size: 3.125vw;
    text-decoration: none;
  }
  .outline_wrap table td.address .wrap > p + p{
    margin-top: 9.259%;
  }
  .outline_wrap table td.address .wrap > p a{
    font-size: 3.125vw;
  }
}

#numbers h3.hd{
  padding-bottom: 30px;
}
.numbers_wrap{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.numbers_wrap::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 1px;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}

.numbers_wrap2{
  margin-top: 40px;
}
.numbers_wrap2::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  width: 100%;
  height: 0px !important;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}

.numbers_wrap2 .number{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 2) !important;
  padding: 3.571% 1.786% 1.548%;
  margin: 0 auto; 
  box-sizing: border-box;
}

.numbers_wrap2 .number::before{
  width: 0px !important;
  height: 100%;
  transform: scaleY(var(--border));
  transform-origin: 50% 0;
}

.numbers_wrap .number{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% / 4);
  padding: 3.571% 1.786% 1.548%;
  margin: 0 auto;
  box-sizing: border-box;
}
.numbers_wrap .number.n02{
  padding-left: 0;
  padding-right: 0;
}
.numbers_wrap .number::before,
.numbers_wrap .number:nth-child(n+4)::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  z-index: 1;
}
.numbers_wrap .number::before{
  width: 1px;
  height: 100%;
  transform: scaleY(var(--border));
  transform-origin: 50% 0;
}
.numbers_wrap .number:nth-child(3n+1):before{
  
}
.numbers_wrap .number:nth-child(n+4):after{
  width: 100%;
  height: 1px;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
}
.numbers_wrap .number .ttl{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.numbers_wrap .number .ttl > span{
  font-size: 21px;
}
.numbers_wrap .number.n01 .img{
  width: 43.75%;
  max-width: 245px;
  margin: 12.5% auto 9.643%;
}
.numbers_wrap .number.n02 .img{
  width: 100%;
  max-width: 560px;
  margin: 2.074% auto 6.786%;
}
.numbers_wrap .number.n03 .img{
  width: 67.321%;
  max-width: 377px;
  margin: 7.5% auto 6.25%;
}
.numbers_wrap .number.n04 .img{
  width: 72.321%;
  max-width: 405px;
  margin: 7.143% auto 6.25%;
}
.numbers_wrap .number.n05 .img{
  width: 72.321%;
  max-width: 405px;
  margin: 12% auto 0;
}
.numbers_wrap .number.n06 .img{
  width: 72.321%;
  max-width: 405px;
  margin: 15% auto 0;
}
.numbers_wrap .number span{
  font-size: 14px;
}
.numbers_wrap .number.n06 span{
  display: inline-block;
  margin-top: -14px;
}
@media all and (min-width: 769px) {
}
@media all and (max-width: 768px) {
  #numbers h3.hd{
    padding-bottom: 2.604%;
  }
  .numbers_wrap{
    display: block;
  }
  .numbers_wrap .number{
    width: 100%;
    padding: 9.115% 5.208% 5.208%;
  }

  .numbers_wrap2 .number{
   
  width: calc(100% / 1) !important;
  padding: 30px; 
}

 

  .numbers_wrap .number::before ,.numbers_wrap2 .n01::before{
    content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  width: 100% !important;
  height: 1px !important;
  z-index: 1;
  transform: scaleX(var(--border));
  transform-origin: 0 50%;
  }
  .numbers_wrap .number .ttl{
    font-size: 4.802vw;
    line-height: 1.5;
  }
  .numbers_wrap .number .ttl > span{
    font-size: 3.734vw;
  }
  .numbers_wrap .number.n01 .img{
    width: 48.547%;
    max-width: 48.547%;
    margin: 12.5% auto 10.174%;
  }
  .numbers_wrap .number.n02 .img{
    width: 100%;
    max-width: 100%;
    margin: 2.349% auto 7.267%;
  }
  .numbers_wrap .number.n03 .img{
    width: 74.855%;
    max-width: 74.855%;
    margin: 7.267% auto 7.267%;
  }
  .numbers_wrap .number.n04 .img{
    width: 80.378%;
    max-width: 80.378%;
    margin: 7.267% auto 7.267%;
  }
  .numbers_wrap .number.n05 .img{
    width: 65.116%;
    max-width: 65.116%;
    margin: 7.267% auto 7.267%;
  }
  .numbers_wrap .number.n06 .img{
    width: 97.093%;
    max-width: 97.093%;
    margin: 4.942% auto -4.360%;
  }
  .numbers_wrap .number span{
    font-size: 2.49vw;
  }
  .numbers_wrap .number.n06 span{
    margin-top: -4.360%;
  }
}




.counter{
  color: #ea5504; font-size: 4vw;
}

.counter-row{
  display: flex;
  justify-content: center;
  gap: 20px; font-size: 2vw;
}


.counter-box{
  display: block; vertical-align: top;   overflow: hidden;
   margin: 0 20px; width: 46%; text-align: center;
}

.donut-container{
  position: relative;
  width: 500px;
  margin: auto;
}

.donut{
   
}

/* donut */
.donut-bg{
  fill:none;
  stroke:#f6e8de;
  stroke-width:40;
}

.donut-slice{
  transform: rotate(-90deg);
  transform-origin: 210px 210px;
  fill:none; 
  stroke-width:40;
  stroke-dasharray:880;
  stroke-dashoffset:880;
  transition: stroke-dashoffset 1.6s ease;
}

.s1{ stroke:#f5e5dc; }
.s2{ stroke:#e85c1a; }
.s3{ stroke:#f59b64; }
.s4{ stroke:#e85c1a; }

/* label + line */

 

.donut-labels text {
  font-size: 24px; position: absolute;  
  fill: #e95504;  
  dominant-baseline: middle;
  text-anchor: start;
  writing-mode: horizontal-tb; /* 🔑 บังคับแนวนอน */
}


.donut-lines line{
  stroke-width:2;
  fill:none;
}

/* center text */
.donut-center{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  font-family: "OptimaLTPro-Roman", sans-serif;
}

.center-title{
  font-size:18px;
  border-bottom:2px solid #f07c3e;
  display:inline-block;
  margin-bottom:10px;
}

.center-number{
  font-size:56px;
  font-weight:bold;
  color:#f07c3e;
}

.center-number span{
  font-size:24px;
  margin-left:4px;
}

.center-sub{
  margin-top:6px;
  font-size:14px;
  color:#333;
}

@media all and (max-width: 768px) {
.donut-container{
  position: relative;
  width: 100%;
  margin: auto;
}

.donut{
   width: 400px; height: 400px;
}


}