:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

#companyprofile .h2title {
  padding-top: max(24.4rem, 120px);
}
#companyprofile .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10rem;
  margin-bottom: max(26.2rem, 100px);
}
@media screen and (max-width: 768px) {
  #companyprofile .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#companyprofile .flexbox__abox {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #companyprofile .flexbox__abox {
    width: 100%;
  }
}
#companyprofile .flexbox__abox ul {
  position: sticky;
  top: max(15rem, 150px);
}
@media screen and (max-width: 768px) {
  #companyprofile .flexbox__abox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    top: max(6rem, 60px);
    z-index: 100;
  }
}
#companyprofile .flexbox__abox a {
  font-size: max(1.8rem, 14px);
  margin-bottom: max(3rem, 20px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 30%;
}
#companyprofile .flexbox__abox a.action {
  opacity: 100%;
}
@media screen and (max-width: 768px) {
  #companyprofile .flexbox__abox a {
    margin-bottom: 0;
  }
}
#companyprofile .flexbox__textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#companyprofile .flexbox__textbox section {
  margin-top: max(8rem, 50px);
  padding-top: max(5rem, 50px);
}
#companyprofile .flexbox__textbox section:nth-of-type(1) {
  margin-top: max(-5rem, -50px);
}
#companyprofile .flexbox__textbox h3 {
  font-size: max(3rem, 25px);
  margin-bottom: max(5.8rem, 25px);
  line-height: 2;
}
#companyprofile .flexbox__textbox h3 .rhombus {
  background-color: #3A9447;
  aspect-ratio: 11/6;
  width: max(3.3rem, 30px);
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-right: max(1.66rem, 5px);
}
#companyprofile .flexbox__textbox h3 .sub {
  font-size: max(2rem, 20px);
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.05em;
  color: #3A9447;
  margin-left: max(1.2rem, 12px);
  line-height: 1.7;
}
@media screen and (max-width: 550px) {
  #companyprofile .flexbox__textbox h3 .sub {
    margin-left: max(1rem, 5px);
  }
}
#companyprofile .flexbox__textbox h4 {
  font-size: max(2rem, 15px);
}
#companyprofile .flexbox__textbox p {
  font-size: max(1.6rem, 12px);
  font-weight: 400;
}
#companyprofile .flexbox__textbox p.right {
  text-align: right;
}
#companyprofile .flexbox__textbox .viewmore {
  margin-top: max(3.3rem, 33px);
}
#companyprofile .flexbox__textbox img {
  margin-top: max(3.3rem, 30px);
}
@media screen and (max-width: 550px) {
  #companyprofile .flexbox__textbox img {
    max-width: 350px;
  }
}
#companyprofile .flexbox__textbox section#sec1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: max(3rem, 15px) max(1.8rem, 18px);
}
#companyprofile .flexbox__textbox section#sec1 .flex:nth-child(odd) {
  background-color: rgba(105, 222, 123, 0.15);
}
#companyprofile .flexbox__textbox section#sec1 .flex .title {
  width: 25%;
}
#companyprofile .flexbox__textbox section#sec1 .flex .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#companyprofile .flexbox__textbox section#sec1 .flex .textbox .textbox__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#companyprofile .flexbox__textbox section#sec1 .flex .textbox .textbox__flex p:nth-of-type(1) {
  width: 30%;
  min-width: 150px;
  max-width: 200px;
}
#companyprofile .flexbox__textbox section#sec1 .flex .textbox.img {
  max-width: 440px;
}
#companyprofile .flexbox__textbox section#sec2 .linebox {
  position: relative;
}
#companyprofile .flexbox__textbox section#sec2 .linebox__line {
  position: absolute;
  border-right: 2px dotted #3A9447;
  margin: max(1.5rem, 15px) 0 0 max(0.5rem, 5px);
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: max(1.6rem, 12px);
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex:last-of-type {
  margin: 0;
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex .point {
  width: max(1.2rem, 12px);
  min-width: 12px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #3A9447;
  margin: max(1rem, 7px) max(1rem, 9px) 0 0;
  border-radius: 50%;
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex .point.large {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex p {
  font-size: max(1.8rem, 14px);
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex p.since {
  font-family: "Questrial", sans-serif;
  width: 15%;
  min-width: 50px;
  max-width: 137px;
  margin-right: max(1rem, 9px);
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex p.green {
  color: #3A9447;
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex.none .point {
  background-color: transparent;
}
#companyprofile .flexbox__textbox section#sec2 .linebox .flex.none p.since {
  opacity: 0;
}
#companyprofile .flexbox__textbox section#sec4 .sec4__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: max(10.4rem, 30px);
}
@media screen and (max-width: 550px) {
  #companyprofile .flexbox__textbox section#sec4 .sec4__flexbox {
    gap: 60px;
  }
}
#companyprofile .flexbox__textbox section#sec4 .sec4__flexbox--flex {
  width: calc(50% - max(5.2rem, 15px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 550px) {
  #companyprofile .flexbox__textbox section#sec4 .sec4__flexbox--flex {
    width: 100%;
  }
}
#companyprofile .flexbox__textbox section#sec4 .sec4__flexbox h4 {
  font-size: max(2rem, 16px);
  color: #3A9447;
  border-bottom: 2px dotted;
  padding-bottom: max(2.2rem, 11px);
  margin-bottom: max(2.2rem, 11px);
}
#companyprofile .flexbox__textbox section#sec4 .sec4__flexbox--textflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(3.6rem, 16px);
}
@media screen and (max-width: 1000px) {
  #companyprofile .flexbox__textbox section#sec4 .sec4__flexbox--textflex {
    gap: max(1.6rem, 16px);
  }
}
#companyprofile .flexbox__textbox section#sec4 .sec4__flexbox--textflex p:nth-of-type(1) {
  width: 75px;
  min-width: 75px;
}
@media screen and (max-width: 1000px) {
  #companyprofile .flexbox__textbox section#sec4 .sec4__flexbox--textflex p:nth-of-type(1) {
    width: 20%;
    min-width: 53px;
  }
}
@media screen and (max-width: 550px) {
  #companyprofile .flexbox__textbox section#sec4 .sec4__flexbox--textflex p:nth-of-type(1) {
    width: 50px;
  }
}
#companyprofile .flexbox__textbox section#sec4 .sec4__flexbox .viewmore {
  margin: max(6.2rem, 30px) 0 0 0;
  max-width: none;
}/*# sourceMappingURL=companyprofile.css.map */