body {
  font-family: 'Kiwi Maru', serif;
  color: #015757;
  font-size: min(4.27vw, 24px);
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
  }

h2 {
  font-weight: 500;
  font-size: min(6.79vw, 45px);
  ;
  color: #fff;
  text-shadow: 3px 2px 0px #008282;
  text-align: center;
  -webkit-text-stroke: 1.5px #015757;
  margin-bottom: min(12.08vw, 80px);
}

h3 {
  margin: 0;
  font-size: min(4.27vw, 24px);
}

img {
  width: 100%;
}

a,
a:hover,
a:visited {
  color: inherit;
  color: inherit;
  /* 親要素の文字色を引き継ぐ */
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}


p {
  margin: 0;
}


h2 img {
  width: auto;
  /* 幅は自動計算（比率を保つ） */
  object-fit: contain;
  height: min(7.250vw, 48px);
}



ruby rt {
  font-size: min(2.8vw, 14px);
  text-align: center;
}

.container {
  width: 100%;
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  background-color: #F1FF5F;
  z-index: 100;
  position: sticky;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

section {
  /* padding: 80px 9.67% 120px 9.67%; */
  padding-top: min(12.08vw, 80px);
  padding-bottom: min(18.12vw, 120px);
  padding-left: min(9.667vw, 64px);
  padding-right: min(9.667vw, 64px);
}

.head {
  background-color: #015757;
  color: #fff;
  padding: 24px;
  border-radius: 10px 10px 0px 0;
}

.content {
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 0 0 10px 10px;
}

.box-white {

  background-color: #fff;
  border-radius: 10px;
  margin: 40px 0;

}

.box-white-animation,
.challenge-environment-animation,
.workstyle-box-animation,
.career-change-animation,
.career-item-animation,
.speaker-card-animation {
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 1.0s;
}


.box-white-animation.scrollin,
.box-white.scrollin,
.challenge-environment-animation.scrollin,
.career-change-animation.scrollin,
.career-item-animation.scrollin
.speaker-card-animation.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.photo-style {
  border-radius: 10px;
  border: 2px solid #015757;
}

.sp-br {
  display: none;
}

/* ////////マーカー//////// */
mark {
  color: #015757;
  background: linear-gradient(transparent 60%, yellow 0%);
}

/* /////////LINE//////////// */
.cta-line-button {
  background-color: #06C755;
  border-radius: 6px;
  align-items: center;
  display: inline-flex;
}

.cta-line-button img {
  width: min(9.063vw, 60px);
}

.cta-line-button span {
  padding-top: min(3.776vw, 25px);
  padding-bottom: min(3.776vw, 25px);
  padding-left: min(4.531vw, 30px);
  padding-right: min(4.531vw, 30px);
  color: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  font-size: min(3.558vw, 20px);
}

.cta-line-button:hover {
  background-color: #0ab34c;
}

/* /////////三角形///////////// */
/* 右上向き */
.triangle-clip-1 {
  width: 100%;
  height: 117px;
  background: #E2FEFE;
  clip-path: polygon(0 100%, 100% 100%, 0 0);
}

/* 左上向き */
.triangle-clip-2 {
  width: 100%;
  height: 117px;
  background: #E2FEFE;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}

/* 左下向き */
.triangle-clip-3 {
  width: 100%;
  height: 117px;
  background: #E2FEFE;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

/* 右下向き  */
.triangle-clip-4 {
  width: 100%;
  height: 117px;
  background: #E2FEFE;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}


/* 背景 */
canvas {
  z-index: 10;
  position: fixed;
  width: 140%;
  top: 10%;
  left: -50px;
  transform: rotate(-15deg);
}


/* ファーストビュー */
.first-view-img {
  position: relative;
}

.first-view {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.first-view-button {
  margin: 42px 0 24px 0;
  margin-top: min(6.34vw, 42px);
  margin-bottom: min(3.625vw, 24px);
}

.first-view-text {
  text-align: center;
  bottom: min(12.08vw, 80px);
  background-color: #fff;
  padding-top: min(12.08vw, 80px);
  padding-bottom: min(12.08vw, 80px);
}

.first-view-text img {
  width: 50px;
}

.first-view-message {
  text-align: left;
  display: inline-block;
  margin: 0 auto;
}

.first-view-message span {
  font-size: min(3.558vw, 20px);
  display: block;
}

.award-box {
  display: flex;
  justify-self: center;
  margin-bottom: 10px;
}

.award:not(:first-child) {
  margin-left: 20px;
}

.award {
  width: 140px;
}

.award img {
  width: 100%;
}

/* 悩み */
.problem-section {
  padding-bottom: 40px;
}

.problem-section .problem-h2 {
  width: 100%;

}

.problem-img {
  opacity: 0;
  transform: translate(0, 100%);
  transition: all 1.0s;

}

.problem-img.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ベネフィット */
.benefits {
  background-color: #E2FEFE;
  margin: 0;
}

.problem-box {
  position: relative;
  border-radius: 10px;
  border: 1px solid #015757;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  margin-bottom: 80px;
}

.problem-box::before {
  content: "";
  position: absolute;
  top: max(-32.17vw, -213px);
  left: 50%;
  transform: translateX(-50%);
  width: min(70.99vw, 470px);
  height: min(39.27vw, 260px);
  background-image: url(./image/worried-woman.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.problem-head {
  padding: min(5.135vw, 34px);
  text-align: center;
}

.problem-title {
  margin: 0 0 40px 0;
}

.problem-title img {
  top: 0;
  position: static;
}

.problem-text {
  padding: 24px 32px 40px 32px;
}

.problem-message li {
  display: flex;
  align-items: center;
}

.problem-message li:not(:first-child) {
  margin-top: 30px;
}

.problem-message li i {
  padding-right: 1rem;
}

.note-text {
  display: block;
  color: #A8A8A8;
  font-size: min(3.2vw, 16px);
  margin-top: 20px;
}

.benefits-list li {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #015757;
  padding: 30px 12px;
}

.benefits-list li:not(:first-child) {
  margin-top: 40px;
}

.benefits-title {
  text-align: center;
  margin-bottom: 18px;
}

.benefits-message {
  font-size: min(3.2vw, 16px);
}

/* わたしたちについて */
.about-section {
  position: relative;
  padding-top: min(29.75vw, 197px);
  padding-bottom: 120px;
}

.about-section h3 {
  text-align: center;
  padding: 24px 0px;
}



.about-section .box-white {
  padding: 30px 27px;
}

.about-section .about-message {
  padding: 24px 0;
}

.intro-text {
  margin: 48px 0;
  text-align: center;
  font-size: min(3.2vw, 16px);
}

.transformation-box {
  font-size: min(3.599vw, 18px);
  text-align: center;
}

.transformation-message {
  line-height: 1.6;
}

.transformation-box span {
  font-size: min(4.27vw, 24px);
}

.transformation-img {
  width: 220px;
  margin: 40px auto 0 auto;
}

.industry-hub {
  padding: 30px;
  text-align: center;
  font-size: min(3.599vw, 18px);
}

.previous-industry {
  border-top: 3px solid #F1FF5F;
}


.industry-hub span {
  font-size: min(3.323vw, 22px);
}


.hub-image {
  width: 250px;
  margin: 24px auto;
}

.happy-people {
  display: block;
  margin: 40px auto 0 auto;
  width: 450px;

}

.about-message {
  text-align: center;
}

.about-message p {
  font-size: min(3.2vw, 16px);
}

.about-message span {
  font-size: min(3.599vw, 18px);
  font-weight: 700;
}

.about-message h3 {
  padding-bottom: 0;
}


.career-change-box h3,
.workstyle-box h3,
.challenge-environment-box h3 {
  text-align: left;
  padding-left: 0;
  padding-top: 0;
}

.career-change-box p,
.workstyle-box p,
.challenge-environment-box p {
  padding: 24px 0;
}

.career-change-text {
  font-size: min(3.558vw, 20px);
}

/* 異業種転職 */
.career-change-box {
  margin-top: 0;
  padding-top: 0;
}

/* リモートワーク率 */
.rate-img {
  width: 250px;
  margin: 0 auto;
  position: relative;

}

/* 環境について */

.environment-item img:not(:first-of-type) {
  margin-top: 18px;
}

.environment-item {
  margin-bottom: 40px;
}

.environment-title {
  font-size: min(3.558vw, 20px);
}

.remote-work-breakdown {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 20px;
}

.rate-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  color: #fff;
  font-weight: bold;
  font-size: min(6.042vw, 40px);
  display: inline-flex;
  align-items: flex-end;
  gap: 0;
}

.rate-text-number {
  line-height: 1;
}

.rate-text-percent {
  font-size: min(5.438vw, 36px);
  line-height: 1;
}

.remote,
.office {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: min(2.8vw, 14px);
}

.remote::before,
.office::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
}

.remote::before {
  background: #015757;
}

.office::before {
  background: #E2FEFE;
}

.remote-work-note {
  font-size: min(2.8vw, 14px);
  padding: 0;
  display: inline-block;
}

.remote-work-note:first-child {
  margin-top: 24px;
}




/* セミナーについて */
.seminar-section {
  position: relative;
  background-color: #E2FEFE;
  overflow-x: hidden;
}

.seminar-triangle {
  position: absolute;
  bottom: 0;
  left: 0;
}

.seminar-message {
  text-align: center;
  font-size: min(3.599vw, 18px);
  margin-bottom: 60px;
}

.speaker-card {
  text-align: center;
  padding: 24px 16px 40px 16px;
}

.speaker-title {
  border-bottom: 3px solid #015757;
  margin-bottom: 32px;
  padding-bottom: 16px;
}

.speaker-position {
  padding: 16px 0;
  font-size: min(3.2vw, 16px);
  font-weight: bold;
}

.speaker-text {
  display: block;
  font-size: min(2.8vw, 14px);
  text-align: left;
}

.seminar-card {
  border-top: 10px solid #015757;
  padding: 40px 8px 32px 8px;
}

.seminar-card dt,
.seminar-card dd {
  text-align: center;
}

.seminar-card dd {
  font-size: min(3.2vw, 16px);
  padding: 18px 0;
  margin: 0 auto;
}

.seminar-card p {
  font-size: min(2.8vw, 14px);
}

.seminar-tags {
  text-align: center;
  margin-top: 28px;
}

.seminar-tag:not(:first-child) {
  margin-left: 10px;
}

.seminar-tag {
  font-size: min(2.8vw, 14px);
  background-color: #F1FF5F;
  border: 1px solid #015757;
  border-radius: 20px;
  padding: 6px 10px;
}

.seminar-text {
  display: flex;
  justify-content: center;
}

.arrow-man-img {
  width: 300px;
  margin: 30px auto 0 auto;
}

.career-support-wrapper {
  position: relative;
  margin-bottom: 160px;
  margin-top: 72px;
}

.career-support-banner {
  background-color: #fff;
  text-align: center;
  padding: 30px 0 40px 0;
  position: relative;
}

.career-title {
  text-align: center;
  margin-bottom: 32px;
}

.career-support-message {
  font-size: min(3.2vw, 16px);
  margin-top: 24px;
}

.career-item {
  padding: 20px 20px 50px 20px;
  margin-bottom: 40px;
}

.career-head {
  border-bottom: 1px solid #015757;
  text-align: center;
  padding: 10px 10px 24px 10px;
}

.img-circle {
  width: 300px;
  height: 300px;
  margin: 0 auto 1.33em auto;
}

.img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.career-name {
  font-size: min(3.2vw, 16px);
}

.staff-left {
  position: absolute;
  left: -30px;
  top: 42%;
  width: 140px;
}

.staff-right {
  position: absolute;
  right: -50px;
  top: 50%;
  width: 170px;
}

.career-message {
  font-size: min(3.2vw, 16px);
  margin-top: 24px;
}

.seminer-img {
  width: 382px;
  margin: 0 auto;
}

/* 参加者の感想 */

.voice-triangle {
  position: absolute;
  top: 0;
  left: 0;
}

.voices {
  background: url(./image/backgorund-border.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
  position: relative;
  padding-top: min(29.75vw, 197px);
  padding-bottom: min(35.8vw, 237px);
  padding-left: min(9.667vw, 64px);
  padding-right: min(9.667vw, 64px);
  box-sizing: border-box;
}

.voices__list {
  overflow-x: hidden;
}

.voices-triangle {
  position: absolute;
  top: 0;
  left: 0;
}

.voices-triangle2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.voice {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.voice-text {
  width: 65%;
  padding-left: 1em;
}

.voice_2 .voice-text {
  padding-right: 1em;
  padding-left: 0;
}


.voice-message {
  font-size: min(3.2vw, 16px);
  margin-top: 0.5rem;
}

.voice_1,
.voice_3 {
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 1.0s;
}

.voice_2 {
  opacity: 0;
  transform: translate(100%, 0);
  transition: all 1.0s;
}


.voice_1.scrollin,
.voice_2.scrollin,
.voice_3.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* 会社概要 */
.company-profile-box {
  padding: 32px 0;
  margin-bottom: 80px;
  border: 1px solid #015757;
  margin-bottom: 120px;
}

.company-profile-box dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  row-gap: 1rem;
  /* column-gap: 20%; */
   font-size: min(3.2vw, 16px);
    width: fit-content;
    margin: 0 auto;
}

.company-profile-box dt {
  font-weight: bold;
}

.company-profile-box dd {

}


/* メッセージ */

.message {
  background-color: #E2FEFE;
  margin: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

.message-top {
  position: relative;
  box-sizing: border-box;
}

.message-title {
  width: 90%;

}

.message-title::before {
  content: "";
  position: absolute;
  top: max(-6.495vw, -43px);
  left: 50%;
  width: min(70.99vw, 470px);
  height: min(39.27vw, 260px);
  background-image: url(./image/pointing.png);
  background-size: contain;
  background-repeat: no-repeat;
  animation: shake-up 2s infinite ease-in-out;
}


@keyframes shake-up {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}



.message-title {
  font-size: min(6.042vw, 40px);
  margin-bottom: 1em;
}


/* 参加方法 */
.steps {
  text-align: center;
}

.steps-button p {
  font-size: min(3.599vw, 18px);
  position: relative;
}

.steps-button p::before {
  content: "";
  display: block;
  border: 1px solid #015757;
  width: min(2.5vw, 17px);
  transform: rotate(-135deg);
  position: absolute;
  top: clamp(10px, 2vh, 40px);
  left: 25%;
}

.steps-button p::after {
  content: "";
  display: block;
  border: 1px solid #015757;
  width: min(2.5vw, 17px);
  transform: rotate(135deg);
  position: absolute;
  top: clamp(10px, 2vh, 40px);
  right: 25%;
}

.step-button {
  margin-top: min(2.416vw, 16px);
  margin-bottom: min(7.250vw, 48px);
}

.item-text {
  font-size: clamp(9px, 2.416vw, 16px);
  margin-bottom: 0.5em;
}

.diagnosis-title {
  margin-bottom: 20px;
}

.diagnosis p {
  font-size: min(3.2vw, 16px);
}

.diagnosis span {
  font-size: min(3.172vw, 21px);
}

.diagnosis-box {
  font-size: min(3.558vw, 20px);
  background-color: #fff;
  padding: 18px 9px 30px 9px;
  border-radius: 10px;
  margin-top: 8px;
}

.diagnosis-items {
  display: flex;
  justify-self: center;
  justify-content: center;

}



.item-img {
  width: min(7.552vw, 50px);

}

.AtoB-icon {
  margin-top: 0.5rem;
  width: min(12.08vw, 80px);
}

.result-icon {
  margin-top: 0.5rem;
  width: min(9.063vw, 60px);
}

.arrow {
  margin: auto 10px;
}

.arrow-box {
  position: relative;
}

.arrow-none {
  opacity: 0;
}

.arrow-box .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -43px;
}

.arrow-box .arrow.arrow3 {
  transform: translateY(-22%);
}

.arrow span {
  display: block;
  /* width: 34px; */
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 24px solid #015757;
  border-right: 0;
}

/* よくある質問 */
.faq {
  background-color: #E2FEFE;
  margin: 0;
}

.question-box {
  margin-bottom: 40px;

  opacity: 0;
  transform: translate(0, 100%);
  transition: all 1.0s;
}

.question-box.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.answer {
  font-size: min(3.599vw, 18px);
  line-height: 125%;
}


/* フッター */
footer {
  background-color: #015757;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 24px 4.67%;
  align-items: center;
}

.sns-box {
  display: flex;
  text-align: center;
}

.sns-box li:not(:first-child) {
  width: min(4.531vw, 30px);
  padding-left: 15px;
}



.sns-box li.wantedly {
  width: clamp(35px, 6.042vw, 40px);
}

.sns-box a:hover {
  opacity: 0.8;
  transition: 0.2s;
}


/* 追従ボタン */
.fixed-box {
  display: none;
}




/* ////////レスポンシブ//////// */
/* ▼ タブレット向け：768px以下 */
@media (max-width: 768px) {
  .pc-side-menu {
    display: none;
  }
}

/* スマホ */
@media (max-width: 661px) {

section {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* 背景 */
  canvas {
    display: none;
  }

  /* 改行 */
  .sp-br {
    display: inline;
  }

  /* 追従ボタン */
  .fixed-box {
    display: inline-block;
    width: 100vw;
    background-color: #fff;
    padding: 16px 0;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);

  }

  .fixed-box.show {
    opacity: 1;
    transform: translateY(0);
  }

  .fixed-box p {
    margin-bottom: 16px;
  }


  /* ファーストビュー */
  .first-view-text {
    padding-top: 20px;
    background-color: #fff;
  }

  .award:not(:first-child) {
    margin-left: 10px;
  }

  .award {
    width: 85px;
  }
 .award-box {
  justify-content: center;
 }

  /* ベネフィット  */

  .problem-section {
    padding-bottom: 0;
  }

  /* わたしたちについて */
  .happy-people {
    width: 330px;
  }

  /* セミナーについて */

  .seminar-message {
    margin-bottom: 30px;
  }

  .seminer-img {
    width: 282px;
  }

  .challenge-environment-box p {
    padding: 15px 0;
  }

  .career-support-wrapper {
    margin-bottom: 110px;
  }

  .environment-item {
    margin-bottom: 20px;
  }

  .career-support-banner {
    margin-top: 10px;
  }

  .staff-left {
    width: 107px;
    left: -30px;
  }

  .staff-right {
    width: 130px;
    right: -60px;
  }

  .img-circle {
    width: 180px;
    height: 180px;
  }

  /* 感想 */
    .voices {
      padding-left: 24px;
      padding-right: 24px;
    }
  .voice__author {
    width: 150px;
  }

  /* 参加方法 */
  .arrow {
    margin: auto 0 auto 3px;
  }

  .rate-img {
    width: 180px;
  }

  .arrow-man-img {
    width: 140px;
  }

  .arrow span {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #015757;
  }

  .arrow-box .arrow {
    right: -21px;
  }

  .arrow-box .arrow.arrow3 {
    transform: translateY(-28%);
  }

  .steps-button p::before,
  .steps-button p::after {
    top: 65%;
  }

  /* フッター */
  li i {
    font-size: 20px;
  }

  .instagram,
  .x {
    margin-top: 3px;
  }

  .x {
    padding-left: 15px;
  }

  .logo {
    width: 100px;
  }

}

.seminer {
  font-size: 1.4em;
  font-weight: 700;
}
