@charset "UTF-8";
/* ==========
MV
==========*/
.main-visual {
  width: 100%;
}
@media screen and (min-width: 768px) {
}

/* ==========
intro
==========*/
.intro .sec__inner {
  position: relative;
  padding-top: 30px;
}
.intro .sec__inner::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: rotate(-90deg);
  width: 60%;
  background-image: url(../images/circle-deco01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";

  aspect-ratio: 1/1;
}
.intro .sec__inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 60%;
  background-image: url(../images/circle-deco02.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";

  aspect-ratio: 159/223;
}
@media screen and (min-width: 768px) {
  .intro {
    position: relative;
  }
  .intro::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: rotate(-90deg);
    width: 30%;
    background-image: url(../images/circle-deco01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";

    aspect-ratio: 1/1;
  }
  .intro::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 30%;
    background-image: url(../images/circle-deco02.png);
    background-size: 100%;
    background-repeat: no-repeat;
    content: "";

    aspect-ratio: 159/223;
  }
  .intro .sec__inner::before,
  .intro .sec__inner::after {
    display: none;
  }
}

/* ==========
weblab-intro
==========*/
.weblab-intro .sec__inner {
  position: relative;
}
.weblab-intro .sec__img {
  padding: 32px 5% 0;
}
.weblab--bg {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
}
.weblab-intro .inner-contents {
  padding: 40px 0;
  background-color: #c9e9e7;
}

@media screen and (min-width: 768px) {
  .weblab-intro {
    overflow-x: hidden;
  }
  .weblab--bg {
    top: auto;
    bottom: 0;
    width: 100vw;
    height: auto;
  }
}
@media screen and (min-width: 1444px) {
  .weblab--bg {
    top: auto;
    bottom: 0;
    width: 100vw;
    height: 430px;
  }
}

/* ==========
profile
==========*/
.profile {
  position: relative;
  width: 90%;
  margin: 60px auto 0;
  padding: 16px 16px 25px 16px;
  border-radius: 10px;
  box-shadow: 6px 6px 1.6px 0 rgba(28, 63, 58, 0.3);
  background-color: #ffffff;
}
.profile::before {
  position: absolute;
  top: -30px;
  left: -10px;
  width: 86px;
  background-image: url(../images/my-profile.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";

  aspect-ratio: 1 / 1;
}
.my-name {
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 86px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.my-contents {
  margin-bottom: 24px;
  font-size: 14px;
}
.my-contents__title {
  margin-bottom: 16px;
  padding: 3px;
  border-top: 2px dotted #555555;
  background-color: #f8faa9;
  line-height: 23px;
}
.my-contents__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
}
.my-contents__item::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #9fd9d3;
  content: "";
}
.my-contents__item-detail {
  display: block;
  padding-top: 5px;
  font-size: 13px;
}
.profile .btn {
  padding-right: 40px;
}

@media screen and (min-width: 768px) {
  .profile {
    max-width: 800px;
    margin: 0 auto;
  }
}

