@import url("https://fonts.googleapis.com/css2?family=Manrope");
.header__inr {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px 20px 33px;
}

.img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  position: relative;
  z-index: 100;
}
.header .header__logo {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
.header .header__logo img {
  max-width: 550px;
  vertical-align: text-bottom;
  line-height: 1;
}
.header .header__logo .license {
  margin: 0 0 0 0.5rem;
  font-size: 1rem;
}
.header .header__line a {
  width: 330px;
  height: 75px;
  background-color: #22ba4f;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding-left: 28px;
  padding-right: 45px;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.35;
}
.header .header__line .yellow {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}

@media screen and (min-width: 1000px) {
  .header {
    display: none;
  }
}
.sky_bnr {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #22ba4f;
  color: #fff;
  font-size: 3.4rem;
}
.sky_bnr a {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 10px 0;
}
.sky_bnr img {
  width: 80px;
}
.sky_bnr span {
  display: block;
  font-size: 2rem;
  text-align: center;
}
.sky_bnr.fixed {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1000px) {
  .header__inr {
    padding: 0 0 0 4.8vw;
    align-items: stretch;
  }
  .header .header__logo {
    display: block;
    font-size: max(10px, 4vw);
    margin: 2.5vw 0;
  }
  .header .header__logo img {
    max-width: 65.6666666667vw;
  }
  .header .header__logo .license {
    display: block;
    margin: 0.1rem 0 0;
    font-size: 2.2vw;
    line-height: 1.2;
  }
  .header .header__line {
    display: flex;
  }
  .header .header__line img {
    width: 9.8666666667vw;
    height: auto;
  }
  .header .header__line a {
    flex-direction: column;
    justify-content: center;
    width: 16vw;
    height: auto;
    border-radius: 0;
    padding: 0 0 2vw;
    font-size: max(10px, 3.2vw);
  }
  .sky_bnr {
    gap: 0 2.6666666667vw;
    font-size: max(10px, 5.8666666667vw);
  }
  .sky_bnr a {
    width: 64vw;
    line-height: 1.5;
    gap: 0 2.6666666667vw;
    padding: 1.6vw 0;
  }
  .sky_bnr img {
    width: 12.5333333333vw;
  }
  .sky_bnr span {
    font-size: max(10px, 4.2666666667vw);
  }
}
.main {
  display: grid;
  grid-template-columns: 35.42vw 1fr 35.42vw;
  overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
  .main {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.main_pc_container {
  display: block;
  width: 35.42vw;
  height: 100vh;
}

@media screen and (max-width: 1000px) {
  .main_pc_container {
    display: none;
  }
}
.body_container {
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 35.42vw;
  display: flex;
  align-items: center;
  padding: 0 28px;
  background-size: cover;
  background-position: center;
}

.body_container_l {
  background-image: url("../images/main_pc_l.png");
  justify-content: center;
}

.body_content_l {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 50%;
}
.body_content_l img {
  width: 22.46vw;
}
.body_content_l p {
  font-size: 1.6vw;
  font-weight: bold;
  margin-top: 18px;
  color: #394855;
  text-align: center;
}

.body_container_r {
  background-image: url("../images/main_pc_r.png");
}

.body_content_r {
  margin-left: 67px;
  max-width: 360px;
  width: 100%;
  background-color: #0087CB;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
}
.body_content_r ul li {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #fff;
}
.body_content_r ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.body_content_r ul li a {
  font-size: 19px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_sp_container {
  width: 29.17vw;
  padding: 17px 15px 0;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .main_sp_container {
    width: 100vw;
    padding: 10px 0 0;
  }
}
.mainvisual__image {
  display: block;
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.mainvisual__image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.mainvisual__inr {
  max-width: 1500px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.mainvisual {
  position: relative;
  padding: 0 10px;
}
.mainvisual .line__btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.mainvisual .mainvisual__img {
  display: flex;
  max-width: 915px;
  width: 57.1875%;
  position: relative;
}
.mainvisual .mainvisual__img p {
  position: absolute;
  top: 60%;
  left: 22%;
}

.line__btn.line_btn_fixed_sp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 35.415vw;
  width: 100%;
  z-index: 100;
  padding: 10px 20px;
  background-color: rgba(59, 72, 86, 0.7);
  max-width: 29.17vw;
}
.line__btn.line_btn_fixed_sp.fixed {
  display: block;
}
.line__btn.line_btn_fixed_sp a {
  max-width: 350px;
}

@media screen and (max-width: 1000px) {
  .line__btn.line_btn_fixed_sp {
    max-width: 100%;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .mainvisual__img {
    max-width: initial;
    width: 100%;
    position: relative;
  }
  .mainvisual .mainvisual__img p {
    position: absolute;
    top: 53vw;
    width: 53.3333333333vw;
  }
  .mainvisual .mainvisual__contents {
    margin: 0 auto 10.1333333333vw;
    width: 91.2vw;
    padding-bottom: 0;
  }
  .mainvisual .mainvisual__contents h2 {
    font-size: max(10px, 4.8vw);
  }
  .mainvisual .mainvisual__contents .main_color {
    font-size: max(10px, 7.2vw);
  }
  .mainvisual .mainvisual__text1 img {
    vertical-align: top !important;
  }
  .mainvisual .mainvisual__text2 {
    padding-bottom: 3.2vw;
  }
  .mainvisual .mainvisual__text3 {
    font-size: max(10px, 4.8vw);
  }
  .mainvisual .mainvisual__img1 {
    max-width: 16.8vw;
    margin-right: 2.1333333333vw;
  }
  .mainvisual .mainvisual__img2 {
    max-width: 29.0666666667vw;
    margin-right: 1.6vw;
    margin-right: 2.1333333333vw;
  }
  .mainvisual .mainvisual__img3 {
    max-width: 66.4vw;
    width: auto;
  }
  .mainvisual .mainvisual__img4 {
    max-width: 77.8666666667vw;
    margin-top: 2.1333333333vw;
  }
  .mainvisual .mainvisual__list {
    padding: 4.2666666667vw 0;
    margin-top: 0;
  }
  .mainvisual .mainvisual__list ul {
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 2.6666666667vw 0;
  }
  .mainvisual .mainvisual__list li {
    width: 44.5333333333vw;
    height: 12.5333333333vw;
    font-size: max(10px, 4.8vw);
  }
}
.line__btn .white {
  text-align: center;
  font-size: 2.6rem;
  padding-bottom: 10px;
}
.line__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 320px;
  width: 100%;
  height: 60px;
  padding: 14px 10px;
  font-size: 22px;
  background-color: var(--green--color);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  outline: 2px solid #fff;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.07);
}
.line__btn a p {
  text-align: center;
  color: #fff;
  margin-top: 0 !important;
}
.line__btn a img {
  width: 25px;
}

.top__ttl {
  font-size: 32px;
  font-weight: 900;
  line-height: 133%;
  text-align: center;
}

.problem {
  padding: 51px 20px;
}
.problem .problem_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.problem .problem_ttl .txt_small {
  font-size: 22px;
  font-weight: 600;
}
.problem .problem_ttl .txt_big {
  font-size: 25px;
  font-weight: 800;
}
.problem .problem_ttl::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='345' height='13' viewBox='0 0 345 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.75H160.941L170 11.75' stroke='%233B4856' stroke-width='1.5'/%3E%3Cpath d='M180 0.75H345' stroke='%233B4856' stroke-width='1.5'/%3E%3C/svg%3E ");
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 15px;
  width: 100%;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.problem .problem_message .message {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3B4856;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 15px;
  background-color: #E5E5E5;
  border-radius: 50px;
  white-space: nowrap;
  width: fit-content;
  margin-bottom: 20px;
  position: relative;
}
.problem .problem_message .message:nth-child(2n) {
  margin-right: auto;
}
.problem .problem_message .message:nth-child(2n)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.511489 0.218582C9.13053 9.36932 14.9527 10.221 16.7864 9.50294C13.6117 12.6666 6.45703 18.4076 3.2354 16.0617C0.0137684 13.7157 0.0771125 4.52215 0.511489 0.218582Z' fill='%23E5E5E5'/%3E%3C/svg%3E ");
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 17px;
  width: 16px;
  top: -6px;
  left: 0;
}
.problem .problem_message .message:nth-child(2n+1) {
  margin-left: auto;
}
.problem .problem_message .message:nth-child(2n+1)::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2572 0.218582C8.63815 9.36932 2.81599 10.221 0.982289 9.50294C4.15694 12.6666 11.3116 18.4076 14.5333 16.0617C17.7549 13.7157 17.6916 4.52214 17.2572 0.218582Z' fill='%23E5E5E5'/%3E%3C/svg%3E ");
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 17px;
  width: 16px;
  top: -8px;
  right: 4px;
}
.problem .problem_message .message:nth-child(2) {
  padding: 14px 13px;
}
.problem .problem_message .message:last-child {
  margin-bottom: 0;
}

.promise .promise01 {
  padding: 40px 20px 119px;
  border-radius: 35px;
  background: #DFF4FF;
}
.promise .promise01_ttl {
  font-weight: 900;
  margin-bottom: 17px;
  color: #0087CB;
}
.promise .promise01_ttl .txt_small {
  font-size: 19px;
}
.promise .promise01_ttl .txt_big {
  font-size: 32px;
}
.promise .promise_item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0 15px;
  margin-bottom: 14px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.07);
  padding: 8px 10px;
}
.promise .promise_item:last-child {
  margin-bottom: 0;
}
.promise .promise_item .index {
  background-color: #0087CB;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 31px;
  gap: 0 3px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.promise .promise_item .index span {
  font-size: 19px;
  font-family: "Manrope", sans-serif;
  letter-spacing: 1px;
}
.promise .promise_item p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #3B4856;
}
.promise .promise_guarantor {
  margin-top: -98px;
}
.promise .promise_guarantor .img_wrap {
  width: 265px;
  margin: 0 auto -7px;
}
.promise .promise_guarantor .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  width: fit-content;
  border: 1.5px solid #3B4856;
  letter-spacing: 0.36px;
  border-radius: 40px;
  margin: 0 auto;
}
.promise .consult {
  margin-top: 20px;
  padding: 0 19px;
}
.promise .consult .consult_ttl {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #FF8606;
  margin-bottom: 20px;
}
.promise .consult .consult_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0 6px;
}
.promise .consult .consult_item {
  min-height: 186px;
  padding: 14px 0 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  border: 1.5px solid #0087CB;
  border-radius: 10px;
  background-color: #fff;
}
.promise .consult .consult_item h3 {
  color: #0087CB;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.76px;
}
.promise .consult .consult_item p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.promise .promise_circle {
  width: calc(100% - 12px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFF674;
  color: #0087CB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: -49px;
}
.promise .promise_circle .txt_small {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  text-align: center;
  width: fit-content;
  margin-bottom: 5px;
}
.promise .promise_circle .txt_small::after {
  content: "";
  position: absolute;
  background-color: #0087CB;
  width: 25px;
  height: 2px;
  right: 0;
  top: 52%;
  transform: translate(100%, -50%) rotate(-50deg);
}
.promise .promise_circle .txt_small::before {
  content: "";
  position: absolute;
  background-color: #0087CB;
  width: 25px;
  height: 2px;
  left: 0;
  top: 52%;
  transform: translate(-100%, -50%) rotate(50deg);
}
.promise .promise_circle .txt_big {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
  line-height: 1.28;
}

.map {
  position: relative;
  z-index: 1;
  padding: 50px 29px;
  background-color: #F8F8F8;
  border-radius: 35px;
  margin-top: -55px;
}
.map .map_ttl {
  margin-bottom: 28px;
}
.map .line {
  width: 58px;
  height: 2px;
  background-color: #3B4856;
  margin: 0 auto 28px;
}
.map .map_desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.map .map_desc span {
  font-weight: 700;
  color: #FF8606;
}
.map .map_img {
  margin: 0 2.5px;
}

.recruit {
  margin-top: -50px;
  background-color: #DFF4FF;
  padding: 110px 0 95px;
  margin-bottom: -35px;
}
.recruit .recruit_ttl {
  font-weight: bold;
  margin-bottom: 19px;
}
.recruit .recruit_ttl .txt_small {
  font-size: 18px;
  text-align: center;
}
.recruit .recruit_ttl .txt_big {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 28px;
}
.recruit .slick-prev,
.recruit .slick-next {
  background-color: var(--main--color);
  z-index: 10;
  width: 36px;
  height: 36px;
  font-weight: 700;
  border-radius: 50%;
}
.recruit .slick-prev,
.recruit .slick-next {
  top: 22%;
}
.recruit .slick-prev {
  left: 5%;
}
.recruit .slick-prev:before {
  content: "<";
}
.recruit .slick-next {
  right: 5%;
}
.recruit .slick-next:before {
  content: ">";
}
.recruit .slide__img {
  margin: 0 11px 3px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.07);
}
.recruit .slide__img img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.recruit .slide__content {
  padding: 8px 10px;
}
.recruit h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.recruit dl {
  display: flex;
  margin-bottom: 7px;
}
.recruit dl .main_color {
  font-size: 18px;
  font-weight: 700;
  color: #EB4B4B;
}
.recruit dt {
  font-weight: 500;
  flex: 0 0 47px;
  height: 23px;
  font-size: 12px;
  color: #fff;
  background-color: #0087CB;
  border-radius: 3px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit dd {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.why {
  padding: 155px 20px 60px;
  border-radius: 35px;
  background-color: #F8F8F8;
  margin-top: -85px;
  margin-bottom: 62px;
}
.why .why_ttl {
  margin-bottom: 16px;
}
.why .why_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 45px;
}
.why .why_item {
  border-radius: 30px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.why .why_item:nth-child(2) img {
  top: 26px;
}
.why .why_item:nth-child(3) img {
  top: -20px;
}
.why .why_item:nth-child(4) img {
  top: -9px;
}
.why .why_item:nth-child(5) img {
  top: 15px;
}
.why .why_img {
  background-color: #DFF4FF;
  height: 165px;
  position: relative;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.why .why_img img {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
}
.why .why_content {
  padding: 24px 13px 28px;
  text-align: center;
}
.why .why_content h3 {
  font-size: 22px;
  color: #0087CB;
  font-weight: bold;
  margin-bottom: 10px;
}
.why .why_content p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
.why .why_content p.note {
  font-size: 14px;
  padding-top: 10px;
}
.why .note_warning {
  margin-bottom: 14px;
  position: relative;
}
.why .note_warning .title_wrap {
  padding: 0 10px;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #F8F8F8;
}
.why .note_warning .title {
  display: flex;
  justify-content: center;
  gap: 3px;
  padding: 7px 10px;
  background-color: #3B4856;
  border-radius: 50px;
}
.why .note_warning .title img {
  width: 18px;
}
.why .note_warning .title p {
  font-size: 15px;
  font-weight: bold;
  font-family: "Inter";
  color: #fff;
}
.why .note_warning::after {
  content: "";
  position: absolute;
  background-color: #3B4856;
  height: 1px;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-100%);
  z-index: 0;
}
.why .note_content {
  padding: 0 18px 26px;
  border-bottom: 1.5px solid #3B4856;
}
.why .note_content .note_heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
}
.why .note_content .note_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.why .note_content .note_title .title_block {
  padding: 5px 10px;
  border: 1px solid #3B4856;
  border-radius: 3px;
  background-color: #fff;
}
.why .note_content .note_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.voice .voice_ttl {
  font-weight: 900;
  margin-bottom: 19px;
  font-size: 31px;
  color: #0087CB;
  text-align: center;
}
.voice .voice__slider {
  margin-bottom: 39px;
}
.voice .voice__slider .slide__img {
  margin: 0 10px;
  border-radius: 20px;
  background-color: #fff;
  border: 2px solid #0087CB;
  padding: 12px 12px 18px;
}
.voice .voice__slider .slide__img .img_wrap {
  margin-bottom: 15px;
}
.voice .voice__slider .slide__img img {
  border-radius: 20px;
}
.voice .voice__slider h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
}
.voice .voice__slider p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.voice .voice__slider .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.voice .voice__slider .tag_list .tag {
  border-radius: 4px;
  padding: 5px;
  background-color: #DCDCDC;
  font-size: 14px;
  font-weight: 500;
}
.voice .tiktok_block {
  padding: 0 34px;
  margin-bottom: 50px;
}
.voice .tiktok_block .tiktok_title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto 20px;
}
.voice .tiktok_block .tiktok_title::after {
  content: "";
  position: absolute;
  background-color: #3B4856;
  width: 45px;
  height: 1.5px;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%) rotate(-60deg);
}
.voice .tiktok_block .tiktok_title::before {
  content: "";
  position: absolute;
  background-color: #3B4856;
  width: 45px;
  height: 1.5px;
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%) rotate(60deg);
}
.voice .tiktok_block .tiktok_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #000000;
  padding: 15px 23px;
  border-radius: 12px;
  max-width: 322px;
  margin: 0 auto;
}
.voice .tiktok_block .tiktok_btn .content {
  display: flex;
  align-items: center;
}
.voice .tiktok_block .tiktok_btn .content p {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-right: 13px;
}

