@charset "UTF-8";
/*************  mypage css  ******************/
.c-mypage__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-mypage__link {
    margin-bottom: 30px;
    width: 92%;
    margin-inline: auto;
  }
}
.c-mypage__link-item {
  max-width: 232px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-mypage__link-item {
    max-width: 100%;
  }
}
.c-mypage__link-name {
  text-align: center;
  display: block;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #0F318D;
  white-space: nowrap;
  border: solid 1px #0F318D;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mypage__link-name {
    padding: 15px 0;
  }
}
.c-mypage__link-name.current {
  background-color: #0F318D;
  color: #fff;
}
.c-mypage__link-name:hover {
  background-color: #0F318D;
  color: #fff;
}
.c-mypage__inner {
  padding: 40px 3.4% 50px;
  background-color: #F4F6FA;
}
@media screen and (max-width: 1024px) {
  .c-mypage__inner {
    padding: 30px 3.2% 25px;
  }
}
.c-mypage__mainv {
  position: relative;
}
.c-mypage__mainv-head {
  text-align: center;
  padding: 20px;
  background-color: #0F318D;
}
@media screen and (max-width: 767px) {
  .c-mypage__mainv-head {
    padding: 15px 0;
  }
}
.c-mypage__mainv-badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -245px;
}
@media screen and (max-width: 1024px) {
  .c-mypage__mainv-badge {
    margin-left: 0;
    -webkit-transform: none;
            transform: none;
    left: 8%;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__mainv-badge {
    left: 3.4%;
  }
}
.c-mypage__mainv-badge span {
  width: 94px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
  color: #fff;
  background-color: #FF9600;
  padding: 12px 8px 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-mypage__mainv-badge span {
    width: 76px;
    padding: 6px 4px 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__mainv-badge span {
    width: 72px;
    padding: 12px 4px 10px;
  }
}
.c-mypage__mainv-badge span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 15px #FF9600;
  border-right: solid 47px transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}
@media screen and (max-width: 1024px) {
  .c-mypage__mainv-badge span::before {
    border-top-width: 12px;
  }
}
.c-mypage__mainv-badge span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 15px #FF9600;
  border-left: solid 47px transparent;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
}
@media screen and (max-width: 1024px) {
  .c-mypage__mainv-badge span::after {
    border-top-width: 12px;
  }
}
.c-mypage__mainv-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(54 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(26px, 26px + 14 * (100vw - 767px) / 599, 40px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mypage__mainv-ttl {
    width: 76%;
    margin-right: 0;
    margin-left: auto;
    font-size: 30px;
  }
}
.c-mypage__mainv-cap {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #FF9600;
  margin-top: 5px;
}
.c-mypage__mainv-subhead {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-mypage__mainv-subhead {
    margin-bottom: 10px;
  }
}
.c-mypage__mainv-img {
  margin-bottom: 20px;
}
.c-mypage__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  color: #0F318D;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-mypage__head {
    margin-bottom: 40px;
  }
}
.c-mypage__subhead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  color: #0F318D;
  padding-bottom: 9px;
  border-bottom: solid 1px #0F318D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-mypage__subhead {
    margin-bottom: 10px;
  }
}
.c-mypage__section {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .c-mypage__section {
    margin: 40px 0;
  }
}
.c-mypage__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-mypage__table {
    border-spacing: 5px;
  }
}
.c-mypage__table-ttl {
  width: 27%;
  background-color: #F4F6FA;
  border: solid 1px #F4F6FA;
  padding: 20px 2%;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(33 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 599, 16px);
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 940px) {
  .c-mypage__table-ttl {
    width: 32%;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__table-ttl {
    display: block;
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: 15px 4.2%;
  }
}
.c-mypage__table-txt {
  width: 73%;
  border: solid 1px #F4F6FA;
  padding: 20px 2%;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(33 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 940px) {
  .c-mypage__table-txt {
    width: 68%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__table-txt {
    display: block;
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding: 15px 4.2%;
  }
}
.c-mypage__table th + td {
  margin-top: 2px;
}
.c-mypage__btn {
  margin-top: 20px;
  text-align: center;
}
.c-mypage__btn-link {
  text-align: center;
  display: inline-block;
  max-width: 232px;
  width: 50%;
  margin-inline: auto;
  background-color: #0F318D;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  border: solid 2px #0F318D;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-mypage__btn-link:hover {
  background-color: #fff;
  color: #0F318D;
}

.c-mypage__table select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.c-mypage__table select::-ms-expand {
  display: block;
}
.c-mypage__table input, .c-mypage__table textarea, .c-mypage__table select {
  padding: 10px 14px;
  background-color: #fdfdfd;
  border: solid 1px #F4F6FA;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(30 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
}
@media screen and (max-width: 767px) {
  .c-mypage__table input, .c-mypage__table textarea, .c-mypage__table select {
    padding: 8px;
    font-size: 14px;
  }
}
.c-mypage__table input::-webkit-input-placeholder, .c-mypage__table textarea::-webkit-input-placeholder, .c-mypage__table select::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(30 / 14 * 1em);
  letter-spacing: normal;
}
.c-mypage__table input::-moz-placeholder, .c-mypage__table textarea::-moz-placeholder, .c-mypage__table select::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(30 / 14 * 1em);
  letter-spacing: normal;
}
.c-mypage__table input:-ms-input-placeholder, .c-mypage__table textarea:-ms-input-placeholder, .c-mypage__table select:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(30 / 14 * 1em);
  letter-spacing: normal;
}
.c-mypage__table input::-ms-input-placeholder, .c-mypage__table textarea::-ms-input-placeholder, .c-mypage__table select::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(30 / 14 * 1em);
  letter-spacing: normal;
}
.c-mypage__table input::placeholder, .c-mypage__table textarea::placeholder, .c-mypage__table select::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(30 / 14 * 1em);
  letter-spacing: normal;
}
.c-mypage__table .label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  padding: 0 8px 8px;
}
.c-mypage__table .label + input {
  margin-bottom: 15px;
}
.c-mypage__table .label + select {
  margin-bottom: 15px;
}
.c-mypage__table .label + textarea {
  margin-bottom: 15px;
}
.c-mypage__table .caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  color: #A6B5CC;
  display: inline-block;
  margin-top: 6px;
}
.c-mypage__table .required {
  font-size: 9px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  padding: 4px 8px;
  background-color: #7EAAE4;
  color: #fff;
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-mypage__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-mypage__2col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__2col-ttl {
    font-size: 14px;
  }
}
.c-mypage__delete {
  text-align: center;
  margin-top: 15px;
}
.c-mypage__delete-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  text-decoration: underline;
}
.c-mypage__delete-btn:hover {
  text-decoration: none;
}

