body {
  background-color: #D3D9DE;
  color: #143346;
}

header {
  z-index: 10;
}
header a {
  transition: 0.5s;
}

main .content1 {
  padding: 140px 100px 0;
}
@media (max-width: 1060px) {
  main .content1 {
    padding: 100px 16px 0;
    max-width: 650px;
    margin: 0 auto;
  }
}
main .content2 {
  padding: 0 100px;
}
@media (max-width: 1060px) {
  main .content2 {
    padding: 0 16px;
    margin: 0 auto;
  }
}
main .content3 {
  padding: 0px 100px 120px;
}
@media (max-width: 1060px) {
  main .content3 {
    padding: 0 16px 60px;
    max-width: 650px;
    margin: 0 auto;
  }
}
main h2 {
  margin-bottom: 40px;
}
@media (max-width: 1060px) {
  main h2 {
    margin-bottom: 16px;
  }
}
main .section_top {
  max-width: 750px;
  margin: 0 auto 100px;
}
@media (max-width: 1060px) {
  main .section_top {
    margin-bottom: 80px;
  }
}
main .section_top dl dt {
  color: #777777;
  font-weight: 500;
  letter-spacing: 8px;
}
main .section_top dl dd {
  color: #07202F;
  font-family: MuseoModerno;
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 2.75px;
}
@media (max-width: 1060px) {
  main .section_top dl dd {
    font-size: 4rem;
  }
}
main .section_top .bbs {
  align-items: center;
  color: #fff;
  display: flex;
  line-height: normal;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
}
main .section_top .bbs img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 32px auto;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1060px) {
  main .section_top .bbs img {
    margin: 24px auto;
  }
}
main .section_top .bbs ul {
  animation: flowing 15s linear infinite;
  font-size: 6rem;
  font-family: "Sarpanch";
  opacity: 0.4;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
@media (max-width: 1060px) {
  main .section_top .bbs ul {
    font-size: 3rem;
  }
}
main .section_top .bbs ul li {
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}

h2 {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;
}
@media (max-width: 1060px) {
  h2 {
    display: block;
    font-size: 4.5rem;
    align-items: flex-start;
    gap: 0;
    align-self: stretch;
  }
}
h2 .section_h2 {
  color: #07202F;
  font-family: MuseoModerno;
  font-size: 6.5rem;
  font-weight: 200;
  line-height: 150%;
}
@media (max-width: 1060px) {
  h2 .section_h2 {
    font-size: 4.5rem;
  }
}
h2 .section_h2_sub {
  color: #07202F;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  top: -15px;
}

.section-biography {
  margin-bottom: 100px;
}
@media (max-width: 1060px) {
  .section-biography {
    margin-bottom: 80px;
  }
}
.section-biography .section_biography-title {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-bottom: 32px;
}
.section-biography .section_biography-title:before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  width: 1.2rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100vmax;
  background-color: #143346;
  left: 0;
  z-index: 1;
}
.section-biography .section_biography-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: calc(100% + 4rem);
  background-color: #143346;
  left: 0;
  z-index: 1;
}
.section-biography .section_biography-title time {
  font-weight: 600;
}
.section-biography .section_biography-dot {
  font-size: 4.5rem;
  position: relative;
  left: -16px;
  line-height: 0.5rem;
}
.section-biography .section_biography-discription {
  padding-top: 32px;
}

.scroll__wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll__wrapper::-webkit-scrollbar {
  height: 10px;
}
.scroll__wrapper::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}
.scroll__wrapper::-webkit-scrollbar-button {
  display: none;
}
.scroll__wrapper::-webkit-scrollbar-track-piece:start, .scroll__wrapper::-webkit-scrollbar-track-piece:end {
  background-color: transparent;
}
.scroll__wrapper__list {
  display: flex;
  gap: 40px;
}
.scroll__wrapper__list::after {
  content: "";
  display: block;
  position: relative;
  flex: 0 0 auto;
}
.scroll__wrapper__list__item {
  width: 254px;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  transition: 0.3s;
}
.scroll__wrapper__list__item img {
  width: 100%;
}
.scroll__wrapper__list__item h3 {
  font-size: 1.25rem;
  margin: 0.5rem 0;
}

.section_skills {
  margin-bottom: 100px;
}
@media (max-width: 1060px) {
  .section_skills {
    margin-bottom: 80px;
  }
}
.section_skills ul {
  display: flex;
  align-self: stretch;
  gap: 64px;
}
@media (max-width: 1060px) {
  .section_skills ul {
    display: block;
  }
}
.section_skills ul li {
  list-style: none;
}
@media (max-width: 1060px) {
  .section_skills ul li {
    margin-bottom: 40px;
  }
}
.section_skills ul li h3 {
  margin-bottom: 24px;
  display: flex;
  gap: 13px;
}
.section_skills ul li .section_h3_number {
  color: #AFAFAF;
}
.section_skills ul li .section_h3 {
  color: #07202F;
  font-size: 3rem;
  font-weight: 500;
}
@media (max-width: 1060px) {
  .section_skills ul li .section_h3 {
    font-size: 2.4rem;
  }
}
.section_skills ul h4 {
  margin-top: 16px;
}
.section_skills li:last-child {
  margin-bottom: 0;
}

.section_strength .section_strength-content {
  display: flex;
  gap: 100px;
  margin-bottom: 40px;
}
@media (max-width: 1060px) {
  .section_strength .section_strength-content {
    display: block;
  }
}
.section_strength .section_strength-content .section_strength-content_title h3 {
  display: flex;
  width: 230px;
  gap: 13px;
}
@media (max-width: 1060px) {
  .section_strength .section_strength-content .section_strength-content_title h3 {
    margin-bottom: 16px;
  }
}
.section_strength .section_strength-content .section_strength-content_title h3 .section_h3_number {
  color: #AFAFAF;
}
.section_strength .section_strength-content .section_strength-content_title h3 .section_strength-h3 {
  font-size: 1.8rem;
}
.section_strength .last {
  margin-bottom: 0;
}

.content4 {
  background: #333;
  padding: 0 100px;
}
@media (max-width: 1060px) {
  .content4 {
    padding: 0 60px;
  }
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1000px;
}

.gnavi li a::after {
  left: -73px;
}
@media (max-width: 1060px) {
  .gnavi li a::after {
    left: -36px;
  }
}/*# sourceMappingURL=about.css.map */