.employment {
  padding: 50px 20px 120px;
  border-radius: 35px;
  background-color: #DFF4FF;
  margin-bottom: -65px;
}
.employment .employment_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 41px;
}
.employment .employment_ttl .txt_small {
  font-size: 21px;
  font-weight: 600;
}
.employment .employment_ttl .txt_small span {
  font-size: 25px;
}
.employment .employment_ttl .txt_big {
  font-size: 28px;
  font-weight: bold;
}
.employment .employment_ttl::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='345' height='13' viewBox='0 0 345 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.75H160.941L170 11.75' stroke='%233B4856' stroke-width='1.5'/%3E%3Cpath d='M180 0.75H345' stroke='%233B4856' stroke-width='1.5'/%3E%3C/svg%3E ");
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 13px;
  width: 327px;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 100%);
}
.employment .employment_item {
  width: 100%;
  border-radius: 70px;
  background-color: #fff;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 22px;
}
.employment .employment_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.employment .employment_item:last-child {
  margin-bottom: 0;
}
.employment .employment_content {
  font-size: 16px;
  line-height: 1.4;
}
.employment .employment_content h3 {
  text-align: center;
  font-weight: bold;
  color: #FF8606;
  white-space: nowrap;
}
.employment .employment_content p {
  text-align: center;
  font-weight: 500;
}

