@charset "UTF-8";

@-ms-viewport {
  width: auto !important;
  initial-scale: 1;
}

h3 {
  margin: 35px 0 0 0;
  text-align: center;
  font-size: 26px;
  color: #12449a;
  line-height: 1.4;
}

body {
  background-color: #fff;
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

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

.btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #967b4f url("../img/icon-arrow.png") right 5px center no-repeat;
  width: 320px;
  height: 70px;
  line-height: 1.5;
  text-align: center;
  transition: all 0.4s;
}

.btn,
.btn:visited,
.btn:hover,
.btn:active {
  color: #fff;
  text-decoration: none;
}

.btn:hover {
  opacity: 0.7;
}

.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: #583b18;
  width: 10px;
  height: 1px;
}

.btn .label {
  font-weight: bold;
  font-size: 2rem;
}

.btn small {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .btn {
    max-width: 100%;
    width: 300px;
    height: 60px;
    line-height: 1.5;
    text-align: center;
    transition: all 0.4s;
  }

  .btn .label {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
}

.contact-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .contact-menu li {
    margin-bottom: 10px;
    text-align: center;
  }

  .contact-menu li .btn {
    margin: 0 auto;
  }

  .contact-menu li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .contact-menu {
    display: flex;
  }

  .contact-menu li + li {
    margin-left: 40px;
  }
}

/*.img-main .contact-menu li:last-child .btn{
  background: #12449a url("../img/icon-arrow.png") right 5px center no-repeat;
}*/
.heading,
.title {
  line-height: 1.3;
}

.ul {
  padding-left: 1.5em;
  list-style: disc outside;
}

.common-heading {
  position: relative;
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
  color: #12449a;
  text-align: center;
}

.common-heading::before {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  margin-left: -1px;
  background: #12449a;
}

.common-heading.white {
  color: #fff;
}

.common-heading.white::before {
  background: #fff;
}

@media (max-width: 767px) {
  .common-heading {
    padding-top: 60px;
    font-size: 2.8rem;
  }

  .common-heading::before {
    top: 26px;
    width: 2px;
    height: 28px;
  }
}

@media (min-width: 768px) {
  .common-heading {
    padding-top: 100px;
    font-size: 3.6rem;
  }

  .common-heading::before {
    top: 50px;
    width: 2px;
    height: 40px;
  }
}

/* Wrapper
==========================*/
@media (max-width: 767px) {
  #wrapper {
    padding-top: 82px;
    padding-bottom: 60px;
  }

  #wrapper.azarea {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  #wrapper {
    min-width: 1100px;
  }
}

/* Header
==========================*/
#header {
  background: #fff;
}

.header-phone img {
  margin-right: 5px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #header,
  .nav-main {
    position: fixed;
    left: 0;
    z-index: 100;
    width: 100%;
  }

  #header {
    top: 0;
  }

  .header-logo,
  .header-phone {
    margin: 0;
  }

  .header-logo {
    float: left;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .header-logo img {
    width: auto;
    height: 26px;
  }

  .header-phone {
    float: right;
    padding-top: 6px;
  }

  .header-phone img {
    position: relative;
    top: -2px;
  }
}

@media (min-width: 768px) {
  #header {
    height: 60px;
  }

  .header-logo,
  .header-phone {
    margin: 0;
  }

  .header-logo {
    float: left;
    padding-top: 11px;
  }

  .header-phone {
    float: right;
    padding-top: 10px;
    font-size: 20px;
  }

  .header-phone img {
    position: relative;
    top: -2px;
  }
}

/* Main Navigation
==========================*/
.nav-main {
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
  .nav-main {
    top: 40px;
    border-bottom: 1px solid #efefef;
  }

  .nav-main > .container {
    padding: 0;
  }

  .nav-main-toggle {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #efefef;
    background: #fff;
    height: 40px;
  }

  .nav-main-toggle .close {
    display: none;
  }

  .nav-main-toggle.is-active .open {
    display: none;
  }

  .nav-main-toggle.is-active .close {
    display: block;
  }

  .nav-main-toggle img {
    width: 26px;
    height: auto;
  }

  #js-nav-main-menu {
    display: none;
  }

  .nav-main ul {
    margin: 0;
    border-top: 1px solid #efefef;
    padding: 0;
    background: #fff;
    list-style: none;
  }

  .nav-main ul li {
    border-bottom: 1px solid #efefef;
    line-height: 1.3;
  }

  .nav-main ul li:last-child {
    border-bottom: none;
  }

  .nav-main ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .nav-main {
    position: absolute;
    top: 60px;
    width: 100%;
  }

  .nav-main ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
  }

  .nav-main li a {
    display: flex;
    align-items: center;
    height: 70px;
    transition: all 0.4s;
    color: #fff;
  }

  .nav-main li a:hover {
    opacity: 0.7;
  }

  .nav-main.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

/* Main
==========================*/
#main {
  display: block;
}

#footer-main {
  background: url("../img/bg-main-footer.jpg") center center no-repeat;
  background-size: cover;
}

#footer-main.azarea {
  background-image: url("../img/bg-main-footer-02.jpg");
}

#footer-main .nav {
  text-align: right;
  width: 100%;
}

#footer-main .nav a {
  background: url("../img/icon-arrow-02.png") left center no-repeat;
  padding-left: 20px;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.4s;
}

#footer-main .nav a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  #footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #footer-main .nav {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #footer-main {
    height: 300px;
  }

  #footer-main > .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }

  /*#footer-main .contact-menu li:nth-child(odd){
    margin-right: 60px;
  }*/
  #footer-main .btn {
    width: 400px;
    height: 80px;
  }

  #footer-main .nav {
    margin-top: 80px;
    margin-bottom: -80px;
  }
}

/* Footer
==========================*/
#footer .footer-upper,
#footer .footer-lower {
  color: #fff;
}

#footer .footer-upper {
  background: #2956a4;
}

#footer .footer-lower {
  background: #12449a;
}

#footer .footer-upper .menu {
  margin: 0;
}

#footer .footer-upper .menu dt {
  margin-bottom: 5px;
  font-weight: bold;
}

#footer .footer-upper .menu dd {
  margin: 0;
  line-height: 1.5;
}

#footer .footer-upper .menu dd a {
  color: #d7e5f1;
  transition: all 0.4s;
}

#footer .footer-upper .menu dd a:hover {
  opacity: 0.5;
}

#footer .footer-upper .address .name,
#footer .footer-upper .address .contact {
  margin: 0;
}

#footer .footer-upper .address .name {
  margin-bottom: 0.7em;
  font-weight: bold;
}

#footer .footer-upper .address .contact,
#footer .footer-upper .address .contact a {
  color: #d7e5f1;
  transition: all 0.4s;
}

#footer .footer-upper .address .contact a:hover {
  opacity: 0.5;
}

#footer .footer-upper .address .contact {
  line-height: 1.6;
}

#footer .footer-lower .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}

#footer .footer-lower .menu li {
  display: inline-block;
  margin-left: 10px;
  border-left: 1px solid #fff;
  padding-left: 10px;
  line-height: 1.5;
}

#footer .footer-lower .menu li:first-child {
  margin-left: 0;
  border-left: none;
  padding-left: 0;
}

#footer .footer-lower .menu a {
  transition: all 0.4s;
}

#footer .footer-lower .menu a:hover {
  opacity: 0.5;
}

#footer .copyright {
  margin: 0;
  font-size: 1.2rem;
}

#footer .copyright.center {
  float: none !important;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  #footer .footer-upper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .footer-upper .menu {
    margin-bottom: 20px;
  }

  #footer .footer-upper .address .name {
    margin-bottom: 0;
  }

  #footer .footer-lower {
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #footer .footer-upper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #footer .footer-upper .menu {
    float: left;
  }

  #footer .footer-upper .address {
    float: right;
  }

  #footer .footer-upper .address .contact {
    font-size: 1.4rem;
    text-align: right;
  }

  #footer .footer-upper .menu dd a {
    font-size: 1.4rem;
  }

  #footer .footer-upper .address .name {
    font-size: 1.8rem;
    text-align: right;
  }

  #footer .footer-lower {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #footer .footer-lower .menu {
    float: left;
    font-size: 1.2rem;
  }

  #footer .footer-lower .copyright {
    float: right;
    font-size: 1.2rem;
  }
}

/* Follow Navigation
==========================*/
.nav-follow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-follow a {
  background: #111;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}

.nav-follow a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .nav-follow {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }

  .nav-follow ul {
    display: flex;
    justify-content: space-between;
  }

  .nav-follow li {
    border-left: 1px solid #999;
    width: 50%;
  }

  .nav-follow li:first-child {
    border-left: none;
  }

  .nav-follow a {
    display: block;
    background: rgba(0, 0, 0, 0.9);
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.2rem;
    height: 60px;
  }

  .nav-follow a .label {
    display: block;
    padding-top: 2px;
  }
}

@media (min-width: 768px) {
  .nav-follow {
    position: fixed;
    top: 153px;
    right: 0;
  }

  .nav-follow li {
    margin-bottom: 1px;
  }

  .nav-follow a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80px;
    height: 80px;
    font-size: 1.1rem;
  }

  .nav-follow a .label {
    display: block;
    margin-top: 5px;
  }
}

