@charset "utf-8";
/* ============================================================
 SUPPORT
============================================================ */
.achieve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.achieve dt {
  width: 40%;
  min-width: 380px;
}
.achieve dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  margin-right: 6%;
}
.achieve .note {
  margin-top: 20px;
}
@media screen and (max-width: 930px) {
  .achieve {
    display: block;
  }
  .achieve dt {
    width: 100%;
    min-width: initial;
  }
  .achieve dd {
    width: 100%;
    margin-right: 0;
  }
}
/* グラフ */
#chart {
  width: 100%;
}
.graph-wrap {
  width: 80%;
  position: relative;
}
@media screen and (max-width: 930px) {
  .graph-wrap {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .graph-wrap {
    width: 70%;
  }
}
.char-number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 500%;
  font-weight: 900;
  color: #004588;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.char-number span {
  font-weight: 700;
  color: #333;
  font-size: 60%;
  margin-bottom: -2%;
}
/* 実績テキスト */
.achieve-ttl,
.achieve-second-ttl {
  font-weight: 700;
  line-height: 1.5;
}
.achieve-ttl span,
.achieve-second-ttl span {
  font-weight: 900;
  color: #004588;
}
.achieve-ttl {
  font-size: 4.8rem;
}
.achieve-ttl span {
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  .achieve-ttl {
    font-size: 2.8rem;
  }
  .achieve-ttl span {
    font-size: 4rem;
  }
}
.achieve-second-ttl {
  margin-bottom: 20px;
  font-size: 2.8rem;
}
.achieve-second-ttl span {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .achieve-second-ttl {
    font-size: 2rem;
  }
  .achieve-second-ttl span {
    font-size: 2.8rem;
  }
}
.archive-img {
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 40%;
}
.system-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
}
.system-menu > li {
  width: calc((100% / 2) - 2%);
  margin-top: 50px;
  margin-left: 2%;
  border: 10px solid #fff;
  border-radius: 12px;
  position: relative;
  background-color: #F9F9F9;
  background-repeat: no-repeat;
  background-position: right top;
}
.system-menu > li:nth-child(1) {
  background-image: url(/images/support/system01_ttl_img.png);
  background-size: contain;
}
.system-menu > li:nth-child(2) {
  background-image: url(/images/support/system02_ttl_img.png);
  background-size: contain;
}
.system-menu > li:nth-child(3) {
  background-image: url(/images/support/system03_ttl_img.png);
  background-size: contain;
}
.system-menu > li:nth-child(4) {
  background-image: url(/images/support/system04_ttl_img.png);
  background-size: contain;
}
.system-menu > li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  margin-left: -7px;
  width: 10px;
  height: 14px;
  background: url(/images/common/arrow_blue.svg) no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.system-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
