/* Base
----------------------------------------- */
.u2 {
  overflow-x: hidden;
  width: 100%;
}

/* Header
----------------------------------------- */
.u2-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 0 14px rgb(0 0 0 / 10%);
  box-shadow: 0 0 0.875rem rgb(0 0 0 / 10%);
  position: relative;
  padding: 4px 0 7px;
  padding: 0.25rem 0 0.4375rem;
  padding-inline: calc((100% - min(96%, 1220px)) / 2);
  margin: auto;
  z-index: 3;
}

.u2-header__logo {
  width: 148px;
  width: 8.25rem;
  flex-shrink: 0;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.u2-header__logo-img {
}

.u2-header__buttons {
  display: flex;
  align-items: center;
}

.u2-header__button {
  width: 111px;
  width: 6.9375rem;
  flex-shrink: 0;
  display: block;
}

.u2-header__button:not(:last-child) {
}

.u2-header__button-img {
}

/* CTA Section
----------------------------------------- */
.u2-cta-section {
  background: linear-gradient(90deg, #033d69 0%, #02143c 100%);
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

/* FV
----------------------------------------- */
.u2-fv {
  background: linear-gradient(90deg, #033d69 0%, #02143c 99.88%);
  color: white;
  /* padding-bottom: 20px;
    /* padding-bottom: 1.25rem;
    /* padding-bottom: 20px;
    /* padding-bottom: 1.25rem; */
  position: relative;
  z-index: 2;
}

.fv-heading {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.fv-heading img {
}

.fv-notes {
  width: 90%;
  margin: auto;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Noto Sans";
  font-size: 9px;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 12.6px */
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.fv-note {
}

.fv-note:not(:last-child) {
}

.fv-description {
}

/* CTA
----------------------------------------- */
.u2-cta {
  width: 89%;
  margin: auto;
}

.cta-content {
}

.cta-content img {
}

.cta-image {
}

.cta-buttons {
}

.cta-buttons a {
  display: block;
}

.cta-buttons a:not(:last-child) {
  width: 102%;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.cta-buttons img {
}

.cta-button {
}

.cta-button:not(:last-child) {
}

/* Merit Section
----------------------------------------- */
.u2-s1 {
  background: linear-gradient(90deg, #033d69 0%, #02143c 99.88%);
  padding: 70px 0 20px;
  padding: 4.375rem 0 1.25rem;
  position: relative;
  z-index: 2;
}

.u2-s1:after,
.u2-s3:after {
  content: "";
  display: block;
  width: 100%;
  height: 104px;
  height: 6.5rem;
  background-image: url(../img/c-bar-3.png);
  background-size: 100% 100%;
  transform: translate(0%, 99%);
  position: absolute;
  bottom: 0;
  z-index: 11;
}

.merit-container {
}

.merit-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 87px;
  height: 6.4375rem;
  background-image: url(../img/c-bar-1.png);
  background-size: 100% 100%;
}

/* Merit Header */
.merit-header {
  position: relative;
  width: 86%;
  margin: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.merit-header__icon {
  width: 112px;
  width: 7rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-70%, -44%);
}

.merit-header__icon-img {
}

.merit-header__label {
  color: #e7b919;
  font-family: "Shippori Mincho B1";
  font-size: 24.037px;
  font-size: 1.5023125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 28.844px */
  letter-spacing: 1.683px;
  letter-spacing: 0.1051875rem;
}

.merit-header__title {
  color: #fff;
  font-family: "Shippori Mincho B1";
  font-size: 39.838px;
  font-size: 2.489875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  /* 39.838px */
  letter-spacing: 3.984px;
  letter-spacing: 0.249rem;
}

/* Merit Item */
.merit-item {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.merit-item:not(:last-child) {
}

.merit-item__title {
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

.merit-item__title img {
}

.merit-item__content {
}

.merit-item__inner {
  display: flex;
  color: white;
}

.merit-item__image {
  width: 26px;
  width: 1.625rem;
  margin: 0 4% 0 3%;
}

.merit-item__image img {
}

.merit-item__img {
}

.merit-item__text {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
  padding-top: 0.25rem;
}

.merit-item__heading {
  border-radius: 8px 0 0 8px;
  border-radius: 0.5rem 0 0 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border: 0.0625rem solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.2);
  border-right: none;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  /* 30.6px */
  letter-spacing: 2.7px;
  letter-spacing: 0.16875rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.merit-item__description {
  margin-left: 2%;
  margin-right: 7%;
  color: #fff;
  text-align: justify;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1.4px;
  letter-spacing: 0.0875rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.merit-item__note {
  color: #fff;
  text-align: justify;
  font-family: "Noto Sans CJK JP";
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 18px */
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  margin-left: 3%;
  display: block;
  margin-right: 7%;
}

.merit-item__figure {
  width: 93%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.merit-item__figure img {
}

/* Career Example
----------------------------------------- */
.career-example {
  background: #03153d;
  margin-bottom: 40px;
  margin-bottom: 4.5rem;
  position: relative;
  padding-bottom: 17px;
  padding-bottom: 2.0625rem;
  margin-top: -38px;
  margin-top: -2.375rem;
}

.career-example:after {
  content: "";
  display: block;
  width: 100%;
  height: 87px;
  height: 5.4375rem;
  background-image: url(../img/c-bar-2.png);
  background-size: 100% 100%;
  transform: translate(0%, 99%);
  position: absolute;
  bottom: 21px;
}

.career-example:before {
}

.career-example__inner {
}

.career-example__title {
  color: #03153d;
  font-family: "Shippori Mincho B1";
  font-size: 18.372px;
  font-size: 1.14825rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 29.395px */
  letter-spacing: 1.837px;
  letter-spacing: 0.1148125rem;
  border-radius: 0px 5px 5px 0px;
  border-radius: 0rem 0.3125rem 0.3125rem 0rem;
  background: #f2f3f5;
  display: inline-block;
  padding-left: 6%;
  padding-block: 6px;
  padding-block: 0.375rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.career-example__list {
  width: 95%;
  margin: auto;
  position: relative;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}

.career-example__item {
  width: 102%;
  position: relative;
  left: -2%;
}

.career-example__item:not(:last-child) {
  margin-bottom: -1.8%;
}

.career-example__img {
}

.career-example__other {
  margin: auto 5%;
  text-align: center;
}

.career-example__otherTitle {
  color: #fff;
  font-family: "Shippori Mincho B1";
  font-size: 1.26rem;
  font-size: min(5vw, 1.26rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

.career-example__otherTxt {
  color: #fff;
  font-size: 0.85rem;
  text-align: left;
  display: block;
  font-family: "Shippori Mincho B1";
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.career-example__otherItem {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border: 0.0625rem solid rgba(255, 255, 255, 0.4);
  border-radius: 0.625rem;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 0.9rem;
  padding: 1.2rem 1.2rem;
}

.career-example__otherSmall {
  color: #fff;
  font-size: 0.7rem;
  margin: auto;
  margin-bottom: 60px;
  text-align: right;
  max-width: 600px;
  letter-spacing: 0.1em;
}

/* Comparison Section
----------------------------------------- */
.u2-s2 {
  padding-top: 94px;
  padding-top: 5.875rem;
  position: relative;
  padding-bottom: 102px;
  padding-bottom: 6.375rem;
}

.u2-s2:after {
  content: "";
  display: block;
  width: 100%;
  height: 87px;
  height: 5.4375rem;
  background-image: url(../img/c-bar-4.png);
  background-size: 100% 100%;
  /* transform: translate(0%, 99%); */
  position: absolute;
  bottom: 0;
}

.comparison-container {
}

/* Comparison Header */
.comparison-header {
  position: relative;
  width: 83%;
  margin: auto;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.comparison-header__icon,
.course-header__icon,
.faq-header__icon {
  width: 80.139px;
  width: 5.0086875rem;
  height: 91px;
  height: 5.6875rem;
  position: absolute;
  top: -65%;
  left: -18%;
}

.comparison-header__icon-img {
}

.comparison-header__label {
  color: #cfa30b;
  font-family: "Shippori Mincho B1";
  font-size: 24.037px;
  font-size: 1.5023125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 28.844px */
  letter-spacing: 1.683px;
  letter-spacing: 0.1051875rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.comparison-header__title {
  color: #03153d;
  font-family: "Shippori Mincho B1";
  font-size: 39.838px;
  font-size: 2.489875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 47.806px */
  letter-spacing: 3.984px;
  letter-spacing: 0.249rem;
}

.comparison-header__title small {
  color: #03153d;
  font-family: "Shippori Mincho B1";
  font-size: 23.838px;
  font-size: 1.489875rem;
  font-style: normal;
  font-weight: 600;
  /* line-height: 100%; */
  /* 23.838px */
  letter-spacing: 2.384px;
  letter-spacing: 0.149rem;
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

/* Comparison Content */
.comparison-content {
  width: 93%;
  margin: auto;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.comparison-content img {
}

.comparison-notes {
  color: #03153d;
  font-family: "Noto Sans CJK JP";
  font-size: 9px;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 12.6px */
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  width: 90%;
  display: block;
  margin: auto;
}

/* Strong Section
----------------------------------------- */
.u2-s3 {
  background: linear-gradient(90deg, #033d69 0%, #02143c 100%);
  margin-top: -19px;
  margin-top: -1.1875rem;
  position: relative;
  z-index: 2;
}

.strong-container {
}

/* Strong Header */
.strong-header {
  position: relative;
  width: 84%;
  margin: auto;
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}

.strong-header__icon {
  width: 139.139px;
  width: 8.6961875rem;
  position: absolute;
  top: -76%;
  left: -30%;
}

.strong-header__icon-img {
}

.strong-header__title {
  color: #fff;
  font-family: "Shippori Mincho B1";
  font-size: 32.838px;
  font-size: 2.052375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 39.406px */
  letter-spacing: 3.284px;
  letter-spacing: 0.20525rem;
}

.strong-header__title em {
  color: #e7b919;
  font-family: "Shippori Mincho B1";
  font-size: 32.838px;
  font-size: 2.052375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 3.284px;
  letter-spacing: 0.20525rem;
}

.strong-header__subtitle {
  color: #fff;
  font-family: "Shippori Mincho B1";
  font-size: 26.838px;
  font-size: 1.677375rem;
  font-size: min(6vw, 1.677375rem);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 37.573px */
  letter-spacing: 2.684px;
  letter-spacing: 0.16775rem;
  display: block;
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

.strong-header__subtitle span {
  color: #031840;
  font-family: "Shippori Mincho B1";
  font-size: 26.838px;
  font-size: 1.677375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 37.573px */
  letter-spacing: 2.684px;
  letter-spacing: 0.16775rem;
  background-color: white;
  padding: 0 5px;
  padding: 0 0.3125rem;
}

/* Strong Item */
.strong-item {
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.strong-item--3 {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

.strong-item:not(:last-child) {
}

.strong-item__header {
  border-left: 1px solid #cfa30a;
  border-left: 0.0625rem solid #cfa30a;
  width: 90%;
  margin: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 26px;
  padding-left: 1.625rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}

.strong-item__number {
  color: #fff;
  font-family: "Shippori Mincho B1";
  font-size: 12.13px;
  font-size: 0.758125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 16.982px */
  letter-spacing: 2.426px;
  letter-spacing: 0.151625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.strong-item__number em {
  color: #fff;
  font-family: "Shippori Mincho B1";
  font-size: 19.509px;
  font-size: 1.2193125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.902px;
  letter-spacing: 0.243875rem;
}

.strong-item__title {
  color: #fff;
  font-family: "Shippori Mincho B1";
  font-size: 23.838px;
  font-size: 1.489875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 33.373px */
  letter-spacing: 2.384px;
  letter-spacing: 0.149rem;
}

.strong-item__title em {
  color: #e7b919;
  font-family: "Shippori Mincho B1";
  font-size: 23.838px;
  font-size: 1.489875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.384px;
  letter-spacing: 0.149rem;
}

.strong-item__title img {
}

.strong-item__label {
  background-color: white;
  color: #032049;
  font-family: "Shippori Mincho B1";
  font-size: 16.838px;
  font-size: 1.052375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 23.573px */
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  display: inline-block;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}

.strong-item__title-2 {
}

.strong-item__title-2-1 {
  color: #032049;
  font-family: "Shippori Mincho B1";
  font-size: 16.838px;
  font-size: 1.052375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  /* 23.573px */
  background-color: white;
  display: inline-block;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.strong-item__title-2-2 {
}

.strong-item__image {
}

.strong-item__image img {
}

/* Strong Extra */
.strong-extra {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.strong-extra__icon {
  width: 81px;
  width: 5.0625rem;
  margin: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.strong-extra__icon-img {
}

.strong-extra__heading {
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 23.838px;
  font-size: 1.489875rem;
  font-size: min(5vw, 2.489875rem);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 38.141px */
  letter-spacing: 2.384px;
  letter-spacing: 0.149rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.strong-extra__label {
  position: relative;
  /* color: #fff; */
  /* text-align: center; */
  /* font-family: "Shippori Mincho B1"; */
  /* font-size: 23.838px; */
  /* font-size: 1.489875rem; */
  /* font-style: normal; */
  /* font-weight: 600; */
  /* line-height: 140%; */
  /* 33.373px */
  /* letter-spacing: 2.384px; */
  /* letter-spacing: 0.149rem; */
  /* margin-bottom: 20px; */
  /* margin-bottom: 1.25rem; */
}

.strong-extra__label span {
  position: absolute;
  right: -1.3em;
  top: -1.7em;
  font-weight: 400;
  font-size: 19px;
  font-size: 0.6rem;
  white-space: nowrap;
}

.strong-extra__highlight {
  display: block;
}

.strong-extra__highlight em {
  color: #cfa30a;
  font-family: "Shippori Mincho B1";
  font-size: 40.838px;
  font-size: 2.552375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 122%;
  letter-spacing: 4.084px;
  letter-spacing: 0.25525rem;
  border-bottom: 1px solid #e7b919;
  border-bottom: 0.0625rem solid #e7b919;
  display: inline-block;
}

.strong-extra__image {
  width: 90%;
  margin: auto;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.strong-extra__image img {
}

.strong-extra__subheading {
  text-align: center;
}

.strong-extra__subheading:after {
  content: "";
  display: block;
  width: 1px;
  width: 0.0625rem;
  height: 38px;
  height: 2.375rem;
  background-color: white;
  margin: auto;
  margin-block: 5px;
  margin-block: 0.3125rem;
}

.strong-extra__subheading-label {
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 23.838px;
  font-size: 1.489875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.373px */
  letter-spacing: 2.384px;
  letter-spacing: 0.149rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  display: block;
}

.strong-extra__emphasis {
  position: relative;
  color: #e7b919;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 34.84px;
  font-size: 2.1775rem;
  font-size: min(8.3vw, 2.1775rem);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 48.776px */
  letter-spacing: 3.484px;
  letter-spacing: 0.21775rem;
  display: block;
}
.strong-extra__emphasis b {
  position: relative;
}

.strong-extra__emphasis span {
  position: absolute;
  right: -4%;
  top: -45%;
  font-weight: 400;
  font-size: 19px;
  font-size: 0.6rem;
  color: #fff;
}

.strong-extra__text {
  color: #fff;
  text-align: center;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  /* 36px */
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.strong-extra__text em {
  color: #e7b919;
  font-family: "Shippori Mincho B1";
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
}

.strong-extra__description {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 190%;
  /* 30.4px */
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
  width: 80%;
  margin: auto;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
}

.strong-extra__note {
  color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 9px;
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 12.6px */
  letter-spacing: 0.45px;
  letter-spacing: 0.028125rem;
  margin: auto;
  width: 90%;
  display: block;
  margin-top: -7px;
  margin-top: -0.4375rem;
}

/* Course Section
----------------------------------------- */
.u2-s4 {
  padding-top: 109px;
  padding-top: 6.8125rem;
  background: #f4f4f4;
  position: relative;
  /* z-index: 2; */
}

.u2-s4:after {
  content: "";
  display: block;
  width: 100%;
  height: 104px;
  height: 6.5rem;
  background-image: url(../img/c-bar-5.png);
  background-size: 100% 100%;
  transform: translate(0%, 99%);
  position: absolute;
  bottom: 0;
  z-index: 3;
}

.course-container {
}

/* Course Header */
.course-header {
  position: relative;
  margin: auto;
  margin-left: 11%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.course-header__icon {
  top: -75%;
  left: -18%;
}

.course-header__icon-img {
}

.course-header__title {
  color: #03153d;
  font-family: "Shippori Mincho B1";
  font-size: 32.838px;
  font-size: 2.052375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 39.406px */
  letter-spacing: 3.284px;
  letter-spacing: 0.20525rem;
}

.course-header__title span {
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: linear-gradient(90deg, #033d69 0%, #02143c 100%);
  color: #fafafa;
  font-family: "Shippori Mincho B1";
  font-size: 32.838px;
  font-size: 2.052375rem;
  font-style: normal;
  font-weight: 600;
  /* 39.406px */
  letter-spacing: 3.284px;
  letter-spacing: 0.20525rem;
  line-height: 1;
  display: inline-block;
  padding: 5px 4px;
  padding: 0.3125rem 0.25rem;
}

.course-header__title em {
  color: #af8800;
  font-family: "Shippori Mincho B1";
  font-size: 32.838px;
  font-size: 2.052375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 39.406px */
  letter-spacing: 3.284px;
  letter-spacing: 0.20525rem;
}

/* Course Content */
.course-content {
  width: 90%;
  margin: auto;
}

.course-content img {
}

/* FAQ Section
----------------------------------------- */
.u2-s5 {
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.faq-container {
}

/* FAQ Header */
.faq-header {
  position: relative;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.faq-header__icon {
  top: -246%;
  left: -16%;
}

.faq-header__icon-img {
}

.faq-header__title {
  color: #03153d;
  font-family: "Shippori Mincho B1";
  font-size: 32.838px;
  font-size: 2.052375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 39.406px */
  letter-spacing: 3.284px;
  letter-spacing: 0.20525rem;
}

/* FAQ List */
.faq-list {
  width: 86%;
  margin: auto;
}

.faq-item {
  padding-block: 28px;
  padding-block: 1.75rem;
}

.faq-item:not(:last-child) {
  border-bottom: 1px solid #8d9cae;
  border-bottom: 0.0625rem solid #8d9cae;
}

.faq-item__question {
  color: #1c395e;
  font-family: "Shippori Mincho B1";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 34px;
  padding-left: 2.125rem;
  position: relative;
  padding-right: 40px;
  padding-right: 2.5rem;
  cursor: pointer;
}

.faq-item__question:before {
  content: "";
  background-image: url(../img/s7-1.png);
  display: block;
  width: 20px;
  width: 1.25rem;
  height: 24px;
  height: 1.5rem;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.faq-item__question:after {
  content: "＋";
  position: absolute;
  top: 0;
  right: 0;
  color: #af8800;
  font-weight: 400;
  font-family: sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}
.faq-item__question.is-active:after {
  content: "ー";
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}

.faq-item__answer {
  color: #1c395e;
  font-family: "Noto Sans CJK JP";
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.3px;
  letter-spacing: 0.08125rem;
  margin-left: 34px;
  margin-left: 2.125rem;
  margin-top: 16px;
  margin-top: 1rem;
  display: none;
}
.faq-item__question.is-active + .faq-item__answer {
  display: block;
}

/* Footer
----------------------------------------- */
.footer {
  color: #9a9a9a;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.footer__container {
}

.footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.footer__nav-item {
  margin: 0 7px;
  margin: 0 0.4375rem;
}

.footer__nav-item:not(:last-child) {
}

.footer__nav-link {
}

@media only screen and (min-width: 768px) {
  /* Base
----------------------------------------- */
  .u2 {
  }

  /* Header
----------------------------------------- */
  .u2-header {
    padding-block: 6.4px;
    padding-block: 0.4rem;
  }

  .u2-header__logo {
    width: 172.8px;
    width: 10.8rem;
  }

  .u2-header__logo-img {
  }

  .u2-header__buttons {
  }

  .u2-header__button {
    width: 129.6px;
    width: 10.4rem;
  }

  .u2-header__button:not(:last-child) {
  }

  .u2-header__button-img {
  }

  /* CTA Section
----------------------------------------- */
  .u2-cta-section {
  }

  /* FV
----------------------------------------- */
  .u2-fv {
  }

  .fv-heading {
    margin-bottom: -10px;
  }

  .fv-heading img {
  }

  .fv-notes {
    max-width: 530px;
  }

  .fv-note {
  }

  .fv-note:not(:last-child) {
  }

  .fv-description {
  }

  /* CTA
----------------------------------------- */
  .u2-cta {
    max-width: 900px;
  }

  .cta-content {
    max-width: 470px;
    margin: auto;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }

  .cta-content img {
  }

  .cta-image {
  }

  .cta-buttons {
    display: flex;
    justify-content: space-between;
  }

  .cta-buttons a {
    width: 49.3%;
    margin-top: 2%;
  }

  .cta-buttons a:not(:last-child) {
    width: 49.7%;
    margin-top: 0;
  }

  .cta-buttons img {
  }

  .cta-button {
  }

  .cta-button:not(:last-child) {
  }

  /* Merit Section
----------------------------------------- */
  .u2-s1 {
    padding-bottom: 0;
  }

  .u2-s1:after,
  .u2-s3:after {
    height: 184px;
    height: 11.5rem;
  }

  .merit-container {
    text-align: center;
  }

  .merit-container:after {
    width: 100%;
    height: 151px;
    height: 9.4375rem;
  }

  /* Merit Header */
  .merit-header {
    /* display: inline; */
    display: inline-block;
    width: initial;
    text-align: left;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .merit-header__icon {
    transform: translate(-100%, -44%);
  }

  .merit-header__icon-img {
  }

  .merit-header__label {
  }

  .merit-header__title {
  }

  /* Merit Item */
  .merit-item {
  }

  .merit-item:not(:last-child) {
  }

  .merit-item__title {
    width: 738.801px;
    width: 46.1750625rem;
    margin: auto;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .merit-item__title img {
  }

  .merit-item__content {
    max-width: 700px;
    margin: auto;
  }

  .merit-item__inner {
  }

  .merit-item__image {
  }

  .merit-item__image img {
  }

  .merit-item__img {
  }

  .merit-item__text {
  }

  .merit-item__heading {
    border: 1px solid rgba(255, 255, 255, 0.9);
    border: 0.0625rem solid rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    border-radius: 0.625rem;
    margin-right: 6%;
    font-size: 14.4px;
    font-size: 0.9rem;
    padding: 20px 12px;
    padding: 1.25rem 0.75rem;
  }

  .merit-item__description {
  }

  .merit-item__note {
  }

  .merit-item__figure {
  }

  .merit-item__figure img {
  }

  /* Career Example
----------------------------------------- */
  .career-example {
  }

  .career-example:after {
    height: 160px;
    height: 10rem;
  }

  .career-example:before {
  }

  .career-example__inner {
    text-align: center;
  }

  .career-example__title {
    padding: 10px 50px;
    padding: 0.625rem 3.125rem;
    margin: auto;
    border-radius: 8px;
    border-radius: 0.5rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }

  .career-example__list {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
  }

  .career-example__item {
    left: 0;
  }

  .career-example__item:not(:last-child) {
  }

  .career-example__img {
  }

  .career-example__otherTitle {
    font-size: 1.4rem;
  }

  .career-example__otherItem {
    /* margin: auto; */
    padding-left: 60px;
    padding-right: 60px;
    max-width: 600px;
  }

  .career-example__otherTxt {
    font-size: 1.1rem;
  }

  .career-example__otherSmall {
    margin-bottom: 4rem;
  }

  /* Comparison Section
----------------------------------------- */
  .u2-s2 {
    padding-top: 160px;
    padding-top: 10rem;
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }

  .u2-s2:after {
    height: 160px;
    height: 10rem;
  }

  .comparison-container {
    text-align: center;
  }

  /* Comparison Header */
  .comparison-header {
    display: inline-block;
    text-align: left;
    width: initial;
  }

  .comparison-header__icon,
  .course-header__icon,
  .faq-header__icon {
    width: 96.138992px;
    width: 6.008687rem;
    top: -66%;
    left: -40%;
  }

  .comparison-header__icon-img {
  }

  .comparison-header__label {
  }

  .comparison-header__title {
  }

  .comparison-header__title small {
  }

  /* Comparison Content */
  .comparison-content {
    max-width: 740px;
  }

  .comparison-content img {
  }

  .comparison-notes {
    width: 710px;
    width: 44.375rem;
    text-align: left;
  }

  /* Strong Section
----------------------------------------- */
  .u2-s3 {
  }

  .strong-container {
    text-align: center;
  }

  /* Strong Header */
  .strong-header {
    display: inline-block;
    width: initial;
    text-align: left;
  }

  .strong-header__icon {
    top: -96%;
    left: -40%;
  }

  .strong-header__icon-img {
  }

  .strong-header__title {
  }

  .strong-header__title em {
  }

  .strong-header__subtitle {
  }

  .strong-header__subtitle span {
  }

  /* Strong Item */
  .strong-item {
  }

  .strong-item--3 {
  }

  .strong-item:not(:last-child) {
    display: inline-block;
  }

  .strong-item__header {
    display: inline-block;
    width: initial;
    text-align: left;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .strong-item__number {
  }

  .strong-item__number em {
  }

  .strong-item__title {
  }

  .strong-item__title em {
  }

  .strong-item__title img {
  }

  .strong-item__label {
  }

  .strong-item__title-2 {
  }

  .strong-item__title-2-1 {
  }

  .strong-item__title-2-2 {
  }

  .strong-item__image {
    max-width: 710px;
    margin: auto;
  }

  .strong-item__image img {
  }

  /* Strong Extra */
  .strong-extra {
  }

  .strong-extra__icon {
  }

  .strong-extra__icon-img {
  }

  .strong-extra__heading {
    font-size: 1.25rem;
  }

  .strong-extra__label {
  }

  .strong-extra__label span {
  }

  .strong-extra__highlight {
  }

  .strong-extra__highlight em {
    font-size: 2.1em;
  }

  .strong-extra__image {
    max-width: 600px;
  }

  .strong-extra__image img {
  }

  .strong-extra__subheading {
  }

  .strong-extra__subheading:after {
  }

  .strong-extra__subheading-label {
  }

  .strong-extra__emphasis {
  }

  .strong-extra__text {
  }

  .strong-extra__text em {
  }

  .strong-extra__description {
    max-width: 610px;
  }

  .strong-extra__note {
    max-width: 590px;
    text-align: left;
  }

  /* Course Section
----------------------------------------- */
  .u2-s4 {
    padding-top: 192px;
    padding-top: 12rem;
  }

  .u2-s4:after {
    height: 144px;
    height: 9rem;
  }

  .course-container {
    text-align: center;
  }

  /* Course Header */
  .course-header {
    display: inline-block;
    width: initial;
    text-align: left;
    margin: auto;
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }

  .course-header__icon {
    top: -166%;
    left: -20%;
  }

  .course-header__icon-img {
  }

  .course-header__title {
  }

  .course-header__title span {
  }

  .course-header__title em {
  }

  /* Course Content */
  .course-content {
    max-width: 940px;
  }

  .course-content img {
  }

  /* FAQ Section
----------------------------------------- */
  .u2-s5 {
    padding-top: 192px;
    padding-top: 12rem;
    padding-bottom: 3rem;
  }

  .faq-container {
    text-align: center;
  }

  /* FAQ Header */
  .faq-header {
    display: inline-block;
    text-align: left;
    width: initial;
  }

  .faq-header__icon {
    top: -316%;
    left: -50%;
  }

  .faq-header__icon-img {
  }

  .faq-header__title {
  }

  /* FAQ List */
  .faq-list {
    text-align: left;
    max-width: 680px;
  }

  .faq-item {
  }

  .faq-item:not(:last-child) {
  }

  .faq-item__question {
  }

  .faq-item__question:before {
  }

  .faq-item__question:after {
    top: 4px;
    top: 0.25rem;
  }
  .faq-item__question.is-active:after {
  }

  .faq-item__answer {
  }
  .faq-item__question.is-active + .faq-item__answer {
  }

  /* Footer
----------------------------------------- */
  .footer {
  }

  .footer__container {
  }

  .footer__nav {
  }

  .footer__nav-item {
  }

  .footer__nav-item:not(:last-child) {
  }

  .footer__nav-link {
  }
}

.js-fv-note {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
  display: inline-block;
}

.js-fv-note::after {
  content: "";
  position: absolute;
  right: 0;
  top: 34%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}

.js-fv-note.is-active::after {
  transform: translateY(-50%) rotate(-135deg);
}

.js-fv-description {
  display: none;
}

/* kotei
==============================*/
.kotei-btn {
  position: fixed;
  z-index: 999;
  opacity: 0;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  background-color: rgb(0 0 0 / 0.65);
  width: 100%;
  padding: 8px 12.8px;
  padding: 0.5rem 0.8rem;
  justify-content: center;
}
.kotei-btn a {
}
.kotei-btn .is-none {
  display: none !important;
}

.kotei-btn.is-active {
  opacity: 1;
  pointer-events: initial;
}
.bz-cta__kotei-btn {
  flex: 1;
  text-align: center;
  background-color: #af1d1d;
  padding: 6.4px;
  padding: 0.1rem 0.4rem 0.4rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  border: solid 2px white;
}
.bz-cta__kotei-btn:nth-child(2) {
  background-color: #9a8913;
}
.bz-cta__kotei-btn a {
  color: white;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.bz-cta__kotei-btn a span {
  display: inline-block;
  color: #af1d1d;
  background-color: white;
  padding: 0 0.7em;
  border-radius: 3px;
  border-radius: 0.1875rem;
  font-weight: 800;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: min(3vw, 0.875rem);
}
.bz-cta__kotei-btn:nth-child(2) a span {
  color: #9a8913;
}

.is-none {
  display: none !important;
}

.kotei-btn.is-active {
  opacity: 1;
  pointer-events: initial;
}

@media only screen and (min-width: 768px) {
  .kotei-btn {
    max-width: 230px;
    left: inherit;
    right: 0;
    background-color: initial;
    flex-direction: column;
    padding: 6.4px;
    padding: 0.4rem;
    gap: 6px;
    gap: 0.375rem;
  }
  .kotei-btn a {
    box-shadow: initial;
    font-size: 16px;
    font-size: 1rem;
  }

  .kotei-btn__btn {
  }
}
