.b--main {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (min-width: 64.0625em) {
  .b--main {
    font-size: 18px;
  }
}

.flexbox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.flexbox-item {
  flex: 100%;
}
@media screen and (min-width: 48em) {
  .flexbox-item {
    flex: 1;
  }
}
.flexbox.four-col {
  justify-content: space-between;
  gap: 1.2em;
}
.flexbox.four-col > * {
  flex: 40%;
}
@media screen and (min-width: 48em) {
  .flexbox.four-col > * {
    flex: 22%;
  }
}

a {
  color: #252322;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #0d1d34;
}

.bt {
  background-image: linear-gradient(90deg, rgb(255, 115, 38) 0%, rgb(255, 89, 0) 50%, rgb(255, 139, 76) 100%);
  border: 4px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-feature-settings: "palt";
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0.5em 0;
  padding: 1.1em 2.6em;
  position: relative;
  transition: 0.3s;
  width: fit-content;
  z-index: 0;
}
.bt::before {
  border-radius: 50px;
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(90deg, rgb(255, 89, 0) 0%, rgb(255, 139, 76) 50%, rgb(255, 89, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s;
}
.bt:hover {
  color: #fff;
}
.bt:hover::before {
  opacity: 1;
}
@media screen and (min-width: 64.0625em) {
  .bt {
    font-size: 26px;
  }
}
.bt.small {
  border: 3px solid #fff;
  font-size: 14px;
  padding: 1.2em 2em;
}
.bt.type02 {
  background-color: #244370;
  background-image: url("/assets/img/ccna-new/icon_arrow03.png");
  background-position: right 1.5em center;
  background-repeat: no-repeat;
  border: none;
  box-shadow: none;
  margin: 0.5em auto;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 64.0625em) {
  .bt.type02 {
    font-size: 16px;
    width: 100%;
  }
}
.bt.type02:hover {
  opacity: 0.7;
}
.bt.type02:hover::before {
  display: none;
}

.bt-box-txt {
  align-items: center;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  justify-content: center;
  line-height: 1.4;
}
@media screen and (min-width: 64.0625em) {
  .bt-box-txt {
    font-size: 22px;
  }
}
.bt-box-txt::before, .bt-box-txt::after {
  width: 2px;
  height: 48px;
  background-color: #ff7434;
  content: "";
}
.bt-box-txt::before {
  transform: rotate(-45deg);
  margin-right: 30px;
}
.bt-box-txt::after {
  transform: rotate(45deg);
  margin-left: 30px;
}
.bt-box .bt {
  margin: 0.5em auto 1.5em;
}
@media screen and (min-width: 48em) {
  .bt-box .bt {
    margin: 0.5em auto 7.8em;
  }
}
.bt-box.fixed {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.bt-box.fixed .bt {
  margin: 0.6em auto;
}
@media screen and (min-width: 64.0625em) {
  .bt-box.fixed .bt {
    font-size: 20px;
  }
}

.font-en {
  font-family: "DINPro-Bold";
}

.heading02 {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 1.4em;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading02 {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 3.2em;
  }
}
.heading02 .size-l {
  font-size: 25px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .heading02 .size-l {
    font-size: 40px;
  }
}

.heading03 {
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading03 {
    font-size: 24px;
  }
}

.heading04 {
  color: #0d1d34;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .heading04 {
    font-size: 18px;
  }
}

p {
  margin-bottom: 1.8em;
}

.lead {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .lead {
    font-size: 32px;
  }
}

section {
  padding: 30px 0 0;
}
@media screen and (min-width: 64.0625em) {
  section {
    padding: 10.5em 0 0;
  }
}

.container {
  width: 100%;
  max-width: 1140px !important;
  margin: 0 auto;
  overflow: inherit !important;
  padding: 0 15px 20px;
  z-index: auto;
}
@media screen and (min-width: 48em) {
  .container {
    padding: 0 30px;
  }
}
.container ul:not(.footer .container ul) {
  list-style: disc;
  margin: 0 0 20px 20px;
}

.mainvisual {
  background: url("/assets/img/ccna-new/mv.webp") right top -15vw no-repeat;
  background-size: auto 75vw;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .mainvisual {
    background: url("/assets/img/ccna-new/mv.webp") right 30% top -10em no-repeat;
    background-size: cover;
    overflow: visible;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual {
    background: url("/assets/img/ccna-new/mv.webp") center no-repeat;
    background-size: cover;
  }
}
.mainvisual .container {
  max-width: 1370px !important;
  padding: 0;
}
.mainvisual .copy {
  background: #d2dbe9;
  color: #244370;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding: 0.2em 0.3em 0.2em 0.6em;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .copy {
    font-size: 38px;
  }
}
.mainvisual .copy .size-s {
  font-size: 14px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .copy .size-s {
    font-size: 34px;
  }
}
.mainvisual .heading02 {
  color: #fff;
  display: block;
  font-size: 26px;
  margin: 0 0 0.6em;
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .heading02 {
    font-size: 46px;
    line-height: 2;
    margin: 0 0 0.4em;
  }
}
.mainvisual .heading02 .size-l {
  font-size: 30px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .heading02 .size-l {
    font-size: 60px;
  }
}
.mainvisual__cont {
  align-items: center;
  background: rgba(36, 67, 112, 0.95);
  display: flex;
  flex-direction: column;
  margin-top: 60vw;
  padding: 2em 1.5em;
}
@media screen and (min-width: 48em) {
  .mainvisual__cont {
    margin: 0;
    padding: 2em 3vw;
    width: fit-content;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual__cont {
    padding: 9.5em 5vw 7.2em;
  }
}
.mainvisual .annotation {
  color: #fff;
  font-size: 12px;
  margin: 2em 0 0;
  width: 100%;
}
.mainvisual .value {
  gap: 0 1em;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .mainvisual .value {
    gap: 1em;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value {
    margin: 0;
  }
}
.mainvisual .value__item {
  background: url("/assets/img/ccna-new/icon-crown.png") center top 0.5em no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-weight: 700;
  height: 150px;
  line-height: 1.2;
  place-items: center;
  position: relative;
  text-align: center;
  width: 150px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value__item {
    font-size: 22px;
    height: 200px;
    width: 200px;
  }
}
.mainvisual .value__item .annotation {
  margin: 0;
  position: absolute;
  right: 1.5em;
  top: 52%;
  width: auto;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value__item .annotation {
    right: 2.5em;
  }
}
.mainvisual .value-txt {
  line-height: 1.2;
  margin: 0.8em 0 0;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.mainvisual .value .size-l {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .size-l {
    font-size: 75px;
  }
}
.mainvisual .value .value01 .size-l,
.mainvisual .value .value02 .size-l {
  margin-top: 0.1em;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .value03 .value-txt {
    margin-top: 1.1em;
  }
}
.mainvisual .value .value03 .size-l {
  position: relative;
}
.mainvisual .value .value03 .size-l:before {
  background: url("/assets/img/ccna-new/icon-star.png");
  background-size: contain;
  content: "";
  left: -25px;
  height: 24px;
  position: absolute;
  top: 0;
  width: 25px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .value03 .size-l:before {
    left: -35px;
    height: 43px;
    width: 45px;
  }
}
.mainvisual .value .size-m {
  font-size: 18px;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .value .size-m {
    font-size: 50px;
  }
}
.mainvisual .bt {
  margin: 2em auto 0;
}
@media screen and (min-width: 64.0625em) {
  .mainvisual .bt {
    margin: 1em auto 0;
  }
}

.pr {
  align-items: center;
  background: #f1ede7;
  box-shadow: 0px 0px 30px 0px rgba(36, 67, 112, 0.3);
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow: hidden;
  max-width: 1280px;
  padding: 1.5em;
  position: relative;
  width: 100%;
}
.cont09 .pr {
  margin: 1.2em 1.5em 2em;
  width: auto;
}
@media screen and (min-width: 48em) {
  .pr {
    flex-direction: row;
    padding: 2.2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .pr {
    left: 0;
    margin: -4em auto;
    position: absolute;
    right: 0;
  }
  .cont09 .pr {
    max-width: 92%;
    position: static;
    margin: 5em auto;
  }
}
.pr-logo {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 160px;
  justify-content: center;
  padding: 1em;
  width: 160px;
}
.cont09 .pr-logo {
  border-radius: 60px;
  height: 122px;
  margin: 0 auto;
  width: 270px;
}
@media screen and (min-width: 48em) {
  .cont09 .pr-logo {
    border-radius: 50%;
    height: 200px;
    margin: 0;
    width: 200px;
  }
}
@media screen and (min-width: 64.0625em) {
  .pr-logo {
    border-radius: 0 50% 50% 0;
    left: -2.2vw;
    height: 22vw;
    margin-right: 0;
    padding: 3em;
    position: absolute;
    width: 22vw;
  }
  .cont09 .pr-logo {
    height: 303px;
    position: static;
    width: 303px;
  }
}
.pr-cont {
  color: #244370;
}
@media screen and (min-width: 64.0625em) {
  .pr-cont {
    font-size: 24px;
    margin-left: 21vw;
  }
  .cont09 .pr-cont {
    font-size: 20px;
    margin: 0;
  }
}
.pr-cont .size-l {
  font-size: 20px;
}
@media screen and (min-width: 64.0625em) {
  .pr-cont .size-l {
    font-size: 28px;
  }
}
.pr-cont-txt {
  margin-bottom: 0.7em;
  line-height: 1.4;
}
.pr .price-off {
  align-items: center;
  display: flex;
  gap: 0.8em;
}
.cont09 .pr .price-off {
  background: #244370;
  color: #fff;
  justify-content: center;
  margin-bottom: 0.8em;
  padding: 0.2em;
}
.pr .price-off .bg-navy {
  background: #244370;
  color: #fff;
  padding: 0 0.3em;
}
.pr .price-off-txt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0.5em;
  text-align: center;
}
.cont09 .pr .price-off-txt {
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 64.0625em) {
  .pr .price-off-txt {
    font-size: 40px;
  }
  .cont09 .pr .price-off-txt {
    font-size: 30px;
  }
}
.pr .price-off .font-en {
  font-size: 74px;
  line-height: 1;
}
.cont09 .pr .price-off .font-en {
  font-size: 50px;
}
@media screen and (min-width: 64.0625em) {
  .pr .price-off .font-en {
    font-size: 150px;
  }
  .cont09 .pr .price-off .font-en {
    font-size: 84px;
  }
}
.pr .price-off .font-en .size-s {
  font-size: 0.6em;
}
.pr .price-off .font-en .size-m {
  font-size: 0.8em;
}
.pr .price-off .font-en i {
  font-style: italic;
}
.cont09 .pr .container {
  align-items: center;
  gap: 1.3em;
}
@media screen and (max-width: 47.9375em) {
  .cont09 .pr .container {
    padding: 1em 0 0.5em;
  }
}
@media screen and (min-width: 48em) {
  .cont09 .pr .container {
    flex-wrap: nowrap;
    padding: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont09 .pr .container {
    gap: 4em;
    max-width: 970px !important;
  }
}
.cont09 .pr .step {
  gap: 1.8em;
  width: fit-content;
}
@media screen and (min-width: 64.0625em) {
  .cont09 .pr .step {
    gap: 2.3em;
  }
}
.cont09 .pr .step .flexbox-item {
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .cont09 .pr .step .flexbox-item {
    flex: 1;
  }
}
.cont09 .pr .step .flexbox-item::after {
  background: url("/assets/img/ccna-new/icon-arrow02.png") no-repeat;
  background-size: cover;
  bottom: 2.5em;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -1.2em;
  width: 7px;
}
@media screen and (min-width: 48em) {
  .cont09 .pr .step .flexbox-item::after {
    bottom: 4.4em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont09 .pr .step .flexbox-item::after {
    bottom: 3.2em;
    height: 24px;
    right: -1.6em;
    width: 14px;
  }
}
.cont09 .pr .step .flexbox-item:last-child::after {
  display: none;
}
.cont09 .pr .step-txt {
  color: #252322;
  margin: 0 0 0.3em;
  text-align: center;
}
.cont09 .pr .step-img {
  margin: 0 auto;
}

.cont01 {
  padding-bottom: 2em;
  padding-top: 2em;
}
@media screen and (min-width: 48em) {
  .cont01 {
    padding-bottom: 5em;
    padding-top: 5em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont01 {
    padding-bottom: 11em;
    padding-top: 24em;
  }
}
.cont01 .heading03 {
  background: #244370;
  color: #fff;
  display: inline;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  padding: 0.3em;
  text-align: left;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (min-width: 64.0625em) {
  .cont01 .heading03 {
    font-size: 24px;
    line-height: 2.2;
  }
}
.cont01 .heading03 .color-gold {
  color: #efc779;
}
@media screen and (max-width: 64em) {
  .cont01 .heading03 .color-gold {
    font-size: 25px;
  }
}
.cont01 .box-gray {
  align-items: center;
  background: #eef1f6;
  border-radius: 20px;
  gap: 2em;
  padding: 2.8em 1.5em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .cont01 .box-gray {
    border-radius: 60px;
    gap: 4em;
    padding: 2.4em 3.8em;
  }
}
.cont01 .box-gray .cont01-img {
  margin: 0 auto;
}
.cont01 .box-gray p {
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 64.0625em) {
  .cont01 .box-gray p {
    font-size: 18px;
  }
}
.cont01 .box-gray p .size-l {
  font-weight: 700;
  font-size: 1.1em;
}
.cont01 .box-gray p.cont01-txt {
  margin: 1.2em 0 1.6em;
}
@media screen and (min-width: 64.0625em) {
  .cont01 .box-gray p.cont01-txt {
    margin: 0.8em 0 1.2em;
  }
}
.cont01 .box-gray .flexbox {
  align-items: center;
  gap: 2em;
}
@media screen and (max-width: 64em) {
  .cont01 .box-gray .supervisor {
    gap: 1.5em;
  }
}
.cont01 .box-gray .supervisor .flexbox-item {
  flex: auto;
}
.cont01 .badge {
  position: absolute;
  right: 20px;
  top: 295px;
  width: 100px;
}
@media screen and (min-width: 48em) {
  .cont01 .badge {
    right: 0;
    top: -50px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont01 .badge {
    width: auto;
  }
}

.cont02-a {
  padding-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cont02-a {
    padding-bottom: 5em;
  }
}
.cont02-a .flexbox {
  align-items: flex-end;
  gap: 2em;
  text-align: center;
}
.cont02-a .flexbox-item {
  background: url("/assets/img/ccna-new/cont02-bg.png") center bottom no-repeat;
}
.cont02-a .flexbox-item img {
  margin: 0 auto 1em;
}
.cont02-a .flexbox-item:first-child img {
  margin-right: 1em;
}
.cont02-a .flexbox-item p {
  margin: 1em;
}

.cont02-b {
  padding-top: 6.8em;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .cont02-b {
    padding-top: 8.5em;
  }
}
.cont02-b::before {
  background-color: #eef1f6;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 47px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -1px;
  width: 154px;
}
@media screen and (min-width: 64.0625em) {
  .cont02-b::before {
    height: 67px;
    width: 396px;
  }
}
.cont02-b .border-navy {
  border-bottom: #252322 4px solid;
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 1.5em;
}
.cont02-b .flexbox {
  gap: 1em;
  margin-bottom: 2em;
}
@media screen and (min-width: 64.0625em) {
  .cont02-b .flexbox {
    gap: 3em;
    margin-bottom: 2.7em;
  }
}
.cont02-b p .color-navy {
  font-size: 1.1em;
}

.cont03 {
  background: #244370;
  color: #fff;
  overflow: hidden;
}
.cont03 .container {
  overflow: visible !important;
}
.cont03 .heading02 {
  margin: 0 auto 1em;
}
@media screen and (min-width: 64.0625em) {
  .cont03 .heading02 {
    font-size: 40px;
    margin: 0.5em auto 2.1em;
  }
  .cont03 .heading02 .size-l {
    font-size: 50px;
  }
}
.cont03 .heading03 {
  color: #93bceb;
  margin-bottom: 2.1em;
}
.cont03 .heading03 .bg-white {
  color: #244370;
  font-weight: 700;
  font-size: 1.1em;
}
@media screen and (min-width: 48em) {
  .cont03 .heading03.mb-s {
    margin-bottom: 1em;
  }
}
.cont03 .reason {
  background: #0d1d34;
  margin-bottom: 1.5em;
  padding: 1.5em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 64.0625em) {
  .cont03 .reason {
    font-size: 18px;
    margin-bottom: 2.8em;
    padding: 2.6em;
  }
  .cont03 .reason.reason03 {
    margin-bottom: 4.5em;
  }
}
.cont03 .reason::before {
  color: #244370;
  font-family: "DINPro-Bold";
  font-size: 100px;
  left: -0.1em;
  line-height: 1;
  position: absolute;
  top: -0.2em;
  z-index: -1;
}
@media screen and (min-width: 64.0625em) {
  .cont03 .reason::before {
    font-size: 160px;
  }
}
.cont03 .reason.reason01::before {
  content: "01";
}
.cont03 .reason.reason02::before {
  content: "02";
}
.cont03 .reason.reason03::before {
  content: "03";
}
.cont03 .reason.reason04::before {
  content: "04";
}
.cont03 .reason.reason05::before {
  content: "05";
}
@media screen and (min-width: 48em) {
  .cont03 .reason:nth-child(even)::after {
    background: #0d1d34;
    bottom: 0;
    content: "";
    left: 100%;
    position: absolute;
    right: -100%;
    top: 0;
  }
  .cont03 .reason:nth-child(odd)::after {
    background: #0d1d34;
    bottom: 0;
    content: "";
    left: -100%;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: -2;
  }
}
.cont03 .reason .flexbox {
  gap: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .cont03 .reason .flexbox {
    align-items: center;
    gap: 3em;
  }
}
.cont03 .reason .flexbox-item {
  margin: 0;
  z-index: 0;
}
.cont03 .reason .flexbox-item-txt {
  color: #93bceb;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1.9em;
}
.cont03 .reason .flexbox-item-txt:last-child {
  margin: 0;
}
.cont03 .reason .flexbox-item .size-l {
  color: #fff;
  font-size: 1.1em;
}
.cont03 .reason-photo {
  margin: 0 auto;
  max-width: 352px;
}
.cont03 .reason .flexbox img {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 48em) {
  .cont03 .reason-icon {
    gap: 0.2em !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .cont03 .reason-icon .flexbox-item {
    flex: 46%;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont03 .bt-box {
    margin-top: 4.8em;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont04 {
    padding-bottom: 10.8em;
  }
}

.cont05-wrap {
  flex-direction: column;
  gap: 3em;
  margin-top: 2em;
}
@media screen and (min-width: 64.0625em) {
  .cont05-wrap {
    flex-direction: row;
    gap: 1.5em;
    margin-top: 5.4em;
  }
}
.cont05 .heading03 {
  align-items: center;
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.5em;
  text-align: left;
}
@media screen and (max-width: 64em) {
  .cont05 .heading03 {
    font-size: 20px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont05 .heading03 {
    margin: 0 0 1.3em -0.2em;
  }
}
.cont05-img {
  margin: 0 auto;
}
.cont05-cont {
  border: #ccc 3px solid;
  gap: 1em;
  margin-bottom: 1.5em;
  padding: 2em 1.2em;
}
@media screen and (min-width: 64.0625em) {
  .cont05-cont {
    margin-bottom: 1em;
    min-height: 352px;
    padding: 1em 1.5em;
  }
}
.cont05-cont.cont05-cont02 {
  border-color: #f9e4b4;
}
.cont05-cont.cont05-cont03 {
  border-color: #93bceb;
}
.cont05-cont.cont05-cont04 {
  margin: 0;
}
.cont05-cont-no {
  background: #244370;
  border-radius: 50%;
  color: #fff;
  display: grid;
  flex: none;
  font-weight: 700;
  font-size: 20px;
  height: 53px;
  place-items: center;
  width: 53px;
}
@media screen and (min-width: 64.0625em) {
  .cont05-cont-no {
    font-size: 30px;
    height: 76px;
    width: 76px;
  }
}
.cont05-txt {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 64.0625em) {
  .cont05-txt {
    font-size: 18px;
  }
}
.cont05-ul {
  background: #eef1f6;
  border-radius: 10px;
  color: #244370;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: stretch;
  height: -webkit-fill-available;
  justify-content: center;
  line-height: 2;
  margin: 0 !important;
  padding: 1em 1em 1em 2.5em;
}
@media screen and (min-width: 64.0625em) {
  .cont05-ul {
    margin: 0.8em 0 !important;
  }
}
.cont05-ul li {
  padding: 0.15em 0;
}

.loop-wrap {
  display: flex;
  overflow: hidden;
}
.loop-wrap__inner {
  display: flex;
  width: auto;
  height: 100%;
}
.loop-wrap__inner:first-child {
  animation: loop 50s -25s linear infinite;
}
.loop-wrap__inner:last-child {
  animation: loop2 50s linear infinite;
}
.loop-wrap__inner .media-logo {
  width: 50vw;
}
@media screen and (min-width: 48em) {
  .loop-wrap__inner .media-logo {
    width: 16.6666666667vw;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.cont-logo {
  padding-bottom: 2em;
}
@media screen and (min-width: 64.0625em) {
  .cont-logo {
    padding-bottom: 5.8em;
    padding-top: 5.2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont-logo .heading02 {
    margin-bottom: 1.8em;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont06 .heading02 {
    margin-bottom: 1.8em;
  }
}
.cont06 .occupation {
  background: #244370;
  border-radius: 30px;
  color: #fff;
  display: grid;
  font-weight: 700;
  line-height: 1.4;
  margin: -1em auto 0;
  min-height: 50px;
  padding: 0 1em;
  place-items: center;
  position: relative;
  text-align: center;
  width: fit-content;
}
@media screen and (min-width: 64.0625em) {
  .cont06 .occupation {
    font-size: 16px;
    min-height: 60px;
    min-width: 306px;
  }
}
.cont06 .participants-ttl {
  border-bottom: #244370 2px solid;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 64.0625em) {
  .cont06 .participants-ttl {
    font-size: 20px;
  }
}
.cont06 .participants-txt {
  line-height: 1.9;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 64.0625em) {
  .cont06 .participants-txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont06 .bt-box {
    margin-top: 3em;
  }
}
.cont06 .modal-content .occupation {
  margin: -2em auto 2em 1.5em;
  padding: 0 1.8em;
  width: fit-content;
}
.cont06 .modal-content h2 {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 64.0625em) {
  .cont06 .modal-content h2 {
    font-size: 18px;
  }
}
.cont06 .modal-content h3 {
  border-left: #244370 5px solid;
  font-weight: bold;
  font-size: 16px;
  margin: 2.4em 0 1.4em;
  padding-left: 1em;
}
@media screen and (min-width: 64.0625em) {
  .cont06 .modal-content h3 {
    font-size: 18px;
  }
}
.cont06 .modal-content h4 {
  margin-bottom: 0.5em;
  padding-left: 4em;
  position: relative;
}
@media screen and (min-width: 64.0625em) {
  .cont06 .modal-content h4 {
    font-size: 16px;
  }
}
.cont06 .modal-content h4::before {
  background: #244370;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0.9em;
  width: 3em;
}
.cont06 .modal-content .close {
  margin: -0.9em -0.1em 0.4em auto;
}

.cont07 {
  padding-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .cont07 {
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont07 {
    padding-bottom: 10.8em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont07 .heading02 {
    margin-bottom: 3.5em;
  }
}
.cont07-img {
  margin: 0 auto;
}
.cont07-txt {
  margin: 1em 0 0;
}
@media screen and (min-width: 48em) {
  .cont07-txt {
    text-align: right;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont07-txt {
    font-size: 16px;
    margin: 2.5em 0 0;
  }
}
.cont07 a {
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .cont08 {
    padding-bottom: 4.5em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont08 .heading02 {
    margin-bottom: 1.8em;
  }
}
.cont08 .name {
  color: #244370;
  font-family: "DINPro-Bold";
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0.7em;
  text-align: center;
}
.cont08 p {
  margin-bottom: 1.2em;
}
.cont08 .modal-content .name {
  margin-bottom: 0.2em;
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .cont08 .modal-content .name {
    font-size: 20px;
  }
}
.cont08 .flexbox {
  align-items: center;
  gap: 2em;
  margin-bottom: 1.8em;
}
.cont08 .flexbox p {
  margin: 0;
}
.cont08 .flexbox p.post {
  color: #244370;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.cont09 {
  overflow: hidden;
}

.cont10 .heading02 {
  margin-bottom: 1.6em;
}
.cont10 .faq {
  margin-bottom: 3em;
}
@media screen and (min-width: 64.0625em) {
  .cont10 .faq {
    margin-bottom: 5.4em;
  }
}
.cont10 .faq-q {
  color: #244370;
  font-weight: 700;
  font-size: 18px;
  margin: 1.1em 0 0.4em;
}
@media screen and (min-width: 64.0625em) {
  .cont10 .faq-q {
    font-size: 24px;
  }
}
.cont10 .faq-q::before {
  content: "Q.";
  font-family: "DINPro-Bold";
  font-size: 24px;
  margin-right: 0.3em;
}
@media screen and (min-width: 64.0625em) {
  .cont10 .faq-q::before {
    font-size: 34px;
    margin-right: 0.6em;
  }
}
.cont10 .faq-a {
  border-bottom: 2px solid #ccc;
  padding: 0 0 1em;
}
@media screen and (min-width: 64.0625em) {
  .cont10 .faq-a {
    padding: 0 0 2.8em 3.5em;
  }
}

@media screen and (min-width: 64.0625em) {
  .cont11 {
    padding-bottom: 6em;
  }
}
@media screen and (min-width: 48em) {
  .cont11 .heading02 {
    margin-bottom: 1em;
  }
}
.cont11 .media-cont {
  gap: 1em;
  margin: 2.5em 0;
}
@media screen and (min-width: 48em) {
  .cont11 .media-cont {
    gap: 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont11 .media-cont {
    gap: 2.8em;
    margin: 2.5em 0 5em;
  }
}
.cont11 .media-block {
  background: #eef1f6;
  margin-bottom: 0.5em;
  padding: 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .cont11 .media-block {
    height: 100%;
    padding: 2em 2.3em 2.5em;
  }
}
.cont11 .media-block .flexbox {
  gap: 1.5em;
}
.cont11 .media-block .flexbox-item {
  flex: 1;
}
.cont11 .profile {
  line-height: 1.6;
}
@media screen and (min-width: 64.0625em) {
  .cont11 .profile {
    font-size: 18px;
  }
}
.cont11 .profile-name {
  align-items: center;
  gap: 2em;
  margin-bottom: 2em;
}
.cont11 .profile-name p {
  margin: 0;
}
.cont11 .name-jp {
  font-weight: 700;
}
@media screen and (min-width: 64.0625em) {
  .cont11 .name-jp {
    font-size: 20px;
  }
}
.cont11 .heading03 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  text-align: left;
}
@media screen and (min-width: 64.0625em) {
  .cont11 .heading03 {
    font-size: 18px;
  }
}
.cont11 .media-logo {
  align-items: center;
  margin-bottom: 1.3em;
}
.cont11 .media-txt {
  margin-bottom: 0.5em;
}
.cont11 .media-book {
  margin: 0 auto;
}

@media screen and (min-width: 64.0625em) {
  .cont12 {
    padding-bottom: 10.8em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont12 .heading02 {
    margin-bottom: 2.4em;
  }
}
.cont12 .heading03 {
  border-bottom: 2px solid;
  color: #244370;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .cont12 .heading03 {
    font-size: 22px;
  }
}
.cont12-txt {
  color: #244370;
  display: block;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 64.0625em) {
  .cont12-txt {
    font-size: 16px;
    min-height: 95px;
  }
}
.cont12 img {
  margin: 1.5em auto 1em;
}
.cont12 .flexbox {
  gap: 1em;
}
@media screen and (min-width: 64.0625em) {
  .cont12 .flexbox {
    gap: 3em;
  }
}
.cont12 .course02 .heading03 {
  color: #3b4795;
}
.cont12 .course02 .bt {
  background-color: #3b4795;
}
.cont12 .course03 .heading03 {
  color: #268078;
}
.cont12 .course03 .bt {
  background-color: #268078;
}

/* swiper */
.swiper {
  font-size: 14px;
  padding: 2.4em 2em;
  width: 100%;
}

.swiper-slide {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 0.8em;
  transition: 0.2s;
}
#swiper1 .swiper-slide {
  padding: 2em;
}
.swiper-slide-inner {
  padding: 1.2em 0.8em 0.8em;
}
@media screen and (min-width: 64.0625em) {
  .swiper-slide:hover {
    opacity: 0.8;
  }
}
.swiper-slide .arrow {
  margin: 0 0 0 auto;
}

.swiper-button-prev, .swiper-button-next {
  background: #244370;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 34px;
  top: 60%;
  transition: 0.2s;
  width: 34px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.8;
}

.swiper-pagination {
  position: static;
  margin: 0 0 3em 0;
}

.swiper-pagination-bullet {
  background: #fff;
  border: solid 2px #ccc;
  border-radius: 0;
  height: 14px;
  opacity: 1;
  width: 14px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c7d8f2;
}

/* modal */
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal-overlay .close {
  align-items: center;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  color: #ccc;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  height: 36px;
  justify-content: center;
  margin: 1.3em auto 0;
  width: 36px;
  transform: rotate(45deg);
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  margin: 5% auto;
  max-height: 80vh;
  max-width: 800px;
  padding: 2em 1em 2em 2em;
  width: 90%;
}
.modal-content-inner {
  max-height: 65vh;
  overflow-y: auto;
  padding-right: 1em;
}

@media (max-width: 600px) {
  .swiper-slide {
    width: 80%;
  }
  .modal-content {
    width: 95%;
  }
}
/* table */
@media only screen and (max-width: 47.9375em) {
  .scroll-table {
    overflow: auto;
  }
}
.scroll-table .table {
  min-width: 47.9375em;
}

.table {
  border-collapse: separate;
  border-spacing: 7px;
  font-weight: 700;
  line-height: 1.6;
  width: 100%;
}
.table th,
.table td {
  text-align: center;
  padding: 1.3em;
}
.table td {
  background-color: #e8e8e8;
}
@media screen and (min-width: 64.0625em) {
  .table td {
    font-size: 20px;
  }
}
.table td.bg-white {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.table td.bg-white.no-shadow {
  box-shadow: none;
}
.table thead th {
  background-color: #666;
  color: #fff;
  line-height: 1.4;
}
@media screen and (min-width: 64.0625em) {
  .table thead th {
    font-size: 25px;
  }
}
.table thead th.bg-none {
  background: transparent;
}
.table thead th.bg-navy {
  background: #244370;
  position: relative;
}
.table thead th.bg-navy::before {
  background-color: #244370;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 17px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -17px;
  width: 32px;
}
.table thead th .size-s {
  font-weight: normal;
  font-size: 0.8em;
}
.table tbody th {
  background-color: #c7d8f2;
  color: #244370;
  text-align: left;
}
.table .th-txt {
  align-items: center;
  display: flex;
  gap: 0.8em;
}
@media screen and (min-width: 64.0625em) {
  .table .th-txt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 64em) {
  .table .th-txt img {
    zoom: 0.6;
  }
}
.table .color-navy {
  font-size: 1.25em;
}
.table .color-orange {
  color: #ff7326;
  font-size: 1.25em;
}
.table .color-orange .size-l {
  font-size: 1.4em;
}
.table .lh-s {
  line-height: 1.2;
}
.table.type02 {
  line-height: 1.4;
}
@media only screen and (max-width: 64em) {
  .table.type02 {
    border-spacing: 5px;
  }
}
.table.type02 th {
  padding: 0.3em 0.6em;
}
@media only screen and (max-width: 64em) {
  .table.type02 th {
    font-size: 18px;
  }
}
@media screen and (min-width: 64.0625em) {
  .table.type02 th {
    padding: 0.9em 1em 0.9em 2.5em;
  }
}
.table.type02 td {
  padding: 0.3em 0.4em;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 td {
    padding: 0.9em 1em 0.9em 5.5em;
    text-align: left;
  }
}
@media screen and (min-width: 64.0625em) {
  .table.type02 thead th.bg-navy {
    padding: 1.3em;
  }
}
.table.type02 thead th.bg-navy::before {
  height: 20px;
  bottom: -19px;
  width: 22px;
}
.table.type02 tbody th {
  width: 50%;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 tbody th {
    width: 40%;
  }
}
.table.type02 .box-orange {
  background: #ff7326;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin: 1em 0.6em 0 0;
  padding: 0.5em 1em;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 .box-orange {
    margin: 1.8em 1em 0 0;
    padding: 0.5em 2em;
  }
}
.table.type02 .box-navy {
  background: #fff;
  border: #244370 2px dashed;
  bottom: -1.3em;
  color: #244370;
  left: 4.5em;
  line-height: 1;
  padding: 0.3em 1em;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .table.type02 .box-navy {
    font-size: 12px;
    padding: 0.2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .table.type02 .box-navy {
    left: 9.5em;
  }
}
.table.type02 .box-navy::before {
  background: url("/assets/img/ccna-new/cont09-icon04.png");
  background-size: cover;
  content: "";
  display: block;
  height: 33px;
  left: -30px;
  position: absolute;
  top: -5px;
  width: 15px;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 .box-navy::before {
    height: 65px;
    left: -45px;
    top: -10px;
    width: 30px;
  }
}
.table.type02 .bg-navy02 {
  background: #eef1f6;
  position: relative;
}
.table.type02 .bg-white {
  padding: 1.5em 0 1em;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 .bg-white {
    padding: 1.8em 0 2.1em;
    text-align: center;
  }
}
@media only screen and (max-width: 64em) {
  .table.type02 .size-12 {
    font-size: 12px;
  }
}
.table.type02 .size-23 {
  font-size: 18px;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 .size-23 {
    font-size: 23px;
  }
}
.table.type02 .size-30 {
  font-size: 20px;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 .size-30 {
    font-size: 30px;
  }
}
.table.type02 .size-35 {
  font-size: 22px;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 .size-35 {
    font-size: 35px;
  }
}
.table.type02 .size-50 {
  font-size: 26px;
}
@media screen and (min-width: 64.0625em) {
  .table.type02 .size-50 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 64em) {
  .table.type02 .size-sp-15 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 64em) {
  .table.type02 .size-sp-18 {
    font-size: 18px;
  }
}

/* common */
.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.color-navy {
  color: #244370;
  font-weight: 700;
}

.bg-gray {
  background: #eef1f6;
  overflow: hidden;
}

.bg-white {
  background: #fff;
  color: #252322;
  margin: 0 0.3em;
}

.sp,
.tab {
  display: none;
}

@media only screen and (max-width: 64em) and (min-width: 48em) {
  .tab {
    display: block;
  }
}
@media only screen and (max-width: 47.9375em) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