.system-menu .number {
  position: absolute;
  top: -30px;
  left: 30px;
  font-size: 4.8rem;
}
.system-menu h3 {
  margin-top: 10px;
  font-weight: 500;
}
.system-menu h3 span {
  display: block;
  color: #333;
}
@media screen and (max-width: 930px) {
  .system-menu > li {
    background-position: right center;
  }
  .system-menu > li:nth-child(1),
  .system-menu > li:nth-child(2),
  .system-menu > li:nth-child(3),
  .system-menu > li:nth-child(4) {
    background-size: 30% auto;
  }
}
@media screen and (max-width: 767px) {
  .system-menu {
    display: block;
    margin-left: 0;
  }
  .system-menu > li {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    background-position: right center;
  }
  .system-menu > li:nth-child(1),
  .system-menu > li:nth-child(2),
  .system-menu > li:nth-child(3),
  .system-menu > li:nth-child(4) {
    background-size: 30% auto;
  }
  .system-menu > li:after {
    bottom: 5px;
    margin-left: -6px;
    width: 8px;
    height: 12px;
  }
  .system-menu a {
    padding: 20px;
  }
  .system-menu .number {
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 2.8rem;
  }
  .system-menu h3 {
    line-height: 1.5;
  }
  .system-menu h3.txt {
    font-size: 1.2rem;
  }
}
.number {
  line-height: 1;
  font-weight: 700;
  color: #004588;
}
.number:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #004588;
}
.bg-color-blue .system-detail .detail-head {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bg-color-blue .system-detail .detail-head > dt {
  margin-left: 6%;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .bg-color-blue .system-detail .detail-head > dt {
    margin-left: 0;
    margin-right: 0;
  }
}
.system-detail .detail-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.system-detail .detail-head > dt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 6%;
}
.system-detail .detail-head > dd {
  width: 42%;
}
.system-detail .ttl-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.system-detail .number {
  font-size: 8rem;
  position: relative;
}
.system-detail h3 {
  margin-left: 30px;
  margin-bottom: 40px;
  font-size: 2rem;
}
.system-detail h3 span {
  display: block;
  font-size: 2.8rem;
  color: #333;
}
@media screen and (max-width: 930px) {
  .system-detail .detail-head > dd {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .system-detail .detail-head {
    display: block;
    margin-bottom: 40px;
  }
  .system-detail .detail-head > dt {
    width: 100%;
    margin-right: 0;
  }
  .system-detail .detail-head > dd {
    width: 76%;
    margin: 20px auto 0 auto;
  }
  .system-detail .number {
    font-size: 4rem;
  }
  .system-detail h3 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .system-detail h3 span {
    font-size: 2.4rem;
  }
}
.system01-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.system01-ex > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% / 3) - 2%);
  text-align: center;
  line-height: 1.7;
}
.system01-ex > li .img-wrap {
  margin-bottom: 20px;
}
.system01-ex > li .txt-wrap {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .system01-ex {
    display: block;
    margin-bottom: 30px;
  }
  .system01-ex > li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    line-height: 1.5;
  }
  .system01-ex > li .img-wrap {
    width: 35%;
    margin-bottom: 0;
  }
  .system01-ex > li .txt-wrap {
    font-size: 1.5rem;
  }
}
.system02-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.system02-flow > li {
  width: calc((100% / 3) - 4%);
  background: #F9F9F9;
  padding: 20px;
  position: relative;
}
.system02-flow > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-left: 16px solid #004588;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.system02-flow > li:last-child:after {
  display: none;
}
.system02-flow .txt-wrap {
  font-size: 1.8rem;
  color: #004588;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .system02-flow {
    display: block;
    margin-bottom: 40px;
  }
  .system02-flow > li {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
  }
  .system02-flow > li:after {
    top: initial;
    left: 50%;
    right: initial;
    bottom: -30px;
    margin-top: -10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .system02-flow .cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .system02-flow .img-wrap {
    width: 30%;
  }
  .system02-flow .txt-wrap {
    font-size: 1.5rem;
    text-align: left;
    font-weight: 500;
    line-height: 1.5;
  }
}
.staff-voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.staff-voice > li {
  width: calc((100% / 4) - 2%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.staff-voice > li:nth-child(odd) .staff-img {
  background: #99bedd;
}
.staff-voice > li:nth-child(even) .staff-img {
  background: rgba(153, 190, 221, 0.4);
}
.staff-voice .staff-img {
  width: 72%;
  max-width: 160px;
  border-radius: 100%;
  overflow: hidden;
}
.staff-voice .comment {
  width: 100%;
  margin-top: -12%;
  padding: 15px 20px;
  background: #fff;
  border-radius: 0 12px 12px 12px;
}
.staff-voice .comment-ttl {
  display: inline-block;
  color: #004588;
  position: relative;
  margin-bottom: 0.5em;
}
.staff-voice .comment-ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004588;
  width: 100%;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .staff-voice {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -20px;
  }
  .staff-voice > li {
    width: calc((100% / 2) - 2%);
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cont-second-ttl {
    line-height: 1.5;
  }
}
.system03-meeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 120px;
}
.system03-meeting > dt {
  width: auto;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}
.system03-meeting > dd {
  width: 64%;
}
.system03-meeting > dd img {
  -webkit-filter: drop-shadow(40px 0 60px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(40px 0 60px rgba(0, 0, 0, 0.25));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.system03-meeting .cont-wrap {
  width: 100%;
  padding: 20px 30px;
  background: #fff;
  border-radius: 12px 0 12px 12px;
  position: relative;
}
.system03-meeting .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  background: #004588;
  border-radius: 100%;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -10px;
  right: 20px;
}
.system03-meeting .note {
  margin-top: 10px;
}
@media screen and (max-width: 930px) {
  .system03-meeting > dt {
    max-width: 60%;
  }
  .system03-meeting .label {
    width: 80px;
    height: 80px;
    font-size: 1.5rem;
    top: -40px;
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .system03-meeting {
    display: block;
    margin-bottom: 60px;
  }
  .system03-meeting > dt {
    position: relative;
    max-width: initial;
  }
  .system03-meeting > dd {
    width: 100%;
    margin-top: 20px;
  }
  .system03-meeting .label {
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    top: -30px;
  }
}
.meeting-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.meeting-ttl .en {
  font-size: 6rem;
  font-weight: 900;
  margin: 0 0.3em;
}
@media screen and (max-width: 767px) {
  .meeting-ttl {
    font-size: 2rem;
  }
  .meeting-ttl .en {
    font-size: 4rem;
    margin: 0 0.2em;
  }
}
.client-voice {
  background: #fff;
  border-radius: 12px;
  padding: 50px;
  position: relative;
}
.client-voice:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -15px;
  width: 60px;
  height: 80px;
  background: url(/images/support/icon_voice.png) no-repeat center center;
  background-size: contain;
}
.client-voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
}
.client-voice ul > li {
  width: calc((100% / 2) - 4%);
  margin-top: 30px;
}
.client-voice .en {
  display: inline-block;
  position: relative;
  color: #004588;
  font-weight: 700;
}
.client-voice .en:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #004588;
}
@media screen and (max-width: 767px) {
  .client-voice {
    padding: 30px 20px;
  }
  .client-voice:before {
    top: -30px;
    margin-left: -10px;
    width: 40px;
    height: 60px;
  }
  .client-voice ul {
    display: block;
    margin-top: -20px;
  }
  .client-voice ul > li {
    width: 100%;
    margin-top: 20px;
  }
  .client-voice .en {
    display: inline-block;
    position: relative;
    color: #004588;
    font-weight: 700;
  }
  .client-voice .en:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #004588;
  }
}
.client-voice-ttl {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .client-voice-ttl {
    font-size: 1.8rem;
  }
}
.system04-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -20px;
}
.system04-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% / 2) - 2%);
  margin-top: 20px;
  border-radius: 12px;
  background: #fff;
}
.system04-list .cont-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px 10px 40px;
}
.system04-list .cont-wrap .img-wrap {
  width: 35%;
}
.system04-list .cont-wrap .txt-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .system04-list {
    display: block;
    margin-top: -20px;
  }
  .system04-list > li {
    width: 100%;
  }
  .system04-list .cont-wrap {
    padding: 10px 10px 10px 20px;
  }
  .system04-list .cont-wrap .img-wrap {
    width: 20%;
  }
  .system04-list .cont-wrap .txt-wrap {
    line-height: 1.7;
  }
}
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contact > li {
  width: calc((100% / 2) - 2%);
}
.contact .btn {
  max-width: initial;
  text-align: left;
  padding-left: 32%;
  padding-right: 30px;
  border-radius: 12px;
  font-size: 2rem;
  letter-spacing: 0.13em;
  position: relative;
}
.contact .btn:before {
  content: "";
  position: absolute;
}
.contact .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-bottom: -7px;
  width: 14px;
  height: 10px;
}
.contact .blue-line {
  background: #fff;
  height: calc(100% - 2px);
}
.contact .blue-line:before {
  top: 10px;
  left: 10px;
  width: 30%;
  height: 80%;
  background: url(/images/support/contact01_img.png) no-repeat center center;
  background-size: contain;
}
.contact .blue-line:after {
  background: url(/images/common/arrow_blue.svg) no-repeat center center;
  background-size: contain;
}
.contact .orange:before {
  top: -20px;
  left: 10px;
  width: 30%;
  height: calc(90% + 20px);
  background: url(/images/support/contact02_img.png) no-repeat center center;
  background-size: contain;
}
.contact .orange:after {
  background: url(/images/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
}
.contact span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .contact .btn {
    padding-left: 25%;
    letter-spacing: 0.05em;
  }
  .contact .btn:before {
    width: 20%;
  }
  .contact .orange:before {
    top: -10px;
  }
}
@media screen and (max-width: 930px) {
  .contact .btn {
    font-size: 1.8rem;
  }
  .contact span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    display: block;
    margin-top: -20px;
  }
  .contact > li {
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }
  .contact .btn {
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.6rem;
  }
  .contact .btn:before {
    margin-left: -42px;
  }
  .contact .blue-line {
    padding-top: 35px;
  }
  .contact .blue-line:before {
    top: -30px;
    left: 50%;
    width: 87px;
  }
  .contact .orange {
    padding-top: 45px;
  }
  .contact .orange:before {
    top: -50px;
    left: 50%;
    width: 87px;
  }
  .contact span {
    font-size: 1.2rem;
  }
}
sup {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .system {
    line-height: 1.5;
  }
  .note {
    font-size: 1rem;
  }
  sup {
    font-size: 1.1rem;
  }
}
