@charset "UTF-8";

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 20px;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
}

html body {
  margin: 0;
}

@media screen and (max-width: 1536px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

p {
  margin: 0;
}

.red-color {
  color: #F77036;
}

.red1-color {
  color: #E2564B;
}

.blue-color {
  color: #3A62AD;
}

.lighter-blue-color {
  color: #80B5E6;
}

.orange1-color {
  color: #DA7F14;
}

.teal-color {
  color: #009FA8;
}

.cta-button {
  background-color: #FA630E;
  align-items: center;
  padding: 1rem;
  display: flex;
  gap: 0.5rem;
  box-shadow: 0px 3px 0px #AC4308;
  border-radius: 15%/50%;
  color: white;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.cta-button::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 15%/50%;
  background-color: #3A62AD;
  top: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}

@media screen and (max-width:768px) {
  .cta-button::before {
    border-radius: 8%/50%;
  }
}

.cta-button * {
  z-index: 1;
}

.cta-button::after {
  content: "→";
  z-index: 1;
}

.cta-button:hover::before,
.cta-button.active::before {
  width: 100%;
}

.cta-button-container {
  position: relative;
}

.cta-button-container .position {
  z-index: 1;
  position: absolute;
  left: 50%;
  right: -5%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  top: 0;
  color: #FA630E;
  border: 1px solid #FA630E;
  font-size: 16px;
  padding: 3px 0;
  text-align: center;
  background-color: white;
  font-weight: bold;
}

.cta-button-container:hover .position {
  color: #3A62AD;
  border: 1px solid #3A62AD;
}

.text {
  font-size: 16px;
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

.home-page .resources .resource-list,
.home-page .overview .content,
.home-page .flow .flow-row,
.home-page .services .service-list,
.home-page .members .employees,
.home-page .positions .pro,
.home-page .positions .trainees,
.home-page .positions .amateur,
.home-page .positions .others,
.home-page .positions .position-list,
.home-page .statistics .grid {
  width: 1400px;
}

@media screen and (max-width: 1440px) {

  .home-page .resources .resource-list,
  .home-page .overview .content,
  .home-page .flow .flow-row,
  .home-page .services .service-list,
  .home-page .members .employees,
  .home-page .positions .pro,
  .home-page .positions .trainees,
  .home-page .positions .amateur,
  .home-page .positions .others,
  .home-page .positions .position-list,
  .home-page .statistics .grid {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 768px) {

  .home-page .resources .resource-list,
  .home-page .overview .content,
  .home-page .flow .flow-row,
  .home-page .services .service-list,
  .home-page .members .employees,
  .home-page .positions .pro,
  .home-page .positions .trainees,
  .home-page .positions .amateur,
  .home-page .positions .others,
  .home-page .positions .position-list,
  .home-page .statistics .grid {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}

.home-page .faq .faq-list,
.home-page .benefits .table1,
.home-page .benefits .table2 {
  width: 1000px;
}

.home-page .timeline .timeline-list {
  width: 500px;
}

@media screen and (max-width: 1160px) {

  .home-page .faq .faq-list,
  .home-page .benefits .table1,
  .home-page .benefits .table2,
  .home-page .timeline .timeline-list {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}

.home-page .members .executives {
  width: 940px;
}

@media screen and (max-width: 972px) {
  .home-page .members .executives {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}

h3 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #009FA8;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

.h3-sub-title {
  font-weight: bold;
  margin-top: 0.5rem;
  /*color: #3A62AD;*/
  color: #009FA8;
  display: block;
}

.home-page .button-row,
.home-page .value-list .value-item,
.home-page .footer .menu .menu-list,
.home-page .resources .resource-list,
.home-page .overview .content,
.home-page .flow .flow-row,
.home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .content,
.home-page .members .executives,
.home-page .positions .pro .content,
.home-page .positions .trainees .content,
.home-page .positions .amateur .content,
.home-page .positions .position-list,
.home-page .hero .title-container .content {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 768px) {

  .home-page .button-row,
  .home-page .value-list .value-item,
  .home-page .footer .menu .menu-list,
  .home-page .resources .resource-list,
  .home-page .overview .content,
  .home-page .flow .flow-row,
  .home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .content,
  .home-page .members .executives,
  .home-page .positions .pro .content,
  .home-page .positions .trainees .content,
  .home-page .positions .amateur .content,
  .home-page .positions .position-list,
  .home-page .hero .title-container .content {
    flex-direction: column;
  }
}

h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #009FA8;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.home-page .header-logo {
  width: 200px;
  height: 70px;
  object-fit: contain;
  opacity: 0;
  transform: translateX(-100%);
}

.home-page .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.home-page .header .header-wrapper {
  position: relative;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.home-page .header .header-wrapper .nav-bg {
  background-color: rgba(255, 255, 255, 0.6274509804);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-page .header .header-wrapper .menu-pc {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  transform: translateX(100%);
  opacity: 0;
}

.home-page .header .header-wrapper .menu-pc .phone-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #3A62AD;
  font-weight: bold;
  font-size: 1.5rem;
  gap: 0.5rem;
  font-family: "Bahnschrift", "Segoe UI", sans-serif;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .home-page .header .header-wrapper .menu-pc {
    display: none;
  }
}

.home-page .header .header-wrapper .menu-sp {
  color: #009FA8;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .home-page .header .header-wrapper .menu-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home-page .header .header-wrapper {
    padding: 8px 16px;
  }
}

.home-page .header.active {
  position: fixed;
}

.home-page .header.active .header-wrapper .nav-bg {
  opacity: 1;
}

.home-page .hero {
  z-index: -1;
  background: #FFF4C7;
  padding-top: 6rem;
  position: relative;
}

.home-page .hero .light-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 8vw;
  display: block;
  background-image: url(../img/mask-hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page .hero .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-page .hero .title-container .h1-description {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  background-color: #009FA8;
  padding: 0.5rem 1.5rem;
  border-radius: 3rem;
  transform: translateY(-100%);
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .home-page .hero .title-container .h1-description {
    font-size: 1.0rem;
  }
}

.home-page .hero .title-container h1 {
  font-weight: bold;
  font-size: 3rem;
  color: #009FA8;
  line-height: 1.5;
  margin: 0;
  margin-top: 1.5rem;
}

.home-page .hero .title-container h1 .char {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .home-page .hero .title-container h1 {
    font-size: 20px;
  }
}

.home-page .hero .title-container .content {
  justify-content: center;
}

.home-page .hero .title-container .content .catch-copy {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.home-page .hero .title-container .content .catch-copy .word {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.home-page .hero .title-container .content .catch-copy .span-3 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0px 4px 0px #3A62AD, 1px 1px 0px #3A62AD, -1px 1px 0px #3A62AD, -1px -1px 0 #3A62AD, 1px -1px 0 #3A62AD;
  color: white;
}

@media screen and (max-width: 1536px) {
  .home-page .hero .title-container .content .catch-copy .span-3 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .home-page .hero .title-container .content .catch-copy .span-3 {
    font-size: 26px;
  }
}

.home-page .hero .title-container .content .catch-copy .span-4 {
  font-size: 2rem;
  font-family: "HiraginoKakuGothicW8";
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  color: #3A62AD;
  margin-top: 1.5rem;
}

.home-page .hero .title-container .content .catch-copy .span-5 {
  font-size: 1.5rem;
  font-family: "HiraginoKakuGothicW8";
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  color: #3A62AD;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {

  .home-page .hero .title-container .content .catch-copy .span-4,
  .home-page .hero .title-container .content .catch-copy .span-5 {
    font-size: 14px;
  }
}

.home-page .hero .title-container .content .person-left,
.home-page .hero .title-container .content .person-right {
  width: 20%;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  object-fit: contain;
}

.home-page .hero .title-container .content .person {
  margin-top: 8px;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 10%;
}

.home-page .hero .title-container .content .person .person-left,
.home-page .hero .title-container .content .person .person-right {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .home-page .hero .title-container {
    padding: 0 16px;
  }
}

.home-page .statistics {
  background-color: #ECF9F6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
}

.home-page .statistics .grid {
  margin: 2rem 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  align-items: stretch;
}

.home-page .statistics .grid .item2x,
.home-page .statistics .grid .item {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  gap: 0.5rem;
  justify-content: space-between;
}

.home-page .statistics .grid .item2x .title,
.home-page .statistics .grid .item .title {
  color: #009FA8;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {

  .home-page .statistics .grid .item2x .title,
  .home-page .statistics .grid .item .title {
    font-size: 1.5rem;
  }

  .home-page .statistics .grid .item2x .title,
  .home-page .statistics .grid .item img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {

  .home-page .statistics .grid .item2x .title,
  .home-page .statistics .grid .item .title {
    font-size: 14px;
  }
}

.home-page .statistics .grid .item2x .xlarge-quantity,
.home-page .statistics .grid .item .xlarge-quantity {
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Bahnschrift", "Segoe UI", sans-serif;
}

@media screen and (max-width: 1024px) {

  .home-page .statistics .grid .item2x .xlarge-quantity,
  .home-page .statistics .grid .item .xlarge-quantity {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {

  .home-page .statistics .grid .item2x .xlarge-quantity,
  .home-page .statistics .grid .item .xlarge-quantity {
    font-size: 40px;
  }
}

.home-page .statistics .grid .item2x .inline,
.home-page .statistics .grid .item .inline {
  display: inline-block;
}

.home-page .statistics .grid .item2x .large-quantity,
.home-page .statistics .grid .item .large-quantity {
  font-size: 3rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Bahnschrift", "Segoe UI", sans-serif;
}

@media screen and (max-width: 1024px) {

  .home-page .statistics .grid .item2x .large-quantity,
  .home-page .statistics .grid .item .large-quantity {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {

  .home-page .statistics .grid .item2x .large-quantity,
  .home-page .statistics .grid .item .large-quantity {
    font-size: 30px;
  }
}

.home-page .statistics .grid .item2x .unit,
.home-page .statistics .grid .item .unit {
  font-size: 1.5rem;
  line-height: 1.5;
}

.home-page .statistics .grid .item2x .rows,
.home-page .statistics .grid .item .rows {
  display: flex;
  flex-direction: row;
  font-size: 1.5rem;
  font-weight: bold;
  gap: 0.5rem;
}

.home-page .statistics .grid .item2x .rows .male,
.home-page .statistics .grid .item2x .rows .female,
.home-page .statistics .grid .item .rows .male,
.home-page .statistics .grid .item .rows .female {
  display: flex;
  flex-direction: column;
}

.home-page .statistics .grid .item2x .rows .male,
.home-page .statistics .grid .item .rows .male {
  color: #3A62AD;
}

.home-page .statistics .grid .item2x .rows .female,
.home-page .statistics .grid .item .rows .female {
  color: #F77036;
}

.home-page .statistics .grid .item2x {
  grid-column: span 2;
}

.home-page .statistics .grid .item {
  grid-column: span 1;
}

@media screen and (max-width: 768px) {
  .home-page .statistics .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-page .positions {
  background-color: #F0F3F9;
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}

.home-page .positions::before {
  content: "";
  height: 8vw;
  display: block;
  background-image: url(../img/mask.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  mask-repeat: no-repeat;
  background-color: #ECF9F6;
}

.home-page .positions .h4-container {
  position: relative;
  text-align: center;
}

.home-page .positions .h4-container .h4-prefix {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3A62AD;
  line-height: 1;
  margin-bottom: 1rem;
}

.home-page .positions .h4-container::before,
.home-page .positions .h4-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3A62AD;
  transform-origin: center bottom;
}

.home-page .positions .h4-container::before {
  left: 0;
  transform: rotate(-30deg) translateX(-0.5rem);
}

.home-page .positions .h4-container::after {
  right: 0;
  transform: rotate(30deg) translateX(0.5rem);
}

.home-page .positions .position-list {
  margin-top: 1rem;
  align-self: center;
  gap: 2rem;
  justify-content: space-between;
}

.home-page .positions .position-list .position-item {
  flex: 1;
  background-color: white;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem 2rem 1.5rem;
  margin-top: 100px;
  justify-content: space-between;
}

.home-page .positions .position-list .position-item .avatar {
  width: 200px;
  height: 200px;
  margin-top: -100px;
}

.home-page .positions .position-list .position-item .title {
  font-size: 2rem;
  font-weight: bold;
  color: #009FA8;
}

.home-page .positions .position-list .position-item .sub-title {
  font-size: 1.0rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .home-page .positions .position-list .position-item {
    margin-top: 60px;
  }

  .home-page .positions .position-list .position-item .avatar {
    width: 120px;
    height: 120px;
    margin-top: -60px;
  }

  .home-page .positions .position-list .position-item .title {
    font-size: 20px;
  }
}

.home-page .positions .pro,
.home-page .positions .trainees,
.home-page .positions .amateur,
.home-page .positions .others {
  margin-top: 4rem;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 4rem 6rem;
  box-sizing: border-box;
}

.home-page .positions .pro .cta-button,
.home-page .positions .pro .h4-container,
.home-page .positions .trainees .cta-button,
.home-page .positions .trainees .h4-container,
.home-page .positions .amateur .cta-button,
.home-page .positions .amateur .h4-container,
.home-page .positions .others .cta-button,
.home-page .positions .others .h4-container {
  margin-top: 2rem;
}

.home-page .positions .pro .h4-container,
.home-page .positions .trainees .h4-container,
.home-page .positions .amateur .h4-container,
.home-page .positions .others .h4-container {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {

  .home-page .positions .pro,
  .home-page .positions .trainees,
  .home-page .positions .amateur,
  .home-page .positions .others {
    margin-top: 32px;
    padding: 16px;
  }
}

.home-page .positions .pro,
.home-page .positions .trainees,
.home-page .positions .amateur {
  background-color: white;
}

.home-page .positions .pro .content,
.home-page .positions .trainees .content,
.home-page .positions .amateur .content {
  width: 100%;
  gap: 2rem;
  margin: 2rem 0;
  overflow: hidden;
}

.home-page .positions .pro .content img,
.home-page .positions .trainees .content img,
.home-page .positions .amateur .content img {
  width: 400px;
  aspect-ratio: 1;
  clip-path: inset(0 100% 0 0);
}

.home-page .positions .pro .content .items,
.home-page .positions .trainees .content .items,
.home-page .positions .amateur .content .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 30px;
  border: 3px solid #f0f3f9;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {

  .home-page .positions .pro .content .items,
  .home-page .positions .trainees .content .items,
  .home-page .positions .amateur .content .items {
    padding: 20px;
  }
}

.home-page .positions .pro .content .items p,
.home-page .positions .trainees .content .items p,
.home-page .positions .amateur .content .items p {
  color: #009FA8;
  font-size: 1.2rem;
  font-weight: bold;
}

.home-page .positions .pro .content .items ul,
.home-page .positions .trainees .content .items ul,
.home-page .positions .amateur .content .items ul {
  color: #3A62AD;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
  gap: 1rem;
}

@media screen and (max-width: 768px) {

  .home-page .positions .pro .content .items p,
  .home-page .positions .trainees .content .items p,
  .home-page .positions .amateur .content .items p {
    font-size: 16px;
  }

  .home-page .positions .pro .content .items ul,
  .home-page .positions .trainees .content .items ul,
  .home-page .positions .amateur .content .items ul {
    font-size: 16px;
  }
}

.home-page .positions .pro .h3-container,
.home-page .positions .trainees .h3-container,
.home-page .positions .amateur .h3-container {
  text-align: center;
}

@media screen and (max-width: 768px) {

  .home-page .positions .pro .h3-container,
  .home-page .positions .trainees .h3-container,
  .home-page .positions .amateur .h3-container {
    margin-top: -60px;
  }

  .home-page .positions .pro .h3-container img,
  .home-page .positions .trainees .h3-container img,
  .home-page .positions .amateur .h3-container img {
    width: 120px;
    aspect-ratio: 1;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1024px) {

  .home-page .positions .pro .content img,
  .home-page .positions .trainees .content img,
  .home-page .positions .amateur .content img {
    width: 300px;
  }
}

@media screen and (max-width: 820px) {

  .home-page .positions .pro .content img,
  .home-page .positions .trainees .content img,
  .home-page .positions .amateur .content img {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {

  .home-page .positions .pro,
  .home-page .positions .trainees,
  .home-page .positions .amateur {
    padding: 0 16px 16px 16px;
    margin-top: 92px;
  }

  .home-page .positions .pro .content,
  .home-page .positions .trainees .content,
  .home-page .positions .amateur .content {
    border: 2px solid #3A62AD;
    border-radius: 10px;
    order: 1;
  }

  .home-page .positions .pro .content .items p,
  .home-page .positions .trainees .content .items p,
  .home-page .positions .amateur .content .items p {
    text-align: center;
    color: white;
    padding: 10px 0;
    background-color: #3A62AD;
  }

  .home-page .positions .pro .content img,
  .home-page .positions .trainees .content img,
  .home-page .positions .amateur .content img {
    width: 100%;
  }

  .home-page .positions .pro .h4-container,
  .home-page .positions .trainees .h4-container,
  .home-page .positions .amateur .h4-container {
    order: 2;
  }

  .home-page .positions .pro .value-list,
  .home-page .positions .trainees .value-list,
  .home-page .positions .amateur .value-list {
    order: 3;
  }

  .home-page .positions .pro .cta-button,
  .home-page .positions .trainees .cta-button,
  .home-page .positions .amateur .cta-button {
    order: 4;
  }
}

.home-page .positions .others {
  background-color: #FFF1E9;
}

.home-page .positions .others .value-list .value-item {
  background-color: white;
}

.home-page .positions .amateur .value-list {
  grid-template-columns: repeat(2, 1fr);
}

.home-page .members {
  background-color: #FFF4C7;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

.home-page .members::before {
  content: "";
  height: 8vw;
  display: block;
  background-image: url(../img/mask-member.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  mask-repeat: no-repeat;
  background-color: #F0F3F9;
}

.home-page .members .executives {
  gap: 2rem;
  margin: 3rem 0;
}

.home-page .members .executives .executive {
  display: flex;
  flex: 1;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .home-page .members .executives .executive {
    flex-wrap: wrap;
    align-items: baseline;
    flex-direction: row;
  }
}

.home-page .members .executives .executive iframe {
  width: 100%;
  align-self: center;
  border-radius: 10px;
  aspect-ratio: 5/4.5;
}

.home-page .members .executives .executive .title,
.home-page .members .executives .executive .description {
  font-size: 24px;
  font-weight: bold;
  color: #3A62AD;
  margin: 0;
  margin-top: 1rem;
  word-break: auto-phrase;
}

.home-page .members .executives .executive .name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #009FA8;
  line-height: 1.6;
}

@media screen and (min-width: 1400px) {
  .home-page .members .executives .executive iframe {
    width: 450px;
    aspect-ratio: 5/4.5;
  }
}

@media screen and (max-width: 768px) {
  .home-page .members .executives .executive iframe {
    width: 90%;
    aspect-ratio: 5/4.5;
  }

  .home-page .members .executives .executive .name {
    font-size: 23px;
  }

  .home-page .members .executives .executive .title,
  .home-page .members .executives .executive .description {
    font-size: 14px;
    margin-right: 10px;
  }

  .home-page .members .executives .executive .description {
    font-weight: normal;
  }
}

.home-page .members .employees {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.home-page .members .employees .employee {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  overflow: hidden;
}

.home-page .members .employees .employee .avatar {
  width: 100%;
  border-radius: 0.5rem 0.5rem 0 0;
}

.home-page .members .employees .employee .content {
  background-color: white;
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  align-items: center;
}

.home-page .members .employees .employee .content .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #009FA8;
}

.home-page .members .employees .employee .content .description {
  font-weight: bold;
  color: #3A62AD;
  width: 100%;
}

.home-page .members .employees .employee .content .plus-icon {
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0rem;
  background-color: #009FA8;
}

@media screen and (max-width: 768px) {
  .home-page .members .employees {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .members .employees .employee:last-of-type {
    transform: translateX(50%);
  }
}

.home-page .timeline {
  background-color: #F0F3F9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-page .timeline::before {
  content: "";
  height: 8vw;
  display: block;
  background-image: url(../img/mask-timeline.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  mask-repeat: no-repeat;
  background-color: #FFF4C7;
}

.home-page .timeline .timeline-list {
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
}

.home-page .timeline .timeline-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .home-page .timeline .timeline-wrap {
    gap: 0;
    margin-bottom: 30px;
  }

  .home-page .timeline .timeline-list {
    margin: 7px;
  }

  .home-page .timeline .timeline-list {
    margin: 7px;
  }
}

.home-page .timeline .timeline-list:first-of-type {
  margin-top: 50px;
}

.home-page .timeline .timeline-list .timeline-item-wrapper:not(:last-of-type)::before {
  position: absolute;
  content: "";
  position: absolute;
  top: 0;
  left: calc(1rem + 10px);
  width: 3px;
  bottom: 0;
  background-color: #3A62AD;
}

.home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item {
  display: flex;
  flex-direction: row;
}

.home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .content {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .content {
    gap: 10px;
  }
}

.home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .year {
  background-color: #009FA8;
  padding: 5px 0;
  height: fit-content;
  text-align: center;
  line-height: 1;
  color: white;
  margin: 0;
  font-weight: bold;
  width: 3.5rem;
  position: relative;
}

.home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .service {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 1rem;
  color: #3A62AD;
  width: 16rem;
}

@media screen and (max-width: 768px) {
  .home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .service {
    font-size: 16px;
  }
}

.home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .description {
  color: #3A62AD;
  background-color: white;
  flex: 1;
  margin-left: 1rem;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  padding: 10px;
  font-size: 15.5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .home-page .timeline .timeline-list .timeline-item-wrapper .timeline-item .description {
    font-size: 14px;
  }
}

.home-page .services {
  background-color: #ECF9F6;
  padding-bottom: 3rem;
}

.home-page .services::before {
  content: "";
  height: 8vw;
  display: block;
  background-image: url(../img/mask-services.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  mask-repeat: no-repeat;
  background-color: #F0F3F9;
}

.home-page .services .service-list {
  display: grid;
  gap: 1rem;
  margin: 3rem auto 0 auto;
  grid-template-columns: repeat(2, 1fr);
}

.home-page .services .service-list .service-item {
  display: flex;
  flex-direction: row;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  gap: 1rem;
}

.home-page .services .service-list .service-item img {
  width: 25%;
  height: fit-content;
}

.home-page .services .service-list .service-item .content {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #3A62AD;
}

.home-page .services .service-list .service-item .content.marunage {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.home-page .services .service-list .service-item .content .title {
  font-weight: bold;
}

.home-page .services .service-list .service-item .content .description {
  font-size: 16px;
}

.home-page .services .service-list .service-item .content .button {
  align-self: flex-end;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  border: 1px solid #3A62AD;
  text-decoration: none;
  color: #3A62AD;
}

.home-page .services .service-list .service-item .content.marunage .button {
  padding: 0.5rem 0.5rem;
  margin-right: 10px;
}

.home-page .services .service-list .service-item .content .button::after {
  content: "→";
}

@media screen and (max-width: 768px) {
  .home-page .services .service-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-page .services .service-list .service-item .content {
    gap: 1rem;
  }

  .home-page .services .service-list .service-item .content .description,
  .home-page .services .service-list .service-item .content .button {
    font-size: 12px;
  }
}

.home-page .benefits {
  background-color: #FFF4C7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.home-page .benefits .table1,
.home-page .benefits .table2 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.home-page .benefits .table1 .title,
.home-page .benefits .table2 .title {
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #009FA8;
  color: white;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.home-page .benefits .table1 .content,
.home-page .benefits .table2 .content {
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: white;
  padding: 2rem 1rem;
  gap: 2rem;
}

@media screen and (max-width: 768px) {

  .home-page .benefits .table1 .content,
  .home-page .benefits .table2 .content {
    gap: 1rem;
  }
}

.home-page .benefits .table1 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-page .benefits .table1 .content .item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.home-page .benefits .table1 .content .item .position {
  background-color: #009FA8;
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  width: 130px;
}

.home-page .benefits .table1 .content .item .salary {
  margin-left: 1rem;
  font-weight: bold;
  color: #009FA8;
  line-height: 1;
}

.home-page .benefits .table1 .content .item .salary .big-number {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .home-page .benefits .table1 .content {
    align-items: baseline;
  }

  .home-page .benefits .table1 .content .item .salary {
    margin-bottom: 8px;
  }

  .home-page .benefits .table1 .content .item .salary .big-number {
    font-size: 16px;
  }
}

.home-page .benefits .table2 .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.home-page .benefits .table2 .content .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF1E9;
  padding: 10px;
  border-radius: 10px;
}

.home-page .benefits .table2 .content .item .red,
.home-page .benefits .table2 .content .item .blue {
  font-size: 1.6rem;
  font-weight: bold;
}

.home-page .benefits .table2 .content .item .red {
  color: #F77036;
}

.home-page .benefits .table2 .content .item .blue {
  color: #3A62AD;
}

.home-page .benefits .table2 .content .item .remarks {
  color: #3A62AD;
  font-size: 14px;
  margin-top: 0.2rem;
  text-align: center;
  word-break: auto-phrase;
}

@media screen and (max-width: 768px) {
  .home-page .benefits .table2 .content {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .benefits .table2 .content .item .remarks {
    font-size: 10px;
  }

  .home-page .benefits .table2 .content .item .red,
  .home-page .benefits .table2 .content .item .blue {
    font-size: 16px;
  }
}

.home-page .flow {
  background-color: #ECF9F6;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-page .flow .flow-row {
  clip-path: inset(0 100% 0 0);
  gap: 1rem;
  margin: 3rem 0;
}

.home-page .flow .flow-row .title-container {
  flex: 1;
}

.home-page .flow .flow-row .polygon90 {
  align-self: center;
}

.home-page .flow .flow-row .flow-item {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.home-page .flow .flow-row .flow-item img {
  width: 100%;
  aspect-ratio: 4/3;
}

.home-page .flow .flow-row .flow-item .round-number {
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #009FA8;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
}

.home-page .flow .flow-row .flow-item .title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #009FA8;
  margin: 0;
}

.home-page .flow .flow-row .flow-item p {
  font-size: 16px;
  color: #3A62AD;
}

@media screen and (max-width: 768px) {
  .home-page .flow .flow-row .flow-item {
    flex-direction: row;
    margin-left: 20px;
  }

  .home-page .flow .flow-row .flow-item img {
    width: 25%;
  }

  .home-page .flow .flow-row .flow-item .round-number {
    margin-left: calc(-1rem - 15px);
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.home-page .faq {
  background-color: #F0F3F9;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-page .faq .faq-list {
  margin: 3rem auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-page .faq .faq-list .faq-item {
  cursor: pointer;
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
}

.home-page .faq .faq-list .faq-item .question {
  color: #009FA8;
  font-weight: bold;
  display: flex;
}

.home-page .faq .faq-list .faq-item .question p {
  flex: 1;
}

.home-page .faq .faq-list .faq-item .question::before {
  content: "Q";
  margin-right: 0.5rem;
  font-weight: bold;
  color: white;
  background-color: #009FA8;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}

.home-page .faq .faq-list .faq-item .question::after {
  content: "+";
  color: #3A62AD;
}

.home-page .faq .faq-list .faq-item .answer {
  margin-top: 0rem;
  display: flex;
  display: none;
  color: #3A62AD;
  font-size: 16px;
}

.home-page .faq .faq-list .faq-item .answer p {
  flex: 1;
}

.home-page .faq .faq-list .faq-item .answer::before {
  content: "A";
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  font-weight: bold;
  color: #3A62AD;
  font-size: 1rem;
  background-color: #F0F3F9;
}

.home-page .faq .faq-list .faq-item.active .question::after {
  content: "−";
  color: #009FA8;
}

.home-page .faq .faq-list .faq-item.active .answer {
  display: flex;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .home-page .faq .faq-list .faq-item .question {
    font-size: 14px;
  }

  .home-page .faq .faq-list .faq-item .answer {
    font-size: 14px;
    font-weight: normal;
  }
}

.home-page .overview {
  background-color: white;
  padding-top: 3rem;
}

.home-page .overview .content {
  clip-path: inset(0 100% 0 0);
  margin: 3rem auto;
  gap: 5rem;
  font-size: 16px;
  color: #3A62AD;
}

.home-page .overview .content .table {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home-page .overview .content .table .divider {
  width: 100%;
  height: 1px;
  background-color: #3A62AD;
  margin: 1rem 0;
}

.home-page .overview .content .table .item {
  display: flex;
  flex-direction: row;
}

.home-page .overview .content .table .item .title {
  font-weight: bold;
  width: 30%;
}

.home-page .overview .content .table .item .description {
  flex: 1;
}

.home-page .overview .content .media {
  width: 460px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-page .overview .content .media iframe {
  aspect-ratio: 4/3;
}

@media screen and (max-width: 768px) {
  .home-page .overview .content {
    font-size: 14px;
  }

  .home-page .overview .content .media {
    width: 100%;
  }
}

.home-page .resources {
  background-color: #ECF9F6;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-page .resources .resource-list {
  gap: 2rem;
  margin: 3rem auto;
}

.home-page .resources .resource-list .resource-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #3A62AD;
  font-weight: bold;
}

.home-page .resources .resource-list .resource-item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 5px;
  clip-path: inset(0 100% 0 0);
}

.home-page .footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-page .footer .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF4C7;
  padding: 2rem 0;
  color: #3A62AD;
}

.home-page .footer .menu h4 {
  color: #3A62AD;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

.home-page .footer .menu .menu-list {
  font-size: 16px;
  gap: 1rem;
}

.home-page .footer .menu .menu-list .menu-item {
  padding: 1rem 0;
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0.5rem;
  justify-content: space-between;
  border-bottom: 1px solid #3A62AD;
  text-decoration: none;
  color: #3A62AD;
}

.home-page .footer .menu .menu-list .menu-item::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .home-page .footer .menu .menu-list {
    width: 100%;
  }

  .home-page .footer .menu .menu-list .menu-item {
    width: unset;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.home-page .footer .copyright {
  background-color: #3A62AD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
  padding: 1rem 0;
}

.home-page h2 {
  font-size: 2.5rem;
  color: #009FA8;
  text-align: center;
  margin: 0;
  position: relative;
  padding-bottom: 1rem;
}

.home-page h2 .char {
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.home-page h2 .accent {
  color: #3A62AD;
}

.home-page h2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #3A62AD;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .home-page h2 {
    font-size: 24px;
  }
}

.home-page .value-list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.home-page .value-list.colum2 {
  width: 66%;
}

@media screen and (max-width: 768px) {
  .home-page .value-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .value-list.colum2 {
    width: 100%;
  }
}

.home-page .value-list .value-item {
  border: 4px solid #009FA8;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem 20px 0.5rem;
  align-items: center;
  gap: 1rem;
  font-weight: bold;
  color: #3A62AD;
  position: relative;
}

.home-page .value-list .value-item img {
  height: 70px;
  width: 100px;
  margin-top: 10px;
}

.home-page .value-list .value-item .plus-icon {
  position: absolute;
  left: 50%;
  bottom: -25px;
  background-color: #009FA8;
  transform: translateX(-50%);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.0rem;
}

@media screen and (max-width: 768px) {
  .home-page .value-list .value-item {
    font-size: 12px;
    gap: 0rem;
  }

  .home-page .value-list .value-item img {
    margin-top: 0;
  }
}

.home-page .value-list .last-item {
  grid-column: 2;
}

.home-page .polygon90 {
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #3A62AD;
  transform: rotate(90deg);
}

.home-page .button-row {
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .home-page .button-row {
    width: 100%;
  }

  .home-page .button-row .cta-button {
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 8%/50%;
    padding: 1.5rem;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #FA630E;
  color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  z-index: 1000;
}

.scroll-to-top:hover {
  background-color: #3A62AD;
}

body.loading::before,
body.loading::after {
  content: "";
  z-index: 1000;
  position: fixed;
}

body.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF4C7;
}

body.loading::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/logo.png) no-repeat center/contain;
  width: 200px;
  height: 70px;
}

html.popup-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  z-index: 2000;
}

.modal .modal-content {
  border-radius: 0 0 1rem 1rem;
  position: relative;
  margin: 30vh auto;
  width: 40%;
}

.modal .modal-content.staff-modal {
  margin: 10vh auto;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .modal .modal-content.staff-modal {
    width: 90%;
  }
}

.modal .modal-content .close-button {
  cursor: pointer;
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  color: #009FA8;
  font-size: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: white;
}

.modal .modal-content .modal-header {
  border-radius: 1rem 1rem 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #009FA8;
  color: white;
  text-align: center;
  padding: 0.5rem;
}

.modal .modal-content .modal-header .big {
  font-size: 1.5rem;
}

.modal .modal-content .modal-body {
  border-radius: 0 0 1rem 1rem;
  background-color: white;
  padding: 2rem;
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.modal .modal-content .modal-body .modal-col {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.modal .modal-content .modal-body .modal-col.img {
  width: 40%;
}

.modal .modal-content .modal-body .modal-col:not(.img) {
  flex: 1;
}

.modal .modal-content .modal-body .modal-col .modal-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal .modal-content .modal-body .modal-col .modal-row img {
  width: 100%;
  border-radius: 1rem;
}

.modal .modal-content .modal-body .modal-col .modal-row .title {
  color: #009FA8;
  font-weight: bold;
}

.modal .modal-content .modal-body .modal-col .modal-row .text {
  color: #3A62AD;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .modal .modal-content {
    width: 90%;
  }

  .modal .modal-content .modal-body {
    flex-direction: column;
  }

  .modal .modal-content .modal-body .modal-col.img {
    width: 100%;
  }
}

.popup {
  cursor: pointer;
}

.popup:hover {
  transform: translateY(-2%);
  border-color: #FA630E !important;
}

.popup:hover .content {
  background-color: #FFF1E9 !important;
}

.popup:hover .plus-icon {
  background-color: #FA630E !important;
}

@media screen and (max-width: 768px) {
  .video-js {
    width: 100%;
    height: auto;
  }
}

.home-page .top-button {
  font-size: 16px;
  margin-top: 20px;
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  border: 1px solid #3A62AD;
  text-decoration: none;
  color: #3A62AD;
  background: #fff;
}

/*# sourceMappingURL=index.css.map */

.home-page .timeline .timeline-list .timeline-item-wrapper {
  position: relative;
}

.home-page .benefits .table1 .content .item .position {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .home-page .timeline .timeline-list {
    margin: 7px;
    margin-top: -7px;
  }

  .home-page .timeline .timeline-list:first-of-type .timeline-item-wrapper::before {
    position: absolute;
    content: "";
    position: absolute;
    top: 0;
    left: calc(1rem + 10px);
    width: 3px;
    bottom: 0;
    background-color: #3A62AD;
  }
}

@media screen and (max-width: 1160px) {
  .home-page .timeline .timeline-list {
    margin: 7px;
    margin-top: -57px;
  }

  .home-page .timeline .timeline-list:first-of-type .timeline-item-wrapper::before {
    position: absolute;
    content: "";
    position: absolute;
    top: 0;
    left: calc(1rem + 10px);
    width: 3px;
    bottom: 0;
    background-color: #3A62AD;
  }
}


.home-page .header .header-wrapper .menu-sp input#sp_nav_btn {
  display: none;
}

@media screen and (max-width:767px) {
  .home-page .header .header-wrapper .menu-sp .sp_nav {
    padding: 60px 75px 60px 40px;
    width: 90%;
    height: 92%;
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    transition: all 0.3s;
    transform: translateX(150%);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    opacity: 0;
    z-index: 10;
  }

  .home-page .header .header-wrapper .menu-sp input#sp_nav_btn:checked+.sp_nav {
    transform: translateX(0);
    opacity: 1;
  }

  .home-page .header .header-wrapper .menu-sp .sp_nav ul {
    list-style: none;
  }

  .home-page .header .header-wrapper .menu-sp .sp_nav ul li {
    margin-bottom: 30px;
  }

  .home-page .header .header-wrapper .menu-sp .sp_nav ul li a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
  }

  .home-page .header .header-wrapper .menu-sp .sp_nav ul li a b {
    font-weight: 400;
  }

  .home-page .header .header-wrapper .menu-sp .sp_nav label {
    position: absolute;
    right: 20px;
    top: 30px;
  }
}




@media screen and (max-width:767px) {
  .home-page .services .service-list .service-item {
    align-items: flex-start;
  }

  .home-page .services .service-list .service-item img {
    height: auto;
  }
}

@media screen and (min-width:769px) {
  .home-page .benefits .table1 .content .item .salary {
    width: 315px;
  }
}

@media screen and (min-width:1537px) {
  .home-page .benefits .table1 .content .item .salary {
    width: 400px;
  }
}