@charset "UTF-8";
/*--- careerup ---*/
.kv_wrapper .kv .kv_title::after {
  background: #FFC800;
}
.kv_wrapper img {
  width: 100%;
}
.kv_wrapper .kv .kv_title span {
  color: #44D09D;
}
.kv_wrapper .inner > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.kv_wrapper .inner > div p {
  margin-right: 0;
}
.kv_wrapper .inner > div .kv_inner_img {
  width: 100%;
  margin-top: 30px;
}
.kv_wrapper .inner > div .kv_inner_img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .kv_wrapper {
    width: 100vw;
  }
  .kv_wrapper .kv_img img {
    object-fit: cover;
    min-height: 380px;
    max-height: 45vh;
  }
  .kv_wrapper .kv {
    width: 100%;
  }
}
.sec_page {
  padding: 40px 0;
}
.sec_page.gray {
  background-color: #F7F7F7;
}
.sec_page .inner {
  padding: 0 24px;
}
.sec_page .sec_title {
  text-align: center;
  margin-bottom: 30px;
}
.sec_page .sec_title p.heading_upper.outfit {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .06em;
  color: #44D09D;
  background-color: unset;
  padding: 0;
  margin-bottom: 6px;
}
.sec_page .sec_title h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.6;
  position: relative;
}
.sec_page .sec_title h2::after {
  content: '';
  width: 40px;
  height: 2.72px;
  background-color: #44D09D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .sec_page {
    padding: 70px 0;
  }
  .sec_page .sec_title {
    text-align: center;
    margin-bottom: 30px;
  }
  .sec_page .sec_title p.heading_upper.outfit {
    font-size: 18px;
  }
  .sec_page .sec_title h2 {
    font-size: 27px;
  }
  .sec_page .sec_title h2::after {
    content: '';
    width: 68px;
  }
}
.about_01 .flex_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

