@charset "UTF-8";
section.white {
  background-color: #fff;
}
section .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px;
}
section .inner > p:not(.desc) {
  margin-bottom: 50px;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #fff;
  line-height: 1.8;
}

@media print, screen and (min-width: 1024px) {
  section .inner {
    padding: 80px 20px;
  }
  section .inner > p:not(.desc) {
    padding: 20px 30px;
  }
}
.page-title {
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.page-title .round-wrap {
  width: 100%;
  height: 150px;
  max-width: 100%;
  margin: 0;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%, cover;
  color: #fff;
  position: relative;
  overflow: hidden;
  background-image: url("../img/h1_comp.webp"), linear-gradient(to right, rgb(85, 0, 150) 0%, #00006b 20%, var(--main-color) 100%);
}
.page-title .round-wrap.bis {
  background-image: url("../img/h1_bis.webp"), linear-gradient(to right, rgb(85, 0, 150) 0%, #00006b 20%, var(--main-color) 100%);
}
.page-title .round-wrap.bis2 {
  background-image: url("../img/h1_bis2.webp"), linear-gradient(to right, rgb(85, 0, 150) 0%, #00006b 20%, var(--main-color) 100%);
}
.page-title .round-wrap.comp {
  background-image: url("../img/h1_comp.webp"), linear-gradient(to right, rgb(85, 0, 150) 0%, #00006b 20%, var(--main-color) 100%);
}
.page-title .round-wrap.contact {
  background-image: url("../img/h1_contact.webp"), linear-gradient(to right, rgb(85, 0, 150) 0%, #00006b 20%, var(--main-color) 100%);
}
.page-title .round-wrap .bg {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -40px;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("../img/bg_k.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}
.page-title .round-wrap .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.page-title .round-wrap .inner h1.title {
  font-size: 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}
.page-title .round-wrap .inner h1.title .sub {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

@media print, screen and (min-width: 1024px) {
  .page-title {
    margin-bottom: 30px;
  }
  .page-title .round-wrap {
    height: 250px;
    border-radius: 40px;
    background-size: 50%, cover;
  }
  .page-title .round-wrap .bg {
    left: 0;
  }
  .page-title .round-wrap .inner h1.title {
    font-size: 50px;
  }
  .page-title .round-wrap .inner h1.title .sub {
    font-size: 18px;
  }
}
.section-head-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  place-items: center;
}
.section-head-wrap .head-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-head-wrap .head-text .section-head {
  color: var(--main-color);
  margin-bottom: 20px;
  font-size: 22px;
}
.section-head-wrap .head-text .section-head span:not(.break) {
  display: block;
  font-size: 14px;
}
.section-head-wrap .head-text .desc {
  font-size: 14px;
  line-height: 1.8;
}
.section-head-wrap .head-images {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.section-head-wrap .head-images .up {
  bottom: 0;
  left: 0;
  padding-top: 60px;
}
.section-head-wrap .head-images .up img {
  width: 90%;
  height: auto;
  aspect-ratio: 5/3;
}
.section-head-wrap .head-images .down {
  position: absolute;
  top: 0;
  right: 0;
}
.section-head-wrap .head-images .down img {
  width: 150px;
  height: auto;
}

@media print, screen and (min-width: 1024px) {
  .section-head-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    place-items: stretch;
  }
  .section-head-wrap .head-text .section-head {
    font-size: 30px;
  }
  .section-head-wrap .head-text .section-head span:not(.break) {
    font-size: 16px;
  }
  .section-head-wrap .head-text .desc {
    font-size: 17px;
  }
  .section-head-wrap .head-images {
    width: auto;
    max-width: none;
    height: 400px;
  }
  .section-head-wrap .head-images .up {
    padding-top: 120px;
  }
  .section-head-wrap .head-images .up img {
    width: 450px;
    height: auto;
  }
  .section-head-wrap .head-images .down img {
    width: 300px;
    height: auto;
  }
}
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.white-wrap {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 30px;
  margin-bottom: 60px;
}

.list-link {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  gap: 15px;
}
.list-link li {
  font-size: 18px;
  line-height: 1.8;
}
.list-link li a {
  color: var(--font-color);
  text-decoration: underline;
  position: relative;
}
.list-link li a::before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-color: var(--main-color) var(--sub-color);
  border-width: 5px 5px 0 0;
  transform: translateY(-2px) rotate(45deg);
  margin-right: 15px;
}

.list-num {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  counter-reset: num;
  display: grid;
  gap: 15px;
}
.list-num li {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  margin-left: 1em;
  padding-left: 10px;
}
.list-num li::before {
  counter-increment: num;
  content: counter(num) ".";
  color: var(--main-color);
  font-weight: bold;
  position: absolute;
  top: 0;
  left: -1em;
}

.pankuzu {
  text-align: center;
}
.pankuzu .list-pankuzu {
  display: inline-flex;
  align-items: center;
}
.pankuzu .list-pankuzu li {
  font-size: 13px;
}
.pankuzu .list-pankuzu li a {
  color: #f0f0f0;
}
.pankuzu .list-pankuzu li:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-color: #aaa;
  border-width: 1px 1px 0 0;
  transform: translate(-3px, -2px) rotate(45deg);
  transform-origin: center;
  margin: 0 15px;
}

.read {
  background-color: #fff;
  padding: 20px;
  font-size: 15px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}

@media print, screen and (min-width: 1024px) {
  .read {
    padding: 40px;
    font-size: 19px;
    line-height: 2;
  }
}
h2.h2-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: var(--main-color);
}
h2.h2-main span {
  font-size: 12px;
  color: var(--sub-color);
}

@media print, screen and (min-width: 1024px) {
  h2.h2-main {
    font-size: 48px;
    margin-bottom: 60px;
  }
  h2.h2-main span {
    font-size: 14px;
  }
}
h3.h3-main {
  position: relative;
  font-size: 22px;
  padding-left: 1.3em;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 30px;
}
h3.h3-main::before {
  content: "";
  width: 1em;
  height: 1em;
  border-width: 5px;
  border-style: solid;
  border-color: var(--main-color) var(--sub-color) var(--sub-color) var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  transform: rotate(-45deg);
}
h3.h3-main::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  display: inline-block;
}

@media print, screen and (min-width: 1024px) {
  h3.h3-main {
    font-size: 40px;
    margin-bottom: 30px;
  }
  h3.h3-main::before {
    border-width: 10px;
  }
}
h4.h4-main {
  font-size: 20px;
  margin-bottom: 20px;
}
h4.h4-main::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: linear-gradient(to right, #0044FF, #ff002f);
  border-radius: 6px;
  margin-right: 10px;
}

@media print, screen and (min-width: 1024px) {
  h4.h4-main {
    font-size: 30px;
    margin-bottom: 20px;
  }
  h4.h4-main::before {
    border-radius: 10px;
  }
}
h5.h5-main {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--font-color);
}

.list-asta {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: inline-grid;
  gap: 10px;
  text-align: left;
  font-weight: normal;
}
.list-asta li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}
.list-asta li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--main-color);
  font-weight: bold;
}

