@charset "UTF-8";
.problem_list {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.problem_list .problem_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.problem_list .problem_item .number {
  background: #16478e;
  font-size: 40px;
  font-weight: 500;
  color: white;
  height: 80px;
  width: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .problem_list .problem_item .number {
    font-size: 24px;
    height: 50px;
    width: 40px;
    padding-left: 6px;
  }
}
.problem_list .problem_item .number:after {
  content: "";
  border-style: solid;
  border-width: 40px 0 40px 28px;
  border-color: transparent transparent transparent #16478e;
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .problem_list .problem_item .number:after {
    border-width: 25px 0 25px 16px;
  }
}
.problem_list .problem_item .item_content {
  margin-left: 26px;
}
@media only screen and (max-width: 991px) {
  .problem_list .problem_item .item_content {
    margin-left: 0;
  }
}
.problem_list .problem_item .item_title {
  font-size: 22px;
  font-weight: bold;
  color: #16478e;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .problem_list .problem_item .item_title {
    font-size: 16px;
  }
}
.problem_list .problem_item .item_desc {
  font-weight: 500;
  margin-top: 0.5em;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .problem_list .problem_item .item_desc {
    font-size: 13px;
  }
}

.feature_list {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.feature_list .feature_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}
.feature_list .feature_item .number {
  background: #16478e;
  font-size: 16px;
  font-weight: 500;
  color: white;
  height: 36px;
  width: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  margin-right: 10px;
  position: relative;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .feature_list .feature_item .number {
    font-size: 11px;
    width: 50px;
    height: 28px;
  }
}
.feature_list .feature_item .number:after {
  content: "";
  border-style: solid;
  border-width: 18px 0 18px 16px;
  border-color: transparent transparent transparent #16478e;
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .feature_list .feature_item .number:after {
    border-width: 14px 0 14px 10px;
  }
}
.feature_list .feature_item figure {
  width: 130px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .feature_list .feature_item figure {
    width: 50px;
  }
}
.feature_list .feature_item .item_content {
  margin-left: 26px;
  margin-right: 26px;
}
@media only screen and (max-width: 991px) {
  .feature_list .feature_item .item_content {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.feature_list .feature_item .item_title {
  font-size: 22px;
  font-weight: bold;
  color: #16478e;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .feature_list .feature_item .item_title {
    font-size: 16px;
  }
}
.feature_list .feature_item .item_desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .feature_list .feature_item .item_desc {
    font-size: 13px;
  }
}

