.about {
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0em;
  position: relative;
}
.about br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .about br.sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .about br.spnone {
    display: none;
  }
}
.about p {
  font-weight: 500;
  text-align: justify;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about p {
    font-size: 1.4rem;
    line-height: 1.92857em;
  }
}
.about .c-hd {
  padding-left: 82px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .about .c-hd {
    padding-left: 36px;
    margin-bottom: 40px;
  }
}
.about .c-hd::before {
  content: "";
  width: 72px;
  height: 40px;
  top: 19px;
  background-image: url(/assets/img/about/makertrading/gradering.svg);
}
@media screen and (max-width: 767px) {
  .about .c-hd::before {
    width: 20px;
    height: 20px;
    top: 16px;
  }
}
.about .c-hd__en {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about .c-hd__en {
    font-size: 4rem;
    line-height: 1.25em;
  }
}
.about .inner {
  position: relative;
}
.about.titlewrap {
  max-width: 1660px;
  margin: 0 auto;
  height: 600px;
  border-radius: 50px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  width: calc(100% - 60px);
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about.titlewrap {
    aspect-ratio: 1.6;
    height: auto;
    border-radius: 20px;
    width: calc(100% - 50px);
  }
}
.about.titlewrap .inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.about.titlewrap .title1 {
  color: #0064c8;
  letter-spacing: 0.05em;
  font-family: "Cantarell", sans-serif;
  background-color: #e0ff3c;
  display: inline-block;
  min-width: 310px;
  padding: 0px 20px;
}
@media screen and (max-width: 767px) {
  .about.titlewrap .title1 {
    min-width: auto;
    padding: 0px 7px;
  }
}
.about.titlewrap .title1 p {
  text-align: center;
  font-weight: bold !important;
  font-size: 3.3rem;
  line-height: 2.12121em;
}
@media screen and (max-width: 767px) {
  .about.titlewrap .title1 p {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.about.titlewrap .title2 {
  color: #fff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 10px;
}
.about.titlewrap .title2 p {
  font-weight: 900;
  font-size: 7.8rem;
  letter-spacing: 0.03em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about.titlewrap .title2 p {
    font-size: 2.7rem;
    line-height: 1.3em;
  }
}
.about.titlewrap .title2 p span {
  font-size: 1.8em;
}
.about.titlewrap .title2 h1 {
  font-weight: 900;
  font-size: 7.8rem;
  letter-spacing: 0.03em;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about.titlewrap .title2 h1 {
    font-size: 2.7rem;
    line-height: 1.3em;
  }
}
.about.titlewrap .title2 h1 span {
  font-size: 1.8em;
}
.about .txt-center {
  text-align: center;
}
.about .color_white {
  color: white;
}
.about .color_blue {
  color: #0064c8;
}
.about .color_green {
  color: #e0ff3c;
}
.about .bgcolor_blue {
  background-color: #0064c8;
}
.about .bgcolor_green {
  background-color: #e0ff3c;
}
.about .btn {
  position: relative;
  max-width: 400px;
  border: 1px solid black;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  min-width: 400px;
  padding: 0px 40px;
  margin: 0 auto;
}
.about .btn.solution {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .about .btn.solution {
    width: 79%;
  }
}
.about .btn.history {
  max-width: 426px;
  min-width: 295px;
  padding: 0px 70px;
}
@media screen and (max-width: 767px) {
  .about .btn.history {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .about .btn {
    width: 90%;
    min-width: 230px;
    height: 40px;
    padding: 0px 20px;
    max-width: 300px;
  }
}
.about .btn::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: 3px solid black;
  border-right: 3px solid black;
  right: 40px;
  transform: rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about .btn::before {
    right: 20px;
  }
}
.about .btn::after {
  content: "";
  border: 2px solid white;
  position: absolute;
  width: 100%;
  left: 0;
  transform: rotate(-6deg);
}
.about .btn p {
  font-size: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about .btn p {
    font-size: 1.4rem;
  }
}
.about .mainlead {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 900;
  margin-bottom: 75px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6em;
}
@media screen and (max-width: 1024px) {
  .about .mainlead {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .about .mainlead {
    font-size: 1.9rem;
    letter-spacing: -1px;
    margin-bottom: 21px;
  }
}
.about .maincopy {
  font-size: 2.4rem;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .about .maincopy {
    text-align: justify !important;
  }
}
@media screen and (max-width: 767px) {
  .about .maincopy {
    font-size: 1.4rem;
    line-height: 1.92857em;
  }
}
.about .wrap-mainlead {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about .wrap-mainlead {
    text-align: justify;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
}
.about .wrap-mainlead .col {
  position: relative;
  width: calc(50% - 25px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about .wrap-mainlead .col {
    width: 100%;
  }
}
.about .wrap-mainlead .col .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about .wrap-mainlead .col .wrap {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.about .wrap-mainlead .col .wrap .tatemozi {
  position: absolute;
  top: 21%;
  left: 0;
  z-index: 10;
  left: -15px;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .about .wrap-mainlead .col .wrap .tatemozi {
    left: -29px;
    top: 10%;
  }
}
.about .wrap-mainlead .col .wrap .tatemozi p {
  writing-mode: vertical-rl;
  font-size: 5rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .about .wrap-mainlead .col .wrap .tatemozi p {
    font-size: 3rem;
  }
}
.about .wrap-mainlead .col .wrap .bg {
  background-color: #dff1ff;
  border-radius: 30px;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .about .wrap-mainlead .col .wrap .bg {
    height: 92%;
  }
}
.about .wrap-mainlead .col .wrap .pic {
  border-radius: 100%;
  width: 300px;
  aspect-ratio: 1;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about .wrap-mainlead .col .wrap .pic {
    width: 70%;
    margin-bottom: 25px;
  }
}
.about .wrap-mainlead .col .wrap h3 {
  text-align: center;
  position: relative;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about .wrap-mainlead .col .wrap h3 {
    font-size: 2.5rem;
  }
}
.about .wrap-mainlead .col .wrap .desc {
  position: relative;
}
.about .wrap-mainlead .col .wrap p.lead {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  margin-top: 37px;
  margin-bottom: 37px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .about .wrap-mainlead .col .wrap p.lead {
    font-size: 1.75rem;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 17px;
    line-height: 1.7em;
  }
  .about .wrap-mainlead .col .wrap p.lead br {
    display: none;
  }
}
.about .wrap-mainlead .kakeru {
  position: relative;
  height: 150px;
  width: 4px;
  background-color: black;
  position: relative;
  transform: rotate(45deg);
  z-index: 1;
}
.about .wrap-mainlead .kakeru::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 4px;
  background-color: black;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .about .wrap-mainlead .kakeru {
    height: 100px;
    width: 1.8px;
    top: 17px;
  }
  .about .wrap-mainlead .kakeru::after {
    height: 100px;
    width: 1.8px;
  }
}
.about .gradearrow {
  display: flex;
  justify-content: center;
  margin: 60px auto;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .about .gradearrow {
    margin: 30px auto;
    width: 25%;
  }
}
.about.sec1 {
  padding: 150px 0px 200px 0px;
}
@media screen and (max-width: 767px) {
  .about.sec1 {
    padding: 70px 0px 76px 0px;
  }
}
.about.sec1 .bg-en1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.about.nadegroup .bg-en2 {
  position: absolute;
  top: -25%;
  right: 0;
  width: 30%;
  max-width: 290px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about.nadegroup .bg-en2 {
    top: -87%;
  }
}
.about.nadegroup .groupimg {
  display: flex;
  justify-content: center;
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .about.nadegroup .groupimg {
    margin-top: 32px;
    padding: 0px 30px;
  }
}
.about.nadegroup .groupimgtxt {
  text-align: center;
  color: white;
  max-width: 600px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 20px;
}
.about.nadegroup .groupimgtxt p {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .about.nadegroup .groupimgtxt p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about.nadegroup .groupimgtxt {
    width: 66%;
    height: 40px;
    margin-bottom: 30px;
  }
}
.about.sec2 {
  background-color: #42abff;
  position: relative;
  border-radius: 90px 90px 0px 0px;
  padding: 200px 0px 250px 0px;
}
@media screen and (max-width: 767px) {
  .about.sec2 {
    padding: 80px 0px 126px 0px;
    border-radius: 50px 50px 0px 0px;
  }
}
.about.sec2 .piechart {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about.sec2 .c-hd__en {
    font-size: 4rem;
    line-height: 1em;
    margin-bottom: 16px;
    text-align: left;
  }
}
.about.sec2 .bgmozi {
  position: absolute;
  top: 320px;
}
@media screen and (max-width: 767px) {
  .about.sec2 .bgmozi {
    top: 9%;
    width: 90%;
  }
}
.about.sec2 p {
  color: white;
}
.about.sec2 .wrap2col {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 75px;
}
@media screen and (max-width: 1024px) {
  .about.sec2 .wrap2col.second {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .about.sec2 .wrap2col {
    flex-direction: column;
    row-gap: 40px;
  }
}
.about.sec2 .wrap2col .col {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1024px) {
  .about.sec2 .wrap2col .col {
    width: 100%;
  }
}
.about.sec2 .wrap2col .col .midashi {
  text-align: center;
  height: 70px;
  color: white;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about.sec2 .wrap2col .col .midashi {
    height: 40px;
    font-size: 1.4rem;
  }
}
.about.sec2 .wrap2col .col .content {
  display: flex;
  align-items: center;
  column-gap: 29px;
  justify-content: center;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .about.sec2 .wrap2col .col .content {
    padding-top: 0px;
    column-gap: 10px;
  }
}
.about.sec2 .wrap2col .col .content p {
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .about.sec2 .wrap2col .col .content p {
    font-size: 1.4rem;
    column-gap: 10px;
  }
}
.about.sec2 .wrap2col .col .content .greentext {
  color: #e0ff3c;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  min-width: 135px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about.sec2 .wrap2col .col .content .greentext {
    font-size: 3.2rem;
    min-width: 75px;
  }
}
.about.sec2 .wrap2col .col .content .greentext span.s {
  font-size: 1em;
}
.about.sec2 .wrap2col .col .content .greentext span.l {
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .about.sec2 .wrap2col .col .content .pictgram {
    width: 17%;
  }
}
.about.sec2 .worldmap {
  margin: 85px auto;
  width: calc(200% + 50px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .about.sec2 .worldmap {
    width: calc(100% + 60px);
    left: -30px;
    margin: 60px auto 0px;
    overflow-x: clip;
  }
}
.about.sec2 .worldmap img {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .about.sec2 .worldmap img {
    margin-bottom: 20px;
    transform: scale(1.3);
  }
}
.about.sec2 .worldmap p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about.sec2 .worldmap p {
    margin-top: 10px;
    padding: 0 30px;
  }
}
.about.sec3 {
  background-color: #e9e8e8;
  position: relative;
  border-radius: 90px 90px 0px 0px;
  padding: 200px 0px 250px 0px;
  margin-top: -90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about.sec3 {
    padding: 80px 0px;
    border-radius: 50px 50px 0px 0px;
    margin-top: -50px;
  }
}
.about.sec3 .c-hd-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about.sec3 .c-hd-wrap {
    flex-direction: column;
    margin-bottom: 65px;
  }
}
.about.sec3 .btn {
  margin: 0;
}
.about.sec3 .btn::after {
  border: 3px solid #e9e8e8;
}
.about.sec3 .bgmozi {
  position: absolute;
  top: 9%;
  right: -42px;
}
.about.sec3 .bg-en3 {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 19%;
}
@media screen and (max-width: 767px) {
  .about.sec3 .bg-en3 {
    display: none;
  }
}
.about.sec3 .history_row {
  max-width: 1100px;
  margin: 0 auto;
}
.about.sec3 .history_row .yearwrap {
  min-width: 110px;
  position: relative;
  background: #e9e8e8;
}
@media screen and (max-width: 767px) {
  .about.sec3 .history_row .yearwrap {
    min-width: 65px;
  }
}
.about.sec3 .history_row .yearwrap::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
}
.about.sec3 .history_row .yearwrap p {
  color: #0064C8;
  font-size: 5.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  line-height: 1em;
  padding-top: 9px;
  position: relative;
  top: -9px;
}
@media screen and (max-width: 767px) {
  .about.sec3 .history_row .yearwrap p {
    font-size: 3.2rem;
  }
}
.about.sec3 .dekigotowrap-2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about.sec3 .dekigotowrap-2 {
    margin-bottom: 0px;
  }
}
.about.sec3 .dekigotowrap p, .about.sec3 .dekigotowrap-2 p {
  font-weight: 400;
  line-height: 1.7em;
}
.about.sec3 .dekigotowrap .midashi, .about.sec3 .dekigotowrap-2 .midashi {
  font-size: 2.4rem;
  color: #0064C8;
  font-weight: 500;
  line-height: 1.3em;
  text-align: justify;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .about.sec3 .dekigotowrap .midashi, .about.sec3 .dekigotowrap-2 .midashi {
    font-size: 1.6rem;
  }
}
.about.sec3 .histryblock, .about.sec3 .histryblock-last, .about.sec3 .histryblock-re {
  display: flex;
  width: calc(50% + 55px);
  column-gap: 8%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .about.sec3 .histryblock, .about.sec3 .histryblock-last, .about.sec3 .histryblock-re {
    margin-bottom: 40px !important;
    width: 100%;
    column-gap: 25px;
  }
}
.about.sec3 .histryblock-re {
  flex-direction: row-reverse;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .about.sec3 .histryblock-re {
    flex-direction: inherit;
  }
}
.about.sec3 .histryblock-last {
  align-items: center;
}
.about.sec3 .histryblock-last .yearwrap::after {
  display: none;
}
.about.sec3 .histryblock .pic, .about.sec3 .histryblock-re .pic, .about.sec3 .histryblock-last .pic {
  margin-top: 15px;
}
.about.sec3 .history_mov {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  row-gap: 15px;
}
.about.sec3 .history_mov iframe {
  width: 80%;
  aspect-ratio: 1.6;
  height: auto;
}
.about.sec3 .history_mov h4 {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about.sec3 .history_mov h4 {
    font-size: 1.6rem;
  }
}
.about.sec4 {
  position: relative;
  background-color: #66c3fe;
  border-radius: 90px 90px 0px 0px;
  margin-top: -90px;
}
@media screen and (max-width: 767px) {
  .about.sec4 {
    border-radius: 50px 50px 0px 0px;
    margin-top: -50px;
  }
}
.about.sec4 .inner {
  padding: 200px 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about.sec4 .inner {
    padding: 80px 30px;
  }
}
.about.sec4 .bgimg {
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius: 90px 90px 0px 0px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about.sec4 .bgimg {
    border-radius: 50px 50px 0px 0px;
  }
}
.about.sec4 .bgimg-top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about.sec4 .bgimg-top img {
  width: 100%;
}
.about.sec4 .bgimg-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.about.sec4 .bgimg-bottom img {
  width: 100%;
}
.about.sec4 .lead {
  text-align: center;
  line-height: 1em;
  position: relative;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .about.sec4 .lead {
    font-size: 2rem;
  }
}
.about.sec4 h2 {
  color: white;
  text-align: center;
  font-size: 9.4rem;
  line-height: 1em;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 19px;
  margin-bottom: 80px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .about.sec4 h2 {
    font-size: 4.7rem;
    margin-bottom: 21px;
    margin-top: 7px;
  }
}
.about.sec4 .copy {
  color: white;
  position: relative;
  font-size: 2.4rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about.sec4 .copy {
    font-size: 1.4rem;
    line-height: 1.92857em;
  }
}
.about.sec4 .wrap2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 100px;
  margin-top: 110px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about.sec4 .wrap2col {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 50px;
  }
}
.about.sec4 .wrap2col .col {
  width: 46%;
  background-color: rgba(255, 255, 255, 0.8117647059);
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .about.sec4 .wrap2col .col {
    width: 100%;
    border-radius: 30px;
  }
}
.about.sec4 .wrap2col .col .pic {
  position: relative;
  aspect-ratio: 1.8;
  border-radius: 40px 40px 0px 0px;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .pic {
    aspect-ratio: 1.5;
    border-radius: 30px 30px 0px 0px;
  }
}
.about.sec4 .wrap2col .col .pic .picwrap {
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .pic .picwrap {
    height: 100%;
    border-radius: 30px 30px 0px 0px;
  }
}
.about.sec4 .wrap2col .col .pic .picwrap img {
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .pic .picwrap img {
    height: 100%;
  }
}
.about.sec4 .wrap2col .col .pic .engtxt-l {
  font-size: 10rem;
  color: white;
  position: absolute;
  left: 45px;
  top: -50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .pic .engtxt-l {
    font-size: 6.3rem;
    left: 19px;
    top: -23px;
  }
}
.about.sec4 .wrap2col .col .pic .engtxt-s {
  color: white;
  position: absolute;
  font-size: 5rem;
  bottom: -8px;
  right: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1em;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .pic .engtxt-s {
    font-size: 3rem;
    bottom: -5px;
  }
}
.about.sec4 .wrap2col .col .pic .subimg {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .pic .subimg {
    width: 100px;
    bottom: 10px;
    left: 10px;
  }
}
.about.sec4 .wrap2col .col .txt {
  padding: 45px;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .txt {
    padding: 25px;
  }
}
.about.sec4 .wrap2col .col .txt .txt1 {
  position: relative;
  padding-left: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2em;
}
.about.sec4 .wrap2col .col .txt .txt1::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #28a0ff;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .txt .txt1 {
    font-size: 2rem;
    line-height: 1.2em;
    padding-left: 25px;
  }
  .about.sec4 .wrap2col .col .txt .txt1::before {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #28a0ff;
    top: 7px;
    left: 0;
  }
}
.about.sec4 .wrap2col .col .txt .txt2 {
  font-size: 2.4rem;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about.sec4 .wrap2col .col .txt .txt2 {
    font-size: 1.7rem;
    line-height: 1.4em;
    margin-top: 21px;
    margin-bottom: 10px;
  }
}
.about.sec4 .wrap2col .col .txt .txt3 {
  font-weight: 400;
  text-align: justify;
}