@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
body * {
  color: #2c2c2c;
}

/* サイトカラー */
body * {
  font-family: "IBM Plex Sans JP", sans-serif;
}

body {
  font-size: 0.875rem;
} /* 14px */
body {
  line-height: 1.6;
}

#eyecatch {
  position: relative;
}
#eyecatch .eyecatch_text {
  position: absolute;
  bottom: 1%;
  left: 5%;
}
@media screen and (min-width: 576px) {
  #eyecatch .eyecatch_text {
    bottom: 5%;
  }
}
@media screen and (min-width: 992px) {
  #eyecatch .eyecatch_text {
    bottom: 0%;
    left: 15%;
  }
}
@media screen and (min-width: 1200px) {
  #eyecatch .eyecatch_text {
    bottom: 5%;
    left: 20%;
  }
}

#our_business {
  position: relative;
  background-image: url(../../_img/index/bg_ourbusiness_sp.jpg);
  background-position: left, right;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #our_business {
    background-image: url(../../_img/index/bg_ourbusiness_pc.jpg);
  }
}

#recruit_info {
  position: relative;
  background-image: url(../../_img/index/bg_recruit_sp.jpg);
  background-position: left, right;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #recruit_info {
    background-image: url(../../_img/index/bg_recruit_pc.jpg);
  }
}

.slider_container {
  width: 100vw;
  overflow: hidden;
}

.slider_wrapper {
  display: flex;
  width: 500%;
  align-self: flex-end;
  animation: slide-flow 25s infinite linear 1s both;
}
@media screen and (min-width: 992px) {
  .slider_wrapper {
    width: 100%;
  }
}

.slide_item {
  min-width: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: flex-end;
}
@media screen and (min-width: 992px) {
  .slide_item {
    min-width: calc(16.6666666667% - 10px);
  }
}

@keyframes slide-flow {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.eyecatch_sub {
  position: relative;
}

.eyecatch_sub_title {
  position: absolute;
  width: 100%;
  height: 147px;
  background-color: #ffffff;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .eyecatch_sub_title {
    width: 28%;
    left: 22vw;
    height: 100%;
    max-height: 300px;
  }
}

.eyecatch_sub_img {
  padding-top: 147px;
  display: block;
  max-height: 420px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .eyecatch_sub_img {
    padding-top: 0;
    max-height: 300px;
  }
}

.list_dot li {
  position: relative;
  padding-left: 12px;
}
.list_dot li::before {
  position: absolute;
  content: "・";
  left: -2px;
  top: 0px;
}

#company table {
  width: 100% !important;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  height: auto;
}
#company tr {
  border-bottom: 1px solid #d1d1d1;
}
#company tr:first-child {
  border-top: 1px solid #d1d1d1;
}
#company th {
  display: block;
  padding: 0.7rem 0 0 0;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 992px) {
  #company th {
    width: 30%;
    display: table-cell;
    padding: 1rem 0;
  }
}
#company td {
  display: block;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 992px) {
  #company td {
    padding: 1rem 0;
    display: table-cell;
  }
}

#business .eyecatch_sub {
  background-position: right bottom -25px;
  background-image: url(../../_img/index/bg_ourbusiness_sp.jpg);
}
@media screen and (min-width: 992px) {
  #business .eyecatch_sub {
    background-image: url(../../_img/index/top_mv_pc.jpg);
  }
}

#privacy h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #privacy h2 {
    margin-bottom: 50px;
  }
}
#privacy h2::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #c49a6c;
  width: 70px;
  right: 0;
  bottom: -8px;
  left: 0;
  margin: 0 auto;
}
#privacy h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
#privacy .list_num li {
  display: flex;
  padding-left: 4px;
}
#privacy .list_num li span {
  font-weight: 500;
  font-size: 16px;
  padding-right: 3px;
}

.list_disc li {
  position: relative;
  padding-left: 24px;
}
.list_disc li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #2c2c2c;
  left: 12px;
  top: 8px;
}