.section__container {
  max-width: 1140px;
  width: 92%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section__container {
    width: 100%;
  }
}
.section__box {
  padding: 30px 0;
  margin: 50px 0 0;
}
.section__box:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .section__box:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section__box:not(:last-of-type) {
    margin: 15px 0;
  }
}
.section__box--bg {
  background-color: #F4F6FA;
}
.section__inner {
  padding-inline: 3.4%;
}
.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 15px;
  border-bottom: solid 1px #0F318D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section__head {
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}
.section__head .c-mypage__head {
  margin-bottom: 0;
}
.section__status {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .section__status {
    gap: 22px;
    margin: 10px 0 15px;
  }
}
.section__status-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
.section__status-ttl::before {
  content: "";
  width: 19px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-check.svg) no-repeat center/contain;
  display: inline-block;
  vertical-align: middle;
}
.section__status-num {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  color: #FF9600;
}
.section__status-sub {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
.section__btn-link {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  padding: 12px 14px;
  color: #fff;
  background-color: #FF9600;
  border: solid 1px #FF9600;
}
.section__btn-link:hover {
  background-color: #fff;
  color: #FF9600;
}

.status__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 21px;
}
@media screen and (max-width: 767px) {
  .status__list {
    gap: 5px;
  }
}
.status__list-item {
  width: calc((100% - 21px) / 2);
  background-color: #fff;
  padding: 20px 3.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 30px 0 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .status__list-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .status__list-item {
    padding: 15px 3.2%;
  }
}
.status__list-item::after {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #EAEDF2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .status__list-item::after {
    left: 54%;
    height: 50%;
  }
}
.status__title {
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(22 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(8px, 8px + 8 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 1024px) {
  .status__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .status__title {
    font-size: 14px;
  }
}
.status__dtl {
  width: 50%;
  text-align: right;
}
.status__dtl-ttl {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 599, 12px);
}
@media screen and (max-width: 1024px) {
  .status__dtl-ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .status__dtl-ttl {
    font-size: 10px;
  }
}
.status__dtl-num {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 599, 16px);
  color: #FF9600;
}
@media screen and (max-width: 1024px) {
  .status__dtl-num {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .status__dtl-num {
    font-size: 14px;
  }
}
.status__dtl-sub {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(8px, 8px + 4 * (100vw - 767px) / 599, 12px);
}
@media screen and (max-width: 1024px) {
  .status__dtl-sub {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .status__dtl-sub {
    font-size: 10px;
  }
}

.news__list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-top: 15px;
  }
}
.news__list-item {
  border-bottom: solid 1px #F4F6FA;
}
.news__list-item:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .news__list-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.news__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 4.2% 20px;
}
@media screen and (max-width: 1024px) {
  .news__list-link {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .news__list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    padding-bottom: 15px;
  }
}
.news__list-link:hover {
  text-decoration: underline;
}
.news__list-date {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px;
  font-weight: 600;
  line-height: calc(33 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #7EAAE4;
}
@media screen and (max-width: 767px) {
  .news__list-date {
    line-height: 1.5;
  }
}
.news__list-ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: calc(33 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
}
@media screen and (max-width: 767px) {
  .news__list-ttl {
    line-height: 1.5;
  }
}

.session__list-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.session__list-link {
  display: block;
  padding: 20px 4.2%;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(25 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  position: relative;
}
.session__list-link::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../img/mypage/ico-arrow-right.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2.6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.session__list-link:hover {
  background-color: #0F318D;
  color: #fff;
}

.search {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .search {
    margin-bottom: 10px;
  }
}
.search__form {
  position: relative;
}
.search__form input {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  padding: 20px 3.2%;
  background-color: #EAEDF2;
}
@media screen and (max-width: 940px) {
  .search__form input {
    padding: 15px 3.2%;
  }
}
.search__form button {
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/mypage/ico-search.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3.2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 940px) {
  .search__form button {
    width: 16px;
  }
}

.program__list-wrap {
  margin-bottom: 10px;
}
.program__list-head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  color: #fff;
  background-color: #0F318D;
  padding: 27px 4.2%;
  position: relative;
}
@media screen and (max-width: 940px) {
  .program__list-head {
    padding: 20px 4.2%;
  }
}
.program__list-head::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-acd-open.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3.2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 940px) {
  .program__list-head::after {
    width: 25px;
  }
}
.program__list-head:hover {
  cursor: pointer;
}
.program__list-head.active::after {
  background-image: url(../img/common/ico-acd-close.svg);
}
.program__list-dtl {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.program__list-dtl.open {
  max-height: 900px;
}
.program__list-ttl {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #0F318D;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: solid 1px #0F318D;
}
@media screen and (max-width: 767px) {
  .program__list-ttl {
    margin-bottom: 10px;
  }
}
.program__list-ttl:not(:first-of-type) {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .program__list-ttl:not(:first-of-type) {
    margin-top: 20px;
  }
}
.program__list-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(24 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 3 * (100vw - 767px) / 599, 14px);
}
.program__inner {
  padding: 30px 4.2%;
  background-color: #F4F6FA;
}
.program__btn {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .program__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.program__btn-item {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .program__btn-item {
    width: 100%;
  }
}
.program__btn-link {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  padding: 20px;
  border: solid 1px #FF9600;
  position: relative;
}
@media screen and (max-width: 940px) {
  .program__btn-link {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .program__btn-link {
    font-size: 16px;
  }
}
.program__btn-link::after {
  content: "";
  width: 25px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 52%;
  right: 2.4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 940px) {
  .program__btn-link::after {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .program__btn-link::after {
    width: 25px;
  }
}
.program__btn-link.back {
  color: #FF9600;
  background-color: #F4F6FA;
}
.program__btn-link.back::after {
  background: url(../img/mypage/ico-arw-org.svg) no-repeat center/contain;
}
.program__btn-link.back:hover {
  color: #fff;
  background-color: #FF9600;
}
.program__btn-link.next {
  color: #fff;
  background-color: #FF9600;
}
.program__btn-link.next::after {
  background: url(../img/mypage/ico-arw-wh.svg) no-repeat center/contain;
}
.program__btn-link.next:hover {
  color: #FF9600;
  background-color: #fff;
}
.program__skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 40px;
}
@media screen and (max-width: 940px) {
  .program__skill {
    gap: 10px 40px;
  }
}
.program__skill-item {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
  white-space: nowrap;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program__skill-item {
    font-size: 14px;
  }
}
.program__skill-item::before {
  content: "";
  width: 19px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-check.svg) no-repeat center/contain;
  position: absolute;
  top: 54%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-mypage__movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-mypage__movie {
    margin-bottom: 25px;
  }
}
.c-mypage__movie-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: calc(54 / 40 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 28 * (100vw - 767px) / 733, 40px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mypage__movie-ttl {
    font-size: 26px;
    width: 76%;
    margin-right: 0;
    margin-left: auto;
    font-size: 30px;
  }
}
.c-mypage__movie-cap {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #FF9600;
  margin-top: 5px;
}
.c-mypage__movie-head {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #0F318D;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-mypage__movie-head {
    margin-bottom: 12px;
  }
}
.c-mypage__movie-list {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .c-mypage__movie-list {
    width: 100%;
  }
}
.c-mypage__movie-btn button {
  padding: 20px;
  font-size: 14px;
}
.c-mypage__movie-btn button::after {
  width: 20px;
}
.c-mypage__mainv-badge2 {
  position: absolute;
  top: 0;
  left: 3%;
}
.c-mypage__mainv-badge2 span {
  width: 90px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(24 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 6 * (100vw - 767px) / 733, 16px);
  color: #fff;
  background-color: #FF9600;
  padding: 12px 8px 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-mypage__mainv-badge2 span {
    width: 75px;
    padding: 6px 4px 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__mainv-badge2 span {
    font-size: 12px;
    width: 72px;
    padding: 12px 4px 10px;
  }
}
.c-mypage__mainv-badge2 span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 15px #FF9600;
  border-right: solid 47px transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
}
@media screen and (max-width: 1024px) {
  .c-mypage__mainv-badge2 span::before {
    border-top-width: 12px;
  }
}
.c-mypage__mainv-badge2 span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 15px #FF9600;
  border-left: solid 47px transparent;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
}
@media screen and (max-width: 1024px) {
  .c-mypage__mainv-badge2 span::after {
    border-top-width: 12px;
  }
}