.strategy_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .strategy_content {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.strategy_content .image, .strategy_content .content {
  padding: 20px 24px 0;
  background: #f7f7f7;
}
.strategy_content .image {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .strategy_content .image {
    width: 100%;
  }
}
.strategy_content .image .image_header {
  font-size: 22px;
  font-weight: bold;
  color: rgba(255, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .strategy_content .image .image_header {
    font-size: 15px;
    margin-bottom: 1em;
  }
}
.strategy_content .content {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .strategy_content .content {
    width: 100%;
  }
}
.strategy_content .content_item {
  margin-bottom: 2em;
}
.strategy_content .content_item .item_title {
  font-size: 22px;
  font-weight: bold;
  margin: 0.5em 0;
}
@media only screen and (max-width: 991px) {
  .strategy_content .content_item .item_title {
    font-size: 16px;
  }
}
.strategy_content .content_item .item_title .num {
  font-size: 1.4em;
}
.strategy_content .content_item:nth-child(1) .item_title {
  color: #16478e;
}
.strategy_content .content_item:nth-child(2) .item_title {
  color: #00a3db;
}
.strategy_content .desc {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .strategy_content .desc {
    font-size: 13px;
  }
}

.purchasing_flow_content .content_header .header_title {
  font-size: 30px;
  font-weight: bold;
  color: #141d2a;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .content_header .header_title {
    font-size: 17px;
  }
}
.purchasing_flow_content .content_header .header_title .emp {
  font-size: 1.2em;
  color: #00a3db;
}
.purchasing_flow_content .content_header .header_desc {
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .content_header .header_desc {
    margin-top: 1em;
  }
}
.purchasing_flow_content .flow_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 30px;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_items {
    padding: 0;
  }
}
.purchasing_flow_content .flow_item {
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_item {
    width: 50%;
  }
}
.purchasing_flow_content .flow_item figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
  height: 120px;
}
.purchasing_flow_content .flow_item figure img {
  height: 100%;
}
.purchasing_flow_content .flow_item:nth-child(1) figure img, .purchasing_flow_content .flow_item:nth-child(2) figure img {
  height: 80%;
}
.purchasing_flow_content .flow_item .item_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  height: 50px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_item .item_header {
    font-size: 13px;
    height: 38px;
  }
}
.purchasing_flow_content .flow_item .item_header:before, .purchasing_flow_content .flow_item .item_header:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.purchasing_flow_content .flow_item .item_header:before {
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #fff;
  top: 0;
  right: calc(100% - 24px);
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_item .item_header:before {
    right: calc(100% - 9px);
    border-width: 19px 0 19px 10px;
  }
}
.purchasing_flow_content .flow_item .item_header:after {
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #7d7d7d;
  top: 5px;
  left: calc(100% - 1px);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_item .item_header:after {
    border-width: 17px 0 17px 9px;
    top: 2px;
  }
}
.purchasing_flow_content .flow_item .item_header .num {
  width: 1.2em;
  height: 1.2em;
  background: white;
  font-size: 20px;
  color: rgba(0, 45, 106, 0.75);
  text-align: center;
  line-height: 1.2;
  border-radius: 50%;
  margin-right: 6px;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_item .item_header .num {
    font-size: 14px;
    margin-right: 3px;
  }
}
.purchasing_flow_content .flow_item:nth-child(1) .item_header {
  background: rgba(0, 45, 106, 0.25);
}
.purchasing_flow_content .flow_item:nth-child(1) .item_header:after {
  border-color: transparent transparent transparent rgba(0, 45, 106, 0.25);
}
.purchasing_flow_content .flow_item:nth-child(2) .item_header {
  background: rgba(0, 45, 106, 0.5);
}
.purchasing_flow_content .flow_item:nth-child(2) .item_header:after {
  border-color: transparent transparent transparent rgba(0, 45, 106, 0.5);
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_item:nth-child(2) .item_header:after {
    border-width: 19px 0 19px 10px;
    top: 0;
    left: 100%;
  }
}
.purchasing_flow_content .flow_item:nth-child(3) .item_header {
  background: rgba(0, 45, 106, 0.75);
}
.purchasing_flow_content .flow_item:nth-child(3) .item_header:after {
  border-color: transparent transparent transparent rgba(0, 45, 106, 0.75);
}
.purchasing_flow_content .flow_item:nth-child(4) .item_header {
  background: #002d6a;
}
.purchasing_flow_content .flow_item:nth-child(4) .item_header:after {
  border-color: transparent transparent transparent #002d6a;
  left: calc(100% + 0px);
  border-width: 25px 0 25px 25px;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_item:nth-child(4) .item_header:after {
    border-width: 19px 0 19px 10px;
  }
}
.purchasing_flow_content .flow_item .item_desc {
  text-align: center;
  line-height: 1.4;
  margin-top: 1em;
}
@media only screen and (max-width: 991px) {
  .purchasing_flow_content .flow_item .item_desc {
    font-size: 12px;
  }
}

.page-overview.development h2 {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .page-overview.development h2 {
    margin-top: 0;
  }
}

.about_dev_marketing {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .about_dev_marketing {
    margin-top: 0;
  }
}
.about_dev_marketing .page-inner {
  max-width: 1060px;
}
.about_dev_marketing .page-section-title {
  background: white;
  font-size: 28px;
  font-weight: bold;
  color: #00a4dc;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
  width: 740px;
  border: 3px solid #00a4dc;
  border-radius: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about_dev_marketing .page-section-title {
    font-size: 15px;
    width: 95%;
    white-space: nowrap;
  }
}
.about_dev_marketing .about_dev_marketing_content {
  background: url("../img/bg_stripe_blue.jpg");
  border-radius: 20px;
  text-align: center;
  padding: 25px;
  margin-top: -28px;
}
.about_dev_marketing .about_dev_marketing_content .arrow {
  margin-top: 15px;
}
.about_dev_marketing .about_dev_marketing_content .arrow img {
  transform: rotate(90deg);
}
.about_dev_marketing .about_dev_marketing_content .p1 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .about_dev_marketing .about_dev_marketing_content .p1 {
    font-size: 14px;
  }
}
.about_dev_marketing .about_dev_marketing_content .p2 {
  font-size: 30px;
  font-weight: bold;
  color: #16478e;
  margin-bottom: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 991px) {
  .about_dev_marketing .about_dev_marketing_content .p2 {
    font-size: 18px;
  }
}
.about_dev_marketing .development_finding {
  background: url("../img/bg_stripe_pink.jpg");
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 16px;
}
@media only screen and (max-width: 991px) {
  .about_dev_marketing .development_finding {
    font-size: 14px;
  }
}

.tactics {
  max-width: 1120px;
  margin: 60px auto 78px;
}
@media only screen and (max-width: 991px) {
  .tactics {
    margin: 0 auto;
  }
}