/* Contents
==========================*/
.img-main {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-main.index {
  /*background-color: rgba(0,0,0,0.5);*/
}

.img-main.index video {
  position: absolute;
  z-index: -1;
  top: 0;
}

.img-main.win {
  background-image: url("../img/win/bg-win-main.jpg");
  min-height: 390px;
  height: auto;
}

.img-main.uipath {
  background-image: url("../img/uipath/bg-uipath-main.jpg");
  min-height: 390px;
  height: auto;
}

.img-main.Overview {
  background-image: url("../img/overview/bg-overview-main.jpg");
  min-height: 390px;
  height: auto;
}

.img-main .col02 {
  background: rgba(0, 0, 0, 0.8);
}

.img-main .title-main {
  margin: 30px 0 0 0;
}

.img-main .movie-title,
.img-main .movie-image {
  margin: 0;
  text-align: center;
}

.img-main .movie-title {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.img-main .movie-image {
  padding-bottom: 15px;
}

.img-main .movie-image a {
  transition: all 0.4s;
}

.img-main .movie-image a img {
  height: 225px;
}

.img-main .movie-image a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .img-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .img-main .title-main {
    margin-bottom: 30px;
  }

  .img-main .contact-menu {
    margin-bottom: 30px;
  }

  .img-main .movie-image {
    padding: 5px;
  }

  .img-main .movie-image a {
    display: block;
  }

  .img-main .movie-image a img {
    max-width: 100%;
    height: auto;
  }

  .img-main.azarea .title-main {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .img-main {
    margin-top: 60px;
  }

  .img-main .col01 {
    float: left;
  }

  .img-main .col02 {
    float: right;
    width: 360px;
    margin-top: -34px;
  }

  .img-main .title-main {
    margin-bottom: 55px;
  }

  .img-main .movie-title {
    font-size: 1.5rem;
  }

  .img-main.index {
    padding-top: 166px;
  }

  .img-main.azarea {
    display: flex;
    align-items: center;
    height: 580px;
  }

  .img-main.win .title-main,
  .img-main.uipath .title-main {
    margin: 155px 0 0 0;
  }

  .img-main.Overview .title-main {
    margin: 155px 0 0 0;
  }
}

/* Intro */
.section-intro {
  position: relative;
  background-size: cover;
}

.section-intro .heading {
  margin-bottom: 0.7em;
  font-weight: bold;
  color: #12449a;
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  margin-bottom: 10px;
  border: 2px solid #12449a;
  background: url("../img/icon-check.png") 18px center no-repeat;
  padding: 10px 10px 10px 36px;
  line-height: 1.5;
  color: #12449a;
}

@media (max-width: 767px) {
  .section-intro {
    padding-bottom: 15px;
  }

  .section-intro::after {
    content: none;
  }

  .checklist li {
    margin-bottom: 5px;
    padding: 7px 7px 7px 36px;
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .section-intro {
    padding-bottom: 130px;
    padding-top: 0;
  }

  .section-intro::after {
    content: none;
    bottom: -70px;
    margin-left: -150px;
    border-width: 70px 150px 0 150px;
  }

  .section-intro .heading {
    font-size: 3.6rem;
  }

  .section-intro .lead {
    margin-bottom: 40px;
  }

  .checklist {
    width: 760px;
  }
}

/* Solution */
.section-solution {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.section-solution.index {
  background: #fff;
}

.section-solution.azarea {
  background-color: #4aafd5;
  background-image: url("../img/bg-azarea-solution.jpg");
  background-position: center center;
  color: #fff;
}

.azarea .section-solution {
  padding-bottom: 130px;
}

.section-solution.index .lead {
  line-height: 1.6;
}

.section-solution.azarea .box p {
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: bold;
}

.section-solution.azarea .box p::before,
.section-solution.azarea .box p::after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 20px;
  height: 100%;
}

.section-solution.azarea .box p::before {
  left: 0;
  border-left: 4px solid #fff;
}

.section-solution.azarea .box p::after {
  right: 0;
  border-right: 4px solid #fff;
}

.section-solution .cont {
  text-align: left;
}

@media (max-width: 767px) {
  .section-solution {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-solution.index .lead {
    margin-bottom: 36px;
    color: #333;
  }

  .section-solution.azarea .heading {
    margin-bottom: 20px;
  }

  .section-solution.azarea .box {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
  }

  .section-solution.azarea .box p {
    margin-right: 0;
    margin-left: 0;
    padding: 10px 25px 5px 25px;
    font-size: 1.8rem;
  }

  .section-solution.azarea .box p::before,
  .section-solution.azarea .box p::after {
    width: 20px;
  }

  .section-solution.azarea .image {
    margin-bottom: -100px;
  }
}

@media (min-width: 768px) {
  .section-solution {
    padding-top: 0px;
    padding-bottom: 0px;
    color: #333;
  }

  .section-solution.index .lead {
    margin-bottom: 36px;
    font-size: 1.8rem;
    color: #333;
  }

  .section-solution.azarea {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5rem;
  }

  .section-solution.azarea .heading {
    margin-bottom: 35px;
  }

  .section-solution.azarea .box {
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
  }

  .section-solution.azarea .box p {
    margin-right: 0;
    margin-left: 0;
    padding: 14px 0;
    width: 700px;
    font-size: 2.6rem;
  }

  .section-solution.azarea .box p::before,
  .section-solution.azarea .box p::after {
    width: 20px;
  }

  .section-solution.azarea .image {
    margin-bottom: -97px;
  }
}

/* Feature */
.section-feature .heading {
  background: #f6f6f6 url("../img/bg-index-feature-header.jpg") center center
    no-repeat;
  background-size: cover;
}

.section-feature .heading > .container {
  position: relative;
  height: 100%;
}

.section-feature .heading img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.section-feature .heading02 {
  background: #f6f6f6;
}

.section-feature .feature-block-01,
.section-feature .feature-block-03 {
  background: #f6f6f6;
}

.section-feature .feature-block-01 .feature-inner,
.section-feature .feature-block-03 .feature-inner {
  background: #fff;
  overflow: hidden;
}

.section-feature .feature-block-02,
.section-feature .feature-block-04 {
  background: #fff;
}

.section-feature .feature-block-02 .feature-inner,
.section-feature .feature-block-04 .feature-inner {
  background: #f6f6f6;
}

.section-feature .feature-block {
  background-repeat: no-repeat;
}

.section-feature .feature-block-01 {
  /*background-image: url("../img/bg-index-feature-01.jpg");*/
  /* background-image: url("../img/bg-index-feature-04.jpg"); */
  /* background-image: url("../img/feature/p-feature_bg-01"); */
}

.section-feature .feature-block-02 {
  /*background-image: url("../img/bg-index-feature-02.jpg");*/
  /* background-image: url("../img/bg-index-feature-05.jpg"); */
  /* background-image: url("../img/feature/p-feature_bg-02.jpg"); */
}

.section-feature .feature-block-03 {
  /*background-image: url("../img/bg-index-feature-03.jpg");*/
  /* background-image: url("../img/bg-index-feature-01.jpg"); */
  /* background-image: url("../img/feature/p-feature_bg-03.jpg"); */
}

.section-feature .feature-block-04 {
  /*background-image: url("../img/bg-index-feature-04.jpg");*/
  /* background-image: url("../img/bg-index-feature-06.jpg"); */
  /* background-image: url("../img/feature/p-feature_bg-04.jpg"); */
}

.section-feature .feature-block-05 {
  /*background-image: url("../img/bg-index-feature-04.jpg");*/
  /* background-image: url("../img/bg-index-feature-06.jpg"); */
  /* background-image: url("../img/feature/p-feature_bg-05.jpg"); */
}

.section-feature .feature-title {
  line-height: 1.3;
  font-weight: bold;
}

.section-feature .feature-title.new__feature-title--01 {
  margin-top: 87px;
}

.section-feature .feature-title .image,
.section-feature .feature-title .text {
  display: block;
}

#wrapper.about .section-feature .feature-title .text {
  text-align: left;
}

#wrapper.about .section-feature .feature-inner .section-image .text {
  float: none;
  clear: both;
}

.section-feature .feature-lead {
  line-height: 1.6;
}

.section-feature .feature-inner {
  box-shadow: 10px 10px 0 0 #e9e9e9;
}

.section-feature .feature-inner .title {
  position: relative;
  margin-top: 0;
  font-weight: bold;
  color: #12449a;
}

.section-feature .feature-inner .title::before {
  content: "";
  position: absolute;
  top: 50%;
  /*left: -45px;*/
  left: 0;
  display: block;
  background: #12449a;
  width: 30px;
  height: 1px;
}

.section-feature .feature-inner .section-image:last-child {
  margin-bottom: 0;
}

.section-feature .feature-inner .section-image .title {
  margin-top: 0;
}

.section-feature .feature-inner .section-image .image {
  border: 1px solid #ddd;
  text-align: center;
}

.section-feature .feature-inner .section-image .text {
  margin: 0;
  line-height: 1.6;
}

.section-feature table {
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
  width: 100%;
  font-size: 1.4rem;
}

.section-feature table th,
.section-feature table td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.section-feature table thead th,
.section-feature table thead td,
.section-feature table tbody th {
  background: #333;
  color: #fff;
  font-weight: bold;
}

.section-feature table thead th,
.section-feature table thead td {
  text-align: center;
}

.section-feature table ul {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .section-feature .heading {
    height: 80px;
  }

  .section-feature .heading img {
    width: 60%;
    height: auto;
  }

  .section-feature .heading02 {
    /*padding-top: 30px;*/
    padding-bottom: 20px;
  }

  .section-feature .feature-block {
    background-position: right top;
    padding-bottom: 30px;
    background-size: auto 120px;
  }

  .section-feature .feature-title {
    padding-top: 40px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2rem;
  }

  .section-feature .feature-title img {
    width: auto;
    height: 100px;
  }

  .section-feature .feature-lead {
    margin-bottom: 20px;
  }

  .section-feature .feature-inner {
    padding: 15px 20px;
  }

  .section-feature .feature-inner .title {
    font-size: 1.8rem;
  }

  .section-feature .feature-inner .section-image {
    margin-bottom: 30px;
  }

  .section-feature .feature-inner .section-image .image {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .section-feature .feature-inner .section-image .title {
    margin-bottom: 10px;
  }

  .section-feature table thead {
    display: none;
  }

  .section-feature table,
  .section-feature table tbody,
  .section-feature table tr,
  .section-feature table th,
  .section-feature table td {
    display: block;
    width: auto;
  }

  .section-feature table th,
  .section-feature table td {
    padding: 4px 10px;
    width: 100% !important;
  }

  .section-feature table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .section-feature .heading {
    height: 300px;
  }

  .section-feature .heading02 {
    padding-top: 180px;
    padding-bottom: 50px;
  }

  .section-feature .feature-block {
    background-position: right calc(50% - 430px) top 130px;
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-feature .feature-block-01 {
    background-position: right calc(50% - 430px) top;
    padding-top: 0;
  }

  /* .section-feature .feature-block-01#feature-block-01,
  .section-feature .feature-block-02#feature-block-02,
  .section-feature .feature-block-03#feature-block-03,
  .section-feature .feature-block-04#feature-block-04,
  .section-feature .feature-block-05#feature-block-05 {
    background-position: right calc(50% - 430px) center;
    padding-top: 0;
    background-size: 23.4375vw;
  } */

  .section-feature .feature-block-05#feature-block-05 {
    background-color: #f6f6f6;
  }

  .section-feature .feature-title {
    margin-bottom: 35px;
    font-size: 3rem;
  }

  .section-feature .feature-lead {
    margin-bottom: 40px;
    width: 710px;
  }

  .section-feature .feature-inner {
    padding: 30px 45px;
  }

  .section-feature .feature-inner .title {
    font-size: 2rem;
  }

  .section-feature .feature-inner .section-image {
    /*margin-bottom: 50px;*/
    margin-bottom: 10px;
    width: 44%;
    float: left;
  }

  .section-feature .feature-inner .section-image + .section-image {
    float: right;
  }

  /*.section-feature .feature-inner .section-image .image{
    float: right;
    margin-top: 60px;
  }*/
  .section-feature .feature-inner .section-image .title,
  .section-feature .feature-inner .section-image .text {
    float: left;
    /*width: 600px;*/
  }

  .section-feature .feature-inner .section-image .title {
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
    padding-left: 45px;
  }

  .section-feature table th {
    width: 320px;
  }

  .section-feature table thead th,
  .section-feature table thead td,
  .section-feature table tbody th {
    font-size: 1.6rem;
  }
}

/* Voice */
.section-voice {
  background-color: #f6f9fe;
  background-image: url("../img/title-index-voice.png"),
    url("../img/bg-index-voice.jpg");
  background-position: right calc(50% - 530px) top 130px, center bottom;
  background-repeat: no-repeat;
  background-size: auto, contain;
}

.section-voice .lead {
  text-align: center;
}

.voice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.voice-list .item .image {
  margin: 0;
  text-align: center;
}

.voice-list .item .box {
  border-top: 6px solid #12449a;
  background: #fff;
}

.voice-list .item .box .text {
  margin-top: 0;
  line-height: 1.6;
}

.voice-list .item .box .profile {
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-voice {
    background-size: auto 70%;
    padding-bottom: 20px;
  }

  .voice-list .item {
    margin-bottom: 20px;
  }

  .voice-list .item .image img {
    width: 100%;
    height: auto;
  }

  .voice-list .item .box {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    margin-right: 12px;
    margin-left: 12px;
    padding: 15px 20px;
    font-size: 1.3rem;
  }

  .voice-list .item .box .text {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .section-voice {
    padding-bottom: 120px;
  }

  .section-voice .heading {
    padding-top: 180px;
  }

  .section-voice .lead {
    margin-bottom: 40px;
  }

  .voice-list {
    display: flex;
    justify-content: space-between;
  }

  .voice-list .item {
    width: 520px;
  }

  .voice-list .item .box {
    position: relative;
    z-index: 1;
    margin-top: -50px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 35px 40px;
  }

  .voice-list .item .box .text {
    margin-bottom: 30px;
  }
}

/* FAQ */
.section-faq {
  background-image: url("../img/title-index-faq.png");
  background-repeat: no-repeat;
}

.faq-list .icon-q,
.faq-list .icon-a {
  flex-shrink: 0;
}

.faq-list .text {
  flex-basis: auto;
}

.faq-list .icon-toggle {
  flex-shrink: 0;
}

.faq-list .icon-q,
.faq-list .icon-a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 40px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 2rem;
}

.faq-list .icon-q {
  background: #333;
  color: #fff;
}

.faq-list .icon-a {
  background: #fff;
  color: #12449a;
}

.faq-list dt > .inner,
.faq-list dd > .inner {
  display: flex;
  align-items: center;
  line-height: 1.6;
}

.faq-list dt {
  border-top: 1px solid #d7e5f1;
}

.faq-list dt:first-of-type {
  border-top: none;
}

.faq-list dt:hover {
  cursor: pointer;
}

.faq-list dd {
  display: none;
  margin: 0;
  background: #12449a;
  color: #fff;
}

.faq-list .text {
  flex: 1;
  flex-basis: auto;
  width: 100%;
}

.faq-list .icon-toggle {
  position: relative;
  width: 40px;
  height: 40px;
}

.faq-list .icon-toggle::before,
.faq-list .icon-toggle::after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
  transition: all 0.4s;
}

.faq-list .icon-toggle::before {
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
}

.faq-list .icon-toggle::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 40px;
}

.faq-list .is-active .icon-toggle::before {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-list .is-active .icon-toggle::after {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .section-faq {
    background-position: right top;
    background-size: 34% auto;
    padding-bottom: 20px;
  }

  .faq-list {
    margin-top: 40px;
  }

  .faq-list dt > .inner,
  .faq-list dd > .inner {
    padding: 10px;
  }

  .faq-list .icon-q,
  .faq-list .icon-a {
    flex-basis: 30px;
  }

  .faq-list .icon-toggle {
    flex-basis: 30px;
  }

  .faq-list .icon-q,
  .faq-list .icon-a {
    width: auto;
    height: 30px;
    font-size: 1.8rem;
  }

  .faq-list .text {
    padding-right: 20px;
    padding-left: 12px;
  }

  .faq-list .icon-toggle {
    width: 30px;
    height: 30px;
  }

  .faq-list .icon-toggle::before {
    width: 30px;
  }

  .faq-list .icon-toggle::after {
    height: 30px;
  }
}

@media (min-width: 768px) {
  .section-faq {
    background-position: right calc(50% - 550px) top 136px;
    padding-bottom: 120px;
  }

  .faq-list {
    margin-top: 40px;
  }

  .faq-list dt > .inner,
  .faq-list dd > .inner {
    padding: 20px 30px;
  }

  .faq-list .text {
    padding-right: 20px;
    padding-left: 18px;
  }
}

/* Azarea
==========================*/
/* Azarea Case */
.section-case {
  background: url("../img/bg-azarea-case.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}

.section-case .lead,
.section-case .text01 {
  margin-top: 0;
}

.section-case .lead {
  font-weight: bold;
}

.section-case .image {
  background: #fff;
  box-shadow: 10px 10px 0 0 #e9e9e9;
}

@media (max-width: 767px) {
  .section-case {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-case .image {
    margin-bottom: 20px;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .section-case {
    padding-bottom: 120px;
  }

  .section-case .heading {
    margin-bottom: 5px;
  }

  .section-case .lead {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }

  .section-case .text01 {
    margin-bottom: 40px;
  }

  .section-case .text02 {
    margin-top: 40px;
  }

  .section-case .image {
    margin-right: 0;
    margin-left: auto;
    padding: 40px 0;
    width: 1000px;
  }
}

/* Modal
==========================*/
#modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: rgba(5, 38, 95, 0.8);
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  z-index: 1001;
  display: none;
  width: 980px;
  color: #000;
}

.modal-close {
  position: absolute;
  top: 40px;
  right: 50px;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.modal-close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.modal-close img {
  width: 100%;
  height: 100%;
}

.modal-inner {
  background: #fff;
}

.modal-inner.transparent {
  background: transparent;
}

#choicetypeCheck {
  margin-left: 1em;
}

@media (max-width: 1024px) {
  .img-main.index {
    background-color: none;
    background-image: url("../img/bg-index-main.jpg");
  }

  .img-main.index video {
    display: none;
  }
}

@media (max-width: 767px) {
  .modal {
    width: 96%;
  }

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

  .modal-close {
    top: 10px;
    right: 10px;
  }

  .section-feature .feature-inner .title::before {
    left: -45px;
  }

  .img-main.index {
    background-color: none;
    background-image: url("../img/bg-index-main.jpg");
  }

  .img-main.index video {
    display: none;
  }
}

@media (min-width: 768px) {
  .modal-movie .modal-body {
    padding: 40px;
  }

  .modal-movie .modal-close {
    top: 25px;
    right: 25px;
  }
}

.index1 {
  padding-bottom: 130px;
}

.index1 {
  padding-bottom: 130px;
}

.size30 {
  font-size: 30px;
}

.box {
  padding: 50px 0 0 0;
  overflow: hidden;
}

ul.list4 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list4 li {
  float: left;
  width: 237px;
  margin: 0 50px 0 0;
  padding: 0;
}

ul.list4 li:last-child {
  margin: 0 0 0 0;
}

.title_list4 {
  text-align: center;
  color: #12449a;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0;
}

.text_list4 {
  font-size: 14px;
}

ul.list2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list2 li {
  float: left;
  width: 525px;
  margin: 0 50px 0 0;
  padding: 0;
}

ul.list2 li:last-child {
  margin: 0 0 0 0;
}

.thum_list2 {
  width: 172px;
  float: left;
  padding: 0 0 0 0;
}

.box_r {
  padding: 0 0 0 190px;
}

.box_ico {
  font-size: 14px;
}

.ico_lsit {
  background: #12449a;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 4px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
}

.title_list2 {
  text-align: left;
  color: #12449a;
  font-size: 19px;
  font-weight: bold;
  padding: 8px 0 0 0;
}

.text_list {
  font-size: 14px;
}

ul.list5 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

ul.list5 li {
  width: 333px;
  background: #fff;
  margin: 0 40px 40px 0;
  padding: 0;
  height: 370px;
  float: left;
}

ul.list5 li a p {
  display: none;
}

ul.list5 li a {
  display: block;
}

ul.list5 li a:hover {
  opacity: 0.7 !important;
}

ul.list5 li:last-child {
  margin: 0 0 40px 0 !important;
}

ul.list5_2 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

ul.list5_2 li {
  width: 333px;
  background: #fff;
  margin: 0 40px 40px 0;
  padding: 0;
  display: inline-block !important;
  height: 370px;
}

ul.list5_2 li:last-child {
  margin: 0 0 40px 0 !important;
}

ul.list5 li:last-child {
  margin: 0 0 40px 0 !important;
}

.title_list5 {
  font-size: 20px;
  padding: 10px 0;
  border-bottom: 2px solid #12449a;
}

.text_list5 {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}

ul.list2_2 {
  list-style: none;
  padding: 0 0 0 45px;
  margin: 0;
}

ul.list2_2 li {
  width: 444px;
  float: left;
  padding: 0 0 0 0;
  margin: 0 120px 0 0;
}

ul.list2_2 li:last-child {
  margin: 0;
}

.thum_list2_2 {
  border: 1px solid #dddddd;
  text-align: center;
}

.title_list2_2 {
  padding: 10px 0 0 45px;
  font-size: 20px;
  font-weight: bold;
  color: #12449a;
  position: relative;
}

.title_list2_2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: #12449a;
  width: 30px;
  height: 1px;
}

.btn_detail {
  text-align: center;
  width: 320px;
  margin: 30px auto;
}

.box_point {
  background: url("../img/overview/bg_ov_01.jpg") no-repeat center top #f6fafb;
  height: 623px;
}

.box_point_in {
  width: 605px;
}

.box_point_in .checklist {
  width: 605px !important;
}

.box_point_in .checklist li {
  font-size: 15px !important;
}

.box_point h2.heading {
  font-size: 36px;
  color: #12449a;
  padding: 80px 0 0 0;
}

.download {
  padding: 20px 0 90px 0;
}

.box_download {
  padding: 50px 0 50px 492px;
  background: url("../img/overview/ico_daijobuda-.png") no-repeat 20px center;
}

.download h2.heading {
  font-size: 36px;
  color: #12449a;
  padding: 0px 0 0 0;
}

.title_download {
  font-size: 18px;
  font-weight: bold;
}

.box_download2 {
  background: #fff;
  width: 900px;
  margin: 50px auto 0 auto;
  position: relative;
  padding: 45px 35px;
  box-sizing: border-box;
}

.title_box_download2 {
  width: 414px;
  background: #12449a;
  margin: 0 0 0 -207px;
  color: #fff;
  text-align: center;
  padding: 10px 0 12px 0;
  position: absolute;
  top: -25px;
  left: 50%;
}

ul.checklist2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.checklist2 li {
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 15px;
  background: url("../img/icon-bread.png") no-repeat 0 8px;
}

.btn_download {
  width: 320px;
  margin: 50px auto 0 auto;
}

.lead2 {
  padding: 0 0 0 170px;
}

ul.list3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list3 li {
  float: left;
  width: 330px;
  margin: 0 50px 0 0;
  padding: 0;
}

ul.list3 li:last-child {
  margin: 0 0 0 0;
}

.thum_list3 {
  text-align: center;
}

.title_list3 {
  text-align: center;
  color: #12449a;
  font-size: 19px;
  padding: 10px 0;
  font-weight: bold;
}

.text_list3 {
  font-size: 16px;
}

.breadcrumbs {
  background: #f7f7f7;
}

.breadcrumbs_in {
  width: 1100px;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 0;
}

.breadcrumbs_in a {
  display: inline-block;
  background: url("../img/icon-bread.png") no-repeat right center;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
}

.breadcrumbs_in span {
  padding: 0 0 0 0;
}

#main section:last-of-type {
  margin-bottom: 80px;
}

/* 240613_下層ページ改善 */

#main section.p-feature:last-of-type {
  margin-bottom: 0;
}

#win_content01 .container .box {
  padding-top: 10px;
  margin-bottom: 70px;
}

#win_content01 .container .box p {
  display: none;
}