.img-col4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.img-col4 li {
  font-size: 13px;
}
.img-col4 li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  margin-bottom: 5px;
}

@media print, screen and (min-width: 1024px) {
  .img-col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .img-col4 li img {
    border-radius: 10px;
  }
}
.examples {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.examples .item .single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.examples .item .ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-bottom: 10px;
  position: relative;
}
.examples .item .ba .before, .examples .item .ba .after {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.examples .item .ba .before img, .examples .item .ba .after img {
  width: 100%;
  height: auto;
  display: block;
}
.examples .item .ba::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #4472d5;
  border-width: 20px;
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 1024px) {
  .examples {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .examples .item .ba {
    gap: 60px;
  }
  .examples .item .ba::before {
    border-width: 30px;
    left: calc(50% + 20px);
  }
}
.col2-qa {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-qa .question {
  font-weight: bold;
  padding: 45px 20px 20px;
  border-radius: 20px;
  background-color: #fff;
}
.col2-qa .question .h4-q {
  font-size: 20px;
  color: var(--main-color);
  margin-top: -60px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.col2-qa .question .h4-q span {
  width: auto;
  padding: 0 15px 0 10px;
  position: relative;
}
.col2-qa .question .h4-q span::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  border-radius: 20px;
}
.col2-qa .question .h4-q span::before {
  content: "?";
  transform: rotate(-10deg);
  margin-right: 10px;
}
.col2-qa .question .list-q {
  display: grid;
  gap: 10px;
  font-size: 15px;
}
.col2-qa .question .list-q li {
  position: relative;
  padding-left: 30px;
  color: var(--main-color);
}
.col2-qa .question .list-q li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #aac1ff;
  position: absolute;
  top: 3px;
  left: 0;
  border: solid 1px #e4ebff;
  border-radius: 50%;
}
.col2-qa .answer {
  background-color: var(--main-color);
  border-radius: 20px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.col2-qa .answer .svg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  opacity: 0.05;
  pointer-events: none;
}
.col2-qa .answer .svg-wrap svg {
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
}
.col2-qa .answer p {
  font-size: 15px;
}
.col2-qa .answer::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #0D4F9A transparent;
  border-width: 30px;
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}
.col2-qa .answer .h4-a {
  font-size: 18px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1024px) {
  .col2-qa {
    grid-template-columns: 1fr 1fr;
  }
  .col2-qa .question {
    padding: 35px 40px;
    border-radius: 30px;
    border: solid 1px #a4bcff;
  }
  .col2-qa .question .h4-q {
    font-size: 30px;
  }
  .col2-qa .question .h4-q span::after {
    top: 20px;
  }
  .col2-qa .question .list-q {
    gap: 15px;
    font-size: 18px;
    padding-top: 10px;
  }
  .col2-qa .question .list-q li {
    padding-left: 30px;
  }
  .col2-qa .question .list-q li::before {
    content: "";
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
  }
  .col2-qa .answer {
    border-radius: 30px;
    padding: 0 20px;
  }
  .col2-qa .answer::before {
    border-color: transparent #0D4F9A transparent transparent;
    border-width: 60px;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .col2-qa .answer .h4-a {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .col2-qa .answer .svg-wrap svg {
    left: -50px;
  }
}
.break {
  display: inline-block;
}

.dl-main {
  display: grid;
  grid-template-columns: 1fr;
  border-width: 1px 0;
  border-style: solid;
  border-color: #5062AC;
  margin-bottom: 40px;
}
.dl-main dt, .dl-main dd {
  padding: 15px 20px;
}
.dl-main dt:nth-of-type(odd), .dl-main dd:nth-of-type(odd) {
  background-color: #E5EBFE;
}
.dl-main dt:nth-of-type(even), .dl-main dd:nth-of-type(even) {
  background-color: #F2F5FF;
}
.dl-main dt {
  position: relative;
  color: var(--font-color);
  font-weight: bold;
  font-size: 18px;
  padding: 15px 20px 0;
}
.dl-main dd {
  color: #001C6A;
  padding: 5px 20px 20px;
}

@media print, screen and (min-width: 1024px) {
  .dl-main {
    grid-template-columns: 200px 1fr;
  }
  .dl-main dt {
    padding: 15px 20px;
  }
  .dl-main dt::before {
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    background-color: #BCCEFF;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .dl-main dd {
    padding: 15px 20px;
  }
}
.list-disk {
  display: grid;
  gap: 10px;
}
.list-disk li {
  position: relative;
  padding-left: 20px;
}
.list-disk li::before {
  content: "";
  width: 10px;
  height: 2px;
  background-image: linear-gradient(to right, #0044FF, #0044FF, #ff002f, #ff002f);
  position: absolute;
  top: 10px;
  left: 0;
}

.list-disk-55 {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 10px;
}
.list-disk-55 li {
  position: relative;
  padding-left: 20px;
}
.list-disk-55 li::before {
  content: "";
  width: 10px;
  height: 2px;
  background-image: linear-gradient(to right, #0044FF, #0044FF, #ff002f, #ff002f);
  position: absolute;
  top: 10px;
  left: 0;
}

@media print, screen and (min-width: 800px) {
  .list-disk-55 {
    grid-template-columns: 1fr 1fr;
  }
}
.list-radio {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.list-radio li {
  position: relative;
}
.list-radio li label {
  cursor: pointer;
}
.list-radio li label .radio {
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
}

.contact-come1 {
  text-align: center;
}
.contact-come1 .btn1 {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  padding: 10px 60px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.contact-come1 .btn1:hover {
  background-color: var(--sub-color);
}
.contact-come1 .btn2 {
  background-color: #fff;
  color: #333;
  border: solid 2px #333;
  padding: 10px 60px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  line-height: 1;
}
.contact-come1 .btn2:hover {
  background-color: #333;
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .contact-come1 .btn1, .contact-come1 .btn2 {
    padding: 15px 60px;
    border-radius: 30px;
    font-size: 18px;
  }
}
span.wrap {
  display: inline-block;
  background-color: #fff;
  color: #0732a7;
  line-height: 1;
  border-radius: 20px;
  font-weight: bold;
  padding: 5px 15px;
  margin: 0 10px;
}

.point {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  color: var(--font-color);
}

@media print, screen and (min-width: 1024px) {
  .point {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
  }
}
.mail-form {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 100px;
}
.mail-form .dl-form {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 30px;
  gap: 5px;
}
.mail-form .dl-form dt, .mail-form .dl-form dd {
  height: 100%;
}
.mail-form .dl-form dt {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  color: var(--main-color);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.mail-form .dl-form dt .req::after {
  content: "必須";
  color: #fff;
  background-color: var(--sub-color);
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
  margin-left: 5px;
}
.mail-form .dl-form dd {
  display: grid;
  place-items: center start;
  padding-bottom: 10px;
}
.mail-form .dl-form dd:not(:last-of-type) {
  border-bottom: solid 1px #f8f8f8;
}
.mail-form .dl-form dd input[type=text],
.mail-form .dl-form dd input[type=email],
.mail-form .dl-form dd input[type=tel],
.mail-form .dl-form dd input[type=number],
.mail-form .dl-form dd select,
.mail-form .dl-form dd textarea {
  width: 100%;
  padding: 8px 10px;
  border: solid 1px #ddd;
  border-radius: 6px;
  font-size: 16px;
  background-color: #f8f8f8;
}
.mail-form .dl-form dd input[type=text]:focus,
.mail-form .dl-form dd input[type=email]:focus,
.mail-form .dl-form dd input[type=tel]:focus,
.mail-form .dl-form dd input[type=number]:focus,
.mail-form .dl-form dd select:focus,
.mail-form .dl-form dd textarea:focus {
  border-color: var(--main-color);
  outline: none;
}
.mail-form .dl-form dd textarea {
  min-height: 150px;
  resize: vertical;
}

@media print, screen and (min-width: 1024px) {
  .mail-form {
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 180px;
  }
  .mail-form .dl-form {
    grid-template-columns: auto 1fr;
  }
  .mail-form .dl-form dt {
    font-size: 20px;
    padding: 15px;
  }
  .mail-form .dl-form dt .req::after {
    font-size: 14px;
  }
  .mail-form .dl-form dd {
    padding: 10px 15px;
  }
  .mail-form .dl-form dd input[type=text],
.mail-form .dl-form dd input[type=email],
.mail-form .dl-form dd input[type=tel],
.mail-form .dl-form dd input[type=number],
.mail-form .dl-form dd select,
.mail-form .dl-form dd textarea {
    padding: 10px 15px;
    border-radius: 10px;
  }
  .mail-form .dl-form dt:not(:last-of-type), .mail-form .dl-form dd:not(:last-of-type) {
    border-bottom: solid 1px #f8f8f8;
  }
}
.history-wrap {
  margin-bottom: 150px;
}
.history-wrap .dl-history {
  display: inline-grid;
  grid-template-columns: 105px 1fr;
  position: relative;
  row-gap: 3px;
}
.history-wrap .dl-history::before {
  content: "";
  width: 2px;
  height: 106%;
  transform: translateY(-3%);
  background-image: linear-gradient(to bottom, rgba(0, 68, 255, 0) 0%, #0044FF 3%, #ff002f 97%, rgba(255, 0, 47, 0) 100%);
  position: absolute;
  top: 0;
  left: 105px;
}
.history-wrap .dl-history dt {
  text-align: right;
  border-radius: 6px 0 0 6px;
  padding-right: 10px;
  white-space: nowrap;
  display: grid;
  grid-template-columns: auto 2.3em;
  place-items: start end;
}
.history-wrap .dl-history dt, .history-wrap .dl-history dd {
  font-size: 14px;
}
.history-wrap .dl-history dt:nth-of-type(even), .history-wrap .dl-history dd:nth-of-type(even) {
  background-color: #ffffff;
}
.history-wrap .dl-history dd {
  border-radius: 0 6px 6px 0;
  padding-left: 10px;
}
.history-wrap .dl-history dd ul li {
  padding: 3px;
}

@media print, screen and (min-width: 1024px) {
  .history-wrap .dl-history {
    grid-template-columns: 150px 1fr;
  }
  .history-wrap .dl-history::before {
    left: 150px;
  }
  .history-wrap .dl-history dt, .history-wrap .dl-history dd {
    padding: 5px 20px;
    font-size: 16px;
  }
  .history-wrap .dl-history dd ul li {
    padding: 3px;
  }
}
.list-sdgs {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 15px;
}
.list-sdgs li {
  text-align: center;
  font-size: 0;
}
.list-sdgs li img {
  max-width: 100%;
  height: auto;
}
.list-sdgs li span {
  display: block;
  font-size: 14px;
  color: var(--font-color);
}

@media print, screen and (min-width: 1024px) {
  .list-sdgs {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 20px;
  }
  .list-sdgs li span {
    font-size: 14px;
  }
}
.point-strong {
  font-weight: bold;
  font-size: 15px;
  color: var(--main-color);
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  line-height: 1.6;
}

@media print, screen and (min-width: 1024px) {
  .point-strong {
    font-size: 18px;
    padding: 30px;
    border-radius: 30px;
    line-height: 1.8;
  }
}
.col2-19 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-19 .left.vertical-center, .col2-19 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-19 .left img, .col2-19 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col2-28 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-28 .left.vertical-center, .col2-28 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-28 .left img, .col2-28 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col2-37 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-37 .left.vertical-center, .col2-37 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-37 .left img, .col2-37 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col2-46 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-46 .left.vertical-center, .col2-46 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-46 .left img, .col2-46 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col2-55 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-55 .left.vertical-center, .col2-55 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-55 .left img, .col2-55 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col2-64 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-64 .left.vertical-center, .col2-64 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-64 .left img, .col2-64 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col2-73 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-73 .left.vertical-center, .col2-73 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-73 .left img, .col2-73 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col2-82 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-82 .left.vertical-center, .col2-82 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-82 .left img, .col2-82 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.col2-91 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  gap: 40px;
}
.col2-91 .left.vertical-center, .col2-91 .right.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col2-91 .left img, .col2-91 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 1024px) {
  .col2-19 {
    grid-template-columns: 1fr 9fr;
  }
  .col2-19 .left:first-of-type, .col2-19 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-19 .left:last-of-type, .col2-19 .right:last-of-type {
    grid-column: 2/3;
  }
  .col2-28 {
    grid-template-columns: 2fr 8fr;
  }
  .col2-28 .left:first-of-type, .col2-28 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-28 .left:last-of-type, .col2-28 .right:last-of-type {
    grid-column: 2/3;
  }
  .col2-37 {
    grid-template-columns: 3fr 7fr;
  }
  .col2-37 .left:first-of-type, .col2-37 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-37 .left:last-of-type, .col2-37 .right:last-of-type {
    grid-column: 2/3;
  }
  .col2-46 {
    grid-template-columns: 4fr 6fr;
  }
  .col2-46 .left:first-of-type, .col2-46 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-46 .left:last-of-type, .col2-46 .right:last-of-type {
    grid-column: 2/3;
  }
  .col2-55 {
    grid-template-columns: 5fr 5fr;
  }
  .col2-55 .left:first-of-type, .col2-55 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-55 .left:last-of-type, .col2-55 .right:last-of-type {
    grid-column: 2/3;
  }
  .col2-64 {
    grid-template-columns: 6fr 4fr;
  }
  .col2-64 .left:first-of-type, .col2-64 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-64 .left:last-of-type, .col2-64 .right:last-of-type {
    grid-column: 2/3;
  }
  .col2-73 {
    grid-template-columns: 7fr 3fr;
  }
  .col2-73 .left:first-of-type, .col2-73 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-73 .left:last-of-type, .col2-73 .right:last-of-type {
    grid-column: 2/3;
  }
  .col2-82 {
    grid-template-columns: 8fr 2fr;
  }
  .col2-82 .left:first-of-type, .col2-82 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-82 .left:last-of-type, .col2-82 .right:last-of-type {
    grid-column: 2/3;
  }
  .col2-91 {
    grid-template-columns: 9fr 1fr;
  }
  .col2-91 .left:first-of-type, .col2-91 .right:first-of-type {
    grid-column: 1/2;
  }
  .col2-91 .left:last-of-type, .col2-91 .right:last-of-type {
    grid-column: 2/3;
  }
}
.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 5px;
}

.gap-2 {
  gap: 10px;
}

.gap-3 {
  gap: 15px;
}

.gap-4 {
  gap: 20px;
}

.gap-5 {
  gap: 25px;
}

.gap-6 {
  gap: 30px;
}

.gap-7 {
  gap: 35px;
}

.gap-8 {
  gap: 40px;
}

.gap-9 {
  gap: 45px;
}

.gap-10 {
  gap: 50px;
}

@media print, screen and (min-width: 1024px) {
  .gap-0 {
    gap: 0px;
  }
  .gap-1 {
    gap: 10px;
  }
  .gap-2 {
    gap: 20px;
  }
  .gap-3 {
    gap: 30px;
  }
  .gap-4 {
    gap: 40px;
  }
  .gap-5 {
    gap: 50px;
  }
  .gap-6 {
    gap: 60px;
  }
  .gap-7 {
    gap: 70px;
  }
  .gap-8 {
    gap: 80px;
  }
  .gap-9 {
    gap: 90px;
  }
  .gap-10 {
    gap: 100px;
  }
}
.dl-profile {
  display: grid;
  grid-template-columns: 1fr;
}
.dl-profile dt {
  padding: 10px 15px 0 15px;
  border-radius: 10px 10px 0 0;
  color: var(--main-color);
}
.dl-profile dd {
  padding: 0 15px 10px 15px;
  border-radius: 0 0 10px 10px;
}
.dl-profile dt:nth-of-type(even), .dl-profile dd:nth-of-type(even) {
  background-color: #fafafa;
}

@media print, screen and (min-width: 1024px) {
  .dl-profile {
    grid-template-columns: auto 1fr;
    padding: 20px;
    row-gap: 5px;
  }
  .dl-profile dt, .dl-profile dd {
    padding: 0 10px;
  }
}
.card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 60px;
}
.card .block {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 5px 10px rgba(2, 0, 127, 0.04);
}
.card .block .h4-card {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--main-color);
}

@media print, screen and (min-width: 1024px) {
  .card {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 60px;
  }
  .card .block {
    border-radius: 20px;
    padding: 30px;
  }
  .card .block .h4-card {
    font-size: 24px;
    margin-bottom: 10px;
  }
}