.tactics_points {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.tactics_points:after {
  content: "";
  background: url("../img/x.svg") center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .tactics_points:after {
    top: calc(50% + 6px);
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .tactics_points.has_point .tactics_item:not(:last-child):after {
    top: calc(100% - 14px);
  }
}
.tactics_points .tactics_item {
  width: calc(50% - 40px);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 24px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .tactics_points .tactics_item {
    width: 100%;
    margin-top: 30px;
    padding: 20px 0px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .tactics_points .tactics_item:not(:last-child):after {
    content: "";
    background: url("../img/x.svg") center center no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(100% - 6px);
  }
}
.tactics_points .tactics_item .point_title {
  position: absolute;
  background: #16478e;
  font-weight: bold;
  color: white;
  border-radius: 50px;
  width: 220px;
  text-align: center;
  line-height: 35px;
  top: -16px;
}
.tactics_points .tactics_item .item_title {
  text-align: center;
}
.tactics_points .tactics_item .icon {
  height: 86px;
}
.tactics_points .tactics_item .icon img {
  height: 100%;
}
.tactics_points .tactics_item .desc {
  line-height: 1.6;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .tactics_points .tactics_item .desc {
    font-size: 13px;
  }
}
.tactics_points .tactics_item ul {
  font-size: 15px;
  margin: 20px 40px 0;
}
.tactics_points .tactics_item ul li {
  line-height: 1.5;
  margin-top: 1em;
}
@media only screen and (max-width: 991px) {
  .tactics_points .tactics_item:nth-child(2) {
    margin-top: 84px;
  }
}
.tactics_points .tactics_item:nth-child(2) .point_title {
  background: #00a4dc;
}

.card_layout_01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .card_layout_01 {
    flex-direction: column;
  }
}
.card_layout_01 .card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 60px) / 3);
  background: rgba(0, 0, 0, 0.03);
  border-radius: 20px;
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .card_layout_01 .card {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 16px;
  }
}
.card_layout_01 .card .card_title {
  font-weight: 900;
  text-align: center;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .card_layout_01 .card .card_title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.card_layout_01 .card .icon {
  height: 74px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 991px) {
  .card_layout_01 .card .icon {
    margin-top: 0.5em;
  }
}
.card_layout_01 .card .icon img {
  max-height: 100%;
  width: auto;
}
.card_layout_01 .card .desc {
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .card_layout_01 .card .desc {
    font-size: 13px;
  }
}
.card_layout_01 .card:nth-child(1) .card_title {
  color: #16478e;
}
.card_layout_01 .card:nth-child(2) .card_title {
  color: #00a4dc;
}
.card_layout_01 .card:nth-child(3) .card_title {
  color: #87cd82;
}
.card_layout_01.has_header_color .card {
  padding: 0 0 20px;
  overflow: hidden;
}
.card_layout_01.has_header_color .card .card_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  margin-top: 0;
}
.card_layout_01.has_header_color .card:nth-child(1) .card_title {
  background: #16478e;
  color: white;
}
.card_layout_01.has_header_color .card:nth-child(1) ul li:before {
  background: #16478e;
}
.card_layout_01.has_header_color .card:nth-child(2) .card_title {
  background: #00a4dc;
  color: white;
}
.card_layout_01.has_header_color .card:nth-child(2) ul li:before {
  background: #00a4dc;
}
.card_layout_01.has_header_color .card:nth-child(3) .card_title {
  background: #87cd82;
  color: white;
}
.card_layout_01.has_header_color .card:nth-child(3) ul li:before {
  background: #87cd82;
}
.card_layout_01.has_header_color .card .desc {
  padding: 0 20px;
}
.card_layout_01.has_header_color .card ul {
  margin: 0 26px;
}
.card_layout_01.has_header_color .card ul li {
  list-style: none;
  line-height: 1.3;
  margin-bottom: 14px;
  padding-left: 18px;
  font-size: 15px;
  position: relative;
}
.card_layout_01.has_header_color .card ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.card_layout_01.has_sub_header {
  padding-top: 20px;
}
.card_layout_01.has_sub_header .card {
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .card_layout_01.has_sub_header .card {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .card_layout_01.has_sub_header .card:last-child {
    margin-bottom: 0;
  }
}
.card_layout_01.has_sub_header .card .sub_header {
  position: absolute;
  left: 20%;
  top: -20px;
  z-index: 10;
  background: #fff;
  border: 4px solid;
  width: 60%;
  height: 40px;
  border-radius: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.card_layout_01.has_sub_header .card:nth-child(1) .sub_header {
  border-color: #16478e;
  color: #16478e;
}
.card_layout_01.has_sub_header .card:nth-child(2) .sub_header {
  border-color: #00a4dc;
  color: #00a4dc;
}
.card_layout_01.has_sub_header .card:nth-child(3) .sub_header {
  border-color: #87cd82;
  color: #87cd82;
}
.card_layout_01.has_sub_header .card .card_title {
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  height: 140px;
}
.card_layout_01.has_sub_header .card .card_title .sm {
  font-size: 0.7em;
}
.card_layout_01.has_sub_header .card .desc_title {
  margin-top: 0;
  width: 90%;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.content-gry .card_layout_01 .card {
  background: rgba(255, 255, 255, 0.8);
}

.service_contents_list {
  border-bottom: 1px solid;
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .service_contents_list {
    width: 100%;
  }
}
.service_contents_list .contents_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  border-top: 1px solid;
  padding: 1em 0;
}
@media only screen and (max-width: 991px) {
  .service_contents_list .contents_row {
    flex-direction: column;
    align-items: center;
  }
}
.service_contents_list .contents_row .icon {
  width: 120px;
  flex-shrink: 0;
  text-align: center;
}
.service_contents_list .contents_row .icon img {
  height: 68px;
}
@media only screen and (max-width: 991px) {
  .service_contents_list .contents_row .icon img {
    height: 40px;
  }
}
.service_contents_list .contents_row .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  width: 280px;
  flex-shrink: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .service_contents_list .contents_row .title {
    width: auto;
    padding-left: 0;
    font-size: 16px;
    margin: 10px 0;
  }
}
.service_contents_list .contents_row .contents_list {
  width: 600px;
}
@media only screen and (max-width: 991px) {
  .service_contents_list .contents_row .contents_list {
    width: 100%;
    max-width: 460px;
  }
}
@media only screen and (max-width: 320px) {
  .service_contents_list .contents_row .contents_list {
    max-width: 100%;
  }
}
.service_contents_list .contents_row .contents_list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
}
.service_contents_list .contents_row .contents_list ul li {
  font-size: 14px;
  line-height: 1.3;
  width: 50%;
  list-style: none;
  padding: 5px 0 5px 14px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .service_contents_list .contents_row .contents_list ul li {
    font-size: 13px;
    width: 46%;
  }
}
@media only screen and (max-width: 991px) {
  .service_contents_list .contents_row .contents_list ul li:nth-child(2n) {
    margin-left: 8%;
  }
}
.service_contents_list .contents_row .contents_list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #16478e;
  border-radius: 50%;
}
.service_contents_list .contents_row .contents_list ul + p {
  font-size: 14px;
  margin-bottom: 0;
  text-align: right;
}