@media screen and (min-width: 768px) {
  .about_01 .flex_box {
    flex-direction: row;
    gap: 25px;
    max-width: 858px;
    margin: 0 auto;
  }
  .about_01 .flex_box__item._img {
    width: 44%;
  }
}
.about_02 {
  border-top: solid 1px #C4C4C4;
}
.about_02 .flex_box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.about_02 .flex_box__item._img {
  max-width: 260px;
}
.about_02 .flex_box__item._img img {
  width: 100%;
  height: auto;
}
.about_02 .flow {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0;
  position: relative;
}
.about_02 .flow .flow_box {
  background-color: #FFFFFF;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 16px 18px 18px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  position: relative;
  z-index: 0;
}
.about_02 .flow .flow_box::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #44D09D;
  position: absolute;
  bottom: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.about_02 .flow .flow_box:first-child::before {
  display: none;
}
.about_02 .flow .flow_box .flow_box_icon {
  width: 63px;
  height: 63px;
}
.about_02 .flow .flow_box .flow_box_inner .num {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  display: inline-block;
  margin-right: 9px;
  color: #44D09D;
}
.about_02 .flow .flow_box .flow_box_inner .ttl {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
.about_02 .flow .flow_box .flow_box_inner p {
  font-size: 12px;
  line-height: 1.66;
}
.about_02 .flow .flow_box .flow_box_inner ul {
  margin-top: 0;
  text-align: left;
  font-size: 12px;
}
.about_02 .flow .flow_box .flow_box_inner ul li {
  padding-left: 1.5em;
  line-height: 1.5;
  position: relative;
}
.about_02 .flow .flow_box .flow_box_inner ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .about_02 .flex_box {
    flex-direction: column-reverse;
  }
  .about_02 .flex_box p {
    text-align: center;
  }
  .about_02 .flow {
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
    gap: 28px 28px;
    flex-wrap: wrap;
  }
  .about_02 .flow .flow_box {
    max-width: 220px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
  }
  .about_02 .flow .flow_box::before {
    width: 28px;
    height: 4px;
    bottom: 50%;
    left: -29px;
    transform: translateX(0);
  }
  .about_02 .flow .flow_box:not(:first-child) {
    margin-top: 0;
  }
  .about_02 .flow .arrow {
    display: flex;
    align-items: center;
  }
}
.support {
  padding: 40px 0;
}
.support .sec_title {
  text-align: center;
  margin-bottom: 30px;
}
.support .sec_title p.heading_upper.outfit {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .06em;
  color: #44D09D;
  background-color: unset;
  padding: 0;
  margin-bottom: 6px;
}
.support .sec_title h2 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.6;
  position: relative;
}
.support .sec_title h2::after {
  content: '';
  width: 40px;
  height: 2.72px;
  background-color: #44D09D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.support .sec_title + p {
  letter-spacing: .05em;
  padding: 0 24px;
}
.support .sec_title + p span {
  background-color: #FFD465;
}
.support .spt_wrapper {
  margin-top: 40px;
}
.support .spt {
  margin-bottom: 75px;
}
.support .spt:nth-child(1) .spt_media_wrapper {
  background: linear-gradient(#44D09D 60%, #FFFFFF 60%);
}
.support .spt .spt_media_wrapper {
  margin-bottom: 30px;
  background: linear-gradient(#FA9A3B 60%, #FFFFFF 60%);
}
.support .spt .spt_media_wrapper .spt_num {
  padding: 20px 16px 15px 16px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
}
.support .spt .spt_media_wrapper .spt_num span {
  font-size: 20px;
  padding-left: .2em;
}
.support .spt .spt_media_wrapper .spt_num::after {
  content: "";
  position: absolute;
  width: calc(100% - 9em);
  height: 1px;
  top: 53%;
  transform: translateY(-50%);
  right: 24px;
  background: #FFFFFF;
}
.support .spt .spt_media_wrapper > .inner {
  width: calc(100% - 24px);
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  text-align: left;
}
.support .spt .spt_media_wrapper img {
  width: 100%;
  height: auto;
}
.support .spt .inner.spt_content {
  text-align: center;
  padding: 0 24px;
}
.support .spt .inner.spt_content h3 {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2em;
  text-align: center;
}
.support .spt .inner.spt_content h3 .pill {
  display: inline-block;
  background-color: #44D09D;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  color: #FFFFFF;
  padding: .1em 1em;
  border-radius: 3em;
  margin-bottom: 1em;
}
.support .spt .inner.spt_content h3 .highlight {
  background: linear-gradient(transparent 65%, #B5ECD8 65%);
}
.support .spt .inner.spt_content .sec {
  margin-bottom: 30px;
}
.support .spt .inner.spt_content .sec h4 {
  padding: .5em 1.5em;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  background: #F7F7F7;
  text-align: center;
}
.support .spt .inner.spt_content .sec .spt_img {
  width: 100%;
  margin-bottom: 20px;
}
.support .spt .inner.spt_content p {
  text-align: left;
}
.support .spt .inner.spt_content .about {
  margin-bottom: 70px;
}
.support .spt .inner.spt_content .about .bis_image {
  position: relative;
}
.support .spt .inner.spt_content .about .bis_image::after {
  content: "";
  position: absolute;
  width: 55vw;
  height: 150px;
  bottom: -30px;
  left: -30px;
  background: #F8F8F7;
  z-index: -1;
}
.support .spt:nth-child(2) .spt_content h3 .pill {
  background-color: #FA9A3B;
}
.support .spt:nth-child(2) .spt_content h3 .highlight {
  background: linear-gradient(transparent 65%, #FEE6CE 65%);
}
.support .flex_box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
}
.support .flex_box figure figcaption {
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
}
.support .flex_box figure figcaption a {
  color: #44D09D;
}
.support .flex_box__item img {
  width: 100%;
  height: auto;
}
.support .flex_box__item .bg_yellow {
  background-color: #FFD465;
}
.support .dot_ttl {
  display: block;
  padding-left: 18px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
.support .dot_ttl::before {
  content: "●";
  font-size: 8px;
  color: #FA9A3B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: .8em;
}
.support .bg_box {
  background-color: rgba(250, 154, 59, 0.2);
  border-radius: 5px;
  padding: 25px;
}
.support .bg_box__item {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 18px;
  text-align: left;
}
.support .bg_box__item .question {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
}
.support .bg_box__item ul {
  margin: 1em 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 1em;
}

@media screen and (min-width: 768px) {
  .support, .business {
    padding: 70px 0;
  }
  .support .sec_title, .business .sec_title {
    text-align: center;
    margin-bottom: 30px;
  }
  .support .sec_title p.heading_upper.outfit, .business .sec_title p.heading_upper.outfit {
    font-size: 18px;
  }
  .support .sec_title h2, .business .sec_title h2 {
    font-size: 27px;
  }
  .support .sec_title h2::after, .business .sec_title h2::after {
    content: '';
    width: 68px;
  }
  .support .sec_title + p, .business .sec_title + p {
    text-align: center;
  }

  .spt_wrapper {
    max-width: 84vw;
    margin: 80px auto;
    background: #fff;
  }
  .spt_wrapper .inner_pc {
    margin-right: 40px;
    padding-left: 40px;
  }
  .spt_wrapper .inner_pc .spt {
    background: linear-gradient(180deg, #fff 0px, #fff 120px, #44D09D 120px, #44D09D calc(100% - 0px), #fff calc(100% - 0px), #fff 100%);
    margin-bottom: 100px;
    position: relative;
  }
  .spt_wrapper .inner_pc .spt::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 240px;
    right: 63px;
    bottom: 40px;
    background: url("../img/careerup/point01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
  }
  .spt_wrapper .inner_pc .spt .spt_media_wrapper {
    background: none;
  }
  .spt_wrapper .inner_pc .spt .spt_media_wrapper .spt_num {
    display: none;
  }
  .spt_wrapper .inner_pc .spt .spt_media_wrapper > .inner {
    width: 100%;
    padding-right: 80px;
    padding-left: 0;
  }
  .spt_wrapper .inner_pc .spt .spt_media_wrapper > .inner picture.spt_media {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .spt_wrapper .inner_pc .spt .spt_media_wrapper > .inner img {
    box-shadow: none;
  }
  .spt_wrapper .inner_pc .spt .spt_content {
    background: #fff;
    margin-right: 160px;
    margin-top: -120px;
    position: relative;
    padding: 70px 60px 0px 40px;
    text-align: left;
    border-radius: 0 50px 0 0;
  }
  .spt_wrapper .inner_pc .spt .spt_content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0 50px 0 0;
  }
  .spt_wrapper .inner_pc .spt .spt_content h3 {
    font-size: 28px;
    margin-bottom: 1.4em;
    text-align: left;
  }
  .spt_wrapper .inner_pc .spt .spt_content .spt_img {
    width: 295px;
  }
  .spt_wrapper .inner_pc .spt .spt_content .sec {
    margin-bottom: 40px;
  }
  .spt_wrapper .inner_pc .spt .spt_content .sec h4 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .spt_wrapper .inner_pc .spt:nth-child(odd) .spt_media_wrapper .inner {
    padding-right: 0;
    padding-left: 80px;
  }
  .spt_wrapper .inner_pc .spt:nth-child(odd) .spt_content {
    margin-right: 0;
    margin-left: 160px;
    padding-left: 90px;
    padding: 70px 40px 0px 60px;
    border-radius: 50px 0 0 0;
  }
  .spt_wrapper .inner_pc .spt:nth-child(odd) .spt_content::before {
    border-radius: 50px 0 0 0;
  }
  .spt_wrapper .inner_pc .spt:nth-child(odd)::after {
    left: 63px;
  }
  .spt_wrapper .inner_pc .spt:nth-child(1) .spt_content {
    padding: 70px 60px 40px 40px;
  }
  .spt_wrapper .inner_pc .spt:nth-child(2) {
    background: linear-gradient(180deg, #fff 0px, #fff 120px, #FA9A3B 120px, #FA9A3B calc(100% - 0px), #fff calc(100% - 0px), #fff 100%);
  }
  .spt_wrapper .inner_pc .spt:nth-child(2)::after {
    background: url("../img/careerup/point02.svg");
    background-repeat: no-repeat;
  }
  .spt_wrapper .inner_pc .flex_box {
    flex-direction: row;
    gap: 6%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .spt_wrapper .inner_pc .flex_box__item {
    min-width: 280px;
    width: 47%;
  }
  .spt_wrapper .inner_pc .bg_box__item {
    padding: 30px;
  }
  .spt_wrapper .inner_pc .bg_box__item .question {
    font-size: 16px;
  }
  .spt_wrapper .inner_pc .bg_box__item ul {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .spt_wrapper {
    max-width: 73vw;
  }
  .spt_wrapper .inner_pc .flex_box {
    flex-wrap: nowrap;
  }
}

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