body {
  padding-top: 0 !important;
}
.section__ttl {
  color: #333333;
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 766px) {
  .section__ttl {
    font-size: 1.375rem;
  }
}
.c-list.is-blue li::before {
  background: #dbedea;
}
.c-list.is-purple li::before {
  background: #e7dbed;
}
.c-list.is-thin-green li::before {
  background: #e8eddb;
}
.l-toc__top {
  background-image: url(../../img/toc/top_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__top {
    background-image: url(../../img/toc/top_bg_sp.png);
    height: 35rem;
  }
}
.is-green {
  color: #31b7ad;
  background: linear-gradient(transparent 65%, #fffcb7 35%);
  font-weight: bold;
}
.l-toc__top-inner {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 766px) {
  .l-toc__top-inner {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5rem;
  }
}
.l-toc__top-heading {
  display: block;
  width: fit-content;
  font-size: 4.8125rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__top-heading {
    display: inline;
    font-size: 3.25rem;
  }
}
.l-toc__top-heading > span {
  font-size: 3.75rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__top-heading > span {
    font-size: 2.5625rem;
  }
}
.l-toc__top-sub-heading {
  font-size: 2.5rem;
  font-weight: bold;
  padding-top: 1.9375rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__top-sub-heading {
    font-size: 1.625rem;
    padding-top: 1.5rem;
  }
}
.l-toc__carrier {
  padding-top: 7.9375rem;
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__carrier {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-toc__carrier-top {
  padding-top: 4.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.8125rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__carrier-top {
    padding-top: 2.5rem;
    display: block;
  }
}
.l-toc__carrier-top > div {
  width: 30%;
}
@media only screen and (max-width: 766px) {
  .l-toc__carrier-top > div {
    margin: 0 auto;
    padding-top: 2.5rem;
    width: 80%;
  }
}
.l-toc__carrier-top > div > img {
  width: 100%;
}
.arrow-container {
  display: flex;
  justify-content: center;
  padding: 1.375rem;
}
.bottom_arrow {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}
.bottom_arrow::before {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: 15%;
  width: 3.8125rem;
  height: 1px;
  background: #333;
  transform: rotate(90deg);
}
@media only screen and (max-width: 766px) {
  .bottom_arrow::before {
    left: -20%;
  }
}
.bottom_arrow::after {
  content: "";
  position: absolute;
  bottom: -3.875rem;
  right: -0.8125rem;
  width: 1.25rem;
  height: 1px;
  background: #333;
  transform: rotate(125deg);
  transition: all 0.3s;
}
@media only screen and (max-width: 766px) {
  .bottom_arrow::after {
    right: 0.0625rem;
  }
}
.l-toc__carrier-desc {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5.125rem;
}
.l-toc__carrier-desc > p {
  display: inline;
  background: linear-gradient(transparent 65%, #fffcb7 35%);
}
@media only screen and (max-width: 766px) {
  .l-toc__carrier-desc {
    font-size: 1.375rem;
  }
}
.l-toc__carrier-content {
  margin-top: 4.3125rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 4rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__carrier-content {
    margin-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.l-toc__carrier-content > div {
  width: 6.25rem;
  margin: 0 auto;
  margin-bottom: 2.4375rem;
}
.l-toc__carrier-content > div > img {
  width: 100%;
}
.l-toc__carrier-content > p {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .l-toc__carrier-content > p {
    font-size: 1.125rem;
  }
}
.l-toc__carrier-content > p > span {
  font-size: 2.25rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__carrier-content > p > span {
    display: inline-block;
    padding-top: 0.9375rem;
    font-size: 1.5rem;
  }
}
.l-toc__business {
  background-image: url(../../img/toc/business_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__business {
    background-image: url(../../img/toc/business_bg_sp.png);
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-toc__business-inner {
  width: 100%;
  padding-top: 4.125rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__business-inner {
    padding-top: 2.8125rem;
  }
}
.l-toc__section {
  padding-top: 7.9375rem;
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 766px) {
  .l-toc__section .inner {
    padding: 0;
  }
}
.l-toc__section:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}
.l-toc__section-top-container {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__section-top-container {
    width: 100%;
    display: block;
    padding-top: 2.6875rem;
    padding-bottom: 2.875rem;
  }
}
.l-toc__section-top-circle {
  flex: 0 0 auto;
  width: 12.125rem;
  height: 12.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .l-toc__section-top-circle {
    width: 8.75rem;
    height: 8.75rem;
    margin: 0 auto;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.l-toc__section-top-circle.is-blue {
  background: #dbedea;
}
.l-toc__section-top-circle.is-purple {
  background: #e7dbed;
}
.l-toc__section-top-circle.is-thin-green {
  background: #e8eddb;
}
.l-toc__section-desc {
  font-size: 1.125rem;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .l-toc__section-desc {
    text-align: left;
    font-size: 1rem;
  }
}
.l-toc__salon-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.5rem;
  column-gap: 3.125rem;
  padding-top: 5.375rem;
  padding-bottom: 4.0625rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__salon-contents {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.l-toc__salon-item {
  height: 13.125rem;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding-top: 2rem;
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__salon-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 766px) {
  .l-toc__salon-item {
    height: 5.625rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-toc__salon-item > div {
  height: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 766px) {
  .l-toc__salon-item > div {
    width: 20%;
    height: 100%;
    margin: 0;
  }
}
.l-toc__salon-item > div > img {
  height: 100%;
}
@media only screen and (max-width: 766px) {
  .l-toc__salon-item > div > img {
    width: 100%;
  }
}
.l-toc__salon-item > h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  padding-top: 1.875rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__salon-item > h3 {
    display: inline-block;
    width: 90%;
    font-size: 1rem;
    padding-top: 0;
    text-align: left;
  }
}
.l-salon__cta .cta-btn {
  width: 100%;
  max-width: 31.25rem;
  text-align: left;
}
@media only screen and (max-width: 766px) {
  .l-salon__cta .cta-btn {
    width: 80%;
    min-width: 15rem;
  }
}
.l-toc__education {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  /* gap: 3.125rem; */
  gap: 1rem;
  margin-right: -4.375rem;
  margin-left: -4.375rem;
}

.l-toc__education .btn {
  min-width: 0;
  width: 100%;
}

@media only screen and (max-width: 766px) {
  .l-toc__education {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }
}
.l-toc__education-item {
  flex: 0 0 auto;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 2rem;
  width: calc(33.333% - 0.66666666666rem);
  min-width: 280px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 766px) {
  .l-toc__education-item {
    padding: 1.5rem;
    width: 100%;
  }
}
/* @media only screen and (max-width: 766px) {
  .l-toc__education-item:first-child {
    margin-bottom: 1rem;
  }
} */
.l-toc__education-item > .l-toc__education-img-container {
  width: 20%;
  margin: 0 auto;
}
.l-toc__education-item > .l-toc__education-img-container.-techelite {
  width: 40%;
  aspect-ratio: 121 / 39;
  display: flex;
  align-items: center;
}
.l-toc__education-item > .l-toc__education-img-container > img {
  width: 100%;
}
.l-toc__education-item > h3 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__education-item > h3 {
    font-size: 1rem;
    margin-top: 0.9375rem;
  }
}
.l-toc__education-item > p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__education-item .cta-btn {
    min-width: 15rem;
    width: 80%;
  }
}
.l-lp__scout-figure {
  width: 100%;
  height: auto;
  aspect-ratio: 2.1052631579;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__scout-figure {
    margin-bottom: 1.5rem;
  }
}
.l-lp__scout-figure > p {
  font-weight: bold;
  font-size: 1.75rem;
}
@media only screen and (max-width: 766px) {
  .l-lp__scout-figure > p {
    font-size: 1rem;
  }
}
.l-toc__scout-desc {
  margin-bottom: 4.5rem;
  text-align: center;
  font-size: 1.125rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__scout-desc {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 766px) {
  .l-toc__scout-cta > .cta-btn {
    min-width: 15rem;
    width: 80%;
  }
}
.l-toc__partner {
  padding-top: 8.75rem;
  padding-bottom: 7.5rem;
  background-image: url(../../img/toc/partner_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner {
    background-image: url(../../img/toc/partner_bg_sp.png);
    background-position: top;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-toc__partner-list {
  padding-top: 5.125rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-list {
    padding-top: 2.8125rem;
  }
}
.l-toc__partner-item {
  background: #fff;
  border-radius: 8px;
  padding-top: 2.9375rem;
  padding-bottom: 4.1875rem;
  padding-left: 2.0625rem;
  padding-right: 2.0625rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-item {
    padding-top: 1.75rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.l-toc__partner-item:first-child > h3::before {
  content: "1";
}
.l-toc__partner-item:nth-child(2) > h3::before {
  content: "2";
}
.l-toc__partner-item:last-child > h3::before {
  content: "3";
}
.l-toc__partner-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.l-toc__partner-item > h3 {
  display: inline-block;
  width: 100%;
  padding-bottom: 1.5625rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  position: relative;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-item > h3 {
    font-size: 1.125rem;
    text-align: center;
    padding-bottom: 1.1875rem;
  }
}
.l-toc__partner-item > h3 > span {
  font-size: 1.625rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-item > h3 > span {
    font-size: 1.375rem;
  }
}
.l-toc__partner-item > h3::before {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 0.9375rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-item > h3::before {
    font-size: 1.875rem;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 0.9375rem;
  }
}
.l-toc__partner-content {
  padding-top: 3.1875rem;
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-content {
    padding-top: 1.9375rem;
  }
}
.l-toc__partner-content > p.is-large {
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-content > p.is-large {
    font-size: 1.6875rem;
    margin-bottom: 1.875rem;
  }
}
.l-toc__partner-content > p.is-medium {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 2.5625rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-content > p.is-medium {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}
.l-toc__partner-content > .l-toc__partner-content-desc {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 766px) {
  .l-toc__partner-content > .l-toc__partner-content-desc {
    text-align: left;
    margin-bottom: 2rem;
  }
}