.website-flow .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .website-flow .row {
    flex-direction: column;
  }
}
.website-flow .row.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .website-flow .row.reverse {
    flex-direction: column;
  }
}
.website-flow .row.reverse:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 2px;
  height: 100%;
  background: #999;
}
@media only screen and (max-width: 768px) {
  .website-flow .row.reverse:after {
    display: none;
  }
}
.website-flow .row.reverse .flow_item:before {
  left: auto;
  right: 50%;
}
@media only screen and (max-width: 768px) {
  .website-flow .row.reverse .flow_item:before {
    top: 15px;
    left: 30px;
    right: auto;
    width: 1px;
    height: 100%;
  }
}
.website-flow .row.reverse .flow_item:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 50%;
  height: 2px;
  background: #999;
}
@media only screen and (max-width: 768px) {
  .website-flow .row.reverse .flow_item:after {
    display: none;
  }
}
.website-flow .row:nth-child(1):after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  width: 2px;
  height: 100%;
  background: #999;
}
@media only screen and (max-width: 768px) {
  .website-flow .row:nth-child(1):after {
    display: none;
  }
}
.website-flow .row:nth-child(3) .flow_item:before {
  left: 0;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .website-flow .row:nth-child(3) .flow_item:before {
    display: none;
  }
}
.website-flow .flow_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 90px) / 4);
  padding: 0 16px 28px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .website-flow .flow_item {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
}
.website-flow .flow_item:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: calc(100% + 30px);
  height: 2px;
  background: #999;
}
@media only screen and (max-width: 768px) {
  .website-flow .flow_item:before {
    top: 15px;
    left: 30px;
    width: 1px;
    height: 100%;
  }
}
.website-flow .flow_item .step {
  display: inline-block;
  background: #16478e;
  width: 1.5em;
  height: 1.5em;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  border-radius: 100%;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .website-flow .flow_item .step {
    flex-shrink: 0;
    width: 30px;
  }
}
.website-flow .flow_item .item_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .website-flow .flow_item .item_content {
    align-items: flex-start;
    margin-left: 20px;
  }
}
.website-flow .flow_item .icon {
  height: 54px;
  margin-top: 18px;
}
@media only screen and (max-width: 991px) {
  .website-flow .flow_item .icon {
    height: 30px;
    margin-top: 0;
  }
}
.website-flow .flow_item .icon img {
  max-height: 100%;
}
.website-flow .flow_item .service-content-title {
  font-size: 18px;
  color: #16478e;
  margin-bottom: 0.5em;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .website-flow .flow_item .service-content-title {
    font-size: 16px;
  }
}
.website-flow .flow_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .website-flow .flow_item p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .website-flow .flow_item.launch {
    width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .website-flow .flow_item.launch {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .website-flow .flow_item.launch .step {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .website-flow .flow_item.launch .step:before {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 100%;
    width: 1px;
    height: 100%;
    background: #999;
  }
}
.website-flow .flow_item.launch .icon {
  height: auto;
}
.website-flow .flow_item.launch .service-content-title {
  background: #00a4dc;
  font-size: 20px;
  color: white;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  .website-flow .flow_item.launch .service-content-title {
    font-size: 16px;
    padding: 5px;
  }
}
.website-flow .card {
  width: calc((100% - 90px) / 4);
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .website-flow .card {
    width: 45%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .website-flow .card {
    width: 100%;
    margin-right: 0;
  }
}
.content_marketing_features {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content_marketing_features .feature_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 768px) {
  .content_marketing_features .feature_item {
    width: 100%;
  }
}
.content_marketing_features .feature_item figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
  height: 120px;
}
.content_marketing_features .feature_item figure img {
  height: 100%;
}
.content_marketing_features .feature_item .item_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  line-height: 1.4;
  width: 100%;
  height: 65px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .content_marketing_features .feature_item .item_header {
    font-size: 13px;
    height: 38px;
  }
}
.content_marketing_features .feature_item:nth-child(1) .item_header {
  background: rgba(0, 45, 106, 0.25);
}
.content_marketing_features .feature_item:nth-child(2) .item_header {
  background: rgba(0, 45, 106, 0.5);
}
.content_marketing_features .feature_item:nth-child(3) .item_header {
  background: #002d6a;
}
.content_marketing_features .feature_item .item_desc {
  font-size: 15px;
  line-height: 2;
  margin-top: 1em;
}
@media only screen and (max-width: 991px) {
  .content_marketing_features .feature_item .item_desc {
    font-size: 13px;
  }
}

.about_human_resource {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .about_human_resource {
    margin-top: 0;
  }
}
.about_human_resource .page-inner {
  max-width: 1060px;
}
.about_human_resource .page-section-title {
  background: white;
  font-size: 28px;
  font-weight: bold;
  color: #00a4dc;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
  width: 740px;
  border: 3px solid #00a4dc;
  border-radius: 50px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about_human_resource .page-section-title {
    font-size: 15px;
    width: 95%;
    white-space: nowrap;
  }
}
.about_human_resource .about_dev_marketing_content {
  background: url("../img/bg_stripe_blue.jpg");
  border-radius: 20px;
  text-align: center;
  padding: 25px;
  margin-top: -28px;
}
.about_human_resource .about_dev_marketing_content .arrow {
  margin-top: 15px;
}
.about_human_resource .about_dev_marketing_content .arrow img {
  transform: rotate(90deg);
}
.about_human_resource .about_dev_marketing_content .p1 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .about_human_resource .about_dev_marketing_content .p1 {
    font-size: 14px;
  }
}
.about_human_resource .about_dev_marketing_content .p2 {
  font-size: 20px;
  font-weight: bold;
  color: #16478e;
  margin-bottom: 14px;
  line-height: 1.6;
  margin-top: 1.5em;
}
@media only screen and (max-width: 991px) {
  .about_human_resource .about_dev_marketing_content .p2 {
    font-size: 18px;
  }
}
.about_human_resource .finding {
  background: url("../img/bg_stripe_pink.jpg");
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  padding: 16px;
}
@media only screen and (max-width: 991px) {
  .about_human_resource .finding {
    font-size: 14px;
  }
}

