main {
  max-width: 532px;
  margin: 40px auto 0;
  padding: 0 16px 136px;
}

/* コトラの事業とは */
/* ------------------------------- */
.business-description {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #000000;
  margin-top: 32px;
}

.business img {
  width: 100%;
  margin-top: 32px;
}

/* コトラが挑む社会課題 */
/* ------------------------------- */
.social-issues-subtitle {
  margin: 20px 0;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  background: linear-gradient(79.61deg, #F9BF11 2.11%, #FFA620 62.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.social-issues-item-box{
  background: #F6F6F6;
  padding: 16px;
}

.social-issues-item +.social-issues-item{
  margin-top: 24px;
}

.social-issues-item img{
  width: 100%;
  height: auto;
}

.social-issues-item-title{
  text-align: center;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
  margin: 1rem 0;
}
.social-issues-item-text{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
  margin-bottom: 8px;
}
.social-issues-item-caption{
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: 0;
  color: #A0A0A0;
  word-break: break-all;
}

.social-issues-arrow{
  width: 240px;
  height: 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9BF11 50%, #FFA620 100%);
  margin: 24px auto;
  box-sizing: border-box;
  position: relative;
}

.social-issues-arrow::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  box-sizing: border-box;
  border-top: 40px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 120px solid #ffffff;
  border-right: 120px solid #ffffff;
}