#win_content01 .container .box:last-of-type {
  margin-bottom: 0;
}

#win_content01 .container .box dl {
  position: relative;
  height: 330px;
  /*font-size: 17px;*/
}

#win_content01 .container .box dl dt {
  width: 500px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 50px 70px #ecf0f7;
  position: relative;
  text-align: center;
  background: -webkit-linear-gradient(
    65deg,
    #718fc2 0%,
    #718fc2 50px,
    #fff 50px,
    #fff 100%
  );
  background: -o-linear-gradient(
    65deg,
    #718fc2 0%,
    #718fc2 50px,
    #fff 50px,
    #fff 100%
  );
  background: linear-gradient(
    155deg,
    #718fc2 0%,
    #718fc2 50px,
    #fff 50px,
    #fff 100%
  );
}

#win_content01 .container .box dl dt .btn_detail {
  position: absolute;
  right: 20px;
  margin: 15px 0 0 0;
}

@media screen and (max-width: 767px) {
  #win_content01 .container .box dl dt .btn_detail {
    position: static;
    margin: 15px auto 0;
  }
}

#win_content01 .container .box dl dd .btn_detail {
  position: absolute;
  right: 20px;
  margin: 15px 0 0 0;
}

#win_content01 .container .box dl dt:before {
  border-top: 1px solid #12449a;
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 60px;
}

#win_content01 .container .box dl dt span {
  display: block;
  padding: 0 0.5em;
  text-align: left;
  letter-spacing: 0.1em;
}

#win_content01 .container .box dl dd {
  width: 500px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  box-shadow: -3px 3px 10px #ddd;
}

#win_content01 .container .box dl dd {
  top: 0;
  bottom: inherit;
}

#win_content01 .container .box:nth-of-type(2) dl dt {
  padding: 0;
  box-shadow: none;
  width: 500px;
  border: none;
  box-shadow: 3px 3px 10px #bbb;
}

#win_content01 .container .box:nth-of-type(2) dl dt:before {
  display: none;
}

#win_content01 .container .box:nth-of-type(2) dl dt img {
  width: 100%;
}

#win_content01 .container .box:nth-of-type(2) dl dd {
  padding: 40px;
  box-shadow: -50px -70px #ecf0f7;
  background-color: #fff;
  background: -webkit-linear-gradient(
    115deg,
    #718fc2 0%,
    #718fc2 50px,
    #fff 50px,
    #fff 100%
  );
}

#win_content01 .container .box:nth-of-type(2) dl dd:before {
  border-top: 1px solid #12449a;
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 60px;
}

#win_content01 .container .box:nth-of-type(2) dl dd span {
  background-color: white;
  display: block;
  padding: 0 0.5em;
  text-align: left;
}

#win_content01 .container .box dl dd img {
  width: 100%;
  opacity: 0.8;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media (max-width: 767px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  #win_content01 .container .box dl {
    font-size: 14px;
    height: auto;
  }

  #win_content01 .container .box dl dt,
  #win_content01 .container .box dl dd {
    position: static;
    box-shadow: none;
  }

  #win_content01 .container .box dl dt {
    width: 100%;
    padding: 0;
    background: none;
    margin-bottom: 10px;
  }

  #win_content01 .container .box dl dt:before {
    display: none;
  }

  #win_content01 .container .box dl dd {
    width: 100%;
  }

  #win_content01 .container .box:nth-of-type(2) dl dt {
    box-shadow: none;
    width: 100%;
    text-align: left;
  }

  #win_content01 .container .box:nth-of-type(2) dl dd {
    box-shadow: none;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .index1 {
    padding-bottom: 50px;
  }

  .box {
    padding: 25px 0 0 0;
    overflow: hidden;
  }

  ul.list4 {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.list4 li {
    float: inherit;
    width: 100%;
    margin: 0 auto 15px auto !important;
    padding: 0;
  }

  ul.list4 li .thum_list4 {
    text-align: center;
  }

  ul.list4 li:last-child {
    margin: 0 auto 15px auto;
  }

  .title_list4 {
    text-align: center;
    color: #12449a;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0;
  }

  .text_list4 {
    font-size: 14px;
  }

  ul.list2 {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.list2 li {
    width: 100%;
    float: inherit;
    margin: 0 0 50px 0;
    padding: 0;
  }

  ul.list2 li:last-child {
    margin: 0 0 0 0;
  }

  .thum_list2 {
    width: 172px;
    float: none;
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  .box_r {
    padding: 20px 0 0 0;
  }

  ul.list2_2 {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
  }

  ul.list2_2 li {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  ul.list2_2 li:last-child {
    margin: 0;
  }

  .thum_list2_2 {
    border: 1px solid #dddddd;
    text-align: center;
  }

  .title_list2_2 {
    padding: 10px 0 0 45px;
    font-size: 20px;
    font-weight: bold;
    color: #12449a;
    position: relative;
  }

  .title_list2_2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    background: #12449a;
    width: 30px;
    height: 1px;
  }

  .btn_detail {
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin: 30px auto;
  }

  .box_point {
    height: auto;
    padding: 0 0 20px 0;
    background: url("../img/overview/bg_ov_01.jpg") no-repeat -1000px top #f6fafb;
  }

  .box_point_in {
    width: 100%;
  }

  .box_point_in .checklist {
    width: 100% !important;
  }

  .box_point_in .checklist li {
    font-size: 15px !important;
  }

  .box_point h2.heading,
  .download h2.heading {
    font-size: 30px;
    color: #12449a;
    padding: 20px 0 0 0;
  }

  .lead2 {
    padding: 0 0 0 0;
  }

  .download {
    padding: 20px 0 90px 0;
  }

  .box_download {
    padding: 250px 0 50px 0;
    background: url("../img/overview/ico_daijobuda-.png") no-repeat 0 0;
    background-size: contain;
  }

  .download h2.heading {
    font-size: 36px;
    color: #12449a;
    padding: 0px 0 0 0;
  }

  .title_download {
    font-size: 18px;
    font-weight: bold;
  }

  .box_download2 {
    background: #fff;
    width: 100%;
    margin: 50px auto 0 auto;
    position: relative;
    padding: 45px 35px;
    box-sizing: border-box;
  }

  .title_box_download2 {
    width: 80%;
    background: #12449a;
    margin: 0 0 0 -40%;
    color: #fff;
    text-align: center;
    padding: 10px 0 12px 0;
    position: absolute;
    top: -25px;
    left: 50%;
  }

  ul.checklist2 {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul.checklist2 li {
    margin: 0 15px 0 0;
    display: inline-block;
    font-size: 14px;
    padding: 0 0 0 15px;
    background: url("../img/icon-bread.png") no-repeat 0 8px;
  }

  .btn_download {
    width: 320px;
    margin: 50px auto 0 auto;
  }

  ul.list3 {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.list3 li {
    float: left;
    width: 330px;
    margin: 0 50px 0 0;
    padding: 0;
  }

  ul.list3 li:last-child {
    margin: 0 0 0 0;
  }

  .thum_list3 {
    text-align: center;
  }

  .title_list3 {
    text-align: center;
    color: #12449a;
    font-size: 19px;
    padding: 10px 0;
    font-weight: bold;
  }

  .text_list3 {
    font-size: 16px;
  }

  .img-main.win {
    min-height: inherit;
  }

  .img-main.uipath {
    min-height: inherit;
  }

  .img-main.Overview {
    min-height: inherit;
  }

  .breadcrumbs_in {
    width: 100%;
  }
}

/*case/index.html*/
#main section.case {
  margin-bottom: 0;
}

.case .common-heading {
  padding-top: 120px;
}

.case .common-heading::before {
  top: 70px;
}

.case ul.list2 {
  overflow: hidden;
}

.case ul.list2 li {
  display: inline-block;
  margin: 0 auto 90px;
  width: 525px;
}

.case ul.list2 li .inner {
  width: 470px;
  margin: 0 auto;
}

.case ul.list2 li .inner .thum_list4 img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .case ul.list2 li .inner {
    width: 100%;
  }

  .case ul.list2 li {
    width: 100%;
    margin-bottom: 45px;
  }
}

/*case/detail1/index.html*/
.img-main.case,
.img-main.detail1 {
  background-image: url("../img/case/detail_main_bg.jpeg");
  min-height: 390px;
  height: auto;
  padding-bottom: 0;
}

.img-main.case {
  background-image: url("../img/case/case_main_bg.jpeg");
}

.img-main.case .title-main {
  margin: 160px 0 0 0;
}

.img-main.detail1 .title-main {
  margin: 100px 0 0 0;
}

.detail1 {
  padding-bottom: 80px;
}

.detail1.sec_bg {
  background-color: #f7f7f7;
}

.detail1.section-intro {
  padding-bottom: 0;
}

.detail1 .common-heading {
  padding-top: 130px;
}

.detail1 .common-heading:before {
  top: 80px;
}

.detail1 .department {
  margin: 0 auto;
  padding-top: 60px;
}

.detail1 .department p {
  width: calc(100% - 295px);
  margin: 0 30px 0 0;
}

.detail1 .department .inner {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  flex-wrap: nowrap;
}

.detail1 .department dl {
  margin-top: 0;
}

.detail1 .department dl dd {
  margin-left: 0;
}

.detail1 .department dl dt img {
  min-width: 295px;
  min-height: 222px;
}

.detail1 .department dl dd dl {
  flex-wrap: wrap;
}

.detail1 .department dl dd dl dt {
  width: 100%;
}

.detail1 .department dl dd dl dd {
  width: 100%;
}

.detail1 .comment p {
  text-align: left;
}

.detail1 .comment .inner {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  width: 100%;
  margin: 30px 0;
  border-radius: 8px;
  background-color: #e5ebf4;
}

.detail1 .comment .inner img {
  width: 236px;
  border: 20px solid #e5ebf4;
  box-sizing: border-box;
  border-radius: 12px;
}

.detail1 .comment .inner p {
  margin: 0;
  display: table;
  height: 236px;
  padding: 20px;
  color: #333;
}

.detail1 .comment .inner p span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  border-left: 1px dotted #aaa;
  padding-left: 18px;
}

#main .detail1:last-of-type {
  margin-bottom: 0;
  padding-bottom: 60px;
}

#index-information h3 {
  text-align: left;
}

#index-information table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-top: 16px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#index-information table th {
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  background: #e7ecf5;
  width: 300px;
}

#index-information table td {
  padding: 10px;
}

#index-information table th,
#index-information table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.btn_2col {
  width: 65%;
  margin: 60px auto 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
}

.detail1 .sp-only {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  .detail1 .comment .inner img {
    /*width:auto;*/
    min-width: 236px;
    table-layout: fixed;
  }

  .detail1 .comment .inner p {
    display: block;
    table-layout: fixed;
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    min-width: 0;
  }

  .detail1 .comment .inner p span {
    table-layout: fixed;
    min-width: 0;
  }
}

@media screen and (max-width: 767px) {
  .detail1 .sp-only {
    display: block;
  }

  .detail1.section-intro {
    padding-bottom: 30px;
  }

  .detail1 {
    padding-bottom: 30px;
  }

  .detail1 .department .inner {
    display: block;
    width: 100%;
  }

  .detail1 .cont h3 {
    text-align: center;
  }

  .detail1 .department p {
    width: 100%;
  }

  .detail1 .department dl dt img {
    display: block;
    margin: 20px auto 5px;
  }

  .detail1 .comment .inner {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-radius: 8px;
  }

  .detail1 .comment .inner p span {
    border-top: 1px dotted #aaa;
    border-left: none;
    padding: 10px 0 0 0;
  }

  .detail1 .comment .inner img {
    border-radius: initial;
    padding-top: 20px;
    border: 0;
  }

  .btn_2col {
    display: block;
    text-align: center;
    width: 100%;
  }

  .btn_2col a {
    margin: 0 auto 20px;
  }

  #main .detail1:last-of-type {
    padding-bottom: 30px;
  }

  #index-information {
    margin-top: 50px;
  }

  #index-information table {
    width: 100%;
  }
}

@media (max-width: 768px) and (min-width: 0px) {
  table th,
  table td {
    width: 100% !important;
    display: block !important;
    padding: 15px !important;
  }
}

/*training/index.html*/
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.container {
  position: relative;
}

.img-main .col01 {
  float: none;
}

.training .img-main.Overview,
.beginner .img-main.Overview,
.medium .img-main.Overview {
  background-image: url(../img/overview/training_mv.jpg);
  position: relative;
}

.training .img-main.Overview {
  min-height: 470px;
}

.img-main.Overview h1.title-main {
  color: #fff;
  font-family: "Lora", serif;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 50px;
  text-shadow: #222 2px 0px 7px, #222 -2px 0px 7px;
}

.img-main.Overview.seminarDetail h1.title-main {
  font-size: 44px;
}

.training .img-main.Overview h1.title-main {
  margin-top: 189px;
}

.img-main.Overview h1.title-main span,
.img-main h1.title-main span {
  display: block;
  font-size: 18px;
}

.img-main.Overview .supplement {
  width: 600px;
}

.img-main.Overview .supplement ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  padding-left: 0;
}

.img-main.Overview .supplement li {
  width: 175px;
  height: 117px;
  color: #fff;
  list-style: none;
  font-size: 15px;
  padding: 15px;
  border: 1px solid #718fc2;
  background-color: rgba(160, 180, 215, 0.6);
  margin-right: 25px;
  display: table;
  text-shadow: #222 2px 0px 7px, #222 -2px 0px 7px;
}

.img-main.Overview .supplement li span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6em;
}

.training ul.list2_2 li {
  position: relative;
}

.balloon3-right-btm {
  position: absolute;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  background: #12449a;
  border-radius: 50%;
  box-sizing: border-box;
  top: 11px;
  right: 11px;
  font-family: "Noto Serif JP", serif;
  box-shadow: 2px 2px 11px #aaa;
}