.curriculum table {
  font-size: 15px;
}
.curriculum table th, .curriculum table td {
  line-height: 1.6;
}
.curriculum table th {
  background: #16478e;
  color: white;
}

.service_introduction {
  max-width: 1070px;
  margin: 0 auto;
}
.service_introduction .introduction_row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #e5edf1;
  padding: 16px 30px;
  margin-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .service_introduction .introduction_row {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px 20px;
  }
}
.service_introduction .introduction_row:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 44px;
  height: calc(100% + 8px);
  width: 4px;
  background: #16478e;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .service_introduction .introduction_row:before {
    top: 26px;
    left: 33px;
  }
}
.service_introduction .introduction_row .num {
  display: inline-block;
  background: #16478e;
  width: 1.5em;
  height: 1.5em;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  border-radius: 100%;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  align-self: center;
}
.service_introduction .introduction_row:last-child:before {
  display: none;
}
.service_introduction .introduction_row .row_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #16478e;
  width: 300px;
  margin-left: 40px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .service_introduction .introduction_row .row_title {
    font-size: 15px;
    width: calc(100% - 50px);
    margin-left: 14px;
  }
}
.service_introduction .introduction_row .row_title .sm {
  width: 100%;
  font-size: 0.9em;
  margin-top: 10px;
}
.service_introduction .introduction_row .row_title .icon {
  width: 68px;
  height: 68px;
  border: 2px solid #16478e;
  border-radius: 50%;
  padding: 12px;
  margin-right: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .service_introduction .introduction_row .row_title .icon {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
}
.service_introduction .introduction_row .row_title .icon img {
  display: block;
  margin: 0 auto;
}
.service_introduction .introduction_row .row_content {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-left: 48px;
}
@media only screen and (max-width: 991px) {
  .service_introduction .introduction_row .row_content {
    width: 100%;
    font-size: 13px;
    margin-top: 1em;
  }
}

.writing_service_introduction .introduction_content .content_header {
  text-align: center;
}
.writing_service_introduction .introduction_content .content_title {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  color: #16478e;
  text-align: center;
  border-bottom: 6px solid #16478e;
  margin: 20px auto;
  padding: 0 0 10px;
  width: 240px;
}
.writing_service_introduction .introduction_content .flow_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.writing_service_introduction .introduction_content .flow_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.writing_service_introduction .introduction_content .flow_item {
  text-align: center;
  margin: 20px 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item {
    width: 54px;
  }
}
.writing_service_introduction .introduction_content .flow_item.before_arrow:before {
  content: "";
  position: absolute;
  top: 10px;
  right: calc(100% + 10px);
  width: 36px;
  height: 36px;
  background: url("../img/arrow_411.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item.before_arrow:before {
    top: -2px;
  }
}
.writing_service_introduction .introduction_content .flow_item.before_arrow.arrow_both:before {
  top: 15px;
  background: url("../img/arrow_411_both.svg") center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item.before_arrow.arrow_both:before {
    top: 2px;
  }
}
.writing_service_introduction .introduction_content .flow_item .supplement {
  position: absolute;
  background: #16478e;
  font-size: 13px;
  color: white;
  width: 260px;
  padding: 10px;
  top: calc(100% + 20px);
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item .supplement {
    font-size: 12px;
    width: 220px;
    padding: 6px;
  }
}
.writing_service_introduction .introduction_content .flow_item .supplement:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 100px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 10px 15px 10px;
  border-color: transparent transparent #16478e transparent;
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item .supplement:before {
    bottom: 20px;
    left: 88px;
  }
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item .supplement.sup_1 {
    top: calc(100% + 5px);
  }
}
.writing_service_introduction .introduction_content .flow_item .supplement.sup_2 {
  left: auto;
  right: 50%;
  transform: translateX(50%);
}
@media only screen and (max-width: 400px) {
  .writing_service_introduction .introduction_content .flow_item .supplement.sup_2 {
    right: 0;
    transform: translateX(0);
  }
}
.writing_service_introduction .introduction_content .flow_item .supplement.sup_2:before {
  left: 120px;
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item .supplement.sup_2:before {
    left: 100px;
  }
}
@media only screen and (max-width: 400px) {
  .writing_service_introduction .introduction_content .flow_item .supplement.sup_2:before {
    left: auto;
    right: 9px;
  }
}
.writing_service_introduction .introduction_content .flow_item .icon {
  width: 68px;
  height: 68px;
  border: 3px solid #16478e;
  border-radius: 50%;
  padding: 11px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item .icon {
    width: 40px;
    height: 40px;
    padding: 4px;
  }
}
.writing_service_introduction .introduction_content .flow_item .item_desc {
  line-height: 1.5;
  font-weight: 500;
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .writing_service_introduction .introduction_content .flow_item .item_desc {
    font-size: 13px;
  }
}
.writing_service_introduction .introduction_content .flow_item.sky .icon {
  border-color: #2ca9e1;
  background: #2ca9e1;
}
.writing_service_introduction .introduction_content .flow_item.sky .item_desc {
  color: #2ca9e1;
}
.writing_service_introduction .introduction_content .flow_item.navy .icon {
  border-color: #16478e;
  background: #16478e;
}
.writing_service_introduction .introduction_content .flow_item.navy .item_desc {
  color: #16478e;
}

