.contents-sub-wrapper .sub-list {
  margin-top: 3rem;
}
.contents-sub-wrapper .sub-list .sub-list-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  background-color: #5eb6f1;
  text-align: center;
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 767px) {
  .contents-sub-wrapper .sub-list .sub-list-title {
    font-size: 1.25rem;
    padding: 0.7rem 0.7rem;
  }
}
.contents-sub-wrapper .sub-list .sub-list-inner {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.contents-sub-wrapper .sub-list .sub-list-inner ul {
  max-width: 650px;
  width: 100%;
}
.contents-sub-wrapper .sub-list .sub-list-inner ul li {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contents-sub-wrapper .sub-list .sub-list-inner ul li {
    font-size: 0.875rem;
  }
}
.contents-sub-wrapper .sub-list .sub-list-inner ul li:last-child {
  margin-bottom: 0;
}
.contents-sub-wrapper .sub-list .sub-list-inner ul li:nth-child(1)::before {
  content: "1.";
}
.contents-sub-wrapper .sub-list .sub-list-inner ul li:nth-child(2)::before {
  content: "2.";
}
.contents-sub-wrapper .sub-list .sub-list-inner ul li:nth-child(3)::before {
  content: "3.";
}
.contents-sub-wrapper .sub-list .sub-list-inner ul li:nth-child(4)::before {
  content: "4.";
}
.contents-sub-wrapper .sub-list .sub-list-inner ul li:nth-child(5)::before {
  content: "5.";
}
.contents-sub-wrapper .sub-list .sub-list-inner ul li::before {
  position: absolute;
  top: 0.5%;
  left: 0;
}
.contents-sub-wrapper .sub-list.sub-list-performance .sub-list-inner ul li {
  padding-left: 1.875rem;
}
.contents-sub-wrapper .sub-list.sub-list-performance .sub-list-inner ul li::before {
  content: url("../../../images/common/icon-check.svg");
  top: 7%;
}

.message-wrapper {
  background-color: #fff;
  border: 2px solid #5eb6f1;
  margin-top: 2.5rem;
  padding: 2rem 2rem;
}
@media screen and (max-width: 991px) {
  .message-wrapper {
    padding: 1.5rem 1.5rem;
  }
}
.message-wrapper .message-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .message-wrapper .message-inner {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .message-wrapper .message-inner {
    gap: 1rem;
  }
}
.message-wrapper .message-inner .message-image {
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  .message-wrapper .message-inner .message-image {
    flex-basis: 100%;
  }
}
.message-wrapper .message-inner .message-image img {
  width: 100%;
}
.message-wrapper .message-inner .message-text {
  flex-basis: calc(70% - 2rem);
}
@media screen and (max-width: 991px) {
  .message-wrapper .message-inner .message-text {
    flex-basis: calc(70% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .message-wrapper .message-inner .message-text {
    display: contents;
  }
}
.message-wrapper .message-inner .message-text .message-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .message-wrapper .message-inner .message-text .message-head {
    order: -1;
    gap: 0.5rem;
  }
}
.message-wrapper .message-inner .message-text .message-head .message-title {
  color: #5eb6f1;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .message-wrapper .message-inner .message-text .message-head .message-title {
    flex-basis: 100%;
  }
}
.message-wrapper .message-inner .message-text .message-head .message-sub-title {
  color: rgba(94, 182, 241, 0.6);
  font-size: 1.125rem;
  font-family: "Orbitron", sans-serif;
  display: inline-block;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .message-wrapper .message-inner .message-text .message-head .message-sub-title {
    flex-basis: 100%;
  }
}
.message-wrapper .message-inner .message-text .catch {
  margin-top: 1.5rem;
  margin: 1.5rem 0 1rem;
  padding: 0.3rem 1rem;
  border: 1px solid #5eb6f1;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .message-wrapper .message-inner .message-text .catch {
    flex-basis: 100%;
    margin: 0;
  }
}
.message-wrapper .message-inner .message-text .catch p {
  color: #5eb6f1;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .message-wrapper .message-inner .message-text .catch p {
    font-size: 1rem;
  }
}

.imanagement .message-wrapper .message-inner .message-image {
  display: none;
}
.imanagement .message-wrapper .message-inner .message-text {
  flex-basis: 100%;
}
@media screen and (max-width: 991px) {
  .imanagement .message-wrapper .message-inner .message-text {
    flex-basis: 100%;
  }
}

