@charset "UTF-8";
@media (max-width: 767px) {
  .company__intro {
    border-radius: 32px;
  }
}
.company__heading {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #ECA204;
}
.company__icon {
  width: 48px;
  height: 48px;
  border: 3px solid #ECA204;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company__icon {
    width: 32px;
    height: 32px;
  }
}
.company__content {
  position: relative;
  background-image: url("../images/top/bg-concept.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 64px;
  position: relative;
}
@media (max-width: 767px) {
  .company__content {
    border-radius: 32px;
  }
}
.company__text-area p {
  margin: 0;
}
.company__image {
  position: absolute;
  top: -175px;
  right: -40px;
  border-radius: 500px 0 0 500px;
  overflow: hidden;
  height: 350px;
  width: 50%;
}
@media (max-width: 767px) {
  .company__image {
    position: static;
    width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 16px;
  }
}
.company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__vision {
  clear: both;
}
@media (max-width: 767px) {
  .company__vision-title {
    font-size: 24px !important;
  }
}
.company__activities {
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .company__activities {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.company__activities::before {
  content: "";
  position: absolute;
  top: 240px;
  right: calc((100vw - 1180px) / -2);
  height: calc(100% - 120px);
  background-color: #FDF6E6;
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px;
  z-index: -1;
  width: calc((100vw - 1180px) / 2 + 320px);
}
@media (max-width: 1279px) {
  .company__activities::before {
    width: 25%;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .company__activities::before {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .company__activities::before {
    top: 180px;
    width: 25%;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
}
.company__activity-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.company__activity-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__activity-title {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.company__activity-title span {
  color: #ECA204;
  font-family: "Sora", sans-serif;
  line-height: 1;
  flex-shrink: 0;
}
.company__activity-text {
  line-height: 1.8;
  margin: 0;
}
.company__instructors {
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company__instructors {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.company__instructor {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.company__instructor--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .company__instructor--reverse {
    flex-direction: column;
  }
}
.company__instructor-content {
  flex: 1;
}
.company__instructor-credentials {
  border-left: 4px solid #ECA204;
  padding-left: 20px;
}
.company__instructor-credentials p {
  line-height: 1.8;
  margin: 0;
}
.company__instructor-bio {
  background-color: #FDF6E6;
  border-radius: 16px;
}
.company__instructor-bio p {
  line-height: 1.8;
  margin: 0;
  margin-bottom: 1em;
}
.company__instructor-bio p:last-child {
  margin-bottom: 0;
}
.company__instructor-image {
  width: 32%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company__instructor-image {
    width: 100%;
    padding: 0 40px;
  }
}
.company__instructor-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.company__organization {
  max-width: 1380px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .company__organization {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.company__organization-chart {
  text-align: center;
  background: url(../images/common/mark.png) no-repeat 10% 90%;
  background-size: 40% auto;
}
.company__organization-chart img {
  max-width: 100%;
  height: auto;
}
.company__organization-pinch {
  margin-top: 20px !important;
  display: none;
  text-align: center;
  background-color: #F5F5F5;
  border-radius: 100px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .company__organization-pinch {
    display: inline-flex;
  }
}
@media (min-width: 769px) {
  .company__organization-pinch {
    display: none;
  }
}
.company__organization-pinch img {
  width: 24px;
  height: 24px;
}
.company__slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.company__slider-track {
  display: flex;
  gap: 20px;
  animation: scroll 30s linear infinite;
  width: max-content;
}
.company__slider-track:hover {
  animation-play-state: paused;
}
.company__slider-item {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .company__slider-item {
    width: 200px;
    height: 160px;
  }
}
.company__slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .company__info {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.company__info {
  background-color: #FDF6E6;
}
.company__info-container {
  max-width: 1180px;
  margin: 0 auto;
  align-items: start;
}
@media (max-width: 767px) {
  .company__info-container {
    flex-direction: column;
  }
}
.company__info-sidebar {
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company__info-sidebar {
    width: 100%;
  }
}
.company__info-main {
  flex: 1;
}
@media (max-width: 767px) {
  .company__info-main {
    width: 100%;
  }
}
.company__icon {
  width: 48px;
  height: 48px;
  border: 3px solid #ECA204;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .company__icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .company__info-list {
    border-radius: 16px;
    padding: 0 !important;
  }
}
.company__info-item {
  display: flex;
  border-bottom: 1px solid #ECA204;
}
@media (max-width: 767px) {
  .company__info-item {
    display: block;
  }
}
.company__info-item:first-child {
  border-top: 1px solid #ECA204;
}
.company__info-label {
  color: #ECA204;
  min-width: 180px;
}
@media (max-width: 767px) {
  .company__info-label {
    min-width: auto;
  }
}
.company__info-data {
  flex: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.line {
  color: #ECA204;
  border-bottom: 2px solid #ECA204;
}
.ten {
  position: relative;
  display: inline-block;
  font-weight: 400;
}
.ten::after {
  content: "・";
  position: absolute;
  top: -0.75em;
  left: 0;
}