.solution_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}
.solution_list .solution_item {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item {
    width: 100%;
    max-width: 680px;
    padding: 0;
    margin: 0 auto 30px;
  }
}
.solution_list .solution_item figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  height: 180px;
}
.solution_list .solution_item figure img {
  max-height: 100%;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item figure {
    height: 140px;
    margin-bottom: 10px;
  }
}
.solution_list .solution_item .item_header {
  display: block;
  width: 100%;
  height: 150px;
  border: 1px solid #8bb2eb;
  color: #8bb2eb;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item .item_header {
    height: 115px;
  }
}
.solution_list .solution_item .item_header:hover {
  background: #484f67;
}
.solution_list .solution_item .item_title {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item .item_title {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 13px;
  }
}
.solution_list .solution_item .item_sub_title {
  font-size: 16px;
  color: #e6e6ef;
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item .item_sub_title {
    font-size: 12px;
    margin-top: 20px;
  }
}
.solution_list .solution_item .item_dssc {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .solution_list .solution_item .item_dssc {
    font-size: 15px;
  }
}

.case_single_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .case_single_content {
    flex-direction: column;
    align-items: center;
  }
}
.case_single_content .content, .case_single_content .image {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .case_single_content .content, .case_single_content .image {
    width: 100%;
  }
}
.case_single_content .content {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .case_single_content .content {
    padding-right: 0;
  }
}
.case_single_content .image {
  padding: 80px 20px 0;
}
@media only screen and (max-width: 991px) {
  .case_single_content .image {
    padding: 0 16px;
  }
}