.balloon3-right-btm:nth-of-type(2) {
  left: 700px;
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #12449a;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}

.training #index-intro .box {
  padding-top: 0;
}

.training #index-intro .list4 .title_list4 {
  display: table;
  width: 100%;
}

.training #index-intro .list4 .title_list4 span {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  line-height: 1.3;
}

.training #index-intro .list2_2 .text {
  height: 134px;
}

.training #index-information table {
  margin: 30px 0 140px;
}

.training #index-information .infoTable tr td a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: underline;
}

.training #index-information .infoTable tr td a:hover {
  opacity: 0.7;
}

.training #index-information .infoTable tr th:nth-of-type(5) {
  width: 30%;
}

.training #index-information .infoTable thead th {
  text-align: center;
}

.training #index-information .infoTable tr td:last-child {
  text-align: center;
  background-color: #967b4f;
  color: #fff;
}

.training #index-information .infoTable tr td:last-child a {
  display: block;
  padding: 0.6em 1em;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.training #index-information .infoTable tr td:last-child a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.training #sponser ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  flex-wrap: wrap;
  padding-left: 0;
  width: 100%;
}

.training #sponser ul li {
  list-style: none;
  width: 21%;
  margin: 0 58px 50px 0;
}

.training #sponser ul li:nth-of-type(4),
.training #sponser ul li:nth-of-type(8),
.training #sponser ul li:nth-of-type(12) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .img-main.Overview h1.title-main {
    line-height: 1.2em;
    font-size: 35px;
  }

  .img-main.Overview h1.title-main span {
    line-height: 1.2em;
    margin-bottom: 12px;
  }

  .balloon3-right-btm {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    top: 20px;
    right: 20px;
    left: inherit;
  }

  .balloon3-right-btm:nth-of-type(2) {
    top: 70px;
    left: inherit;
  }

  .balloon3-right-btm:before {
    border: 8px solid transparent;
    border-left: 8px solid #12449a;
    bottom: 0px;
    left: -5px;
  }

  .training .img-main.Overview .supplement {
    width: 100%;
  }

  .training .img-main.Overview .supplement ul {
    display: block;
  }

  .training .img-main.Overview .supplement li {
    width: 100%;
    margin: 0 0 10px 0;
    height: 80px;
  }

  .training ul.list4 li {
    margin-bottom: 60px !important;
  }

  .training ul.list4 li img {
    width: 100%;
  }

  .training ul.list4 li .title_list4 {
    padding: 0;
  }

  .training #index-intro .list4 .title_list4 span {
    height: 40px;
  }

  .training .title_list2_2 {
    padding-left: 0;
    text-align: center;
    line-height: 1.3em;
  }

  .training #index-information .infoTable {
    border-left: none;
  }

  .training #index-information .infoTable thead {
    display: none;
  }

  .training #index-information .infoTable tr th,
  .training #index-information .infoTable tr td {
    border-left: 1px solid #ccc;
  }

  .training #index-information .infoTable tr td p {
    margin: 0;
  }

  .training #index-information .infoTable tr td a {
    display: inline;
  }

  .training #index-information .infoTable tr td:nth-of-type(4) {
    height: 80px;
  }

  .training #index-information .infoTable tr th:nth-of-type(1) {
    border-top: 1px solid #cccc;
    text-align: center;
  }

  .training #index-information .infoTable tr td:last-child {
    margin-bottom: 50px;
  }

  .training #index-information .infoTable tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 70px;
  }

  .training #index-information .infoTable tr td:last-child a {
    font-size: 22px;
    padding: 0;
  }

  .training #sponser ul li {
    width: 47%;
    margin: 0 auto 10px;
  }

  .training #sponser ul li:nth-of-type(4),
  .training #sponser ul li:nth-of-type(8),
  .training #sponser ul li:nth-of-type(12) {
    margin-right: auto;
  }
}

/*training/beginner/index.html*/
.beginner .img-main.Overview {
  background-image: url("../img/overview/beginner_mv.jpg");
}

.beginner .img-main.Overview h1.title-main {
  margin-top: 158px;
}

.beginner #index-information:nth-of-type(1) {
  margin-bottom: 60px;
}

.beginner #index-information.second table {
  margin: 30px 0 0;
}

.beginner #index-information h3 {
  text-align: center;
}

.beginner #index-information .infoTable tr th,
#service_rpatrial #index-information .infoTable tr th {
  text-align: center;
}

.beginner #index-information table thead th {
  font-size: 18px;
}

.beginner #index-information.curriculum .infoTable tbody tr th {
  width: 25%;
}

.beginner #index-information .infoTable tr .font_bold span {
  font-weight: bold;
}

.beginner #index-information .infoTable tbody tr .table-flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  flex-wrap: wrap;
}

.beginner #index-information .infoTable tbody tr .table-flex span {
  width: 45%;
  margin: 0 37px 50px 0;
}

@media all and (-ms-high-contrast: none) {
  .beginner #index-information .infoTable tbody tr .table-flex {
    max-width: 800px;
  }

  .medium #index-information .infoTable tbody tr .table-flex {
    max-width: 923px;
  }

  .beginner #index-information .infoTable tbody tr .table-flex span,
  .medium #index-information .infoTable tbody tr .table-flex span {
    width: 43%;
  }
}

.beginner #index-information .infoTable tbody tr .table-flex .font-bold {
  font-weight: bold;
}

.beginner #index-information.second .infoTable tr td:last-child,
.medium #index-information.second .infoTable tr td:last-child,
#service_rpatrial #index-information.second .infoTable tr td:last-child,
.rpa-05development-seminar .infoTable tr td:last-child {
  text-align: center;
  background-color: #967b4f;
  color: #fff;
}

.beginner #index-information .infoTable tr th:nth-of-type(5),
#service_rpatrial #index-information .infoTable tr th:nth-of-type(5) {
  width: 30%;
}

.beginner #index-information .infoTable tr td a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  text-decoration: underline;
}

.beginner #index-information .infoTable.seminarDetail tr td a {
  display: inline;
  text-decoration: underline;
}

.beginner #index-information .infoTable tr td a:hover {
  opacity: 0.7;
}

.beginner #voice {
  margin-bottom: 100px;
}

.beginner #voice .voice_wrap {
  height: auto;
  margin: 90px 0;
  margin: 40px 0 90px;
  width: 1100px;
  margin: 40px auto 90px;
}

.beginner #voice .voice_wrap ul {
  margin-bottom: 0;
  padding: 0;
}

.beginner #voice .voice_wrap ul li {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
}

.beginner #voice .voice_wrap ul li img {
  margin-right: 20px;
  display: block;
  width: 120px;
}

.beginner #voice .voice_wrap p {
  margin: 0 0 0 140px;
}

.beginner #voice .voice_wrap ul li dl {
  width: 100%;
}

.beginner #voice .voice_wrap ul li dd {
  margin-left: 0;
  font-weight: bold;
  font-size: 20px;
}

.beginner #voice .voice_wrap ul li dt span {
  margin-left: 40px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .beginner .img-main.Overview h1.title-main {
    margin-top: 70px;
  }

  .beginner #index-information {
    margin-top: 0;
  }

  .beginner #index-information:nth-of-type(1) {
    margin-bottom: 0;
  }

  .beginner #index-information.second .infoTable {
    border-left: none;
    width: 93%;
    margin: 30px auto 0;
  }

  .beginner #index-information.second .infoTable thead {
    display: none;
  }

  .beginner #index-information .infoTable thead tr th {
    background-color: #12449a;
    color: #fff;
  }

  .beginner #index-information.second .infoTable tr th,
  .beginner #index-information.second .infoTable tr td {
    border-left: 1px solid #ccc;
  }

  .beginner #index-information.second .infoTable tr td:nth-of-type(4) {
    height: 80px;
  }

  .beginner #index-information.second .infoTable tr th:nth-of-type(1) {
    border-top: 1px solid #cccc;
    text-align: center;
  }

  .beginner #index-information.second .infoTable tr td:last-child {
    margin-bottom: 50px;
  }

  .beginner #index-information.second .infoTable tr:last-child td:last-child {
    margin-bottom: 0;
  }

  .beginner #index-information.second .infoTable tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 70px;
  }

  .beginner #index-information.second .infoTable tr td:last-child a {
    font-size: 22px;
    padding: 0;
  }

  .beginner #index-information p {
    margin-bottom: 0 !important;
  }

  .beginner #voice {
    margin-bottom: 0 !important;
  }

  .beginner #voice .voice_wrap {
    margin: 0;
    padding: 30px 15px 48px;
    width: 100%;
  }

  .beginner #voice .voice_wrap:nth-of-type(2) {
    padding-top: 0;
  }

  .beginner #voice .voice_wrap:nth-of-type(3) {
    background-color: #e7ecf5;
  }

  .beginner #voice p.center {
    margin-bottom: 0;
  }

  .beginner #voice .voice_wrap ul li {
    display: block;
  }

  .beginner #voice .voice_wrap ul li img {
    margin: 0 auto;
  }

  .beginner #voice .voice_wrap ul li dd {
    line-height: 1.3em;
    margin-top: 10px;
  }

  .beginner #voice .voice_wrap ul li dl dt {
    width: 90%;
    margin: 0 auto;
    text-align: right;
    font-size: 16px;
  }

  .beginner #voice .voice_wrap ul li dt span {
    margin-left: 0;
    display: block;
  }

  .beginner #voice .voice_wrap p {
    margin: 0;
  }

  .beginner #index-information .infoTable tbody tr .table-flex span {
    width: 100%;
    margin-right: 0;
  }

  .beginner #index-information .infoTable tbody tr .table-flex {
    display: block;
  }

  .beginner #index-information .infoTable tr td p {
    margin: 0;
  }

  .beginner #index-information .infoTable tr td a {
    display: inline;
  }
}

/*training/medium/index.html*/
.medium .img-main.Overview {
  background-image: url("../img/overview/medium_mv.jpg");
}

.medium .img-main.Overview h1.title-main {
  margin-top: 158px;
}

.medium #index-information .infoTable thead th {
  text-align: center;
}

.medium #index-information .infoTable tr th {
  text-align: center;
  width: 16%;
}

.medium #index-information h3 {
  text-align: center;
}

.medium #index-information:nth-of-type(1) {
  margin-bottom: 60px;
}

.medium #index-information.second table {
  margin: 30px 0 60px;
}

.medium #index-information .infoTable tbody tr .table-flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  flex-pack: justify;
  flex-wrap: wrap;
}

.medium #index-information .infoTable tbody tr .table-flex span {
  width: 45%;
  margin: 0 20px 50px 0;
}

.medium #index-information .infoTable tbody tr .table-flex .font-bold {
  font-weight: bold;
}

.medium #index-intro:last-of-type {
  margin-bottom: 0;
  padding-bottom: 110px;
}

.medium #index-information:last-of-type {
  margin-bottom: 0;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .medium .img-main.Overview h1.title-main {
    margin-top: 70px;
  }

  .medium #index-information {
    margin-top: 0;
  }

  .medium #index-information:nth-of-type(1) {
    margin-bottom: 0;
  }

  .medium #index-information .infoTable thead tr th {
    background-color: #12449a;
    color: #fff;
  }

  .medium section:last-of-type {
    margin-bottom: 0px !important;
  }

  .medium #index-intro:last-of-type {
    padding-bottom: 45px;
  }

  .medium #index-information:last-of-type {
    padding-bottom: 70px;
  }

  .medium #index-information .infoTable tbody tr .table-flex span {
    width: 100%;
    margin-right: 0;
  }

  .medium #index-information .infoTable tbody tr .table-flex {
    display: block;
  }
}

/************************************
  190820追記
**********************************/
.terms .img-main.Overview {
  background-image: url("../img/terms.jpeg");
  position: relative;
}

.terms .img-main.Overview h1.title-main {
  color: #fff;
  font-family: "Lora", serif;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 50px;
  text-shadow: #222 2px 0px 7px, #222 -2px 0px 7px;
  margin-top: 70px;
}

.terms .img-main.Overview h1.title-main span {
  display: block;
  font-size: 18px;
}

.terms h2 {
  font-size: 26px;
  font-weight: bold;
  color: #12449a;
  margin: 0 0 0 0;
  padding-left: 30px;
  position: relative;
  margin-top: 100px;
}

.terms h2:before {
  content: "";
  background: #12449a;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.terms #main dl {
  margin: 50px 0 0 50px;
}

.terms #main dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.terms #main dd + dt {
  margin-top: 30px;
}

.terms #main dl a {
  color: #12449a;
}

.terms .ind_dl {
  padding-left: 1em;
  text-indent: -1em;
}

.terms .ind_dl dd {
  margin-bottom: 10px;
}

.terms .smallText {
  color: #666;
  font-size: 12px;
}

.terms .img-main.Overview {
  min-height: 280px;
}

.terms .contents_box ul li {
  margin-bottom: 20px;
}

.terms .contents_box ol {
  margin-bottom: 30px;
}

.terms .contents_box ol li {
  list-style: none;
  margin-bottom: 5px;
}

.terms .txt_red {
  color: #bd0003;
}

.terms .txt_blue {
  color: #12449a;
}

@media screen and (max-width: 767px) {
  .terms .img-main.Overview h1.title-main {
    font-size: 30px;
  }

  .terms .contents_box ul {
    padding-left: 5%;
  }

  .terms .contents_box dd {
    margin: 0;
  }

  .terms h2 {
    font-size: 23px;
    margin-top: 50px;
  }

  .terms #main dl {
    margin-left: 0;
  }

  .terms .contents_box ol {
    padding: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.privacy .nav-main {
  display: none;
}

.privacy .img-main.Overview {
  background-image: url("../img/privacy.jpeg");
  position: relative;
}

.privacy .img-main.Overview h1.title-main {
  color: #fff;
  font-family: "Lora", serif;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 50px;
  text-shadow: #222 2px 0px 7px, #222 -2px 0px 7px;
  margin-top: 92px;
}

.privacy h2 {
  font-size: 26px;
  font-weight: bold;
  color: #12449a;
  margin: 0 0 0 0;
  padding-left: 30px;
  position: relative;
  margin-top: 100px;
}

.privacy h2:before {
  content: "";
  background: #12449a;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.privacy #main dl {
  margin: 50px 0 0 0;
}

.privacy #main dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}

.privacy #main dd {
  margin: 0;
}

.privacy #main dd + dt {
  margin-top: 30px;
}

.privacy #main dl a {
  color: #12449a;
}

.privacy .ind_dl,
.privacy .ind_dd {
  padding-left: 1em;
  text-indent: -1em;
}

.privacy .ind_dl dd {
  margin-bottom: 10px;
}

.privacy .smallText {
  color: #666;
  font-size: 12px;
}

.privacy .img-main.Overview {
  min-height: 280px;
}

.privacy .contents_box ul li {
  margin-bottom: 20px;
}

.privacy .contents_box ol {
  margin-bottom: 30px;
}

.privacy .contents_box ol li {
  list-style: none;
  margin-bottom: 5px;
}

.privacy .txt_red {
  color: #bd0003;
}

.privacy .txt_blue {
  color: #12449a;
}

@media screen and (max-width: 767px) {
  .privacy .img-main.Overview h1.title-main {
    font-size: 30px;
  }

  .privacy .contents_box ul {
    padding-left: 5%;
  }

  .privacy .contents_box dd {
    margin: 0;
  }

  .privacy h2 {
    font-size: 23px;
    margin-top: 50px;
  }

  .privacy #main dl {
    margin-left: 0;
  }

  .privacy .contents_box ol {
    padding: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}

/************************************
  191108追記
**********************************/
.img-main.implementation {
  /* background-image: url("../img/implementation/implementation_main_01.png"); */
  background-image: url("../img/implementation/implementation_mv.jpg");
  min-height: 390px;
  height: auto;
}

