@charset "UTF-8";

.reason-title_wrap {
  position: relative;
  margin-bottom: 80px;
}

.reason-title_bg {
  background-color: var(--bg);
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-top: 56px;
  margin-bottom: 80px;
  height: 400px;
  position: absolute;
  width: 85%;
  max-width: 100%;
  /* margin-left: auto; */
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .reason-title_bg {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reason-title_bg {
    height: 500px;
  }
}

@media screen and (max-width: 575px) {
  .reason-title_bg {
    height: 400px;
  }
}

.reason-title_content {
  padding-top: 56px;
}

.reason-title_flex {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 2.3%;
  letter-spacing: 0.03em;
}

.reason-number {
  color: var(--navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(transparent 80%, var(--yellow) 80%);
}

.reason-number_small {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
}

.reason-number_number {
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 94px;
  line-height: 1;
  margin-top: -10px;
}

.reason-title {
  color: var(--navy);
}

.reason-title_heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}

.reason-title_sub {
  counter-reset: reason-title_sub;
  font-size: 16px;
  color: #7F7F7F;
}

.reason-lead {
  margin-bottom: 24px;
}

.reason-lead_small {
  color: var(--aqua);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.reason-title_en {
  font-family: urw-din, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.reason-lead_text {
  font-weight: 700;
  color: var(--bluegrey);
  font-size: 22px;
  line-height: 1.3;
}

.reason-point_box {
  border: #DCE3EA solid 2px;
  background-color: #fff;
  max-width: 848px;
  padding: 40px;
  border-radius: 10px;
}

.reason-point_list {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.reason-point_item::before {
  content: url('../img/reason/reason-check.svg');
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 24px;
}

.reason-point_item {
  margin-bottom: 8px;
  display: flex;
}


@media screen and (max-width: 767px) {
  .reason-title_flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    margin-bottom: 40px;
  }

  .reason-number {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }

  .reason-number_small {
    padding-bottom: 3px;
    padding-right: 8px;
  }

  .reason-number_number {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {
  .reason-title_flex {
    gap: 8px;
  }

  .reason-number_small {
    font-size: 16px;
    padding-bottom: 1px;
    padding-right: 5px;
  }

  .reason-number_number {
    font-size: 28px;
  }

  .reason-number {
    background: linear-gradient(transparent 70%, var(--yellow) 70%);
  }

  .reason-title_heading {
    font-size: 24px;
  }

  .reason-title_sub {
    font-size: 14px;
  }

  .reason-lead_small {
    font-size: 16px;
  }

  .reason-lead_text {
    font-size: 18px;
  }

  .reason-point_list {
    font-size: 16px;
  }

  .reason-point_box {
    padding: 16px;
  }
}


/* reason01--------------------------- */
.reason01 {
  margin-top: 80px;
}

.hr-item_label {
  color: var(--aqua);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}

.hr-item {
  position: relative;
  margin-top: 80px;
  margin-bottom: 100px;
}

.hr-item_label-small {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.hr-item_img {
  margin-bottom: 80px;
}

.hr-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18px;
  column-gap: 2%;
}

.hr-list_item {
  display: flex;
  width: 48%;
  background-color: var(--lightblue);
  border-radius: 110px;
  padding: 10px 30px;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
}

.hr-list_lisence {
  font-size: 16px;
  font-weight: 700;
}

.hr-list_num {
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  color: var(--bluegrey);
  letter-spacing: 0;
  min-width: 57px;
  margin-left: 10px;
}

.hr-list_num-unit {
  font-size: 16px;
  letter-spacing: 0%;
}

@media screen and (max-width: 767px) {
  .hr-item_img-sp {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px){
  .hr-item {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .hr-item {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .hr-item_label {
    font-size: 20px;
  }
  .hr-item_img{
    margin-bottom: 40px;
  }
}

/* reason02--------------------------- */
.service-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: var(--bluegrey);
  gap: 16px;
  margin-top: 100px;
  margin-bottom: 54px;
}

.service-title_ja {
  font-size: 20px;
  color: #333;
}

.system-img {
  margin-bottom: 40px;
}

.system-text-box {
  background-color: var(--lightblue);
  padding: 60px 80px;
  border-radius: 10px;
  margin-bottom: 100px;
}

.system-text {
  line-height: 1.6;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .pc-br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hr-list {
    border: solid #DCE3EA 2px;
    flex-direction: column;
    row-gap: 0;
    margin: 0 auto;
    padding: 8px 0;
  }

  .hr-list::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    display: block;
    width: min(15vw, 90px);
    clip-path: polygon(0 0, 40% 0, 0 40%);
    aspect-ratio: 1;
    background-color: #DCE3EA;
  }

  .hr-list_item {
    width: auto;
    background-color: transparent;
    border-radius: 0;
    padding: 0px 30px;
    padding-top: 16px;
    min-height: auto;
  }

  .hr-list_item:last-child {
    padding-bottom: 16px;
  }

  .hr-list_lisence::before {
    content: "";
    /* 空の要素作成 */
    width: 10px;
    /* 幅指定 */
    height: 10px;
    /* 高さ指定 */
    display: inline-block;
    /* インラインブロックにする */
    background-color: #39668F;
    /* 背景色指定 */
    border-radius: 50%;
    /* 要素を丸くする */
    position: relative;
    /* 位置調整 */
    margin-right: 16px;
    flex-shrink: 0;
    /* 余白指定 */
  }

  .hr-list_lisence {
    display: flex;
    align-items: center;
  }

  .system-text-box {
    padding: 40px 32px;
  }
}

@media screen and (max-width: 575px) {
  .hr-list_item {
    padding: 0px 16px;
    padding-top: 16px;
  }

  .hr-list_num {
    margin-left: 16px;
  }

  .system-text-box {
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
    margin-bottom: 80px;
  }

  .system-text {
    font-size: 16px;
  }

  .system-img {
    margin-bottom: 24px;
  }
}

.-aqua {
  color: var(--aqua);
  font-weight: 700;
}

.api-label {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 24px;
}

.api-logo {
  text-align: center;
  margin-bottom: 100px;
}

.api-logo {
  margin-bottom: 90px;
}


/* reason03--------------------------- */
.flexible-img {
  margin-top: 40px;
  margin-bottom: 120px;
}

@media screen and (max-width: 575px) {
  .service-title {
    font-size: 24px;
    gap: 10px;
    margin-top: 60px;
  }

  .service-title_ja {
    font-size: 16px;
  }

  .flexible-img {
    margin-bottom: 90px;
  }
}