body {
  background-color: #fcdf8a;
  overflow-x: hidden;
}
.c-breadcrumb {
  color: #222;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 30px;
}
@media only screen and (max-width: 960px) {
  .c-breadcrumb {
    font-size: 1.2rem;
  }
}
.c-breadcrumb > .c-breadcrumb__list::before {
  background-color: #222;
  opacity: 1;
}
.p-ccCompetent-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  background-image: url("/_assets/img/customer/cc_competent/cc_competent_kv_bg.svg");
}
@media only screen and (max-width: 960px) {
  .p-ccCompetent-hero {
    background-size: cover;
    background-position: center bottom;
    background-image: url("/_assets/img/customer/cc_competent/cc_competent_kv_sp.svg");
  }
}
.p-ccCompetent-hero__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .p-ccCompetent-hero__inner {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.p-ccCompetent-hero__logo {
  margin: 0 auto;
}
@media only screen and (max-width: 660px) {
  .p-ccCompetent-hero__logo {
    max-width: 240px;
  }
}
.p-ccCompetent-hero__lead {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  word-break: auto-phrase;
}
@media only screen and (max-width: 960px) {
  .p-ccCompetent-hero__lead {
    font-size: 2rem;
  }
}
.p-ccCompetent-mainContent {
  margin: 120px 20px;
}
@media only screen and (max-width: 960px) {
  .p-ccCompetent-mainContent {
    margin: 80px 20px;
  }
}
.p-ccCompetent-mainContent__inner {
  max-width: 1120px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 auto;
}
.c-ccCompetent-section,
.c-ccCompetent-effect,
.c-ccCompetent-effect__body,
.c-ccCompetent-function {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-ccCompetent-section__body,
.c-ccCompetent-effect__body,
.c-ccCompetent-effect__body__body,
.c-ccCompetent-function__body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.c-ccCompetent-section__body:has(.c-ccCompetent-subSection:nth-child(2):last-child),
.c-ccCompetent-effect__body:has(.c-ccCompetent-subSection:nth-child(2):last-child),
.c-ccCompetent-effect__body__body:has(.c-ccCompetent-subSection:nth-child(2):last-child),
.c-ccCompetent-function__body:has(.c-ccCompetent-subSection:nth-child(2):last-child) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-section__body:has(.c-ccCompetent-subSection:nth-child(2):last-child),
  .c-ccCompetent-effect__body:has(.c-ccCompetent-subSection:nth-child(2):last-child),
  .c-ccCompetent-effect__body__body:has(.c-ccCompetent-subSection:nth-child(2):last-child),
  .c-ccCompetent-function__body:has(.c-ccCompetent-subSection:nth-child(2):last-child) {
    grid-template-columns: 1fr;
  }
}
.c-ccCompetent-section__body:has(.c-ccCompetent-subSection:nth-child(3):last-child),
.c-ccCompetent-effect__body:has(.c-ccCompetent-subSection:nth-child(3):last-child),
.c-ccCompetent-effect__body__body:has(.c-ccCompetent-subSection:nth-child(3):last-child),
.c-ccCompetent-function__body:has(.c-ccCompetent-subSection:nth-child(3):last-child) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-section__body:has(.c-ccCompetent-subSection:nth-child(3):last-child),
  .c-ccCompetent-effect__body:has(.c-ccCompetent-subSection:nth-child(3):last-child),
  .c-ccCompetent-effect__body__body:has(.c-ccCompetent-subSection:nth-child(3):last-child),
  .c-ccCompetent-function__body:has(.c-ccCompetent-subSection:nth-child(3):last-child) {
    grid-template-columns: 1fr;
  }
}
.c-ccCompetent-subSection {
  background-color: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 10px;
}
.c-ccCompetent-subSection.-subgrid {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.c-ccCompetent-subSection__body {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.c-ccCompetent-subSection__body.-gapSmall {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-ccCompetent-subSection__heading {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-subSection__heading {
    font-size: 2.2rem;
    word-break: auto-phrase;
  }
}
.c-ccCompetent-subSection__heading.-alignCenter {
  text-align: center;
}
.c-ccCompetent-subSection__columnFlex {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection__columnFlex {
    flex-direction: column;
  }
}
.c-ccCompetent-subSection__columnFlex.-large {
  gap: 40px;
}
.c-ccCompetent-subSection__columnFlex.-flexWrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection__columnFlex.-flexWrap {
    flex-direction: row;
  }
}
.c-ccCompetent-subSection__columnFlex.-center {
  justify-content: center;
}
.c-ccCompetent-subSection__columnGrid {
  display: grid;
  align-items: flex-start;
  gap: 32px;
}
.c-ccCompetent-subSection__columnGrid.-column2 {
  grid-template-columns: repeat(2, minmax(auto, 1fr));
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection__columnGrid.-column2 {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.c-ccCompetent-subSection__columnGrid.-column1to3 {
  grid-template-columns: 1fr 3fr;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection__columnGrid.-column1to3 {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.c-ccCompetent-subSection__columnGrid.-column3to1 {
  grid-template-columns: 3fr 1fr;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection__columnGrid.-column3to1 {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.c-ccCompetent-subSection__columnGrid.-alignCenter {
  align-items: center;
}
.c-ccCompetent-subSection__columnGrid.-gapSmall {
  gap: 24px;
}
.c-ccCompetent-subSection__lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-subSection__lead {
    font-size: 1.6rem;
  }
}
.c-ccCompetent-subSection__lead.-textSmall {
  font-size: 1.6rem;
}
.c-ccCompetent-subSection__infoBlock {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-ccCompetent-subSection__causeText {
  color: #707070;
}
.c-ccCompetent-subSection__causeText::after {
  content: "";
  display: block;
  margin-inline: auto;
  margin-top: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 69px solid transparent;
  border-left: 69px solid transparent;
  border-top: 34px solid #004ba5;
  border-bottom: 0;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection__causeText::after {
    border-right: 59px solid transparent;
    border-left: 59px solid transparent;
    border-top: 26px solid #004ba5;
  }
}
.c-ccCompetent-subSection__improvementText {
  font-weight: 700;
}
.c-ccCompetent-subSection__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection__content {
    order: 2;
  }
}
.c-ccCompetent-subSection__content:has(.c-ccCompetent-subSection__lead) {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.c-ccCompetent-subSection__content.-gapSmall {
  gap: 24px;
}
.c-ccCompetent-subSection__image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection__image {
    order: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
  }
}
.c-ccCompetent-subSubSection {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.c-ccCompetent-subSubSection.-small {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-ccCompetent-subSubSection.-spaceBetween {
  justify-content: space-between;
}
.c-ccCompetent-subSubSection__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-ccCompetent-section-backgroundFilled {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.c-ccCompetent-section-backgroundFilled__heading {
  background-color: #004ba5;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 8px;
  text-align: center;
}
.c-ccCompetent-section-backgroundFilled__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.c-ccCompetent-section-backgroundFilled__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.c-ccCompetent-subSection-backgroundFilled {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-ccCompetent-subSection-backgroundFilled__heading {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-subSection-backgroundFilled__heading {
    font-size: 2.2rem;
    word-break: auto-phrase;
  }
}
.c-ccCompetent-subSection-backgroundFilled__lead {
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-subSection-backgroundFilled__lead {
    font-size: 1.8rem;
  }
}
.c-ccCompetent-subSection-backgroundFilled__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.c-ccCompetent-subSection-backgroundFilled__columnGrid {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-subSection-backgroundFilled__columnGrid {
    grid-template-columns: 1fr;
  }
}
.c-ccCompetent-subSubSubSection-backgroundFilled {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 24px;
}
.c-ccCompetent-subSubSubSection-backgroundFilled__body {
  display: grid;
  gap: 40px;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.c-ccCompetent-effect__heading {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-effect__heading {
    font-size: 2.8rem;
  }
}
.c-ccCompetent-effectList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-effectList {
    grid-template-columns: 1fr;
  }
}
.c-ccCompetent-effectList-item {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1600px) {
  .c-ccCompetent-effectList-item {
    flex-direction: column;
    gap: 32px;
  }
}
.c-ccCompetent-effectList-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1600px) {
  .c-ccCompetent-effectList-item:nth-child(even) {
    flex-direction: column;
  }
}
.c-ccCompetent-effectList-item:nth-child(even) .c-ccCompetent-effectList__image {
  margin-right: -290px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1600px) {
  .c-ccCompetent-effectList-item:nth-child(even) .c-ccCompetent-effectList__image {
    margin: 0 auto;
  }
}
.c-ccCompetent-effectList-item:nth-child(even) .c-ccCompetent-effectList__content {
  padding-right: 32px;
  max-width: 348px;
  width: 65%;
}
@media only screen and (max-width: 1600px) {
  .c-ccCompetent-effectList-item:nth-child(even) .c-ccCompetent-effectList__content {
    padding-right: 0;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
}
.c-ccCompetent-effectList__image {
  margin-left: -290px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1600px) {
  .c-ccCompetent-effectList__image {
    margin: 0 auto;
  }
}
.c-ccCompetent-effectList__content {
  max-width: 300px;
  margin: 0 auto auto 0;
}
@media only screen and (max-width: 1600px) {
  .c-ccCompetent-effectList__content {
    margin: 0 auto;
    max-width: 480px;
  }
}
.c-ccCompetent-effectList__number {
  font-weight: 500;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 5.8rem;
  display: block;
  line-height: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-effectList__number {
    font-size: 5.2rem;
  }
}
.c-ccCompetent-effectList__heading {
  font-weight: bold;
  font-size: 2.4rem;
  background-color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 0.3em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-effectList__heading {
    font-size: 2rem;
  }
}
.c-ccCompetent-effectList__emphasis {
  font-size: 3rem;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-effectList__emphasis {
    font-size: 2.6rem;
  }
}
.c-ccCompetent-function__heading {
  font-size: 3rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-function__heading {
    font-size: 2.6rem;
  }
}
.c-ccCompetent-function__lead {
  font-size: 1.8rem;
  text-align: center;
}
.c-ccCompetent-functionList {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  justify-content: center;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-functionList {
    gap: 40px;
  }
}
.c-ccCompetent-functionList__item {
  width: 180px;
  flex-shrink: 0;
}
.c-ccCompetent-functionList__link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-ccCompetent-functionList__link:hover > .c-ccCompetent-functionList__imageContainer {
  background-color: rgba(255,255,255,0.65);
}
.c-ccCompetent-functionList__link:hover > .c-ccCompetent-functionList__text {
  color: #004ba5;
}
.c-ccCompetent-functionList__imageContainer {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: space-evenly;
  transition: background-color 0.3s ease;
}
.c-ccCompetent-functionList__imageContainer::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/_assets/img/customer/cc_competent/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transform: rotate(90deg);
}
.c-ccCompetent-functionList__image {
  max-width: 125px;
  margin-top: 12px;
}
.c-ccCompetent-functionList__text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  align-self: center;
  width: 110%;
}
.c-ccCompetent-cardList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  background-color: #d5e7fe;
  padding: 32px;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-cardList {
    grid-template-columns: 1fr;
  }
}
.c-ccCompetent-cardList__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 16px;
}
.c-ccCompetent-cardList__lead {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.c-ccCompetent-cardList__image {
  margin: auto;
}
.c-ccCompetent-link {
  padding-right: 2em;
  padding-bottom: 0.3em;
  font-size: 1.4rem;
  border-bottom: 2px solid #222426;
  position: relative;
  display: inline-block;
  align-self: flex-start;
  color: #222426;
}
.c-ccCompetent-link:hover {
  color: #004ba5;
  border-bottom: 2px solid #004ba5;
}
.c-ccCompetent-link:hover::after {
  transform: scale(1.2);
  background-color: #004ba5;
}
.c-ccCompetent-link.-flexEnd {
  align-self: flex-end;
}
.c-ccCompetent-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #222426;
  border-radius: 100vh;
  position: absolute;
  top: 0.7em;
  right: 0.2em;
  transform-origin: center;
}
.c-ccCompetent-applicationList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 960px) {
  .c-ccCompetent-applicationList {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-applicationList {
    grid-template-columns: 1fr;
  }
}
.c-ccCompetent-applicationList__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #fff;
  padding: 24px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
  position: relative;
  height: 100%;
}
.c-ccCompetent-applicationList__link::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #004ba5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.c-ccCompetent-applicationList__link::after {
  content: '';
  display: inline-block;
  mask-image: url("/_assets/img/customer/cc_competent/icon_arrow.svg");
  -webkit-mask-image: url("/_assets/img/customer/cc_competent/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #222;
  width: 0.8em;
  height: 0.8em;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.c-ccCompetent-applicationList__link:hover {
  background-color: #f5f8ff;
}
.c-ccCompetent-applicationList__link:hover::before {
  opacity: 1;
}
.c-ccCompetent-linkImage {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  transition: opacity 0.3s ease;
}
.c-ccCompetent-linkImage:hover {
  opacity: 0.7;
}
.c-ccCompetent-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-ccCompetent-accordion__details {
  border-radius: 35px;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
.c-ccCompetent-accordion__details[open] {
  background-color: #d5e7fe;
}
.c-ccCompetent-accordion__details[open] .c-ccCompetent-accordion__heading::after {
  transform: rotate(270deg);
}
.c-ccCompetent-accordion__details:hover {
  background-color: #d5e7fe;
}
.c-ccCompetent-accordion__heading {
  list-style: none;
  padding: 24px 64px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  line-height: 1.5;
}
.c-ccCompetent-accordion__heading::-webkit-details-marker {
  display: none;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-accordion__heading {
    padding: 24px 64px;
  }
}
.c-ccCompetent-accordion__heading::before {
  content: "Q";
  color: #004ba5;
  position: absolute;
  top: 1em;
  left: 1.5em;
  display: inline-block;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-accordion__heading::before {
    top: 0.9em;
  }
}
.c-ccCompetent-accordion__heading::after {
  content: url("/_assets/img/customer/cc_competent/icon_arrow.svg");
  position: absolute;
  display: inline-block;
  top: 1.8em;
  right: 2.5em;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.c-ccCompetent-accordion__panel {
  overflow: hidden;
  position: relative;
}
.c-ccCompetent-accordion__content {
  padding: 16px 64px 32px;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-accordion__content {
    padding: 16px 64px 24px;
  }
}
.c-ccCompetent-accordion__content::before {
  content: "A";
  color: #ff4b00;
  position: absolute;
  top: 0.6em;
  left: 1.5em;
  display: inline-block;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 660px) {
  .c-ccCompetent-accordion__content::before {
    top: 0.5em;
  }
}
.c-button-filled.-center {
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .c-button-filled.-center {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=maps/cc_competent.css.map */