#commerce_law h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-bottom: 30px;
}
#commerce_law table {
  display: block;
  width: 100% !important;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  height: auto;
}
#commerce_law tr {
  border-bottom: 1px solid #d1d1d1;
}
#commerce_law tr:first-child {
  border-top: 1px solid #d1d1d1;
}
#commerce_law th {
  display: block;
  padding: 0.7rem 0 0 0;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 992px) {
  #commerce_law th {
    width: 30%;
    display: table-cell;
    padding: 1rem 0;
  }
}
#commerce_law td {
  display: block;
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 992px) {
  #commerce_law td {
    padding: 1rem 0;
    display: table-cell;
  }
}

#form_input dt {
  padding: 1rem 1rem 0 0;
}
#form_input dd {
  padding: 0.75rem 1rem 1rem 0.5rem;
  border-bottom: #d1d1d1 1px solid;
}

.form-control {
  padding: 0.8rem 0.45rem;
  font-size: 14px;
}

.required, .any {
  color: #ffffff;
  font-size: 13px;
  padding: 0.15em 0.8em;
  font-weight: normal;
  margin-left: 1em;
}

.required {
  background-color: #c49a6c;
}

.any {
  background-color: #d1d1d1;
}

.error_message {
  padding: 8px 0 0 4px;
  color: #dc0c0c;
  margin-bottom: 0;
}

.form-check-input[type=radio] {
  border-radius: 50%;
  transform: scale(1.2);
  margin-top: 0.25em;
  margin-right: 0.5em;
}

.form-check label {
  margin: 0 0 1em 0.5em;
}

#contactSubmit {
  border: 1px solid #2c2c2c;
  background-color: transparent;
  padding: 1em;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.2rem;
}
#contactSubmit:hover {
  background-color: #2c2c2c;
  color: #ffffff;
  transition: all 0.2s ease 0s;
}

#contactGoPrev {
  background-color: #2c2c2c;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 1em;
  border: none;
}
#contactGoPrev:hover {
  opacity: 0.6;
  transition: all 0.2s ease 0s;
}

.entry_progress {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  max-width: 300px;
  margin: 0 auto 30px;
}
.entry_progress li {
  position: relative;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #d1d1d1;
}
.entry_progress li::before {
  content: "";
  position: absolute;
  display: block;
  width: 260%;
  height: 3px;
  background: #d1d1d1;
  left: -90px;
  top: 16px;
  margin: auto;
  z-index: 1;
}
.entry_progress li:first-child::before {
  content: none;
}
.entry_progress li.active {
  color: #c49a6c;
}
.entry_progress li.active::before {
  background: #c49a6c;
}
.entry_progress li.active span {
  background-color: #c49a6c;
}
.entry_progress li span {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: #d1d1d1;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 35px !important;
  margin: auto auto 5px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .entry_progress {
    max-width: 460px;
  }
  .entry_progress li {
    font-size: 16px;
  }
  .entry_progress li::before {
    width: 360%;
    height: 4px;
    left: -160px;
    top: 21px;
  }
  .entry_progress li span {
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 45px !important;
  }
}

.recruit p {
  color: #233a5e;
}
.recruit footer {
  padding-bottom: 80px;
}

#fixed_menu .btn_recruit_apply {
  max-width: 200px;
  padding: 0.9em 0.5em;
}
#fixed_menu .btn_recruit_apply a::before {
  right: -35px;
}
#fixed_menu .btn_recruit_apply a::after {
  right: -26px;
  top: 0;
}
#fixed_menu .btn_recruit_apply a:hover {
  opacity: 0.8;
  transition: all 0.2s ease 0s;
}

#recruit_eyecatch {
  background-color: #fff8f4;
  position: relative;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  #recruit_eyecatch {
    padding-top: 70px;
  }
}
#recruit_eyecatch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 102%;
  background: linear-gradient(to right, #f2a57e 0%, #f2a57e 80%, #fff8f4 80%, #fff8f4 100%);
}
@media screen and (min-width: 992px) {
  #recruit_eyecatch::before {
    height: 85%;
    background: linear-gradient(to right, #f2a57e 0%, #f2a57e 60%, #fff8f4 60%, #fff8f4 100%);
  }
}
#recruit_eyecatch .eyecatch_img {
  max-width: 960px;
  margin: 0 auto;
}
#recruit_eyecatch .eyecatch_text {
  position: absolute;
  bottom: 1%;
  left: 5%;
  line-height: 1.4;
}
@media screen and (min-width: 576px) {
  #recruit_eyecatch .eyecatch_text {
    bottom: 5%;
  }
}
@media screen and (min-width: 992px) {
  #recruit_eyecatch .eyecatch_text {
    text-align: center;
    bottom: 33%;
    left: calc(50% - 170px);
  }
}