.img-main.implementation .title-main {
  margin: 155px 0 0 0;
}

/************************************
  240605下層ページ改善
**********************************/
.under-page.solving .img-main.implementation .title-main {
  margin: 140px 0 0 0;
}

@media screen and (max-width: 767px) {
  .under-page.solving .img-main.implementation .title-main {
    margin: 100px auto 60px;
  }
}

/************************************
  240605下層ページ改善
**********************************/
.img-main.implementation.p-solving__mv {
  background-image: url("../img/solving/p-solving_mv.jpg");
}
/************************************
  240605下層ページ改善
**********************************/
.img-main.implementation#p-service {
  background-image: url("../img/service/p-service_mv.jpg");
}

.implementation ul.list5 li {
  height: 410px;
  background-color: #f7f7f7;
}

#win_content01.implementation h3 {
  margin-bottom: 15px;
}

#win_content01.implementation .container .box dl {
  margin: 0 auto;
}

#win_content01.implementation .container .box:nth-of-type(2) dl dd .btn_detail {
  left: 20px;
}

#win_content01.implementation .container .box:nth-of-type(2) dl dd {
  box-shadow: -50px 70px #ecf0f7;
}

#index-intro.implementation {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .img-main.implementation {
    min-height: inherit !important;
  }

  .img-main.implementation h1.title-main {
    margin: 60px 0 15px;
  }

  /* 240613_下層ページ改善 */
  .img-main.implementation h1.title-main.p-feature__ttl-main {
    margin: 130px 0 60px;
  }

  #wrapper.about .img-main.implementation h1.title-main {
    margin: 40px 0 35px;
  }

  #wrapper.about h2.common-heading br {
    display: none;
  }

  #win_content01.implementation
    .container
    .box:nth-of-type(2)
    dl
    dd
    .btn_detail {
    left: 20px;
  }
}

/*191210----------------------------------------------------------------------------------------------*/
#implementation_nayami ul {
  overflow: hidden;
}

#implementation_nayami ul li {
  width: 30%;
  list-style: none;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

#implementation_nayami ul li img {
  margin-bottom: 20px;
}

#implementation_nayami ul li + li {
  margin-left: 5%;
}

section#implementation_steplist {
  background-image: url(../img/implementation/img13.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.steplist-box .left {
  float: left;
  width: 440px;
}

.steplist-box .right {
  float: right;
}

.steplist-box .left p.ttl {
  border: 1px solid #111;
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 0;
}

section#implementation_steplist h4 {
  font-size: 20px;
}

.steplist-box:nth-of-type(even) .left {
  float: right;
}

.steplist-box:nth-of-type(even) .right {
  float: left;
}

.steplist-box + .steplist-box {
  margin-top: 200px;
  position: relative;
}

.steplist-box + .steplist-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: -80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 0 200px;
  border-color: #ecf0f7 transparent transparent transparent;
}

.steplist-box:nth-of-type(1) .left {
  background: url(../img/implementation/img05.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

.steplist-box:nth-of-type(2) .left {
  background: url(../img/implementation/img08.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

.steplist-box:nth-of-type(3) .left {
  background: url(../img/implementation/img09.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

.steplist-box:nth-of-type(4) .left {
  background: url(../img/implementation/img12.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

section#implementation_nayami,
section#implementation_project,
section#implementation_steplist,
section#implementation_steplist {
  padding-bottom: 60px;
}

.implementation.case ul.list2 li {
  margin-bottom: 0;
}

#main section.section-intro.implementation:last-of-type {
  margin-bottom: 0;
}

p.step4_img img {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 40px;
  background: #f7f7f7;
}

.step4_img {
  width: 826px;
  margin: 0 auto;
  position: relative;
}

.step4_img_01 {
  position: absolute;
  left: 0%;
  top: 55.3%;
  width: 32%;
}

.step4_img_02 {
  position: absolute;
  left: 23%;
  top: 36.7%;
  width: 32%;
}

.step4_img_03 {
  position: absolute;
  left: 46%;
  top: 18.3%;
  width: 32%;
}

.step4_img_04 {
  position: absolute;
  left: 68.8%;
  top: 0%;
  width: 32%;
}

.step4_img > div:hover {
  opacity: 0.8;
  transition: 0.3s;
}

div#step4_01,
div#step4_02,
div#step4_03,
div#step4_04 {
  margin-top: -70px;
  padding-top: 70px;
}

div#step4_img_link {
  margin-top: -40px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #implementation_nayami ul {
    padding: 0;
  }

  #implementation_nayami ul li {
    width: 80%;
    margin: 0 auto 30px;
    float: none;
    font-size: 16px;
  }

  #implementation_nayami ul li + li {
    margin: 0 auto 30px;
  }

  section#implementation_project h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  p.step4_img img {
    width: 100%;
    padding: 0;
    background: no-repeat;
  }

  .steplist-box .left {
    float: none;
    width: 100%;
    min-height: initial !important;
  }

  .steplist-box + .steplist-box:before {
    border-width: 50px 100px 0 100px;
    margin-left: -100px;
    top: -80px;
  }

  .steplist-box + .steplist-box {
    margin-top: 100px;
  }

  section#implementation_steplist {
    background: none;
  }

  .step4_img {
    width: 100%;
  }

  div#step4_01,
  div#step4_02,
  div#step4_03,
  div#step4_04 {
    margin-top: 0;
    padding-top: 0;
  }

  a.btn.btn_4step {
    width: 100%;
  }
}

/*191210----------------------------------------------------------------------------------------------*/
#implementation_nayami ul {
  overflow: hidden;
}

#implementation_nayami ul li {
  width: 30%;
  list-style: none;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

#implementation_nayami ul li img {
  display: block;
  margin: 0 auto 20px auto;
}

#implementation_nayami ul li + li {
  margin-left: 5%;
}

section#implementation_steplist {
  background-image: url(../img/implementation/img13.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.steplist-box .left {
  float: left;
  width: 440px;
}

.steplist-box .right {
  float: right;
}

.steplist-box .left p.ttl {
  border: 1px solid #111;
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 0;
}

section#implementation_steplist h4 {
  font-size: 20px;
}

.steplist-box:nth-of-type(even) .left {
  float: right;
}

.steplist-box:nth-of-type(even) .right {
  float: left;
}

.steplist-box + .steplist-box {
  margin-top: 200px;
  position: relative;
}

.steplist-box + .steplist-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: -80px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 200px 0 200px;
  border-color: #ecf0f7 transparent transparent transparent;
}

.steplist-box:nth-of-type(1) .left {
  background: url(../img/implementation/img05.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

.steplist-box:nth-of-type(2) .left {
  background: url(../img/implementation/img08.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

.steplist-box:nth-of-type(3) .left {
  background: url(../img/implementation/img09.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

.steplist-box:nth-of-type(4) .left {
  background: url(../img/implementation/img12.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 400px;
}

section#implementation_nayami,
section#implementation_project,
section#implementation_steplist,
section#implementation_steplist {
  padding-bottom: 60px;
}

.implementation.case ul.list2 li {
  margin-bottom: 0;
}

#main section.section-intro.implementation:last-of-type {
  margin-bottom: 0;
}

p.step4_img img {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 40px;
  background: #f7f7f7;
}

.step4_img {
  width: 826px;
  margin: 0 auto;
  position: relative;
}

.step4_img_01 {
  position: absolute;
  left: 0%;
  top: 55.3%;
  width: 32%;
}

.step4_img_02 {
  position: absolute;
  left: 23%;
  top: 36.7%;
  width: 32%;
}

.step4_img_03 {
  position: absolute;
  left: 46%;
  top: 18.3%;
  width: 32%;
}

.step4_img_04 {
  position: absolute;
  left: 68.8%;
  top: 0%;
  width: 32%;
}

.step4_img > div:hover {
  opacity: 0.8;
  transition: 0.3s;
}

div#step4_01,
div#step4_02,
div#step4_03,
div#step4_04 {
  margin-top: -70px;
  padding-top: 70px;
}

div#step4_img_link {
  margin-top: -40px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #implementation_nayami ul {
    padding: 0;
  }

  #implementation_nayami ul li {
    width: 80%;
    margin: 0 auto 30px;
    float: none;
    font-size: 16px;
  }

  #implementation_nayami ul li + li {
    margin: 0 auto 30px;
  }

  section#implementation_project h3 {
    font-size: 18px;
    margin-bottom: 0;
  }

  p.step4_img img {
    width: 100%;
    padding: 0;
    background: no-repeat;
  }

  .steplist-box .left {
    float: none;
    width: 100%;
    min-height: initial !important;
  }

  .steplist-box + .steplist-box:before {
    border-width: 50px 100px 0 100px;
    margin-left: -100px;
    top: -80px;
  }

  .steplist-box + .steplist-box {
    margin-top: 100px;
  }

  section#implementation_steplist {
    background: none;
  }

  .step4_img {
    width: 100%;
  }

  div#step4_01,
  div#step4_02,
  div#step4_03,
  div#step4_04 {
    margin-top: 0;
    padding-top: 0;
  }

  a.btn.btn_4step {
    width: 100%;
  }
}

/*191210----------------------------------------------------------------------------------------------*/
.tabUl2,
.tabUl,
.tabUl_nolink {
  margin-bottom: 20px;
  margin-top: 30px;
  border-bottom: 2px solid #12449a;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}

.tabUl2 li,
.tabUl li,
.tabUl_nolink li {
  width: 50%;
  list-style: none;
}

.tabUl2 li a,
.tabUl li a,
.tabUl_nolink li a {
  padding: 17px 0 14px;
  display: block;
  color: #12449a;
  font-size: 18px;
  background-color: #ccc;
  text-align: center;
}

.tabUl2 .on a,
.tabUl2 li a:hover,
.tabUl .on a,
.tabUl li a:hover,
.tabUl_nolink .on a,
.tabUl_nolink li a:hover {
  text-decoration: none;
  border-bottom-color: #fff;
  color: #fff;
  background: #12449a;
}

.tabUl2 li:first-child a,
.tabUl li:first-child a,
.tabUl_nolink li:first-child a {
  border-left: 1px solid #6e6c70;
}

.tab.hide {
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .tabUl2,
  .tabUl,
  .tabUl_nolink {
    padding: 0;
  }
}

#wrapper.about .img-main.implementation .title-main {
  line-height: 1.3;
}

#wrapper.about .img-main.implementation {
  background-image: url(../img/mv_about.jpg);
  min-height: 390px;
  height: auto;
}

/*200924追記*/
body.under-page.about-rpa .center {
  margin-bottom: 30px;
}

body.under-page.about-rpa .center span {
  font-weight: bold;
  font-size: 140%;
}

body.under-page.about-rpa .center.last-- {
  margin-bottom: 150px;
}

.manga-p {
  position: relative;
}

.manga-p img {
  width: 10%;
  position: absolute;
  top: -50px;
  left: 350px;
}

.manga-p-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 40px 30px;
}

.manga-p-txt p {
  width: 47%;
}

.manga-pnt {
  background-color: #d8e6f1;
  padding: 1px;
}

.manga-p-txt span {
  font-size: 18px;
  font-weight: bold;
}

body.under-page.about-rpa .btn_download {
  margin-bottom: 80px;
}

body.under-page.about-rpa .btn_download a {
  width: 400px;
}

.bn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.bn-area div a p {
  margin: 0px auto 35px;
  text-align: center;
}

.bn-area div a,
.manga-p-txt p a {
  color: #006cb8;
  text-decoration: underline;
}

.bn-area div a:hover,
.manga-p-txt p a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.container.manga-know-- .ttl {
  color: #12449a;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 15px;
}

.rpa-cm-- {
  background-color: #34b29d;
  color: #fff;
  padding: 90px;
  text-align: center;
}

.rpa-cm-- p {
  margin-bottom: 0;
}

.rpa-cm-- .ttl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
}

h3.manga-h3 {
  color: #333;
  margin-bottom: 15px;
  margin-top: 20px;
}

.img-main.Overview.rpa_about-- {
  background-image: url("../img/overview/1_what_RPA_hero.png");
}

.img-main.Overview.rpa_promotion-- {
  background-image: url("../img/overview/2_RPA_Introduction_hero.png");
}

.img-main.Overview.progress-- {
  background-image: url("../img/overview/3_RPA_AZAREA_hero.png");
}

.img-main.Overview.server-- {
  background-image: url("../img/overview/4_RPA_robot_hero.png");
}

.img-main.Overview.protects-- {
  background-image: url("../img/overview/5_RPA_efficiency_hero.png");
}

.img-main.Overview.rpa_about-- .col01,
.img-main.Overview.rpa_promotion-- .col01,
.img-main.Overview.progress-- .col01,
.img-main.Overview.server-- .col01,
.img-main.Overview.protects-- .col01 {
  float: none !important;
}

.img-main.Overview.rpa_about-- h1.title-main,
.img-main.Overview.rpa_promotion-- h1.title-main,
.img-main.Overview.progress-- h1.title-main,
.img-main.Overview.server-- h1.title-main,
.img-main.Overview.protects-- h1.title-main {
  font-weight: bolder;
  text-align: center !important;
  margin: 86px 0;
  font-size: 78px;
  line-height: 1.4;
  text-shadow: 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff,
    0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff,
    0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff, 0 0 7px #fff,
    0 0 7px #fff, 0 0 7px #fff;
}

body.under-page.about-rpa .center span.big {
  font-size: 180%;
}

.manga-p-txt p a.blk::after {
  content: url("../img/rpa-manga/blk_icon.png");
}

.img-main.Overview.rpa_about-- h1.title-main,
.img-main.Overview.protects-- h1.title-main {
  color: #006cb8;
}

.img-main.Overview.rpa_promotion-- h1.title-main {
  color: #ff8c0b;
}

.img-main.Overview.progress-- h1.title-main {
  color: #e8327e;
}

.img-main.Overview.server-- h1.title-main {
  color: #23a663;
}

.img-main.Overview.protects-- h1.title-main {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .rpa-cm-- {
    padding: 40px 15px;
  }

  .container.manga-know-- .ttl {
    text-align: center;
  }

  body.under-page.about-rpa .btn_download a {
    width: 300px;
    margin-left: 15px;
  }

  .bn-area {
    display: block;
  }

  .manga-p-txt {
    display: block;
    padding: 0;
  }

  .manga-p-txt p {
    width: 100%;
    padding: 0 15px;
  }

  .manga-p img {
    width: 80px;
    top: -20px;
    left: 0px;
  }

  h3.manga-h3 {
    margin-left: 40px;
  }

  body.under-page.about-rpa .center.last-- {
    margin-bottom: 70px;
  }

  .rpa-cm-- .ttl {
    font-size: 25px;
  }

  body.under-page.about-rpa .center {
    text-align: center;
  }

  body.under-page.about-rpa .center span {
    font-size: 120%;
  }

  body.under-page.about-rpa .center span.big {
    font-size: 160%;
  }

  .img-main.Overview.rpa_about-- h1.title-main,
  .img-main.Overview.rpa_promotion-- h1.title-main,
  .img-main.Overview.progress-- h1.title-main,
  .img-main.Overview.server-- h1.title-main,
  .img-main.Overview.protects-- h1.title-main {
    margin: 0 !important;
    line-height: 1.2em !important;
    font-size: 35px !important;
    -webkit-text-stroke: inherit !important;
  }
}

.tips_list4 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.tips_list4 li {
  width: 420px;
  margin-bottom: 20px;
}

.grbox {
  background: #009788;
  padding: 30px;
  margin-bottom: 60px;
  margin-top: 70px !important;
  text-align: center;
  position: relative;
  color: #fff;
}

.grbox:before {
  content: "";
  border-right: 60px solid transparent;
  border-bottom: 30px solid #009788;
  border-left: 60px solid transparent;
  position: absolute;
  top: -30px;
  left: calc(50% - 60px);
}