.housing {
  margin-top: -60px;
  padding: 120px 20px 50px;
  background-color: #F8F8F8;
  border-radius: 35px;
}
.housing .housing_ttl {
  margin-bottom: 22px;
}
.housing .housing_list {
  margin-bottom: 22px;
}
.housing .housing_list_top {
  display: grid;
  grid-template-columns: 163px 174px;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 17px;
  column-gap: 12px;
  margin-bottom: 21px;
}
.housing .housing_list_top .housing_img:first-child {
  grid-row: 1/3;
}
.housing .housing_list_bottom .housing_img:first-child {
  margin-bottom: 21px;
}
.housing .housing_img {
  border-radius: 12px;
  overflow: hidden;
}
.housing p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}

.step {
  padding: 60px 20px;
}
.step .step_wrap {
  position: relative;
}
.step .step_wrap::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 68%;
  border-left: 2px dotted #9FA0A0;
  left: 38px;
  top: 78px;
  z-index: -1;
}
.step .step_ttl {
  font-size: 31px;
  font-weight: 900;
  color: #0087CB;
  margin-bottom: 23px;
  text-align: center;
}
.step .step_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.step .step_item {
  display: flex;
  gap: 16px;
}
.step .step_index {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #0087CB;
  color: #fff;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.91px;
  line-height: 1;
}
.step .step_index span {
  font-size: 32px;
  font-weight: bold;
}
.step .step_content {
  padding-right: 15px;
}
.step .step_content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #0087CB;
}
.step .step_content h3 span {
  color: #06C755;
}
.step .step_content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}

