/* Template ANA TC */
@charset "Shift_JIS";

.pane-globalnav-wrap {
  position: relative;
}
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --color01:#000f47;
  --color02:#161616;
  --color03:#001C79;
  --color04:#4d89e3;
}
.pc-content {
  width: 980px;
  margin-inline: auto;
}
.pc-content .mt60{margin-top:60px !important;}
.cpn-comp img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.cpn-comp .heading-h2 {
  position: relative;
  padding-block-end: 34px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: var(--color02);
}
.cpn-comp .heading-h2 span {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  display: block;
  width: 108px;
  height: 12px;
}
.cpn-comp .button {
  position: relative;
  display: block;
  margin-inline: auto;
  padding: 15px 0 15px;
  width: 290px;
  border-radius: 30px;
  background: var(--color03);
  border: 1px solid var(--color03);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.cpn-comp .button::after {
  content: '';
  position: absolute;
  top: 21px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.cpn-comp .button--type02 {
  background: #fff;
  font-size: 13px;
  color: var(--color04);
  border-color: var(--color04);
}
.cpn-comp .button--type02::after {
  border-color: var(--color04);
}


.cpn-comp .mv {
  position: relative;
  aspect-ratio: 980 / 458;
}
.cpn-comp .mv__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cpn-comp .mv__bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cpn-comp .mv__inner {
  position: relative;
  margin-inline: auto;
  padding-inline: 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 456px;
  height: 100%;
  color: var(--color01);
  font-weight: bold;

}
.cpn-comp .mv__lead {
  font-size: 38px;
  line-height: 1;
  text-align: center;
}
.cpn-comp .mv__description {
  margin-block-start: 3.875em;
  font-size: 16px;
  line-height: calc(24 /16);
  text-align: center;
}
.cpn-comp .mv__note-list {
  margin-block-start: 1.923em;
  margin-block-end: var(--leading-trim);
}
.cpn-comp .mv__note-item {
  font-size: 13px;
  line-height: calc(21 /13);
}

.cpn-comp .flow {
  margin-block-start: 122px;
}
.cpn-comp .flow-list {
  margin-block-start: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.cpn-comp .flow-list__text {
  margin-block-end: 13px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.cpn-comp .note {
  margin-block: 70px;
  padding: 45px 40px;
  background: #f8f8f8;
}
.cpn-comp .note-title {
  margin: 0;
  padding-block-end: 15px;
  font-size: 20px;
  border-bottom: 1px solid #adadad;
}
.cpn-comp .note-list {
  margin-block-start: 17px;
}
.cpn-comp .note-list__item {
  font-size: 16px;
  text-indent: -16px;
  padding: 0 0 0 16px;
  font-weight: bold;
}
.cpn-comp .link-text {
  color: var(--color03);
  text-decoration: underline;
  text-decoration-color: var(--color03);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
}