.lrqPage article.rpa.grbox h4 {
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-top: 0;
}

.grbox ul {
  text-align: center;
  display: block;
}

.grbox ul li {
  display: inline-block;
}

.grbox ul li + li {
  margin-left: 20px;
}

.grbox ul li a {
  display: block;
  background: #333 url("../img/icon-arrow.png") right 5px center no-repeat;
  padding: 10px 0;
  width: 350px;
  transition: 0.3s;
}

.grbox ul li a:hover {
  opacity: 0.7;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .grbox ul {
    text-align: center;
    display: block;
  }

  .grbox ul li {
    display: block;
  }

  .grbox ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }

  .grbox ul li a {
    display: block;
    background: #333 url("../img/icon-arrow.png") right 5px center no-repeat;
    padding: 10px 0;
    width: 100%;
    transition: 0.3s;
  }
}

.tips_plan {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tips_plan + .tips_plan {
  margin-top: 20px;
}

.tips_plan .tp_ttl {
  text-align: center;
  font-size: 16px;
  max-width: 300px;
  min-width: 300px;
  background: #0070c0;
  color: #fff;
  padding: 5px 0 0 0;
}

.tips_plan img {
  display: block;
  margin: 5px auto 0 auto;
}

.tips_plan ul {
  margin-left: 30px;
}

.tips_plan ul li {
  padding-left: 15px;
  background: url("../img/lib_rpa-3tips/icon_plan.png") no-repeat 0 10px;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .tips_plan {
    display: block;
  }

  .tips_plan + .tips_plan {
    margin: 20px 0 40px 0;
  }

  .tips_plan .tp_ttl {
    text-align: center;
    font-size: 16px;
    max-width: inherit;
    min-width: inherit;
  }

  .tips_plan ul {
    margin-left: 0;
    margin-top: 10px;
  }
}

.tips_merit {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 0 30px 0 !important;
}

.tips_merit li {
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #009788;
  padding: 70px 30px 60px 30px;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .tips_merit {
    display: block;
    margin: 0 0 30px 0 !important;
  }

  .tips_merit li {
    border-radius: 0;
    padding: 20px;
    text-align: left;
    line-height: 1.4 !important;
  }

  .tips_merit li br {
    display: none;
  }

  .tips_merit li + li {
    margin-top: 10px;
  }
}

ul.lrqlist2.lrqlist2num {
  counter-reset: number 0;
}

ul.lrqlist2.lrqlist2num li:before {
  counter-increment: number 1;
  content: counter(number) ".";
}

#deve3 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

#deve3 ul li {
  background: #12449a;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 30px;
  line-height: 1.4 !important;
}

#deve3 ul li + li {
  background: #009788;
  margin-left: 30px;
}

#deve3 ul li img {
  display: block;
  margin: 10px auto 0 auto;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  #deve3 ul li + li {
    margin-left: 0;
  }

  #deve3 ul li img {
    max-height: 50px;
  }
}

.phase {
}

.phase:last-child {
  margin-bottom: 60px;
}

.phase > p {
  color: #f77f2a;
  font-size: 18px;
  font-weight: bold;
}

.phase > p span {
  color: #fff;
  background: url(../img/lib_rpa-3tips/icon_pha.png) no-repeat center center;
  background-size: 30px;
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  font-weight: normal;
}

.phase dl {
}

.phase dl dt {
  display: block;
  padding: 10px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #12449a;
}

.phase dl dd {
}

.phase dl dd img {
  margin-right: 20px;
  float: left;
  max-width: 300px;
}

.phase dl dd p {
}

.phase dl dd .btn {
  margin: 0 auto;
  width: 450px;
  padding: 0 20px;
  background-color: #009788;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .phase {
  }

  .phase + .phase {
    margin-top: 30px;
  }

  .phase > p {
    text-align: center;
  }

  .phase > p span {
  }

  .phase dl {
  }

  .phase dl dt {
  }

  .phase dl dd {
    margin-left: 0;
  }

  .phase dl dd img {
    margin-right: 0;
    margin-top: 15px;
    float: none;
    max-width: 100%;
  }

  .phase dl dd p {
  }

  .phase dl dd .btn {
    width: 100%;
  }
}

#catalogPage .case ul.list2 li {
  margin: 0 33px 90px;
  width: 300px;
}

.case ul.list2 li .inner {
  width: 100%;
}

@media all and (min-width: 768px) {
  .l52height {
    display: flex;
    justify-content: center;
  }
}

.case_voice_body {
  margin-right: 30px;
}

.case_voice_body p {
  width: auto !important;
  margin: 0 !important;
}

.case_voice_body p + p {
  margin: 1em 0 0 0 !important;
}

.case_voice {
  padding: 15px;
  background: #e5ebf4;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .case_voice_body {
    margin-right: 0;
  }
}

/*
.azarea #index-information .infoTable tr td:last-child {
    text-align: center;
    background-color: #967b4f;
    color: #fff;
}
*/
.azarea .seminar_detail #index-information .infoTable tr td:last-child {
  background: #fff;
  background: #fff;
  color: #000;
  text-align: left;
}

.use-case_tableCont .tabUl,
.use-case_tableCont .tabUl_nolink {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  border: none;
}

.use-case_tableCont .tabUl li,
.use-case_tableCont .tabUl_nolink li {
  margin-right: 15px;
  border: 2px solid #12449a;
}

.use-case_tableCont .tabUl li:last-of-type,
.use-case_tableCont .tabUl_nolink li:last-of-type {
  margin-right: 0;
}

.use-case_tableCont .tabUl li a,
.use-case_tableCont .tabUl_nolink li a {
  font-size: 14px;
  background: none;
  font-weight: bold;
  padding: 9px 0 7px;
}

.use-case_tableCont .tabUl li.on a,
.use-case_tableCont .tabUl li a:hover,
.use-case_tableCont .tabUl_nolink li.on a,
.use-case_tableCont .tabUl_nolink li a:hover {
  background: #12449a;
}

.use-case_tableCont .tabUl li a.current,
.use-case_tableCont .tabUl_nolink li a.current {
  background: #12449a;
  color: #fff;
}

.training #index-information.use-case_tableCont table {
  font-size: 14px;
  margin-bottom: 0;
}

#index-information.use-case_tableCont table tbody th {
  font-size: 14px;
  background: none;
  font-weight: 500;
}

#index-information.use-case_tableCont table th {
  padding: 18px;
  text-align: center;
}

#index-information.use-case_tableCont table td {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.5;
}

#index-information.use-case_tableCont table td.align-center {
  text-align: center;
}

#index-information.use-case_tableCont table td ul {
  padding-left: 20px;
}

#index-information.use-case_tableCont table td ul li {
  /*    padding-left: 1em;*/
  /*    text-indent: -1em;*/
  /*    list-style: none;*/
  line-height: 1.5;
  margin-bottom: 7px;
}

#index-information.use-case_tableCont table td ul li:last-of-type {
  margin-bottom: 0;
}

.training
  #index-information.use-case_tableCont
  .infoTable
  thead
  th:last-of-type {
  width: 475px;
}

.azarea #index-information.use-case_tableCont .infoTable tr td:last-child {
  text-align: left;
  background: none;
  color: #333;
}

@media screen and (max-width: 767px) {
  .use-case_tableCont .tabUl {
    flex-wrap: wrap;
  }

  .tabUl li {
    width: 49%;
    margin-bottom: 5px;
  }

  .use-case_tableCont .tabUl li {
    margin-right: 0;
  }

  #index-information.use-case_tableCont table {
    border-left: none;
  }

  #index-information.use-case_tableCont table thead {
    display: none;
  }

  #index-information.use-case_tableCont table tr {
    margin-bottom: 50px;
    border-left: 1px solid #ccc;
    display: block;
  }

  #index-information.use-case_tableCont .tab:last-of-type tr {
  }

  #index-information.use-case_tableCont table td.align-center {
    background: #e7ecf5;
  }

  #index-information.use-case_tableCont table td:first-of-type {
    border-top: 1px solid #ccc;
  }

  #index-information.use-case_tableCont table td .tbl_head {
    padding: 5px;
    background: #e8e8e8;
    text-align: center;
    margin: 0 auto 10px;
  }
}

.linkUseful {
  background-color: #f4f8ff;
  padding: 58px;
  margin-top: 35px;
}

.linkUseful .lu_ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.linkUseful .lu_ttl span {
  display: inline-block;
  color: #e73737;
  border: 1px solid #e73737;
  padding: 0 25px;
  margin-right: 10px;
}

.linkUseful p {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

.linkUseful p.bold {
  font-weight: bold;
}

.linkUseful .center a {
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  background: #001f50;
  border: 2px solid #001f50;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
  margin-top: 15px;
  font-size: 16px;
  width: 430px;
  float: left;
  transition: 0.3s;
}

.linkUseful .center a:hover {
  color: #001f50;
  background: #fff;
  border: 2px solid #001f50;
}

.linkUseful .center_btn {
  clear: both;
}

.linkUseful_flex {
  display: flex;
  justify-content: space-between;
}

.linkUseful_item:first-of-type {
  width: calc(100% - 460px);
}

.linkUseful_item:last-of-type {
  width: 375;
}

.linkUseful_company {
  position: relative;
  margin-top: 50px;
  margin-bottom: 35px;
}

.linkUseful_company p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -48px;
  background: #12449a;
  color: #fff;
  text-align: center;
  padding: 9px;
  font-weight: bold;
  width: 45%;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.linkUseful_company ul {
  text-align: left;
  padding: 31px 40px;
  background: #fff;
}

.linkUseful_company ul li {
  list-style: none;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .linkUseful {
    background: #f0f2f9 url(../../assets/images/article_useful_back.png)
      no-repeat center bottom;
    background-size: cover;
    padding: 30px 20px;
  }

  .linkUseful .lu_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .linkUseful .lu_ttl span {
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .linkUseful img {
    float: none;
    margin: 0 0 20px 0;
  }

  .linkUseful .center a {
    display: block;
    border-radius: 30px;
    padding: 10px 0;
    width: 100%;
    float: none;
  }

  .linkUseful_flex {
    display: block;
  }

  .linkUseful_item:first-of-type {
    width: 100%;
  }

  .linkUseful_item:last-of-type {
    width: 100%;
  }

  .linkUseful_company {
    margin-top: 30px;
  }

  .linkUseful_company p {
    font-size: 15px;
    top: -37px;
    padding: 6px;
  }

  .linkUseful_company ul {
    padding: 30px 21px 19px;
  }
}

.img-main.movie {
  background-image: url("../img/case/detail_main_bg.jpeg");
  min-height: 390px;
  height: auto;
  padding-bottom: 0;
}

.img-main.movie {
  background-image: url("../img/case/case_main_bg.jpeg");
}

.img-main.movie .title-main {
  margin: 180px 0 0 0;
}

.img-main.movie h1.title-main {
  font-size: 45px;
  line-height: 1.2;
}

.img-main.movie h1.title-main span {
  margin-bottom: 12px;
}

.seminar_cv_btn {
  text-align: center;
  background-color: #967b4f;
  color: #fff;
}

#movie #index-information table th,
#movie #index-information table td {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4;
}

#movie #index-information table td p {
  margin: 0;
}

#movie #index-information table th {
  width: 130px;
}

#movie #index-information table th:first-of-type,
#movie #index-information table th:last-of-type {
  width: 70px;
}

#movie #index-information table th:nth-of-type(2),
#movie #index-information table th:nth-of-type(3) {
  width: 82px;
}

@media screen and (max-width: 767px) {
  .img-main.movie .title-main {
    margin: 110px 0 0 0;
  }

  .img-main.movie h1.title-main {
    font-size: 29px;
  }

  #movie #index-information table.infoTable thead,
  #movie_achive #index-information table.infoTable thead {
    display: none;
  }

  #movie #index-information table.infoTable tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 70px;
  }

  .sp-flex {
    display: flex !important;
    justify-content: space-between;
  }

  .sp-flex p {
    width: calc(100% - 70px);
  }

  .article-content__right--item a {
    text-align: center;
    display: block;
  }

  .article-content__right--recommend li a {
    text-align: left;
  }

  .catalog_body .catalog_category.column_relate {
    justify-content: center;
  }
}

#relate_service ul {
  float: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

#relate_service ul.list2_2 li {
  width: 46%;
  margin: 40px 0 0 0;
}

.relate_service_ttl {
  font-size: 19px;
  text-align: center;
  color: #12449a;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #relate_service ul {
    flex-wrap: wrap;
  }

  #relate_service ul.list2_2 li {
    width: 100%;
  }
}

#movie_achive ul.list3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#movie_achive .archive_caseList {
  margin-right: 0;
  margin-bottom: 40px;
}

#movie_achive #index-intro {
  width: 715px;
}

#movie .faq-list ul li a {
  text-decoration: underline;
}

#movie .faq-list ul li a:hover {
  text-decoration: none;
}

/*-------------------
2021/12/21(enablement)
--------------------*/
.enablement h4,
.enablement p {
  margin: 0;
}

.enablement section.bg-gray {
  background-color: #f6f6f6;
  margin-top: 70px;
  padding-bottom: 70px;
}

.enablement h2 {
  color: #333;
  padding-top: 180px;
}

.enablement .common-heading::before {
  top: 115px;
}

.enablement h3 {
  color: #333;
}

div#wrapper.enablement {
  line-height: 1.5;
}

.enablement .primary-color {
  color: #12449a;
}

.enablement .bg-gray {
  background-color: #f6f6f6;
}

.enablement .issue {
  display: flex;
  justify-content: center;
  margin: 35px 0;
}

.enablement .issue .issue_item {
  margin: 0 70px;
}

.enablement .issue_item h4 {
  margin: 10px 0 0 0;
}