#introduce {
  background-image: linear-gradient(#fff8f4 70%, #f2a57e);
}

.bdrItem {
  position: relative;
}
.bdrItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 80px;
  background: #233a5e;
}

#top_about {
  padding-top: 173px;
}
@media screen and (min-width: 576px) {
  #top_about {
    padding-top: 212px;
  }
}
@media screen and (min-width: 992px) {
  #top_about {
    padding-top: 150px;
  }
}
#top_about .bdrItem::before {
  top: -5rem;
}
@media screen and (min-width: 992px) {
  #top_about .bdrItem::before {
    top: -6.3rem;
    left: -12px;
    width: 50px;
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #top_about .bdrItem::before {
    left: -3px;
  }
}
@media screen and (min-width: 1400px) {
  #top_about .bdrItem::before {
    left: 4px;
  }
}

.about_title {
  position: absolute;
  top: 8px;
  left: 10px;
}

.img_counter {
  position: absolute;
  top: -8.9rem;
  left: 0;
  width: 260px;
}
@media screen and (min-width: 576px) {
  .img_counter {
    width: 303px;
  }
}
@media screen and (min-width: 992px) {
  .img_counter {
    top: -14rem;
    left: calc(50% + 160px);
    width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .img_counter {
    width: 370px;
    top: -14rem;
    left: calc(50% + 190px);
  }
}

.works_title {
  writing-mode: vertical-rl;
  line-height: 1 !important;
  position: absolute;
  right: 10px;
}
@media screen and (min-width: 992px) {
  .works_title {
    right: 0;
  }
}

#top_interview .bdrItem::before {
  top: -7.5rem;
  left: 1rem;
}
@media screen and (min-width: 768px) {
  #top_interview .bdrItem::before {
    left: 0;
  }
}

.about_bdr::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -42px;
  width: 42px;
  height: 80px;
  background: #233a5e;
}
@media screen and (min-width: 992px) {
  .about_bdr::before {
    top: -150px;
    left: -100px;
    width: 100px;
    height: 150px;
  }
}

.interview_list {
  display: flex;
  max-width: 635px;
  width: 100%;
  overflow-x: scroll;
  margin: 0 auto;
}
.interview_list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 992px) {
  .interview_list {
    margin-left: 0;
  }
}
.interview_list li {
  width: 68%;
  flex-shrink: 0;
  margin-left: 14px;
}
@media screen and (min-width: 576px) {
  .interview_list li {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .interview_list li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .interview_list li:first-child {
    margin-left: 0;
  }
}
.interview_list li:last-child {
  margin-right: 14px;
}

.interview_comment {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
}

.faq_content {
  line-height: 1.9;
  letter-spacing: 0.05rem;
  border-top: 1px solid #d1d1d1;
}
.faq_content:last-child {
  border-bottom: 1px solid #d1d1d1;
}

.qusetion {
  cursor: pointer;
  position: relative;
  padding: 20px 25px 20px 10px;
  font-weight: normal;
  line-height: 1.6 !important;
  display: flex;
  align-items: start;
}
.qusetion p {
  margin-bottom: 0;
}
.qusetion::before, .qusetion::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 40%;
  width: 2px;
  height: 0.8em;
  background-color: #233a5e;
  transition: all 0.3s;
}
.qusetion::after {
  transform: rotate(90deg);
}
.qusetion.open::before {
  transform: rotate(90deg);
}

.answer {
  padding: 0px 25px 20px 10px;
  line-height: 1.6 !important;
  display: flex;
  align-items: start;
  margin-bottom: 0;
}
.answer p {
  margin-bottom: 0;
}

.pt3px {
  padding-top: 3px;
}

#top_guidelines {
  background-image: url(../../_img/recruit/index/bg_guidelines_sp.jpg);
  background-position: left, right;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #top_guidelines {
    background-image: url(../../_img/recruit/index/bg_guidelines_pc.jpg);
  }
}