html body main .contents.contents01 .title-wrapper {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .title-wrapper h2 {
    text-align: left;
  }
  html body main .contents.contents01 .title-wrapper h2 br {
    display: none;
  }
}
html body main .contents.contents01 .contents-list-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-list-wrapper {
    margin-top: 2rem;
  }
}
html body main .contents.contents01 .contents-list-wrapper .contents-list {
  flex-basis: calc((100% - 3rem) / 4);
}
@media screen and (max-width: 575px) {
  html body main .contents.contents01 .contents-list-wrapper .contents-list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body main .contents.contents01 .contents-list-wrapper .contents-list img {
  width: 100%;
}
html body main .contents.contents02 {
  padding-top: 0;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list {
  margin-bottom: 3rem;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-title {
  color: #5eb6f1;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-title {
    font-size: 1.5rem;
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-title {
    font-size: 1.25rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-title .number {
  font-size: 7rem;
  line-height: 1;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-title .number {
    font-size: 5rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .contents-title .number {
    font-size: 3rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list p {
  margin-bottom: 1rem;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list h4 {
  margin-bottom: 0.5rem;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list ul li {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list ul li {
    font-size: 0.875rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list ul li:last-child {
  margin-bottom: 0;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper {
    margin-top: 2rem;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper01 {
  gap: 1rem;
  justify-content: center;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper01 .sub-list {
  flex-basis: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper01 .sub-list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper01 .sub-list {
    flex-basis: 100%;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper01 .sub-list img {
  width: 100%;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper02 {
  gap: 1rem;
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper02 .sub-list {
  flex-basis: calc((100% - 3rem) / 4);
  border-top: 1px solid #5eb6f1;
  border-left: 1px solid #5eb6f1;
  padding: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper02 .sub-list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper02 .sub-list {
    flex-basis: 100%;
  }
}
html body main .contents.contents02 .contents-list-wrapper .contents-list .sub-list-wrapper.sub-list-wrapper02 .sub-list h4 {
  color: #5eb6f1;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
html body main .contents.contents03 {
  padding-top: 0;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 7px, rgba(179, 179, 179, 0.2) 7px, rgba(179, 179, 179, 0.2) 8px);
}
html body main .contents.contents03 .contents-list-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-list-wrapper {
    margin-top: 2rem;
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list {
  flex-basis: calc((100% - 3rem) / 4);
  position: relative;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list h3 {
  position: absolute;
  right: 10px;
  bottom: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
  text-shadow: 2px 2px 5px rgba(51, 51, 51, 0.7);
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list h3 {
    bottom: 15px;
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list h3 {
    bottom: 10px;
    font-size: 3.5vw;
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list h3 span {
  font-size: 0.75rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list h3 span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents03 .contents-list-wrapper .contents-list h3 span {
    font-size: 1.875vw;
  }
}
html body main .contents.contents03 .contents-list-wrapper .contents-list img {
  width: 100%;
}
html body main .contents.contents03 .js-scrollable {
  width: 100%;
}
html body main .contents.contents03 .js-scrollable table {
  table-layout: auto;
  width: 100%;
  max-width: 100%;
  border: 1px solid #5eb6f1;
  border-collapse: collapse;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .js-scrollable table {
    width: 1000px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .js-scrollable table {
    width: 800px;
  }
}
html body main .contents.contents03 .js-scrollable table tr {
  border-bottom: 1px solid #5eb6f1;
}
html body main .contents.contents03 .js-scrollable table tr th,
html body main .contents.contents03 .js-scrollable table tr td {
  border-right: 1px solid #5eb6f1;
  padding: 0.7rem 1.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .js-scrollable table tr th,
  html body main .contents.contents03 .js-scrollable table tr td {
    padding: 0.5rem 1rem;
  }
}
html body main .contents.contents03 .js-scrollable table tr th {
  color: #fff;
  font-weight: normal;
  background-color: #7cd1da;
}
html body main .contents.contents03 .js-scrollable table tr td {
  background-color: #fff;
}
html body main .contents.contents03 .message-wrapper {
  margin-top: 6rem;
}
html body main .contents.contents03 .bnr-performance {
  margin-top: 6rem;
}

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