/* ==========
self-taught
==========*/
.self-taught {
  padding-bottom: 64px;
  background-image: url(../images/self-taught-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.self-heading__h2 {
  margin-bottom: 32px;
  padding: 16px 14px;
  background-image: url(../images/title-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

/* ==========
worries
==========*/
.worries {
  padding-bottom: 100px;
  background: url(../images/grid.png),
    linear-gradient(180deg, #989898 0%, #d5d5d5 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.worries-heading__h2 {
  position: relative;
  margin-bottom: 45px;
  padding: 14px 16px;
  background-color: #252525;
  color: #ffffff;
}
.worries-heading__h2::after {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 27px solid #252525;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-style: solid;
  content: "";
}
.triangle {
  width: 79px;
  height: auto;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .worries {
    padding-bottom: 200px;
    background: url(../images/pc/grid-pc.png),
      linear-gradient(180deg, #989898 0%, #d5d5d5 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* ==========
knowing
==========*/
.knowing {
  position: relative;
}
.knowing .wave {
  width: 100%;
  margin-top: -8vh;
}
.knowing__contents {
  background-color: #fdffbd;
}
.knowing .sec__inner {
  padding-bottom: 30px;
}
.knowing .heading__h2 {
  margin-bottom: 30px;
}
.knowing .btn__text--big {
  color: #f8faa9;
}
@media screen and (min-width: 768px) {
  .knowing .wave {
    width: 100%;
    height: 270px;
    margin-top: -180px;
  }
}

/* ==========
weblab
==========*/
.weblab p {
  text-align: center;
}
.point__image {
  max-width: 319px;
  margin: 0 auto 24px;
}

@media screen and (min-width: 768px) {
  .point__image {
    max-width: 670px;
    margin: 0 auto 24px;
  }
}

/* ==========
learning
==========*/
.manabu {
  display: block;
  width: 44px;
}
.learning-heading__h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding-top: 20px;
  background-image: url(../images/dot.png);
  background-position: top 70% right 0;
  background-size: 50%;
  background-repeat: no-repeat;
}
.title__image--bottom {
  width: 100%;
  height: 50px;
}
.title__image--bottom img {
  height: 100%;
}

.skill-language__item {
  width: 55px !important;
}
.skill-language__item--s {
  width: 40px !important;
}

.skill-map {
  max-width: 400px;
  margin: 40px auto;
}
.skill-map__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  row-gap: 15px;
}
.skull-map__item {
  width: calc(50% - 7.5px);
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0 0 9.5px 3px rgba(0, 0, 0, 0.14);
  background: #ffffff;
  text-align: center;
}
.skill__icon {
  padding-bottom: 10px;
}
.skill-map img {
  width: auto;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .skill-map {
    max-width: 750px;
  }
  .skull-map__item {
    width: 30%;
  }
  .skill-language__item {
    width: 80px !important;
  }
  .skill-language__item--s {
    width: 60px !important;
  }
}

/* ==========
next-arrows
==========*/
@media screen and (min-width: 768px) {
  .next-arrows img {
    height: 238px;
    margin: 50px 0;
  }
}

/* ==========
special
==========*/
.special-heading__h2 {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 5%;
}

.special__image {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 5%;
}
.special__image--left {
  margin-bottom: 16px;
  padding-left: 8%;
}
.real-voice {
  width: 90%;
  margin: 0 auto;
  padding: 16px;
  border-radius: 10px;
  background-color: #9fd4d9;
}
.special__image-list {
  display: flex;
  flex-wrap: wrap;

  gap: 20px;
}
.special .heading__h3 {
  margin-bottom: 30px;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .real-voice {
    max-width: 1000px;
    padding: 40px 20px;
  }
  .special__image-item {
    width: 45%;
    margin: 0 auto;
  }
  .special__image {
    max-width: 900px;
  }
  .special-heading__h2 {
    max-width: 700px;
    padding: 0 8%;
  }
}

/* ==========
column
==========*/
.column .column__inner {
  margin: 40px 0;
  padding: 40px 0 76px;
  background-image: url(../images/gradation-bg.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.column-heading__h2 {
  max-width: 205px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.column__item {
  padding: 0 16px;
}
.slick-slide .column__item {
  transform: scale(0.8);
  padding: 0;
}
.slick-active .column__item {
  transform: scale(1);
}

.column__info__list {
  list-style: disc;
  margin-bottom: 20px;
  padding: 20px 20px 20px 35px;
  background-color: #9fd9d3;
}

/* ==========
change
==========*/
.change {
  padding: 30px 0 120px;
  background: linear-gradient(270deg, #fff89d 0%, #84d9d9 100%);
}
.change-heading__h2 {
  max-width: 335px;
  margin: 0 auto;
  padding: 0 10px;
}
.change__text-area {
  padding: 16px;
  border-radius: 11px;
  background-color: #f8fee9;
}

/* ==========
after
==========*/
.weblab-line {
  margin-bottom: 40px;
}
.after div {
  margin-top: -50px;
}

.horizontal-list {
  width: auto;
  height: 195px;
}
.horizontal-list img {
  width: auto;
  height: 100%;
}
.weblab-line__images {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .weblab-line__inner {
    max-width: 670px;
    margin: 0 auto;
  }
  .after.pc-only {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(90deg, #ffd1e2 0%, #c3f6f6 100%);
  }
  .after .after-title {
    position: absolute;
    top: -50px;
    width: 80%;
    max-width: 758px;
  }
  .after div {
    margin-top: 0;
  }
  .after .after-works {
    width: 95%;
    max-width: 1000px;
    margin: 168px auto;
  }
  .horizontal-list {
    height: 350px;
  }
  .weblab-line .sec__inner {
    max-width: 1300px;
  }
}

/* ==========
message
==========*/
.message {
  margin-bottom: 60px;
}
.message .heading__h2 {
  width: 90%;
  max-width: 300px;
  margin: 0 auto 40px;
}