#entry_inc {
  position: relative;
  background-image: url(../../_img/recruit/_common/bg_entry_sp.jpg);
  background-position: left, right;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  #entry_inc {
    background-image: url(../../_img/recruit/_common/bg_entry_pc.jpg);
  }
}

#recruit main {
  overflow: unset !important;
}

.sticky_content {
  position: sticky;
}

#top_works.sticky_content {
  top: -30rem; /*自分が固定したい位置*/
}
@media screen and (min-width: 992px) {
  #top_works.sticky_content {
    top: 0;
  }
}

#top_guidelines.sticky_content {
  top: 50px; /*自分が固定したい位置*/
}

#eyecatch_aboutus {
  position: relative;
  background-image: url(../../_img/recruit/about_us/about_us_mv_sp.jpg);
  background-position: left, right;
  background-size: cover;
  padding: 125px 0;
}
@media screen and (min-width: 992px) {
  #eyecatch_aboutus {
    background-image: url(../../_img/recruit/about_us/about_us_mv_pc.jpg);
  }
}

.list_benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .list_benefits {
    justify-content: start;
  }
}
.list_benefits li {
  color: #233a5e;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.431372549);
  border-radius: 20px;
  margin: 4px;
  width: 109px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .list_benefits li {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 992px) {
  .list_benefits li {
    width: 128px;
    height: 128px;
  }
}

.our_business {
  background-image: url(../../_img/recruit/about_us/our_business_triangle.png);
  background-size: 160px;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.circle {
  background-color: #f2a57e;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-weight: 500;
  position: absolute;
}
.circle.top {
  top: 10px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  line-height: 100px;
}
.circle.left {
  top: 130px;
  left: calc(50% - 140px);
  margin: 0 auto;
  line-height: 100px;
}
.circle.right {
  top: 130px;
  right: calc(50% - 130px);
  margin: 0 auto;
}
.circle.right p {
  position: absolute;
  display: inline-block;
  line-height: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}

.img_environment {
  position: relative;
}
.img_environment img {
  z-index: 1;
  position: relative;
}
.img_environment::after {
  position: absolute;
  content: "";
  bottom: -30px;
  right: -28px;
  background-color: #f2a57e;
  width: 250px;
  height: 150px;
  z-index: 0;
}

#eyecatch_works {
  position: relative;
  background-image: url(../../_img/recruit/works/works_mv_sp.jpg);
  background-position: left, right;
  background-size: cover;
  padding: 125px 0;
}
@media screen and (min-width: 992px) {
  #eyecatch_works {
    background-image: url(../../_img/recruit/works/works_mv_pc.jpg);
  }
}

.works_category {
  writing-mode: vertical-rl;
  line-height: 1 !important;
  position: relative;
}

