@charset "UTF-8";

section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.section-1-content {
  position: relative;
}

.page-top-content {
  padding: 68px 0 32px 0 !important;
}

/* Material DesignのStyleを一部無効 */
nav {
  color: inherit;
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline;
}

.content-center {
  justify-content: center;
}

.skill-text {
  font-weight: 500;
  font-size: 1.8vw;
  line-height: 3vw;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
}

.skill-page-content {
  width: 60vw;
  line-height: 2;
}

.sheet-girl-img {
  width: 11.875vw;  /* 1440pxの時、171px */
  height: 15.695vw; /* 1440pxの時、226px */
  position: absolute;
  top: -2vw;
  right: 22vw;
}

.sheet-man-img {
  width: 9.237vw;  /* 1440pxの時、133px */
  height: 11.667vw; /* 1440pxの時、168px */
  position: absolute;
  top: 14vw;
  right: 23vw;
}

.sheet-salary-man-img {
  width: 15.8334vw;  /* 1440pxの時、228px */
  height: 21.737vw; /* 1440pxの時、313px */
  position: absolute;
  top: 0vw;
  right: 6vw;
}

ul:not(.browser-default)>li {
  list-style-type: initial !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 1.5vw;
}

.skill-view-wrapper {
  padding: 46px 0 60px 0;
}

.skill-text > ul > li {
  list-style-type: disc;
  margin-left: 33px;
}

.skill-view-area {
  background-image: linear-gradient(to bottom, rgba(213, 229, 250, 1) 0%, rgba(213, 229, 250, 1) 60%, rgba(255, 255, 255, 0) 100%);
}

.accordion-content .row {
  margin-bottom: 0;  /* 行間の余白を削除 */
}
.accordion-content .col {
  padding: 0.3rem;  /* カラム間の余白を調整 */
}

.section-area {
  display: flex;
  flex-direction: column;
}

.skill-content {
  margin-bottom: 46px;
}

.skill-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.skill-title {
  font-size: 2rem;
  color: #f5a623; /* 黄色 */
  margin-right: 10px;
}

.skill-title span {
  font-size: 3rem;
  font-weight: bold;
}

.skill-text {
  font-size: 1.5rem;
  line-height: 1.8;
  padding-left: 32px;
}

.skill-sub-text {
  margin-left: 140px;
}

.skill-images {
  width: 35vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.skill-images img {
  width: 15vw;
}

.programming-pc-img {
  background: url(../../assets/images/skill/pc_programming.webp) no-repeat;
  background-size: 45.6945vw 48.125vw;
  background-position: 32vw top;
  width: 100%;
}

.accordion-title {
  font-size: 1.52vw;
}

.accordion-area {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.accordion-item {
  text-align: left;
  margin: auto;
  border: 1px solid #f6f5f5;
  border-radius: 28px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.67);
  width: 45.278vw;
}

.accordion-item-margin-top {
  margin-top: 2.5vw;
}

.accordion-header {
  font-family: 'Inter', sans-serif;
  align-items: center;
  padding: 1.0417vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  position: relative;
  width: 45.278vw;
  height: 5.209vw;
}

.contact-btn {
  padding: 1vw 0 1.038vw 0;
}

.accordion-header .arrow {
  position: absolute;
  width: 20px;
  right: 15px;
  transition: transform 0.3s ease;
}

.accordion-header .arrow-text {
  position: absolute;
  right: 54px;
  top: 20px;
  font-size: 1.52vw;
  font-weight: 600;
}

.accordion-header .arrow.open {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 15px 2vw;
  font-size: 1.48vw;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 45.278vw;
  margin-top: 10px;
}

.accordion-content.open {
  display: block;
}

.accordion-content > .row > span {
  padding: 0 0.25vw;
}

.link-button {
  max-width: 590px;
  min-width: 366px;
}

#pc-image-area {
  margin-top: -88px;
  padding-top: 88px;
}

.margin-b-2 {
  margin-bottom: 3rem;
}

.margin-t-2 {
  margin-top: 2rem;
}

@media (max-width: 770px) {
  .page-top-content {
    padding: 16.4vw 0 32px 0 !important;
  }

  .programming-pc-img {
    background: none;
  }

  .link-sp {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .accordion-header .arrow-text {
    top: 10px;
  }

  .accordion-item-margin-top {
    margin-top: 3vw;
  }

  .accordion-content {
    margin-top: 1vw;
    font-size: 2.4vw;
    padding: 15px;
  }

  .margin-t-2 {
    margin-top: 0;
  }

  .margin-b-2 {
    margin-bottom: 0;
  }

  .page-top-content > .d-flex {
    display: unset;
  }

  .skill-page-content {
    width: 100%;
    padding: 0 4.8vw;
    z-index: 1;
    line-height: 5.74vw;
  }

  .skill-view-area ul:not(.browser-default)>li {
    list-style-type: disc !important;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 4.7vw;
  }

  span.ms-7 {
    margin-left: unset;
  }

  .sheet-girl-img {
    width: 32.766vw;  /* 470pxの時、154px */
    height: 40.852vw; /* 470pxの時、192px */
    position: absolute;
    top: 4vw;
    right: 23vw;
    animation: skillFadeIn 1.5s ease-in-out forwards !important;
  }

  .sheet-salary-man-img {
    width: 23.62vw;
    height: 29.362vw;
    position: absolute;
    top: 24vw;
    right: 1vw;
    animation: skillFadeIn 1.5s ease-in-out forwards !important;
  }

  .sheet-man-img {
    width: 15.32vw;
    height: 19.365vw;
    position: absolute;
    right: 25vw;
    top: 44vw;
    animation: skillFadeIn 1.5s ease-in-out forwards !important;
  }

  .skill-text {
    font-size: 3.8vw;
    line-height: 1.5;
    padding-left: initial;
  }

  .skill-view-wrapper {
    padding: 0 19px 70px 19px;
  }

  .accordion-item {
    width: 70vw;
    min-height: 8.937vw;
    border-radius: 14px;
  }

  .accordion-header {
    font-family: 'Inter', sans-serif;
    align-items: center;
    padding: 1.0417vw;
    padding-top: 7px;
    font-weight: 700;
    display: block;
    justify-content: center;
    position: relative;
    width: 70vw;
    height: 8vw;
  }

  .accordion-title {
    font-size: 3.1915vw;
    font-weight: 600;
    padding-left: 10vw;
  }
}

.link-button {
  min-width: initial;
  white-space: nowrap;
  width: 79.464% !important;
}

.accordion-header {
  font-size: clamp(1px, 3.3vw, 30px);
}

.accordion-header .arrow {
  width: 20px;
}

.accordion-header .arrow-text {
  font-size: clamp(1px, 2.5vw, 23px);
}

@keyframes skillFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0.3;
    transform: translateY(0px);
  }
}