.global_marketing_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .global_marketing_content {
    flex-direction: column;
    margin-top: 2.5em;
    margin-bottom: 2em;
  }
}
.global_marketing_content .content {
  width: calc(60% - 20px);
}
@media only screen and (max-width: 768px) {
  .global_marketing_content .content {
    width: 100%;
  }
}
.global_marketing_content .image {
  width: calc(40% - 20px);
}
@media only screen and (max-width: 768px) {
  .global_marketing_content .image {
    width: 100%;
  }
}
.global_marketing_content .image .desc {
  font-weight: bold;
  color: rgba(255, 0, 0, 0.8);
  text-align: center;
  line-height: 1.4;
  margin-top: 2em;
}

.column__archive .column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .column__archive .column-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2px 12px;
  }
}
.column__archive .column-item {
  display: block;
}
.column__archive .column-item .blog__img {
  width: 100%;
  height: auto;
}
.column__archive .column-item .blog__img img {
  width: 100%;
}
.column__archive .column__meta-date {
  display: block;
  margin-top: 7px;
}
.column__archive .column__meta-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}
.column__archive .column__meta-cat::before {
  display: none;
}
.column__archive .column__meta-cat a {
  margin: 0;
}

.page_navi {
  margin: 50px 0;
}
.page_navi ul {
  text-align: center;
}