.faq {
  border-radius: 35px;
  padding: 60px 20px;
  background-color: #F8F8F8;
  position: relative;
  z-index: 1;
}
.faq .faq_ttl {
  margin-bottom: 30px;
}
.faq .faq_item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1.5px solid #D9D9D9;
}
.faq .faq_item:last-child {
  margin-bottom: 0;
}
.faq .faq_quest {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
}
.faq .faq_quest h3 {
  font-size: 18px;
  font-weight: bold;
  color: #0087CB;
  line-height: 1.4;
}
.faq p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.section_footer {
  margin-top: -60px;
  padding: 80px 0 30px;
  background-color: #3B4856;
  color: #fff;
}
.section_footer .footer_main {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 31px;
}
.section_footer .copy_right {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

@keyframes blinkAnime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.sokuwork {
  padding: 41px 15px 50px;
  border-radius: 35px;
  background-color: #0087CB;
  position: relative;
  z-index: 1;
}
.sokuwork .sokuwork_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 10px;
  color: #0087CB;
  background-color: #fff;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  width: fit-content;
  margin: 0 auto 13px;
}
.sokuwork .sokuwork_title {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 11px;
  letter-spacing: -2.5px;
}
.sokuwork .sokuwork_title .txt_small {
  font-size: 28px;
}
.sokuwork .sokuwork_title .txt_small span {
  font-size: 22px;
}
.sokuwork .sokuwork_title .txt_big {
  font-size: 30px;
}
.sokuwork .sokuwork_list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 103px);
  gap: 0 10px;
  margin-bottom: 14px;
}
.sokuwork .sokuwork_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.07);
  aspect-ratio: 1/1;
  gap: 5px;
}
.sokuwork .sokuwork_item_title {
  color: #0087CB;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
}
.sokuwork .sokuwork_desc {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: fit-content;
  margin: 0 auto 36px;
  color: #FFEE00;
}
.sokuwork .sokuwork_desc::after {
  content: "";
  position: absolute;
  background-color: #FFEE00;
  width: 44px;
  height: 1.5px;
  right: 5px;
  top: 60%;
  transform: translate(100%, -50%) rotate(-60deg);
}
.sokuwork .sokuwork_desc::before {
  content: "";
  position: absolute;
  background-color: #FFEE00;
  width: 44px;
  height: 1.5px;
  left: 5px;
  top: 60%;
  transform: translate(-100%, -50%) rotate(60deg);
}
.sokuwork .sokuwork_desc span {
  font-size: 22px;
}
.footer {
  margin-top: 56px;
  padding-bottom: 140px;
}