.enablement .contents {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.enablement .solution {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enablement .solution .solution_ttl {
  font-size: 3.6rem;
}

.enablement .solution .left_box {
  width: 480px;
  margin-right: 15px;
  text-align: left;
}

.enablement .solution .left_box h3 {
  text-align: left;
  color: #333;
}

.enablement .solution .left_box .btn_detail {
  margin: 30px 0 0 0;
}

.enablement .solution .right_box {
  flex: 1;
}

.enablement .solution .right_item {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.enablement .solution .right_item .icon_box {
  width: 210px;
}

.enablement .solution .right_item .txt_box {
  text-align: left;
  margin-left: 20px;
  flex: 1;
}

.enablement .solution .right_item .txt_box p {
  margin-top: 10px;
}

.enablement .customerVoice {
  max-width: 1230px;
  min-width: 1230px;
  margin: 0 auto;
}

.enablement h2.customerVoice_ttl {
  padding-top: 60px;
}

.enablement .customerVoice .customerVoice_item {
  border: 1px solid #12449a;
  padding: 20px 30px;
  background-color: #fff;
}

.enablement .customerVoice .customerVoice_item h4 {
  color: #12449a;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #12449a;
}

.enablement .customerVoice .customerVoice_item p {
  text-align: left;
}

.enablement .customerVoice .slick-track {
  display: flex;
  justify-content: center;
  height: auto;
}

.enablement .customerVoice .slick-slide {
}

.enablement .customerVoice .slick-dots li button:before {
  width: 25px;
  height: 3px;
  background: #bdbdbd;
  margin-top: 10px;
  content: "";
}

.enablement .customerVoice .slick-dots li.slick-active button:before {
  background: #12449a;
}

.enablement .customerVoice .slick-slide > div {
  font-size: inherit;
  width: 400px;
  max-width: 400px;
}

.enablement .feature3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enablement .feature3 .icon_box {
  width: 400px;
  margin-right: 80px;
}

.enablement .feature3 .txt_box {
  flex: 1;
}

.enablement .feature3 h3 {
  margin: 0 0 20px 0;
}

.enablement .feature3 .detail_txt {
  border: 1px solid #12449a;
  padding: 20px;
  text-align: left;
}

.enablement .feature3 .detail_txt .detail_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.enablement .feature3 .detail_txt .detail_item ul li {
  margin-bottom: 20px;
}

.enablement .feature3 .detail_txt .detail_item ul li:last-child {
  margin-bottom: 0;
}

.enablement .merit .merit_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 20px;
  border: 1px solid #12449a;
  margin-bottom: 20px;
}

.enablement .merit .img_box {
  width: 210px;
  margin-right: 30px;
}

.enablement .merit .txt_box {
  flex: 1;
}

.enablement .merit .txt_box .rabel {
  font-weight: bold;
  margin-bottom: 5px;
}

.enablement .merit .txt_box .rabel .icon {
  color: #12449a;
  margin-right: 4px;
}

.enablement .merit .txt_box .rabel .num {
  font-size: large;
  margin-left: 3px;
  color: #12449a;
}

.enablement .merit .txt_box h4 {
  margin-bottom: 10px;
}

.enablement .program table {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
}

.enablement .program table p {
  font-weight: normal;
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

.enablement .program table tr th {
  text-align: center;
}

.enablement .program table tr {
  position: relative;
}

.enablement .program table tr.pc {
  display: table-row !important;
}

.enablement .program table tr th,
.program table tr td {
  padding: 20px 10px;
  border: 1px solid #ddd;
  font-weight: bold;
}

.enablement .program table tr th {
  background-color: #4e99ce;
  color: #fff;
}

.enablement .program table tr td:first-child {
  background-color: #12449a;
  color: #fff;
}

.enablement .program table tr.arrow_box td:first-child {
  border: none;
  background-color: transparent;
}

.enablement .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 28px 0 28px;
  border-color: #002056 transparent transparent transparent;
  margin: 0 auto;
}

.enablement .plan table {
  text-align: center;
  font-size: 1.6rem;
}

.enablement .plan table tr th,
.enablement .plan table tr td {
  padding: 10px;
  border: 1px solid #ddd;
  font-weight: bold;
  text-align: center;
}

.enablement .plan table tr th.gray {
  background-color: #8f8f8f;
  color: #fff;
}

.enablement .plan table tr td:first-child {
  background-color: #12449a;
  color: #fff;
}

.enablement .plan table tr .red {
  color: #e83428;
}

.enablement .plan table tr.blank td:first-child {
  background-color: transparent !important;
  border: none;
}

.enablement .plan table tr th {
  background-color: #4e99ce;
  color: #fff;
}

.enablement .faq .contents {
  text-align: left;
}

.enablement .text_list3 {
  text-align: left;
}

/*---------------
2021/12/22(修正)
----------------*/

.enablement h4 {
  font-size: 1.8rem;
}

.enablement section.pd-70 {
  padding: 70px 0;
}

.enablement section.pd-b-70 {
  padding: 0 0 70px 0;
}

.enablement section {
  padding: 150px 0 70px;
}

.enablement section.bg-blue {
  background-color: #ecf2f7;
  padding: 150px 0 70px;
}

.enablement h2.common-heading {
  padding: 0;
}

.enablement .common-heading::before {
  top: -50px;
}

.enablement .merit .merit_item {
  background-color: #fff;
}

.enablement .plan table tr td {
  background-color: #fff;
}

.enablement .solution .right_item:last-child {
  margin-bottom: 0;
}

.enablement .feature3 h2 {
  margin: 0 0 20px 0;
}

.enablement .feature3 .detail_item h4 {
  margin-bottom: 5px;
}

.enablement span.accent {
  background: linear-gradient(transparent 60%, #fcff26 60%);
}

.enablement .solution .common-heading {
  text-align: left;
}

.enablement .solution .common-heading::before {
  left: 172px;
}

.enablement .customerVoice h4 {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .enablement section.bg-gray {
    background-color: #f6f6f6;
    margin-top: 35px;
    padding-bottom: 35px;
  }

  .enablement h2 {
    color: #333;
    padding-top: 60px;
  }

  .enablement .common-heading::before {
    top: 26px;
  }

  .enablement .issue {
    display: block;
  }

  .enablement .issue .issue_item {
    margin: 0 0 20px 0;
  }

  .enablement .issue .issue_item:last-child {
    margin-bottom: 0;
  }

  .enablement .issue_item h4 {
    margin: 5px 0 0 0;
  }

  .enablement .solution {
    display: block;
  }

  .enablement .solution .solution_ttl {
    font-size: 2.8rem;
  }

  .enablement .solution .left_box {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .enablement .solution .left_box h3 {
    text-align: center;
  }

  .enablement .solution .left_box .btn_detail {
    margin: 30px auto;
  }

  .enablement .solution .right_item .icon_box {
    margin: 0 auto;
  }

  .enablement .solution .right_item .txt_box {
    text-align: center;
    margin-left: 0;
  }

  .enablement .solution .right_item .txt_box h4 {
    margin-top: 1rem;
  }

  .enablement .solution .right_item .txt_box p {
    margin-top: 0.5rem;
  }

  .enablement .solution .right_item {
    display: block;
    margin-bottom: 30px;
    align-items: center;
  }

  .enablement .customerVoice {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }

  .enablement .contents.customerVoice_wrap {
    margin-bottom: 70px;
  }

  .enablement .customerVoice .slick-slide > div {
    font-size: inherit;
    width: 100%;
    max-width: inherit;
  }

  .enablement .feature3 {
    display: block;
    margin-top: 50px;
  }

  .enablement .feature3 .icon_box {
    width: 100%;
    margin-right: 0;
  }

  .enablement .feature3 h3 {
    margin: 30px 0 20px 0;
  }

  .enablement .merit .merit_item {
    display: block;
    text-align: center;
  }

  .enablement .merit .img_box {
    width: 210px;
    margin: 0 auto;
  }

  .enablement ul.list3 li {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }

  .enablement .program table {
    width: 100%;
    display: block;
    /*overflow-x: scroll;
	white-space: nowrap;*/
    -webkit-overflow-scrolling: touch;
  }

  .enablement .program table tr.sp {
    display: table-row !important;
  }

  .enablement .program table tr th,
  .enablement .program table tr td {
    width: inherit !important;
    display: block !important;
  }

  .enablement .program table tr.pc {
    display: none !important;
  }

  .enablement .plan table {
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .enablement .plan table tr th,
  .enablement .plan table tr td {
    width: inherit !important;
    display: table-cell !important;
  }

  .enablement .text_list3 {
    text-align: center;
  }

  /*---------------
2021/12/22(修正)
----------------*/

  .enablement section.pd-70 {
    padding: 35px 0;
  }

  .enablement section.bg-blue {
    padding: 75px 0 35px;
  }

  .enablement section {
    padding: 75px 0 35px;
  }

  .enablement .solution .common-heading {
    text-align: center;
  }

  .enablement .solution .common-heading::before {
    left: 50%;
  }

  .enablement .common-heading.customerVoice_ttl::before {
    top: -40px;
  }

  .enablement .common-heading::before {
    top: -40px;
  }

  .enablement .feature3 h2 {
    margin: 60px 0 20px 0;
  }
}

/*---------------
2021/03/17
----------------*/
.archive-seminar #index-information .start table th {
  width: auto;
}

.archive-seminar .beginner #index-information .infoTable tr th:nth-of-type(2) {
  width: 21%;
}

.archive-seminar .beginner #index-information .infoTable tr th:nth-of-type(1) {
  width: 10%;
}

.archive-seminar
  .beginner
  #index-information
  .infoTable.start
  tr
  th:nth-of-type(3) {
  width: 17%;
}

.archive-seminar
  .beginner
  #index-information
  .infoTable.start
  tr
  th:nth-of-type(4) {
  width: 10%;
}

.archive-seminar
  .beginner
  #index-information
  .infoTable.start
  tr
  th:nth-of-type(6) {
  width: 13%;
}

.archive-seminar
  .beginner
  #index-information
  .infoTable.end
  tr
  th:nth-of-type(5) {
  width: 28%;
}

/*---------------
2022/08/29
----------------*/
#implementation_realization,
#index-information.implementation_tabArea {
  padding-bottom: 60px;
}

#implementation_realization .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#implementation_realization .textArea {
  width: 60%;
}

#implementation_realization img {
  width: 35%;
}

@media (max-width: 768px) {
  #implementation_realization .box {
    display: block;
  }

  #implementation_realization .textArea {
    width: 100%;
  }

  #implementation_realization img {
    width: 100%;
    margin-top: 20px;
  }

  #implementation_realization,
  #index-information.implementation_tabArea {
    padding-bottom: 0;
  }
}

#implementation_case .case_list li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#implementation_case .case_list li:not(:first-of-type) {
  margin-top: 40px;
}

#implementation_case .case_list li img {
  width: 35%;
  box-shadow: 3px 3px 10px #bbb;
}

#implementation_case .case_list li .textArea {
  width: 54%;
  position: relative;
  box-shadow: -50px 50px #ecf0f7;
  padding: 0 40px 40px 40px;
}

#implementation_case .case_list li .textArea:before {
  border-top: 1px solid #12449a;
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 60px;
}

#implementation_case .case_list li .textArea h4 {
  margin-top: 0;
  color: #12449a;
  font-size: 19px;
}

@media (max-width: 768px) {
  #implementation_case .case_list li {
    display: block;
  }

  #implementation_case .case_list li img {
    width: 100%;
  }

  #implementation_case .case_list li .textArea {
    width: 100%;
    box-shadow: none;
    padding: 20px 0 0;
  }

  #implementation_case .case_list li .textArea:before {
    content: none;
  }

  #implementation_case .case_list li h4 {
    margin-bottom: 0;
  }

  #implementation_case h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.implementation_tabArea .tabUl li a {
  background: #fff;
}

.implementation_tabArea .tabInner table tr,
.implementation_tabArea .tabInner table td {
  background: #fff;
}

.implementation_tabArea .tabInner table thead th:first-of-type,
.implementation_tabArea .tabInner table tbody tr td:first-of-type {
  width: 20%;
}

.btn-wrap a + a {
  margin-top: 20px;
}

#service .service_item .btn_detail.service-flex a {
  width: 250px;
}

@media (max-width: 768px) {
  #service .service_item .btn_detail.service-flex {
    display: block;
  }

  #service .service_item .btn_detail.service-flex a {
    width: 100%;
  }

  #service .service_item .btn_detail.service-flex a + a {
    margin-top: 10px;
  }
}

.introductionCont .more button {
  font-size: 23px;
  color: #12449a;
  width: 150px;
  background-color: #fff;
  border: 2px solid #12449a;
  border-radius: 50vh;
  transition: 0.3s;
}

.introductionCont .more button:hover {
  background: #12449a;
  color: #fff;
}

.developrpa-flow,
#implementation_case .case_list {
  padding-left: 0;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .developrpa-flow,
  #implementation_case .case_list {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  #index-intro.implementation {
    padding-top: 0;
  }

  ul.list3 li {
    width: 100%;
  }

  ul.list3 li + li {
    margin-top: 20px;
  }

  ul.list3 li:last-of-type {
    margin-top: 20px;
  }

  .thum_list4 img {
    width: 100%;
  }

  .productsmenu {
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin: 10px auto 0;
  }
}

.btn_4step {
  margin-top: 30px;
}

.enabletable table {
  border: none !important;
}

@media all and (min-width: 769px) {
  .enabletable table tr td:nth-child(2) {
    width: 50%;
  }
}

.enabletable table tr td {
  text-align: center !important;
}

.uipathtab a {
  color: #117f9a !important;
}

.uipathtab:hover a,
.uipathtab.on table tr td:first-child,
.uipathtab.on a {
  background: #117f9a !important;
  color: #fff !important;
}

.uipathtab.on table th {
  background: #5498a9 !important;
}

.enablement .uipathtab .arrow {
  border-color: #5498a9 transparent transparent transparent !important;
}

.kotsuPage main {
  padding-top: 60px;
}

/*
241219_新規ページ（UiPath Orchestrator導入支援サービス）
 */

@media screen and (max-width: 768px) {
  #uipath-migration .none,
  #uipath_orchestrator .none {
    display: none;
  }
}

#uipath-migration .sp-pic {
  display: none;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sp-pic {
    display: block;
  }
}

#uipath-migration ul {
  margin: 0;
}

#uipath-migration li {
  list-style: none;
}

#uipath-migration figure {
  margin: 0;
}

#uipath-migration p.sub-ttl {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #uipath-migration p.sub-ttl {
    font-size: 20px;
    text-align: center;
  }
}

#uipath-migration .pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  #uipath-migration .pc-hide {
    display: block;
  }
}

/* sec01 */

@media screen and (max-width: 768px) {
  #uipath-migration .sec01 {
    padding: 40px 0;
  }
}

/*
sec02
 */

#uipath-migration .sec02 {
  padding: 120px 0 50px 0;
}

#uipath-migration .sec02 .contents {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#uipath-migration .sec02 .contents .problem-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3 - 60px);
  gap: 2rem;
}

#uipath-migration .sec02 .contents .problem-item .problem-item__figure {
  background-color: #d8e6f1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  width: 190px;
}

#uipath-migration .sec02 .contents .problem-item .problem-item__p {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec02 .contents {
    flex-direction: column;
  }

  #uipath-migration .sec02 .contents .problem-item {
    width: 100%;
  }
}
/*
sec03
 */

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .uipath-support-services {
    display: none;
  }
}

#uipath-migration .sec03 p.sub-ttl {
  margin-top: 30px;
}

/* flow-ttl */
#uipath-migration .sec03 .flow-ttl {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .flow-ttl {
    flex-direction: column;
    max-width: 116px;
  }
}

#uipath-migration .sec03 .flow-ttl .install-support,
#uipath-migration .sec03 .flow-ttl .move-support,
#uipath-migration .sec03 .flow-ttl .opeate-support {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

#uipath-migration .sec03 .flow-ttl .install-support p,
#uipath-migration .sec03 .flow-ttl .move-support p,
#uipath-migration .sec03 .flow-ttl .opeate-support p {
  font-size: 18px;
}

#uipath-migration .sec03 .flow-ttl .install-support {
  border: 3px dotted #12449a;
  color: #12449a;
  width: 640px;
}

#uipath-migration .sec03 .flow-ttl .move-support {
  background-color: #12449a;
  color: #fff;
  padding: 1rem 0;
  width: 215px;
}

#uipath-migration .sec03 .flow-ttl .move-support span {
  font-size: 14px;
}

#uipath-migration .sec03 .flow-ttl .opeate-support {
  border: 3px dotted #12449a;
  color: #12449a;
  width: 215px;
}

/* flow-chart */

