.wrap {
  width: 100%;
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.headline {
  max-width: 1080px !important;
}

@media screen and (max-width: 767px) {
  .pagettl {
    text-align: center;
  }
}

.about {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .about {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.about .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: calc(8px * 7);
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    margin-bottom: calc((8px * 7) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit {
    margin-bottom: calc((8px * 7) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 14px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-unit {
    gap: 8px;
  }
}

.about .about-unit__dtl {
  width: calc(100% - 520px);
}

@media screen and (max-width: 1279px) {
  .about .about-unit__dtl {
    width: calc(100% - 480px);
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl {
    width: calc(100% - 364px);
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__dtl {
    width: 100%;
  }
}

.about .about-unit__dtl .about-txt em {
  font-size: 1.8rem;
  color: #25862A;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .about .about-unit__dtl .about-txt em {
    font-size: 1.6rem;
  }
}

.about .about-unit__vsl {
  width: 480px;
}

@media screen and (max-width: 1279px) {
  .about .about-unit__vsl {
    width: 440px;
  }
}

@media screen and (max-width: 959px) {
  .about .about-unit__vsl {
    width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-unit__vsl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}

.about .about-contents {
  position: relative;
  padding: 24px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
}

@media screen and (max-width: 959px) {
  .about .about-contents {
    padding: 20px;
  }
}

@media screen and (max-width: 519px) {
  .about .about-contents {
    padding: 16px;
  }
}

.about .about-contents:not(:last-child) {
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .about .about-contents:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .about .about-contents:not(:last-child) {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.about .about-contents::before {
  content: '';
  background: url("/origin/cct/dist/img/common/training-features-deco.svg") center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
}

.about .about-contents::after {
  content: '';
  background: url("/origin/cct/dist/img/common/training-features-deco.svg") center/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about .about-contents .list__item span {
  color: #25862A;
}

.about .about-contents .about-txt em {
  font-size: 1.8rem;
  color: #B7001E;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .about .about-contents .about-txt em {
    font-size: 1.6rem;
  }
}

.point {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .point {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .point {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.point .point-wrap {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .point .point-wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 959px) {
  .point .point-wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .point .point-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.point .point-list {
  counter-reset: point-list-num;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .point .point-list {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .point .point-list {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.point .point-list__item {
  position: relative;
  border: 1px solid #ccc;
  padding: 20px 40px;
  border-radius: 2px;
}

@media screen and (max-width: 959px) {
  .point .point-list__item {
    padding: 16px 32px;
  }
}

@media screen and (max-width: 519px) {
  .point .point-list__item {
    padding: 14px 16px;
  }
}

.point .point-list__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .point .point-list__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .point .point-list__item:not(:last-child) {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.point .point-list__item:nth-child(:even) .point-list-unit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.point .point-list__item .point-list-ttl {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 959px) {
  .point .point-list__item .point-list-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .point .point-list__item .point-list-ttl {
    padding-bottom: 14px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .point .point-list__item .point-list-ttl {
    padding-bottom: 8px;
  }
}

.point .point-list__item .point-list-ttl::before {
  position: absolute;
  content: "";
  top: calc( 50% - 8px);
  translate: 0 -50%;
  left: -40px;
  width: 8px;
  height: calc( 100% - 10px);
  background: #25862A;
  border-radius: 0px 2px 2px 0px;
}

@media screen and (max-width: 959px) {
  .point .point-list__item .point-list-ttl::before {
    left: -32px;
    width: 6px;
  }
}

@media screen and (max-width: 519px) {
  .point .point-list__item .point-list-ttl::before {
    top: calc( 50% - 4px);
    left: -16px;
    width: 5px;
  }
}

.point .point-list__item .point-list-ttl span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 48px;
  padding-left: 70px;
}

@media screen and (max-width: 959px) {
  .point .point-list__item .point-list-ttl span {
    min-height: 44px;
    padding-left: 64px;
  }
}

@media screen and (max-width: 519px) {
  .point .point-list__item .point-list-ttl span {
    padding-left: 62px;
  }
}

.point .point-list__item .point-list-ttl span::before, .point .point-list__item .point-list-ttl span::after {
  position: absolute;
  left: 0;
  translate: 0 -50%;
  width: 54px;
  color: #25862A;
  font-family: "Montserrat", serif;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.point .point-list__item .point-list-ttl span::before {
  content: "point";
  padding-left: 1px;
  top: calc( 50% - 18px);
  font-size: 1.4rem;
}

@media screen and (max-width: 959px) {
  .point .point-list__item .point-list-ttl span::before {
    top: calc( 50% - 14px);
  }
}

.point .point-list__item .point-list-ttl span::after {
  content: counter(point-list-num, decimal-leading-zero);
  counter-increment: point-list-num;
  top: calc( 50% + 8px);
  font-size: 4rem;
}

@media screen and (max-width: 959px) {
  .point .point-list__item .point-list-ttl span::after {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .point .point-list__item .point-list-ttl span::after {
    font-size: 2.8rem;
  }
}

.point .point-list__item .point-list-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .point .point-list__item .point-list-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}

@media screen and (max-width: 519px) {
  .point .point-list__item .point-list-unit {
    gap: 8px;
  }
}

.point .point-list__item .point-list-unit__vsl {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .point .point-list__item .point-list-unit__vsl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}

.point .point-list__item .point-list-unit__dtl {
  width: calc( 100% - 304px);
}

@media screen and (max-width: 767px) {
  .point .point-list__item .point-list-unit__dtl {
    width: 100%;
  }
}

.point .point-list__item .point-list-unit .point-txt {
  margin-bottom: calc(8px * 3);
}

@media screen and (max-width: 959px) {
  .point .point-list__item .point-list-unit .point-txt {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .point .point-list__item .point-list-unit .point-txt {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.point .point-list__item .point-list-unit .point-txt em {
  font-size: 1.8rem;
  font-weight: bold;
  color: #25862A;
}

@media screen and (max-width: 959px) {
  .point .point-list__item .point-list-unit .point-txt em {
    font-size: 1.6rem;
  }
}

.point .point-list__item .cross-vsl {
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .point .point-list__item .cross-vsl {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .point .point-list__item .cross-vsl {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

.point .cross-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  counter-reset: cross-list;
}

@media screen and (max-width: 767px) {
  .point .cross-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.point .cross-list__item {
  position: relative;
  counter-increment: cross-list;
  background: #F7F7F5;
  padding: 16px;
}

@media screen and (max-width: 1023px) {
  .point .cross-list__item {
    padding: 8px;
  }
}

.point .cross-list__item.--aichi::after {
  background: #034AA5;
}

.point .cross-list__item.--shiga::after {
  background: #DD5B0A;
}

.point .cross-list__item::before {
  position: absolute;
  content: counter(cross-list);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  width: 32px;
  height: 32px;
  left: 16px;
  top: 16px;
  color: #ffffff;
  z-index: 1;
  font-family: "Montserrat", serif;
}

@media screen and (max-width: 1023px) {
  .point .cross-list__item::before {
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
}

.point .cross-list__item::after {
  position: absolute;
  content: '';
  background: #25862A;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 16px;
  top: 16px;
}

@media screen and (max-width: 1023px) {
  .point .cross-list__item::after {
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
  }
}

.point .cross-list__item dt {
  font-weight: bold;
  padding-left: 40px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 2px;
}

@media screen and (max-width: 1023px) {
  .point .cross-list__item dt {
    padding-left: 28px;
  }
}

.point .cross-list__item dt a {
  text-decoration: none;
}

.point .cross-list__item dt a:hover {
  text-decoration: underline;
}

.point .cross-list__item dd {
  font-size: 1.4rem;
  padding-left: 40px;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .point .cross-list__item dd {
    padding-left: 28px;
  }
}

.point .cross-list__item dd:not(:last-child) {
  margin-bottom: 2px;
}

.point .cross-list__item .tel {
  font-family: "Montserrat", serif;
  font-weight: bold;
}

.news {
  margin-bottom: calc(8px * 13);
}

@media screen and (max-width: 959px) {
  .news {
    margin-bottom: calc((8px * 13) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .news {
    margin-bottom: calc((8px * 13) * 0.5);
  }
}

.freedom .freedom-frame {
  border: 1px solid #25862A;
  border-radius: 4px;
}

.freedom .freedom-frame .headline::before {
  width: 100%;
}

.freedom .freedom-frame .freedom-inner {
  padding: 8px 80px 40px 80px;
}

@media screen and (max-width: 1023px) {
  .freedom .freedom-frame .freedom-inner {
    padding: 8px 48px 40px 48px;
  }
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner {
    padding: 8px 20px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .freedom .freedom-frame .freedom-inner {
    padding: 8px 32px 40px 32px;
  }
}

@media screen and (max-width: 519px) {
  .freedom .freedom-frame .freedom-inner {
    padding: 8px 20px 32px 20px;
  }
}

.freedom .freedom-frame .freedom-inner .freedom-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: calc(8px * 5);
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }
}

@media screen and (max-width: 519px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit {
    gap: 8px;
  }
}

.freedom .freedom-frame .freedom-inner .freedom-unit__dtl {
  width: calc(100% - 304px);
}

@media screen and (max-width: 767px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit__dtl {
    width: 100%;
  }
}

.freedom .freedom-frame .freedom-inner .freedom-unit__dtl .freedom-ttl {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: calc(8px * 3);
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit__dtl .freedom-ttl {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit__dtl .freedom-ttl {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit__dtl .freedom-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit__dtl .freedom-ttl {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

.freedom .freedom-frame .freedom-inner .freedom-unit__dtl .freedom-ttl em {
  color: #B7001E;
  font-size: 2.8rem;
}

@media screen and (max-width: 1023px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit__dtl .freedom-ttl em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit__dtl .freedom-ttl em {
    font-size: 2rem;
  }
}

.freedom .freedom-frame .freedom-inner .freedom-unit__vsl {
  width: 280px;
}

@media screen and (max-width: 767px) {
  .freedom .freedom-frame .freedom-inner .freedom-unit__vsl {
    width: 100%;
    max-width: 400px;
    margin-inline: auto;
  }
}

.freedom .freedom-frame .freedom-inner .freedom-unit__vsl img {
  border-radius: 4px;
}

.freedom .freedom-frame .freedom-inner .freedom-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 1023px) {
  .freedom .freedom-frame .freedom-inner .freedom-list {
    gap: 16px;
  }
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner .freedom-list {
    gap: 6px;
  }
}

@media screen and (max-width: 767px) {
  .freedom .freedom-frame .freedom-inner .freedom-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.freedom .freedom-frame .freedom-inner .freedom-list__item dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner .freedom-list__item dt {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .freedom .freedom-frame .freedom-inner .freedom-list__item dt {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .freedom .freedom-frame .freedom-inner .freedom-list__item dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner .freedom-list__item dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .freedom .freedom-frame .freedom-inner .freedom-list__item dt {
    font-size: 1.4rem;
  }
}

.freedom .freedom-frame .freedom-inner .freedom-list__item dt span {
  color: #25862A;
  margin-right: 8px;
}

.freedom .freedom-frame .freedom-inner .freedom-list__item dd span {
  display: block;
  margin-bottom: calc(8px * 2);
}

@media screen and (max-width: 959px) {
  .freedom .freedom-frame .freedom-inner .freedom-list__item dd span {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .freedom .freedom-frame .freedom-inner .freedom-list__item dd span {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

/*# sourceMappingURL=../../maps/pages/collaboration.css.map */