.premium__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .premium__info-item {
    width: 100%;
  }
}

.program__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.program__detail-item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .program__detail-item {
    width: 100%;
  }
}
.program__detail-dtl {
  padding: 22px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .program__detail-dtl {
    padding: 24px 4.2%;
  }
}
.program__detail-head {
  font-size: 20px;
  font-weight: 700;
  line-height: calc(33 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 599, 20px);
  color: #0F318D;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .program__detail-head {
    font-size: 16px;
  }
}
.program__detail-head::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-faq-open.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .program__detail-head::after {
    width: 26px;
  }
}
.program__detail-head:hover {
  cursor: pointer;
}
.program__detail-head.active::after {
  background: url(../img/common/ico-faq-close.svg) no-repeat center/contain;
}
.program__detail-head span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  padding: 4px 10px;
  background-color: #F4F6FA;
}
.program__detail-contents {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(28 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
}
.program__detail-contents.open {
  max-height: 1000px;
  margin-top: 17px;
  padding: 20px 0;
  border-top: solid 1px #0F318D;
}
@media screen and (max-width: 767px) {
  .program__detail-contents.open {
    margin-top: 15px;
    padding: 15px 0;
  }
}
.program__link-item {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(33 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  padding-left: 16px;
  position: relative;
}
.program__link-item::before {
  content: "";
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #7EAAE4;
  position: absolute;
  top: 13px;
  left: 0;
}

.c-mypage__line {
  margin-bottom: 50px;
}
.c-mypage__line-bnr {
  max-width: 900px;
  width: 92%;
  margin-inline: auto;
}
.c-mypage__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-mypage__links {
    width: 92%;
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-mypage__links-box {
  width: 50%;
  padding: 60px 2.4%;
  border-radius: 0 100px 0 0;
}
@media screen and (max-width: 940px) {
  .c-mypage__links-box {
    border-radius: 0 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__links-box {
    width: 100%;
    border-radius: 0 50px 0 0;
    padding: 35px 4.2%;
  }
}
.c-mypage__links-box.change {
  background-color: #F4F6FA;
}
.c-mypage__links-box.staff {
  background: url(../img/mypage/bnr-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .c-mypage__links-box.staff {
    padding: 35px 4.2%;
  }
}
.c-mypage__links-box.staff .c-mypage__links-head,
.c-mypage__links-box.staff .c-mypage__links-txt {
  color: #fff;
}
.c-mypage__links-head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(35 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(15px, 15px + 9 * (100vw - 767px) / 599, 24px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-mypage__links-head {
    margin-bottom: 14px;
    font-size: 18px;
  }
}
.c-mypage__links-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(35 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 4 * (100vw - 767px) / 599, 16px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-mypage__links-txt {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.c-mypage__links-btn {
  max-width: 450px;
  width: 100%;
  margin-inline: auto;
}
.c-mypage__links-btn a {
  text-align: center;
  display: block;
  padding: 15px;
  color: #fff;
  background-color: #FF9600;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 10 * (100vw - 767px) / 599, 20px);
  position: relative;
  border: solid 1px #FF9600;
  position: relative;
}
@media screen and (max-width: 940px) {
  .c-mypage__links-btn a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__links-btn a {
    font-size: 16px;
  }
}
.c-mypage__links-btn a::after {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-arrow-circle.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-mypage__links-btn a::after {
    width: 25px;
    right: 4.2%;
  }
}
.c-mypage__links-btn a:hover {
  background-color: #fff;
  color: #FF9600;
}
.c-mypage__links-btn a::before {
  content: "";
  max-width: 86px;
  width: 22%;
  aspect-ratio: 86/126;
  position: absolute;
  left: 2%;
  bottom: -1px;
  z-index: 2;
}
.c-mypage__links-btn.type01 a::before {
  background: url(../img/mypage/aigent01.png) no-repeat center/contain;
}
.c-mypage__links-btn.type02 a::before {
  background: url(../img/mypage/aigent02.png) no-repeat center/contain;
}

/* 追加ページ 20251020 */
/* チャットボットページ */
.c-mypage__link {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-mypage__link {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__link li {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__chatbot {
    width: 92%;
    margin-inline: auto;
  }
}
.c-mypage__chatbot-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 19px;
}
@media screen and (max-width: 767px) {
  .c-mypage__chatbot-list {
    margin-top: 60px;
    gap: 52px 10px;
  }
}
.c-mypage__chatbot-list li {
  min-width: 205px;
  width: calc((100% - 58px) / 4);
  position: relative;
  border-radius: 0 50px 0 0;
  background: #F4F6FA;
}
@media screen and (max-width: 1024px) {
  .c-mypage__chatbot-list li {
    width: calc((100% - 19px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__chatbot-list li {
    min-width: auto;
    width: calc((100% - 10px) / 2);
  }
}
.c-mypage__chatbot-ico {
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-mypage__chatbot-ico {
    width: 55px;
    top: -23px;
  }
}
.c-mypage__chatbot-ttl {
  text-align: center;
  margin: 50px 0 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(32 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 6 * (100vw - 767px) / 599, 20px);
  color: #0F318D;
}
@media screen and (max-width: 767px) {
  .c-mypage__chatbot-ttl {
    font-size: 16px;
    margin: 32px 0 25px;
  }
}
.c-mypage__chatbot-btn {
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #0F318D;
  padding: 20px 5px;
  border: solid 1px #0F318D;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 599, 14px);
}
@media screen and (max-width: 767px) {
  .c-mypage__chatbot-btn {
    font-size: 12px;
    padding: 16px 5px 16px 14px;
    text-align: left;
  }
}
.c-mypage__chatbot-btn::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/mypage/ico-arw-blue.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-mypage__chatbot-btn::after {
    width: 16px;
    right: 4.2%;
  }
}
.c-mypage__chatbot-btn:hover {
  background-color: #fff;
  color: #0F318D;
}

/* サブスクリプションページ */
@media screen and (max-width: 767px) {
  .c-mypage__subsc {
    width: 92%;
    margin-inline: auto;
  }
}
.c-mypage__subsc-head {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  margin-bottom: 20px;
}
.c-mypage__subsc-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-mypage__subsc-txt {
    margin-bottom: 20px;
  }
}
.c-mypage__subsc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  margin-bottom: 30px;
}
@media screen and (max-width: 940px) {
  .c-mypage__subsc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__subsc-list {
    gap: 15px;
  }
}
.c-mypage__subsc-list li {
  width: calc((100% - 22px) / 3);
  position: relative;
}
@media screen and (max-width: 940px) {
  .c-mypage__subsc-list li {
    width: 100%;
  }
}
.c-mypage__subsc-btn {
  max-width: 264px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 7.2%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 940px) {
  .c-mypage__subsc-btn {
    max-width: 100%;
  }
  .c-mypage__subsc-btn{
    width: 90%;
  }
}
.c-mypage__subsc-btn a,.c-mypage__subsc-btn button {
  display: block;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #0F318D;
  padding: 16px 5px;
  border: solid 1px #0F318D;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 4 * (100vw - 767px) / 599, 14px);
}
@media screen and (max-width: 940px) {
  .c-mypage__subsc-btn a,.c-mypage__subsc-btn button {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-mypage__subsc-btn a,.c-mypage__subsc-btn button {
    font-size: 16px;
    padding: 21px 5px;
  }
}
.c-mypage__subsc-btn a::after,.c-mypage__subsc-btn button::after {
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/subscribes/ico-arw-blue.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3.2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-mypage__subsc-btn a::after,.c-mypage__subsc-btn button::after {
    width: 25px;
    right: 4.2%;
  }
}
.c-mypage__subsc-btn a:hover,.c-mypage__subsc-btn button:hover {
  background-color: #fff;
  color: #0F318D;
}
.c-mypage__subsc-btn.current a {
  pointer-events: none;
  background-color: #9EA2AE;
  border-color: #9EA2AE;
}
.c-mypage__subsc-btn.current a::after,.c-mypage__subsc-btn.current button::after {
  content: none;
}
.c-mypage__subsc-btn.yellow a,.c-mypage__subsc-btn.yellow button {
  background-color: #F5C845;
  border-color: #F5C845;
}
.c-mypage__subsc-btn.yellow a::after,.c-mypage__subsc-btn.yellow button::after {
  background: url(../img/subscribes/ico-arw-ylw.svg) no-repeat center/contain;
}
.c-mypage__subsc-btn.yellow a:hover,.c-mypage__subsc-btn.yellow button:hover {
  background-color: #fff;
  color: #F5C845;
}
.c-mypage__subsc-att {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: calc(28 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 599, 12px);
  margin-bottom: 7px;
}
.c-mypage__subsc-subtxt {
  max-width: 750px;
  margin-inline: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(20 / 12 * 1em);
  letter-spacing: normal;
  font-size: clamp(11px, 11px + 1 * (100vw - 767px) / 599, 12px);
}

/* メディアページ */
.c-mypage__media {
  margin: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .c-mypage__media {
    width: 92%;
    margin: 30px auto 60px;
  }
}
.c-mypage__media-head {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(30px, 30px + 10 * (100vw - 767px) / 599, 40px);
  margin-bottom: 20px;
}
.c-mypage__media-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-mypage__media-txt {
    margin-bottom: 20px;
  }
}
.c-mypage__media-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  color: #0F318D;
  padding-bottom: 14px;
  border-bottom: solid 1px #0F318D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-mypage__media-ttl {
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
}
.c-mypage__article {
  max-width: 632px;
  margin: 60px 0 100px;
}
@media screen and (max-width: 767px) {
  .c-mypage__article {
    width: 92%;
    margin: 30px auto 60px;
  }
}

.media__tag {
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 7px;
  margin: 60px auto 40px;
}
@media screen and (max-width: 767px) {
  .media__tag {
    margin: 40px auto 30px;
    gap: 8px;
  }
}
.media__tag li {
  display: inline-block;
}
.media__tag li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  padding: 4px 10px;
  border-radius: 40px;
  border: solid 1px #0F318D;
  color: #0F318D;
  background-color: #fff;
}
.media__tag li.current a {
  pointer-events: none;
  background-color: #0F318D;
  color: #fff;
}
.media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 940px) {
  .media__list {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .media__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.media__list li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 940px) {
  .media__list li {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .media__list li {
    width: 100%;
  }
}
.media__list li a {
  display: block;
}
.media__list li a:hover .media__title {
  text-decoration: underline;
}
.media__thumb {
  padding-top: 70%;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.media__thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.media__category {
  margin-bottom: 7px;
  line-height: 1;
}
.media__category span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  padding: 4px 10px;
  border-radius: 40px;
  border: solid 1px #0F318D;
  color: #0F318D;
  background-color: #fff;
}
.media__title {
  font-size: 16px;
  font-weight: 700;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  margin-bottom: 8px;
}
.media__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  color: #A6B5CC;
}

.article__title {
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36 / 24 * 1em);
  letter-spacing: normal;
  font-size: clamp(18px, 18px + 6 * (100vw - 767px) / 599, 24px);
  margin-bottom: 6px;
}
.article__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: calc(28 / 14 * 1em);
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  margin-bottom: 10px;
  padding-bottom: 24px;
  border-bottom: solid 1px #0F318D;
}
.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.article__info-tag span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(12px, 12px + 2 * (100vw - 767px) / 599, 14px);
  padding: 5px 10px;
  border-radius: 40px;
  background-color: #0F318D;
  color: #fff;
}
.article__info-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: normal;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 599, 12px);
  color: #A6B5CC;
}
.article__info-date a {
  display: inline-block;
  margin-left: 2px;
  color: #0F318D;
  text-decoration: underline;
}
.article__info-date a:hover {
  text-decoration: none;
}
.article__main {
  margin-top: 40px;
}
.article__main h2 {
  margin: 36px 0 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(35 / 20 * 1em);
  letter-spacing: normal;
  font-size: clamp(16px, 16px + 4 * (100vw - 767px) / 599, 20px);
  padding: 16px 35px;
  background-color: #F4F6FA;
  border-left: solid 6px #0F318D;
}
@media screen and (max-width: 767px) {
  .article__main h2 {
    padding: 10px 18px;
  }
}
.article__main h3 {
  margin: 25px 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(28 / 18 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 4 * (100vw - 767px) / 599, 18px);
  padding-bottom: 10px;
  border-bottom: solid 1px #0F318D;
}
.article__main h4 {
  margin: 20px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: calc(25 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 599, 16px);
  color: #0F318D;
}
.article__main p {
  margin: 15px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
  letter-spacing: normal;
  font-size: clamp(13px, 13px + 3 * (100vw - 767px) / 599, 16px);
}

.c-breadcrumb {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 26px;
}