.works_en {
  position: absolute;
  top: 68%;
  left: 3%;
}
@media screen and (min-width: 576px) {
  .works_en {
    top: 46%;
  }
}
@media screen and (min-width: 768px) {
  .works_en {
    top: 43%;
  }
}
@media screen and (min-width: 992px) {
  .works_en {
    top: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .works_en {
    top: 71%;
  }
}
@media screen and (min-width: 1400px) {
  .works_en {
    top: 62%;
  }
}

.img_bg_works {
  position: relative;
}
.img_bg_works img {
  z-index: 1;
  position: relative;
}
.img_bg_works::after {
  position: absolute;
  content: "";
  background-color: #f2a57e;
  top: -28px;
  right: -28px;
  width: 150px;
  height: 200px;
  z-index: 0;
}

.main_works {
  position: relative;
  padding-left: 10px;
}
.main_works::before {
  position: absolute;
  content: "";
  background-color: #f2a57e;
  width: 25px;
  height: 30px;
  left: -20px;
  top: -5px;
}
@media screen and (min-width: 576px) {
  .main_works::before {
    width: 15px;
    left: -10px;
  }
}

.list_works li {
  color: #233a5e;
  padding-left: 12px;
}
.list_works .fc_pop {
  color: #233a5e;
  background-color: #f2a57e;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}

#eyecatch_interview {
  padding: 125px 0;
}

.img_bg_interview {
  position: relative;
}
.img_bg_interview img {
  z-index: 1;
  position: relative;
}
.img_bg_interview::before {
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #f2c6b6 0%, #f2c6b6 20%, #233a5e 20%, #233a5e 100%);
  top: -80px;
  left: -28px;
  width: 80px;
  height: 180px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .img_bg_interview::before {
    width: 70px;
  }
}
.img_bg_interview::after {
  position: absolute;
  content: "";
  background-color: #f2c6b6;
  bottom: 45px;
  right: -28px;
  width: 80px;
  height: 130px;
  z-index: 0;
}

.title_interview {
  z-index: 1;
  position: relative;
}
.title_interview p {
  font-style: italic;
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 768px) {
  .title_interview p {
    margin-left: 105px;
  }
}
@media screen and (min-width: 992px) {
  .title_interview p {
    margin-left: 114px;
  }
}
.title_interview p span {
  padding-right: 3px;
}

.content_interview dt p {
  font-weight: 600;
  color: #233a5e;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
.content_interview dt span {
  color: #ffffff;
  font-weight: 500;
  background-color: #233a5e;
  width: 28px;
  height: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
}
.content_interview dd {
  color: #233a5e;
  margin-left: 36px;
  margin-bottom: 20px;
}

.list_oneday li {
  color: #233a5e;
  position: relative;
  margin-left: 30px;
  margin-bottom: 25px;
}
.list_oneday li::before {
  position: absolute;
  content: "";
  background-color: #233a5e;
  width: 8px;
  height: 8px;
  left: -20px;
  top: 6px;
  border-radius: 50%;
}
.list_oneday li:not(:last-child)::after {
  position: absolute;
  content: "";
  background-color: #233a5e;
  width: 1px;
  height: 30px;
  top: 17px;
  left: -17px;
  border-left: 1px solid #8299bc;
}
.list_oneday span {
  color: #233a5e;
  background-color: #f2c6b6;
  border-radius: 10px;
  width: 55px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
}

#eyecatch_entry {
  position: relative;
  background-image: url(../../_img/recruit/_common/bg_entry_sp.jpg);
  background-position: left, right;
  background-size: cover;
  padding: 125px 0;
}
@media screen and (min-width: 992px) {
  #eyecatch_entry {
    background-image: url(../../_img/recruit/_common/bg_entry_pc.jpg);
  }
}

#eyecatch_guidelines {
  position: relative;
  background-image: url(../../_img/recruit/index/bg_guidelines_sp.jpg);
  background-position: left, right;
  background-size: cover;
  padding: 125px 0;
}
@media screen and (min-width: 992px) {
  #eyecatch_guidelines {
    background-image: url(../../_img/recruit/index/bg_guidelines_pc.jpg);
  }
}

#guidelines table {
  display: block;
  width: 100% !important;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  height: auto;
}
#guidelines tr {
  border-bottom: 1px solid #d1d1d1;
}
#guidelines tr:first-child {
  border-top: 1px solid #d1d1d1;
}
#guidelines th {
  display: block;
  padding: 0.7rem 0 0 0;
  letter-spacing: 0.1rem;
  color: #233a5e;
}
@media screen and (min-width: 992px) {
  #guidelines th {
    width: 20%;
    display: table-cell;
    padding: 1rem 0;
  }
}
#guidelines td {
  display: block;
  padding-bottom: 0.7rem;
  color: #233a5e;
}
@media screen and (min-width: 992px) {
  #guidelines td {
    padding: 1rem 0;
    display: table-cell;
  }
}
#guidelines .list_process li {
  border: 1px solid #233a5e;
  width: 70vw;
  max-width: 500px;
  padding: 15px 20vw;
  margin: 0 auto 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #guidelines .list_process li {
    padding: 15px 200px;
  }
}
#guidelines .list_process li::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(135deg);
  border-top: solid 1px #233a5e;
  border-right: solid 1px #233a5e;
}
#guidelines .list_process li:last-child {
  background-color: #233a5e;
}
#guidelines .list_process li:last-child::after {
  display: none;
}
#guidelines .list_process li:last-child p {
  color: #ffffff;
}
#guidelines .list_process p {
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-bottom: 0;
  font-weight: 500;
}
#guidelines .list_dot li {
  color: #233a5e;
}
#guidelines .list_dot li::before {
  color: #233a5e;
}/*# sourceMappingURL=layout.css.map */