#uipath-migration .sec03 .flow-chart {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .flow-chart {
    margin-top: 0;
  }
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .flow-chart .flow-chart__ul {
    flex-direction: column;
  }
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li {
  background-color: #d8e6f1;
  width: 20%;
  position: relative;
  padding: 2.5rem 2rem;
  flex-direction: column;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .flow-chart .flow-chart__ul li {
    padding: 2rem 1rem;
  }
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li:last-child {
  padding: 2.5rem 4rem 2.5rem 2rem;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .flow-chart .flow-chart__ul li:last-child {
    padding: initial;
  }
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li figure {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 5px;
  height: 55%;
  top: -3px;
  right: 0;
  transform: rotate(-20deg);
  top: inherit !important;
  bottom: -3px;
  transform: rotate(20deg) !important;
}

#uipath-migration
  .sec03
  .flow-chart
  .flow-chart__ul
  li:nth-last-child(1)::after {
  margin-left: 0px;
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li::before {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 5px;
  height: 55%;
  top: -3px;
  right: 0;
  transform: rotate(-20deg);
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .flow-chart .flow-chart__ul li::before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 5px;
    height: 77%;
    top: 74px;
    right: 74%;
    transform: rotate(-68deg);
  }
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 5px;
  height: 55%;
  top: -3px;
  right: 0;
  transform: rotate(-20deg);
  content: " ";
  top: inherit !important;
  bottom: -3px;
  transform: rotate(20deg) !important;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .flow-chart .flow-chart__ul li::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 5px;
    height: 85%;
    top: -3px;
    right: 25%;
    transform: rotate(-20deg);
    content: " ";
    top: 47%;
    bottom: 0px;
    transform: rotate(67deg) !important;
  }
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li:last-child:after {
  border-bottom: 64px solid #fff;
  bottom: 0;
  background: none !important;
  right: 0;
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  transform: rotate(0deg) !important;
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li:last-child:before {
  border-top: 64px solid #fff;
  top: 0;
  background: none !important;
  right: 0;
  border-left: 30px solid transparent;
  border-right: 0 solid transparent;
  transform: rotate(0deg) !important;
}

#uipath-migration .sec03 .flow-chart .flow-chart__ul li p.ttl {
  color: #12449a;
  font-weight: bold;
  font-size: 18px;
}

/* flow-desc */

#uipath-migration .sec03 .flow-desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 7rem;
}

#uipath-migration .sec03 .flow-desc .flow-desc__item {
  gap: 2rem;
  display: flex;
}

#uipath-migration .sec03 .flow-desc .flow-desc__item figure.img-area {
  border-radius: 50%;
  background-color: #12449a;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#uipath-migration .sec03 .flow-desc .flow-desc__item .text-area {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 80%;
  gap: 1.5rem;
}

#uipath-migration .sec03 .flow-desc .flow-desc__item .text-area p.ttl {
  font-size: 22px;
  font-weight: bold;
}

#uipath-migration .sec03 .flow-desc .flow-desc__item .text-area p.txt {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec03 .flow-desc {
    margin-top: 4rem;
    background-color: #d8e6f1;
    padding: 9rem 2rem 0 2rem;
    position: relative;
  }

  #uipath-migration .sec03 .flow-desc::before {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    margin-left: -1px;
    background: #12449a;
    width: 2px;
    height: 28px;
    top: 40px;
  }

  #uipath-migration .sec03 .flow-desc .flow-desc__item {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  #uipath-migration .sec03 .flow-desc .flow-desc__item .text-area {
    width: 100%;
    align-items: center;
  }
}

/*
sec04
 */

#uipath-migration .sec04 {
  margin-top: 0px;
}

#uipath-migration .sec04 h2 {
  margin-bottom: 7rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 h2 {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro {
    flex-direction: column;
    display: flex;
    gap: 0.2rem;
  }
}

#uipath-migration .sec04 .service_intro_ttl {
  display: flex;
}

#uipath-migration .sec04 .service_intro_ttl .service_intro_ttl-customer,
#uipath-migration .sec04 .service_intro_ttl .service_intro_ttl-company {
  color: #fff;
  font-weight: bold;
  background-color: #7a7a7a;
  position: absolute;
}

#uipath-migration .sec04 .service_intro_item {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item {
    gap: 0.5rem;
  }
}

#uipath-migration .sec04 .service_intro_item:not(:nth-of-type(1)) {
  margin-top: -4rem;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item:not(:nth-of-type(1)) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item.first {
    margin-top: 0rem;
  }
}

/* ul.flow */
#uipath-migration .sec04 .service_intro_item ul.flow.prepare p.uipath-flow-txt,
#uipath_orchestrator
  .sec04
  .service_intro_item
  ul.flow.prepare
  p.uipath-flow-txt {
  top: 35%;
  left: 15%;
  color: #12449a;
}

#uipath-migration
  .sec04
  .service_intro_item
  ul.flow.prepare
  p.uipath-flow-txt
  span {
  font-size: 15px;
}

#uipath_orchestrator
  .sec04
  .service_intro_item
  ul.flow.prepare
  p.uipath-flow-txt
  span {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #uipath-migration
    .sec04
    .service_intro_item
    ul.flow.prepare
    p.uipath-flow-txt::before {
    content: " ※1";
    writing-mode: initial;
    font-size: 10px;
  }

  #uipath_orchestrator
    .sec04
    .service_intro_item
    ul.flow.prepare
    p.uipath-flow-txt::before {
    content: " ※1";
    writing-mode: initial;
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item ul.flow,
  #uipath_orchestrator .sec04 .service_intro_item ul.flow {
    background: #12449a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
    width: 10%;
    box-sizing: border-box;
  }

  /* 導入の上の余白 */
  #uipath_orchestrator,
  #uipath-migration
    .sec04
    .service_intro_item
    ul.flow.install
    p.uipath-flow-txt {
    padding-top: 20px;
  }

  #uipath-migration .sec04 .service_intro_item ul.flow::after {
    content: "";
    background: url(../img/service/aroow01_sp.png) no-repeat;
    position: absolute;
    bottom: -50%;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-position: center;
  }

  #uipath-migration .sec04 .service_intro_item ul.flow.prepare,
  #uipath_orchestrator .sec04 .service_intro_item ul.flow.prepare {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
  }

  #uipath-migration .sec04 .service_intro_item ul.flow.prepare::after {
    content: "";
    background: url(../img/service/aroow04_sp.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    top: 5%;
    height: 100%;
    width: 100%;
    z-index: 10;
  }

  #uipath-migration .sec04 .service_intro_item ul.flow.prepare::before {
    content: "";
    background: url(../img/service/aroow04_sp.png) right 0 no-repeat;
    position: absolute;
    top: 5%;
    height: 100%;
    width: 100%;
    z-index: 10;
  }

  #uipath-migration .sec04 .service_intro_item ul.flow.plan::after {
    content: "";
    background: url(../img/service/aroow02_sp.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    right: 0;
  }

  #uipath-migration .sec04 .service_intro_item ul.flow.install::before {
    content: "";
    background: url(../img/service/aroow03_sp.png) no-repeat;
    position: absolute;
    top: -8vw;
    width: 100%;
    height: 70%;
    background-position: center;
    right: 0;
    z-index: 0;
  }
}

#uipath-migration .sec04 .service_intro_item ul.flow li,
#uipath_orchestrator .sec04 .service_intro_item ul.flow li {
  position: relative;
  display: flex;
  align-items: center;
}
#uipath-migration .sec04 .service_intro_item ul.flow p.uipath-flow-txt,
#uipath_orchestrator .sec04 .service_intro_item ul.flow p.uipath-flow-txt {
  position: absolute;
  z-index: 100;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  top: 35%;
  left: 22%;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item ul.flow p.uipath-flow-txt,
  #uipath_orchestrator .sec04 .service_intro_item ul.flow p.uipath-flow-txt {
    position: initial;
    font-size: 14px;
    line-height: 1.2;
    writing-mode: vertical-rl;
    top: inherit;
    left: inherit;
    text-align: center;
    align-items: center;
    z-index: initial;
  }
}

#uipath-migration .sec04 .service_intro_item ul.flow p.flow-ttl {
  font-size: 22px;
  font-weight: bold;
}

/* ul.detail */
#uipath-migration .sec04 .service_intro_item ul.detail {
  background-color: #fff;
  text-align: left;
  width: 60%;
  padding: 2rem;
  margin-bottom: 1rem;
  max-height: 125px;
  flex-direction: column;
  display: flex;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item ul.detail {
    padding: 1rem;
    margin-bottom: 0;
    max-height: initial;
    box-sizing: border-box;
    width: auto;
    flex: 1;
  }
}

#uipath-migration .sec04 .service_intro_item ul.detail li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#uipath-migration .sec04 .service_intro_item ul.detail li p.detail-description {
  font-size: 19px;
  font-weight: bold;
}

#uipath-migration
  .sec04
  .service_intro_item
  ul.detail
  li
  p.detail-description.install {
  font-size: 19px;
}

@media screen and (max-width: 768px) {
  #uipath-migration
    .sec04
    .service_intro_item
    ul.detail
    li
    p.detail-description {
    font-size: 16px;
  }

  #uipath-migration
    .sec04
    .service_intro_item
    ul.detail
    li
    p.detail-description.install {
    font-size: 16px;
  }
}

/* ul.customer */
#uipath-migration .sec04 .service_intro_item ul.customer {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 10%;
  margin-bottom: 1rem;
  max-height: 125px;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item ul.customer {
    margin-bottom: 0;
    max-height: initial;
    box-sizing: border-box;
    padding: 0;
  }
}

#uipath-migration .sec04 .service_intro_item ul.customer.relative {
  position: relative;
}

#uipath-migration .sec04 .service_intro_item ul.customer.relative::after {
  content: "お客様";
  position: absolute;
  top: -40%;
  left: 0%;
  height: 30%;
  background-color: #7a7a7a;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item ul.customer.relative::after {
    font-weight: initial;
    font-size: 11px;
  }
}

/* ul.company */
#uipath-migration .sec04 .service_intro_item ul.company {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 10%;
  margin-bottom: 1rem;
  max-height: 125px;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item ul.company {
    margin-bottom: 0;
    max-height: initial;
    box-sizing: border-box;
    padding: 0;
  }
}

#uipath-migration .sec04 .service_intro_item ul.company.relative {
  position: relative;
}

#uipath-migration .sec04 .service_intro_item ul.company.relative::after {
  content: "当社";
  position: absolute;
  top: -40%;
  left: 0%;
  height: 30%;
  background-color: #7a7a7a;
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec04 .service_intro_item ul.company.relative::after {
    font-weight: initial;
    font-size: 11px;
  }
}

#uipath-migration .remark {
  font-size: 12px;
  color: #000;
}

@media screen and (max-width: 768px) {
  #uipath-migration .remark {
    font-size: 10px;
  }
}

#uipath-migration .sec04 .remark.bottom {
  text-align: right;
}

/* sec05 */

#uipath-migration .sec05 .container {
  margin-top: 3rem;
}

#uipath-migration .sec05 p.top-txt {
  margin-top: 3rem;
}

#uipath-migration .sec05 table {
  margin-top: 7rem;
  font-size: 17px;
}

/* 横スクロール */

#uipath-migration table,
td,
th {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
#uipath-migration td,
th {
  padding: 10px;
  width: 30px;
  height: 25px;
}
#uipath-migration th {
  background: #f0e6cc;
}
#uipath-migration .even {
  background: #fbf8f0;
}
#uipath-migration .odd {
  background: #fefcf9;
}
#uipath-migration .automation-cloud {
  border-left: 2px solid #12449a;
  border-right: 2px solid #12449a;
}
#uipath-migration .automation-cloud-top {
  border-top: 2px solid #12449a;
  background-color: #12449a;
  color: white;
  font-weight: bold;
}

#uipath-migration .automation-cloud-bottom {
  border-bottom: 2px solid #12449a;
}
#uipath-migration .on-premise {
  font-weight: bold;
}
#uipath-migration .on-premise-top {
  background-color: #d8e6f1;
}
#uipath-migration .header-cell {
  background-color: #f6f6f6;
  font-weight: bold;
}
#uipath-migration .colored-dot {
  color: #12449a;
}
#uipath-migration .phase-column {
  width: 230px;
}
#uipath-migration .task-column {
  width: 300px;
}
#uipath-migration .automation-cloud-column {
  width: 280px;
  position: relative;
}

#uipath-migration .automation-cloud-column::before {
  content: "●はすべて不要";
  position: absolute;
  top: -120%;
  left: 0%;
  height: 78%;
  background-color: #fff;
  width: 280px;
  border: 2px solid #12449a;
  border-radius: 30px;
  color: #12449a;
  display: flex;
  justify-content: center;
  align-items: center;
}

#uipath-migration .automation-cloud-column::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #12449a;
  border-right: 2px solid #12449a;
  transform: rotate(45deg);
  background: #fff;
}

#uipath-migration .on-premise-column {
  width: 280px;
  position: relative;
}

#uipath-migration .sec05 .remark {
  text-align: right;
  margin-top: 2rem;
}

#uipath-migration .sec05 span.attention {
  font-size: 10px;
  position: absolute;
  right: 77px;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec05 span.attention {
    right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec05 .contents {
    overflow-x: auto;
    white-space: nowrap;
  }

  #uipath-migration .sec05 table {
    width: 1000px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  #uipath-migration .sec05 table th {
    padding: 10px !important;
    width: 30px !important;
    height: 25px !important;
  }

  #uipath-migration .sec05 table td {
    padding: 10px !important;
    width: 30px !important;
    height: 25px !important;
    display: table-cell !important;
  }
}

/* sec06 */
#uipath-migration .sec06 {
  margin-top: 0;
  padding: 100px 0 70px;
}

/* sec07 */
#uipath-migration .sec07 .btn_detail {
  margin-top: 8rem;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec07 .btn_detail {
    margin-top: 0;
  }
}

/* sec08 */
#uipath-migration .sec08 .index-top-service__bg {
  margin-top: -15rem;
}

@media screen and (max-width: 768px) {
  #uipath-migration .sec08 .index-top-service__bg {
    margin-top: -6rem;
  }
}

#uipath-migration .sec08 h2 {
  color: #12449a;
}

/* UiPath Orchestrator導入支援サービス */
#uipath_orchestrator .sp-pic {
  display: none;
}

@media screen and (max-width: 768px) {
  #uipath_orchestrator .sp-pic {
    display: block;
  }
}

#uipath_orchestrator .sec01 {
  padding: 150px 0px 0px;
}

#uipath_orchestrator .sec01 .contents {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 3rem;
}

#uipath_orchestrator .sec01 .contents .case-item {
  width: calc(100% / 3 - 60px);
  border: 3px solid #d8e6f1;
  min-height: 260px;
}

#uipath_orchestrator .sec01 .contents .case-item .case-item__top {
  display: flex;
  min-height: 140px;
  align-items: center;
  justify-content: center;
  position: relative;
}

#uipath_orchestrator .sec01 .contents .case-item .case-item__top::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 135px;
  left: 50%;
  z-index: 1;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: rgb(255, 255, 255);
}

#uipath_orchestrator .sec01 .contents .case-item .case-item__top p {
  font-weight: bold;
  font-size: 20px;
}

#uipath_orchestrator .sec01 .contents .case-item .case-item__bottom {
  background-color: #12449a;
  color: #fff;
  display: flex;
  min-height: 115px;
  align-items: center;
  justify-content: center;
}

#uipath_orchestrator .sec01 .contents .case-item .case-item__bottom p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #uipath_orchestrator .sec01 .contents {
    flex-direction: column;
  }

  #uipath_orchestrator .sec01 .contents .case-item {
    width: 100%;
  }

  #uipath_orchestrator .sec01 .contents .case-item .case-item__bottom p {
    font-size: 2rem;
  }
}

/* sec02 */
#uipath_orchestrator .sec02 {
  margin-top: 0;
}

/* sec03 */

@media screen and (max-width: 768px) {
  #uipath_orchestrator .sec03 .uipath-support-services {
    display: none;
  }
}

#uipath_orchestrator .sec03 .sub-txt {
  margin-top: 2rem;
  text-align: center;
}

#uipath_orchestrator .sec03 .flow-ttl .move-support {
  width: 100%;
  max-width: 730px;
}

@media screen and (max-width: 768px) {
  #uipath_orchestrator .sec03 .flow-ttl .move-support {
    min-height: 400px;
    max-width: 116px;
  }
}

#uipath_orchestrator .sec03 .flow-ttl .opeate-support {
  width: 100%;
  max-width: 250px;
}

#uipath_orchestrator .sec03 .flow-chart .flow-chart__ul li {
  width: 100%;
  max-width: 250px;
  min-height: 100px;
}

@media screen and (max-width: 768px) {
  #uipath_orchestrator .uipath-support-services {
    display: flex;
  }
}
