@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lusitana:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

#main a {
  color: #333;
  text-decoration: none;
}

#main {
  padding-top: 140px;
  color: #333;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: 100%;
}

.job #main_content {
  float: none;
  width: 100%;
  max-width: 1200px;
}

.job #main_content .content {
  padding-left: 42px;
  padding-right: 42px;
}

.job .blue {
  display: flex;
  justify-content: center;
  padding: 120px 0 70px;
}

.job .blue #main_content > section {
  border: none;
}

.job .blue #main_content .content .circle .big_image img {
  float: none;
  max-width: 800px;
  width: 100%;
  object-fit: contain;
}

.job #main_content .link-wrap {
  justify-content: center;
  margin-top: 10px;
}

.job p {
  line-height: 1.5;
}

.job #content03 .big_image {
  padding-top: 50px;
}

.hero-content {
  position: relative;
}

.hero-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.recommend-title {
  margin-bottom: 60px;
}

.recommend-main-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.recommend-main-title .highlight {
  color: #00a67a;
  font-size: 32px;
}

.cta-buttons {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-buttons .contact-button-wrapper {
  position: relative;
  width: 580px;
  height: 120px;
}

.cta-buttons .contact-button {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 50px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0px 2px 0px #509d6d;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 49%,
      rgba(0, 0, 0, 0.1) 49%
    ),
    linear-gradient(0deg, rgba(97, 179, 128, 1) 0%, rgba(97, 179, 128, 1) 100%);
}

.cta-buttons .contact-text {
  top: 33px;
  left: 105px;
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 2.52px;
  line-height: 54px;
  white-space: nowrap;
}

.cta-buttons .contact-text::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.cta-buttons .character-image {
  object-fit: cover;
  width: 36px;
  height: auto;
}

.cta-buttons .trial-button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 580px;
  height: 120px;
  border-radius: 60px;
  box-shadow: 0px 2px 0px #e0944f;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.05) 49%,
      rgba(0, 0, 0, 0.1) 49%
    ),
    linear-gradient(0deg, rgba(247, 164, 87, 1) 0%, rgba(247, 164, 87, 1) 100%);
}

.cta-buttons .trial-text-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  padding-left: 78px;
}

.cta-buttons .trial-button-wrapper::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  position: absolute;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}

.cta-buttons .trial-text {
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
  text-align: center;
  letter-spacing: 4.32px;
  line-height: 54px;
  white-space: nowrap;
}

.cta-buttons .trial-subtitle {
  text-shadow: 0px 1px 1px #00000033;
  font-family: "Noto Sans JP-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  letter-spacing: 2.64px;
  line-height: 33px;
  white-space: nowrap;
}

.recommend-section {
  background-color: #f9ffe2;
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.case {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 40px;
  max-width: 1200px;
  padding-top: 24px;
  padding-bottom: 30px;
}

.case-item {
  width: 100%;
}

.card-container {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 64px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.case-number {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #00a67a;
  background-color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 1.1;
}

.case-number .case-text {
  font-size: 16px;
  display: block;
  padding-top: 14px;
}

.case-number .case-num {
  font-size: 32px;
  font-weight: 600;
  display: block;
  margin-top: 4px;
}

.card-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 24px;
  z-index: 1;
}

.card-title {
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 20px;
  z-index: 1;
}

.card-description {
  font-weight: 400;
  color: #333333;
  font-size: 16px;
}

.job .blue #main_content .content #content03 div section img {
  max-width: 403px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.job .btn-link {
  padding-bottom: 40px;
}

.job .btn-link a {
  max-width: 400px;
  width: auto;
  border-radius: 25px;
  background: #eff3f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333333;
  text-decoration: none;
  padding: 13px 30px 13px 20px;
  margin: 40px auto 0;
  position: relative;
}

.job .btn-link a::after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
}

.job .prepare-wrapper {
  border: 2px dotted #a2d2ec;
  padding: 12px 20px;
  font-weight: 500;
  background-color: #f1f8fd;
  color: #333;
}

.job .prepare-wrapper p {
  font-size: 24px;
}

.job .prepare-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 24px;
}

.job .prepare-items li {
  position: relative;
  padding-left: 20px;
}

.job .prepare-items li::before {
  content: "\f00c";
  color: #ff7575;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  font-size: 16px;
}

.job #main_content .link-wrap .item {
  max-width: 300px;
}

.job #main_content .link-wrap .item .txt-box .tit {
  font-size: 24px;
}

.job #main_content .link-wrap .item .txt-box .txt {
  font-size: 20px;
}

@media (max-width: 768px) {
  #main {
    padding-top: 80px;
    font-size: 16px;
  }

  .recommend-title {
    margin-bottom: 40px;
  }

  .recommend-main-title {
    font-size: 18px;
  }

  .recommend-main-title .highlight {
    font-size: 24px;
  }

  .recommend-main-title img {
    width: 18px;
    height: auto;
  }

  .cta-buttons {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
    gap: 20px;
  }

  .cta-buttons .contact-button-wrapper,
  .cta-buttons .contact-button,
  .cta-buttons .trial-button-wrapper,
  .cta-buttons .trial-text-container {
    width: 345px;
    height: 70px;
    padding-left: 0;
    justify-content: center;
    gap: 4px;
  }

  .cta-buttons .contact-text,
  .cta-buttons .trial-text {
    font-size: 20px;
  }

  .cta-buttons .character-image {
    width: 22px;
  }

  .case {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .case .card-content {
    position: relative;
  }

  .case .card-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
    background: none;
    box-shadow: none;
    padding: 0 20px;
  }

  .case .card-image {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    margin: 0;
  }

  .case .case-number {
    position: static; /* ‚Ü‚½‚Í relative */
    transform: none;
    width: auto;
    height: auto;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0px;
    margin-bottom: 8px;
    padding-top: 0;
    background: none;
  }

  .case .case-text {
    font-size: 14px;
    padding-top: 0;
  }

  .case .case-num {
    font-size: 18px;
  }

  .case .card-description {
    grid-column: 2;
    grid-row: 3;
    text-align: left;
    font-size: 14px;
  }

  .recommend-section {
    padding: 40px 0;
    text-align: center;
  }

  .card-title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .job #main_content .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job .blue {
    padding: 80px 0 30px;
  }

  .open-course {
    background: none !important;
  }

  .job #content03 .big_image {
    padding-top: 0;
  }

  body.sp .job #main_content > section > .content > section h2 span::before {
    display: none;
  }

  .job #main_content .link-wrap {
    margin-top: 80px;
  }

  body .job #main_content > section > .content > section {
    margin-bottom: 25px;
    position: static;
    text-align: left;
    min-height: 0;
    color: #515e73;
  }

  body .job #main_content > section > .content {
    padding-top: 10px;
    margin: 0 auto;
  }

  .job .blue #main_content .content > section#content03 .txt_box {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }

  body .job .blue #main_content > section .box_link a {
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
  }

  .job .blue #main_content .content .circle img {
    float: none;
    width: 100%;
  }

  .job #content01 {
    padding-top: 55px;
  }

  .job .prepare-wrapper p {
    font-size: 20px;
  }

  .job #main_content .link-wrap .item .txt-box .tit {
    font-size: 16px;
  }

  .job #main_content .link-wrap .item .txt-box .txt {
    font-size: 16px;
  }

  .job #main_content .link-wrap .item {
    max-width: 100%;
  }
}