.footer__inr {
  display: flex;
  flex-direction: column-reverse;
}

.footer .footer__logo {
  width: 377px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
}
.footer .footer__logo img {
  width: 232px;
  margin-left: 4px;
}
.footer .footer__contents {
  font-style: normal;
  margin-top: 30px;
  text-align: center;
}
.footer .footer__contents dl {
  font-weight: 400;
  margin-top: 20px;
}
.footer .footer__contents address {
  font-style: normal;
}
.footer .footer__navi {
  font-size: 1.6rem;
}
.footer .footer__list {
  font-weight: 600;
}
.footer .footer__list ul {
  display: flex;
  justify-content: center;
  gap: 0 32px;
}
.footer .footer__list p {
  text-align: right;
  margin-top: 12px;
}
.footer .copy {
  margin-top: 3rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  body {
    font-size: 1.28rem;
  }
  .footer .footer__list ul {
    gap: 0 26px;
  }
}
@media screen and (max-width: 1000px) {
  .footer {
    margin-top: 16vw;
    padding-bottom: 26.6666666667vw;
  }
  .footer__inr {
    flex-direction: column-reverse;
  }
  .footer .footer__logo {
    width: auto;
    font-size: max(10px, 4vw);
    text-align: center;
  }
  .footer .footer__logo img {
    width: 56vw;
  }
  .footer .footer__contents {
    width: 92vw;
    margin: 9.3333333333vw auto 0;
    text-align: left;
  }
  .footer .footer__contents dl {
    margin-top: 5.3333333333vw;
  }
  .footer .footer__navi {
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    font-size: max(10px, 4vw);
  }
  .footer .footer__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2666666667vw 0;
  }
  .footer .footer__list li {
    width: 50%;
  }
  .footer .copy {
    margin-top: 9.8666666667vw;
    font-size: max(10px, 3.7333333333vw);
    text-align: center;
    width: 100%;
  }
}

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