@charset "UTF-8";
.custom-max-width {
  max-width: 1000px;
}

.layer-head02 {
  position: relative;
  margin: 60px 0 28px;
  padding-left: 16px;
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: 800;
}
.layer-head02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(#B1D087, #33A6AF);
}

.box {
  position: relative;
  margin: 20px 0 28px;
  padding: 16px 16px 16px 28px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* 薄い影 */
  max-width: 1000px;
  padding: 40px;
}
.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #B1D087, #33A6AF); /* 縦グラデーション */
}
.box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}
.box h3 {
  margin-bottom: 20px;
}

.button {
  width: 280px;
  max-width: 100%;
  margin: 16px auto 0;
  background: linear-gradient(120deg, #B1D087, #33A6AF);
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  border-radius: 40px;
}

.foot {
  margin-top: 100px;
  margin-bottom: 20px;
  padding: 0 5%;
}
.foot img {
  max-width: 250px;
  margin: 0 auto;
}
.foot .ttl {
  margin-top: 3rem;
  margin-bottom: 20px;
  color: #65B7A0;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.foot p {
  margin-bottom: 1em;
  line-height: 1.2;
}
.foot p span {
  font-size: 14px;
}
.foot ul li {
  display: inline;
  margin-right: 1rem;
  font-size: 14px;
  line-height: 2.5;
}
.foot ul li a {
  text-decoration: underline;
}
.foot ul li a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .foot-container {
    display: flex;
    justify-content: space-between;
  }
  .foot-container .item1 {
    width: 40%;
  }
  .foot-container .item2 {
    width: 60%;
  }
}
body {
  color: #212121;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background-color: #4CAF50;
}

.aoba-green {
  color: #4CAF50;
}

.aoba-green-bg {
  background-color: #4CAF50;
}

.aoba-light-green-bg {
  background-color: #E8F5E9;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 300px;
  width: 300px;
}

.interview-quote {
  border-left: 4px solid #4CAF50;
  padding-left: 1rem;
  font-style: italic;
}

.feature-card {
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.lh13 {
  line-height: 1.3;
}

.layer-head01 {
  position: relative;
  margin: 80px 0 60px;
  padding-bottom: 25px;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
.layer-head01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 1px;
  background-color: #65B7A0;
  transform: translateX(-50%);
}
.layer-head01 span {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 768px) {
  .gap-6_sp {
    gap: 1.5rem;
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
}
.hero .top_content {
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .hero .top_content {
    display: flex;
    align-items: flex-end;
    padding: 0 8%;
  }
}
.hero .top_content .tx_box {
  flex: 0 0 70%;
  color: #000;
}
.hero .top_content .tx_box .tx_main {
  background-color: #fff;
  margin-bottom: 5px;
  font-size: clamp(20px, 5vw, 53px);
  font-weight: 700;
  padding: 0 20px;
  display: inline-block;
}
.hero .top_content .tx_box .tx_main span {
  font-size: clamp(25px, 5vw, 68px);
  font-weight: 700;
  margin: 0 auto 5%;
  background: linear-gradient(90deg, #c2df33 0%, #c2df33 40%, #92c94c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .top_content .tx_box .tx_white {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-shadow: #fff 1px 0 5px;
}
@media screen and (min-width: 768px) {
  .hero .top_content .tx_box .tx_white {
    color: #fff;
    font-size: 18px;
    text-shadow: #484848 1px 0 5px;
  }
}
.hero .top_content .btn_top a {
  display: block;
  text-align: center;
  position: relative;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  border: #fff solid 2px;
  background: linear-gradient(90deg, #c2df33 0%, #c2df33 40%, #92c94c 100%);
  color: #fff;
  margin-top: 20px;
  padding: 20px;
}
.hero .top_content .btn_top a p::before {
  position: absolute;
  content: "";
  background-image: url(../../career/images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .hero .top_content .btn_top a {
    flex: 0 0 30%;
    padding: 20px 20px 20px 44px;
    font-size: 18px;
  }
  .hero .top_content .btn_top a p::before {
    width: 17px;
    height: 17px;
    top: 27px;
    left: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .top_content .btn_top a {
    padding: 20px 35px 20px 80px;
    font-size: 28px;
  }
  .hero .top_content .btn_top a p::before {
    width: 29px;
    height: 29px;
    top: 25px;
    left: 35px;
  }
}

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

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

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.tx_green {
  color: #a1c561;
}

.tx_small {
  font-size: 18px;
}

.bg_green {
  background-color: rgba(161, 197, 97, 0.2);
}

.bg_green2 {
  background-color: rgb(161, 197, 97);
}

.bg_orange {
  background-color: rgba(228, 195, 137, 0.2);
}

.bg_pink {
  background-color: rgba(210, 129, 149, 0.2);
}

.bg_blue {
  background-color: rgba(13, 145, 156, 0.2);
}

.bg_gray {
  background-color: rgba(108, 117, 117, 0.2);
}

.fa-graduation-cap::before, .fa-mortar-board::before {
  color: #a1c561;
}

.fa-circle::before {
  color: #a1c561;
}

.inview {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.inview.active {
  opacity: 1;
  transform: translateY(0);
}

.inview.delay-1 {
  transition-delay: 0s;
}

.inview.delay-2 {
  transition-delay: 0.1s;
}

.inview.delay-3 {
  transition-delay: 0.2s;
}

.inview.delay-4 {
  transition-delay: 0.3s;
}

.inview.delay-5 {
  transition-delay: 0.4s;
}

.staff_name {
  position: relative;
}
.staff_name img {
  width: 100%;
}
.staff_name .name_position {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.staff_name .name_position span {
  font-size: 18px;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* アコーディオン */
.accordion-header {
  padding: 10px;
  background: linear-gradient(90deg, #c2df33 0%, #c2df33 40%, #92c94c 100%);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
  list-style: none;
  text-align: center;
  font-size: 20px;
  height: 110px;
  border-radius: 10px;
}
.accordion-header span {
  font-size: 15px;
}

.accordion-content {
  padding: 15px;
  line-height: 1.5;
  background-color: #fff;
}
.accordion-content .tx_ttl {
  font-weight: bolder;
  color: #10b981;
  margin-bottom: 10px;
}

.accordion-header::after {
  content: "▼";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.2s ease-in-out;
  top: 70px;
}

.accordion[open] .accordion-header::after {
  transform: rotate(180deg);
}

.accordion .accordion-header::-webkit-details-marker {
  display: none;
}/*# sourceMappingURL=common_career.css.map */