.social-issues-text{
  text-align: center;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

/* コトラがやるべきこと */
/* ------------------------------- */
.service-concept-wrapper {
  padding-top: 56px;
}
.service-concept-subtitle {
  margin: 20px 0;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: left;
  background: linear-gradient(79.61deg, #F9BF11 2.11%, #FFA620 62.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-concept-text{
  text-align: left;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.service-concept-arrow{
  width: 240px;
  height: 40px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9BF11 50%, #FFA620 100%);
  margin: 24px auto;
  box-sizing: border-box;
  position: relative;
}

.service-concept-arrow::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  box-sizing: border-box;
  border-top: 40px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 120px solid #ffffff;
  border-right: 120px solid #ffffff;
}

/* 数字で見るコトラ */
/* ------------------------------- */
.in-numbers-section-title {
  max-width: 532px;
  margin: 0 auto;
  padding: 0 16px;
}

.in-numbers-section-title-only-sub .section-title__title {
  display: none;
}

.in-numbers {
  margin-top: 64px;
}

.in-numbers-list {
  margin-top: 32px;
  padding: 0 21.5px;
}

.in-numbers-list-item {
  background: #F6F6F6;
  padding: 20px;
  text-align: center;
}

.in-numbers-list-item+.in-numbers-list-item {
  margin-top: 24px;
}

.in-numbers-list-item-image__img {
  max-width: 180px;
  height: 130px;
  margin: 26px auto 0;
}

.in-numbers-list-item-detail {
  margin-top: 26px;
}

.in-numbers-list-item-detail p {
  font-style: normal;
  font-weight: 700;
}

.in-numbers-list-item-title {
  font-family: 'Noto Sans JP';
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.in-numbers-list-item-number {
  font-family: 'Poppins';
  margin-top: -12px;
  font-size: 64px;
  line-height: 140%;
  background: linear-gradient(79.61deg, #F9BF11 2.11%, #FFA620 62.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.in-numbers-list-item-unit {
  font-family: 'Noto Sans JP';
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #2E2E2E, #2E2E2E);
  -webkit-background-clip: text;
  background-clip: text;
  color: #2E2E2E;
  margin-top: -16px;
}

/* サービスサイトを見る */
/* ------------------------------- */
.service {
  margin-top: 64px;
}

.service-contents{
  margin-top: 20px;
}

.service-content{
  background: linear-gradient(79.61deg, #F9BF11 2.11%, #FFA620 62.77%);
  max-width: 470px;
  width: 100%;
  padding: 16px;
}


.service-content + .service-content{
  margin-top: 10px;
}

.service-content-title{
  font-family: 'Noto Sans JP';
  font-size: 18px;
  line-height: 115%;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #2E2E2E;
  margin-bottom: 8px;
}
.service-content-text{
  font-family: 'Noto Sans JP';
  font-size: 14px;
  line-height: 180%;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.service-list-title-box{
  margin-top: 48px;
}

.service-list-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.service-list-title-icon {
  width: 25px;
  height: auto;
  display: block;
  margin-top: 4px;
}

.service-list-title-text {
  width: calc(100% - 25px - 12px);
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.service-list-title-description {
  padding-left: 36px;
  margin-top: 10px;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.service-list {
  margin-top: 16px;
}

.service-list-item img {
  width: 100%;
}

.service-list-item+.service-list-item {
  margin-top: 40px;
}

.service-list-item-text {
  margin-top: 16px;
}

.service-list-item-text p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.service-list-item-text-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
}

.service-list-item-text-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  margin-top: 12px;
}

.service-list-item-btn {
  margin-top: 12px;
  padding: 6px 0;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.service-list-item-btn:hover {
  opacity: .7;
}

.service-list-item-btn p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #2E2E2E;
}

.service-list-item-btn img {
  width: 32.5px;
}

.service-list-item-link {
  transition: opacity .3s;
  cursor: pointer;
}

.service-list-item-link:hover {
  opacity: .7;
}

@media screen and (min-width:1024px) {
  main {
    max-width: none;
    margin-top: 80px;
    padding: 0;
    overflow: hidden;
  }

  /* コトラが挑む社会課題 */
/* ------------------------------- */
  .social-issues {
    max-width: 980px;
    margin: 0 auto;
  }

  .social-issues-subtitle {
    margin: 40px 0 40px;
    font-size: 36px;
    letter-spacing: 0.04em;
  }

  .social-issues-item-box{
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .social-issues-item{
    max-width: 450px;
    width: 100%;
  }
  
  .social-issues-item +.social-issues-item{
    margin-top: 0;
  }
  
  .social-issues-item-title{
    font-size: 24px;
  }
  
  .social-issues-arrow{
    margin: 20px auto;
  }
  
  .social-issues-text{
    font-size: 24px;
    padding: 10px 0;
  }
  
    /* コトラがやるべきこと */
/* ------------------------------- */
.service-concept {
  position: relative;
  width: 100%;
}

.service-concept-wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0 0;
  position: relative;
  
}

.service-concept-subtitle {
  margin: 40px 0 40px;
  font-size: 36px;
  letter-spacing: 0.04em;
  text-align: center;
}

.service-concept-text{
  text-align: center;
}

.service-concept-arrow{
  margin: 40px auto 0;
}

.service-concept-asirai-left {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-720px);
}

.service-concept-asirai-right {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(454px);
}

  /* 数字で見るコトラ */
  /* ------------------------------- */
  .in-numbers {
    margin-top: 160px;
  }

  .in-numbers .section-title  {
    max-width: 980px;
    margin: 0 auto;
  }

  .in-numbers-wrapper {
    position: relative;
    padding-bottom: 21px;
  }

  .in-numbers-asirai-left {
    position: absolute;
    top: 127px;
    left: 50%;
    transform: translateX(-138%);
  }

  .in-numbers-asirai-right {
    position: absolute;
    bottom: -288px;
    left: 50%;
    transform: translateX(23%);
  }

  .in-numbers-list {
    padding: 0;
    display: flex;
    gap: 33px 40px;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 32px auto 0;
    position: relative;
  }

  .in-numbers-list-item {
    width: 300px;
    padding: 20px 25px;
  }

  .in-numbers-list-item+.in-numbers-list-item {
    margin-top: 0;
  }

  /* コトラが提供するソリューション */
  /* ------------------------------- */
  .service {
    margin-top: 0;
  }

  .service-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 222px;
  }

  .service-asirai-left {
    position: absolute;
    bottom: -88px;
    left: 50%;
    transform: translateX(-138%);
  }

  .service-asirai-top {
    position: absolute;
    bottom: 1000px;
    left: 50%;
    transform: translateX(27%);
  }

  .service-asirai-bottom {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(200%);
  }

  .service .section-title  {
    max-width: 980px;
    margin: 0 auto;
  }

  .service-contents{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 980px;
    margin: 40px auto 20px;
  }

  .service-content{
    padding: 16px 32px;
  }

  .service-content + .service-content{
    margin-top: 0px;
  }

  .service-content-title{
    font-size: 24px;
  }

  .service-list-title-box{
    max-width: 980px;
    margin: 40px auto 24px;
  }



  .service-list-title {
    margin-top: 80px;
    position: relative;
    overflow: hidden;
  }

  .service-list-title-text {
    font-size: 24px;
  }

  .service-list-title-description {
    padding-left: 0;
    margin-top: 24px;
    font-size: 16px;
  }

  .service-list {
    display: flex;
    gap: 24px 40px;
    flex-wrap: wrap;
    max-width: 980px;
    margin: 32px auto 0;
    position: relative;
  }

  .service-list-item {
    width: 300px;
  }

  .service-list-item+.service-list-item {
    margin-top: 0;
  }
}