/* segment-ad */
.segment-ad ._red {
  color: #c01f0e;
}
.segment-ad ._bold {
  font-weight: 900;
}
.segment-ad .service-flow {
  display: block;
}
.segment-ad .content__inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .segment-ad .content__inner {
    width: 100%;
  }
}
.segment-ad .content__section:not(:last-of-type) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .segment-ad .content__section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.segment-ad .main-image {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .segment-ad .main-image {
    margin-bottom: 40px;
  }
}
.segment-ad .cta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .segment-ad .cta {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.segment-ad .cta__button {
  display: inline-block;
  width: 48%;
  min-width: 300px;
  padding: 10px 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .segment-ad .cta__button {
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .segment-ad .cta__button--document {
    margin-bottom: 20px;
  }
}
.segment-ad .cta__button:hover {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.segment-ad .intro__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 5px solid #c01f0e;
  border-radius: 10px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .segment-ad .intro__text {
    margin-bottom: 5px;
  }
}
.segment-ad .intro__text__inner {
  width: 87%;
  font-weight: bold;
  font-size: 24px;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 991px) {
  .segment-ad .intro__text__inner {
    width: 95%;
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .segment-ad .intro__text__inner {
    font-size: 18px;
  }
}
.segment-ad .intro__note {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .segment-ad .intro__note {
    padding-left: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
}
.segment-ad .intro__body__title span {
  font-size: 0.8em;
}

.segment-ad .intro__image {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .segment-ad .intro__image {
    flex-direction: column;
  }
}
.segment-ad .intro__image__figure {
  width: 48%;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .segment-ad .intro__image__figure {
    width: 100%;
  }

  .segment-ad .intro__image__figure:first-of-type {
    margin-bottom: 20px;
  }
}
.segment-ad .features__section {
  margin-bottom: 60px;
}

.segment-ad .features__info-graphics {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

.segment-ad .features__info-graphics__top {
  position: relative;
  margin-bottom: 80px;
  padding: 10px 4%;
  border: 5px solid #c01f0e;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .segment-ad .features__info-graphics__top {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  .segment-ad .features__info-graphics__top {
    font-size: 18px;
  }
}
.segment-ad .features__info-graphics__top::after {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 40px solid #c01f0e;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  content: "";
}

.segment-ad .features__info-graphics__bottom {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #c01f0e;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .segment-ad .features__info-graphics__bottom {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .segment-ad .features__info-graphics__bottom {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }
}
.segment-ad .service-flow__image {
  margin-bottom: 60px;
}
.segment-ad .service-flow__image .u-hidden-xs {
  display: none;
}

.segment-ad .service-flow__image__note {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .segment-ad .service-flow__image__note {
    text-align: left;
  }
}
.segment-ad .service-flow__info-graphics {
  margin-bottom: 20px;
}

.segment-ad .service-flow__info-graphics__list {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.segment-ad .service-flow__info-graphics__item {
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  list-style: none;
}

.segment-ad .service-flow__info-graphics__item:not(:last-of-type) {
  margin-bottom: 40px;
}

.segment-ad .service-flow__info-graphics__item:not(:last-of-type)::after {
  -webkit-transform: translateX(-50%);
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #c01920;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  content: "";
}

.segment-ad .service-flow__info-graphics__header {
  display: flex;
  align-items: center;
  padding: 10px;
}

.segment-ad .service-flow__info-graphics__header._bg-gray {
  background-color: #707070;
}

.segment-ad .service-flow__info-graphics__header:not(._bg-gray) {
  background-color: #c01920;
}

.segment-ad .service-flow__info-graphics__index {
  width: 8%;
  min-width: 30px;
  margin-right: 2%;
}

.segment-ad .service-flow__info-graphics__title {
  margin-bottom: 0;
  padding: 0;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.segment-ad .service-flow__info-graphics__title::after {
  display: none;
}

@media screen and (max-width: 480px) {
  .segment-ad .service-flow__info-graphics__title {
    font-size: 16px;
  }
}
.segment-ad .service-flow__info-graphics__body {
  padding: 10px 3%;
  border: 5px solid #b4b4b4;
  color: #191411;
}

.segment-ad .service-flow__info-graphics__body__inner {
  display: flex;
  align-items: center;
  min-height: 65px;
}

.segment-ad .service-flow__info-graphics__body ._red {
  color: #c01920;
}

.segment-ad .service-flow__info-graphics__body .reference-mark {
  padding-left: 3px;
  font-size: 0.5em;
  vertical-align: top;
}

.segment-ad .service-flow__info-graphics__text-area {
  flex: 0 0 40%;
  min-width: 165px;
}

@media screen and (max-width: 480px) {
  .segment-ad .service-flow__info-graphics__text-area {
    min-width: 150px;
  }
}
.segment-ad .service-flow__info-graphics__text {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .segment-ad .service-flow__info-graphics__text {
    font-size: 14px;
  }
}
.segment-ad .service-flow__info-graphics__sub-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 10px;
  list-style: none;
}

.segment-ad .service-flow__info-graphics__sub-item {
  position: relative;
  width: 25%;
  min-width: 140px;
  margin-bottom: 10px;
  padding-left: 18px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  list-style: none;
  color: #363d4f;
  position: relative;
  padding-left: 1.8em;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.4;
}

.segment-ad .service-flow__info-graphics__sub-item::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: currentcolor;
  content: "";
}

.segment-ad .service-flow__info-graphics__icon {
  flex: 1 1 auto;
}

.segment-ad .service-flow__info-graphics__icon img {
  width: 40px;
  min-width: 20px;
}

.segment-ad .service-flow__info-graphics__icon img:not(:last-of-type) {
  margin-right: 10px;
}

.segment-ad .service-flow__info-graphics__note {
  display: flex;
  z-index: 1;
  position: relative;
  flex: 0 0 20%;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .segment-ad .service-flow__info-graphics__note {
    min-width: 90px;
    font-size: 10px;
  }
}
.segment-ad .service-flow__info-graphics__note::before {
  -webkit-transform: translate(-50%, -50%);
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #dcdcdc;
  content: "";
}

.segment-ad .service-flow__caution {
  padding: 20px 3%;
  margin-bottom: 100px;
  border: 5px solid #c01f0e;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .segment-ad .service-flow__caution {
    margin-bottom: 60px;
  }
}

.segment-ad .service-flow__caution__title {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .segment-ad .service-flow__caution__text {
    text-align: left;
  }
}
.segment-ad .service-flow__caution__text:last-of-type {
  margin-bottom: 0;
}

.dl-segment-ad {
  max-width: 960px;
  margin: 0 auto 100px;
}

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