/* HEADER */
.section_header {}

/* BODY */

/* INNTER */
.inner {
  width: 100%;
  padding: 16px;
}

@media (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1064px;
    margin: auto;
    padding: 40px;
  }
}

/* MV */
.mv {
  position: relative;
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow-x: hidden;
}

.page-id-1950 .mv {
  background-image: url(../images/business/top.jpg);
  height: 40vh;
}

.page-id-1896 .mv {
  background-image: url(../images/top/top.jpg);
}

.mv:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 10;
}

.mv .inner {
  width: 100%;
  padding: 0 32px;
  max-width: 1520px;
  margin: auto;
}

.mv .section_header {
  position: absolute;
  bottom: 0;
  z-index: 10;
  border-radius: 8px;
  width: 90%;
}

.mv_sp .section_header {
  padding: 16px;
  border-radius: 0;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.mv_sp .section_header button {
  margin-bottom: 0;
}

.mv_sp {
  z-index: 100;
}

@media (min-width: 768px) {
  .mv {
    height: 900px;
  }

  .page-id-1950 .mv {
    min-height: 700px;
    height: auto;
  }

  .page-id-1896 .mv {
    min-height: 700px;
    height: auto;
  }

  .mv .inner {
    width: 100%;
    padding: 0 32px;
    max-width: 1520px;
    margin: auto;
    height: 900px;
  }

  .page-id-1896 .mv .inner {
    min-height: 700px;
  }

  .page-id-1950 .mv .inner {
    min-height: 700px;
  }
}

@media (min-width: 768px) {
  .mv .section_header {
    width: calc(100%);
    margin-bottom: 32px;
  }
}


/* BANNER */
.banner_bschool {
  padding: 16px;
  width: 100%;
}

.banner_bschool img {
  width: 100%;
  height: auto;
}

/* ABOUT */
.about {
  width: 100%;
  background-image: url(../images/about/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.about .inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin: 0 auto;
  padding: 80px 16px;
  align-items: center;
}

.page-id-1950 .about .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 80px 16px;
  align-items: center;
}

.page-id-1950 .about .inner .block {
  max-width: 640px;
}

.page-id-1950 .about .inner .block .section_header {
  text-align: center;
}

.page-id-1950 .about .inner .block button.bt_cvs {
  margin: 40px auto;
}

.page-id-1896 .about .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 80px 16px;
  align-items: center;
}

.page-id-1896 .about .inner .block {
  max-width: 640px;
}

.page-id-1896 .about .inner .block .section_header {
  text-align: center;
}

.page-id-1896 .about .inner .block button.bt_cvs {
  margin: 40px auto;
}

.about .section_header {
  text-align: center;
}

.about .inner img {
  width: 80%;
  margin: auto;
  display: block;
}

@media (min-width: 768px) {
  .about .inner {
    flex-direction: row;
    padding: 120px 32px;
  }

  .about .inner img {
    width: 320px;
  }

  .about .section_header {
    text-align: left;
  }

  .about .inner {
    gap: 80px;
  }
}

@media (min-width: 1400px) {
  .about .inner {
    gap: 120px;
  }
}

/* ARTICLE */
.article {
  padding: 0 32px;
  overflow: hidden;
}

.article_header {
  background-color: #ffffff;
}

.article .box_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.article .box_ttl {
  flex: 1;
  margin-top: 0;
  min-height: 72px;
}

.article .box_img img {
  object-fit: cover;
  object-position: center center;
  height: 220px;
}

@media (min-width: 400px) {
  .article .box_img img {
    height: 280px;
  }
}

@media (min-width: 768px) {
  .article {
    padding: 0 32px;
    overflow: hidden;
  }

  .article .box_header {
    flex-direction: row;
    gap: 24px;
  }

  .article .box_img img {
    height: 320px;
  }
}

@media (min-width: 1200px) {
  .article {
    padding: 0 32px;
    margin-left: 0;
    overflow: hidden;
  }

  .article .box_header {
    flex-direction: row;
    gap: 40px;
  }
}

/* ENTRY */
.entry {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, .05);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}

.entry a {
  width: 100%;
  padding: 80px 0;
  display: block;
}

.entry a:hover {
  color: #CD9E26;
}

.entry a .section_ttl {
  transition: letter-spacing 0.5s ease;
}

.entry .section_header {
  margin-bottom: 0;
}

.entry a:hover .section_ttl {
  letter-spacing: 24px;
}

@media (min-width: 768px) {
  .entry a {
    padding: 80px 0;
  }

  .entry a:hover .section_ttl {
    letter-spacing: 32px;
  }
}

@media (min-width: 1000px) {
  .entry a {
    padding: 120px 0;
  }
}

/* EVENT */
.event {
  padding: 40px 0;
  border-radius: 0 100px 0 0;
  background-color: #ffffff;
  color: #2c2c2c;
}

.event .section_header {
  text-align: center;
}

.event .box a {
  background-color: #F8F8F8;
  color: #323232;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  margin: 16px 0;
  padding: 16px;
  border: 1px solid #DBDBDB;
}

.event_date {
  min-width: 160px;
  font-size: 1.8rem;
  text-align: center;
}

.event_date span {
  font-size: 1.2rem;
  margin-right: 8px;
  margin-top: 6px;
}

.event_date_end {
  opacity: .6;
}

.event_date_end_tag {
  display: inline-block;
  margin-right: 16px;
  background-color: #C9C9C9;
  padding: 0 8px;
  border-radius: 4px;
  width: 64px;
}

.event_date_end br {
  display: none;
}

.tag_area {
  display: inline-flex;
  /* アイコンとテキストを中央揃え */
  align-items: center;
  /* 縦方向の中央揃え */
}

.tag_area::before {
  display: inline-block;
  content: url(../images/common/icon_map.png);
  margin-right: 4px;
  vertical-align: middle;
  width: 14px;
  /* 明示的に幅を指定 */
  height: 21px;
  /* 明示的に高さを指定 */
}

.tag_area.tag_area_online::before {
  display: inline-block;
  content: url(../images/common/icon_online.png);
  margin-right: 4px;
  vertical-align: middle;
  width: 13px;
  /* 明示的に幅を指定 */
  height: 21px;
  /* 明示的に高さを指定 */
}

.event_thumbnail {
  width: 100%;
}

.event_thumbnail .box_img img {
  object-fit: cover;
  height: 180px;
  width: 100%;
}

.event_thumbnail .box_img .box_img_icon {
  height: 28px;
  width: 28px;
  left: 12px;
  top: 12px;
}

.event_thumbnail .box_img .box_img_icon img {
  width: 100%;
  height: 100%;
}

.event_txt {
  flex: 1;
}

.event button {
  margin: 48px auto;
}

.event_profile {
  max-width: 300px;
  height: auto;
}

/* EVENT ARCHIVE */
.event_archive {
  border-radius: 0 0 0 0;
}

@media (min-width: 500px) {
  .event_thumbnail .box_img img {
    object-fit: cover;
    height: 240px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .event {
    padding: 120px 0;
    border-radius: 0 200px 0 0;
    background-color: #ffffff;
    color: #2c2c2c;
  }

  .event .box {
    flex-direction: row;
  }

  .event_date {
    /* display: flex;
    align-items: center;
    justify-content: center; */
  }

  .event_thumbnail .box_img img {
    object-fit: cover;
    height: 160px;
    width: 240px;
  }

  .event_thumbnail .box_img .box_img_icon {
    height: 23px;
    width: 23px;
    left: 8px;
    top: 8px;
  }

  .event_thumbnail .box_img .box_img_icon img {
    width: 100%;
    height: 100%;
  }

  .event .box a {
    background-color: #F8F8F8;
    color: #323232;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    margin: 16px 0;
    padding-right: 32px;
  }

  .event_date_end_tag {
    display: block;
    background-color: #C9C9C9;
    padding: 0 8px;
    border-radius: 4px;
    width: 64px;
  }

  .event_date span {
    font-size: 1.3rem;
    margin-right: 0;
    margin: 0 4px;
    margin-top: 6px;
    margin: auto;
  }

  .event_date_end br {
    display: block;
  }

  .event_thumbnail {
    width: auto;
  }
}

/* PAGE */
.page {
  padding: 40px 0;
  background-color: #ffffff;
}

.home {
  padding: 0 !important;
}

.page_about {
  color: #2c2c2c;
}

.page .media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page .media .block:first-child {
  width: 100%;
}

.page .media .block:last-child {
  flex: 1;
}

.page .media img {
  border-radius: 4px;
}

.page strong {
  font-weight: 700;
}

@media (min-width: 768px) {
  .page {
    padding: 40px 0;
  }

  .page-id-1950 {
    padding-top: 0;
  }

  .page-id-1896 {
    padding-top: 0;
  }

  .page .media {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 80px;
    margin: 40px auto;
  }

  .page .media .block:first-child {
    width: 400px;
  }
}

/* PAGE OTHER */
.noradius {
  border-radius: 0;
}

/* TOPNEWS */
.topnews {
  bottom: -8px;
}

.topnews .box {
  border-radius: 4px;
}

.topnews__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.topnews__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
}

.topnews__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url("../images/news/arrow_news.png") no-repeat center / contain;
  pointer-events: none;
}

.topnews__item a {
  display: flex;
  flex-direction: column;
  color: #244F96;
  font-weight: 500;
  display: block;
  padding: 8px 16px;
  border-radius: 3px;
  padding-right: 32px;
}

.topnews__item .date span {
  display: inline-block;
  background-color: #244F96;
  color: #ffffff;
  padding: 0 8px;
  margin-right: 8px;
  font-size: 1.2rem;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .topnews .box a {
    flex-direction: row;
    gap: 24px;
    margin: 0 32px;
  }

  .topnews {
    /* bottom: 72px; */
  }

  .topnews__item a {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .topnews__item a {
    padding: 16px;
  }
}

/* NEWS */
.news {
  padding: 40px 0;
  border-radius: 0 100px 0 0;
  background-color: #ffffff;
  color: #2c2c2c;
}

.news .section_header {
  text-align: center;
}

.news .box {
  background-color: #F8F8F8;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: top;
  gap: 16px;
  margin: 16px 0;
}

.news .box a,
.news .box a:visited {
  display: block;
  width: 100%;
  color: #2c2c2c;
}

.news_date span {
  font-size: 1.4rem;
  margin: 0 4px;
}

.news_thumbnail img {
  object-fit: cover;
  height: 240px;
  width: 100%;
  border-radius: 4px;
}

.news_txt {
  flex: 1;
}

/* NEWS ARCHIVE */
.news_archive {
  border-radius: 0 0 0 0;
}

@media (min-width: 768px) {
  .news {
    padding: 120px 0;
    border-radius: 0 200px 0 0;
    background-color: #ffffff;
    color: #2c2c2c;
  }

  .news .box {
    background-color: #F8F8F8;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: top;
    gap: 16px;
    margin: 16px 0;
  }

  .news_thumbnail img {
    object-fit: cover;
    height: 132px;
    width: 180px;
  }
}

@media (min-width: 1000px) {
  .news_thumbnail img {
    object-fit: cover;
    height: 132px;
    width: 180px;
  }
}

/* SPECIAL */
.special {
  padding: 40px 0;
  border-radius: 0 0 0 0;
  background-color: #ffffff;
  color: #2c2c2c;
}

.special .section_header {
  text-align: center;
}

.special .section_body {
  display: flex;
  flex-direction: column;
}

.special .box {
  border-radius: 8px;
  gap: 8px;
  margin: 8px 0;
  width: 100%;
}

.special_date {}

.special_date span {
  font-size: 1.4rem;
  margin: 0 4px;
}

.special_thumbnail img {
  object-fit: cover;
  height: 240px;
  margin-bottom: 8px;
}

.special_txt {
  flex: 1;
}

.special_archive button {
  margin: 24px auto;
}

/* SPECIAL ARCHIVE */
.first_group {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: auto;
}

.first_group .box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.second_group {
  display: none;
}

.second_group .box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 !important;
}

.second_group .box .box_img img {
  object-fit: cover;
  object-position: center center;
  height: auto;
  width: 100%;
}

.category_list {
  ;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin: auto;
  gap: 0 16px;
  padding: 0;
}

.category_item a {
  color: #323232;
  text-decoration: underline;
  font-size: 1.5rem;
}

.category_item:last-child a {
  color: #9E7A12;
}

.special_archive {
  border-radius: 0 0 0 0;
}

.special_archive .inner {
  max-width: 1264px;
}

.special_archive .box_img img {
  object-fit: cover;
  object-position: center center;
  height: 200px;
}

.lock_icon {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 1px 6px;
  font-size: 14px;
  border-radius: 40px;
  z-index: 2;
}

@media (min-width: 400px) {
  .special_archive .box_img img {
    height: 280px;
  }
}

@media (min-width: 768px) {
  .special {
    padding: 40px 0;
    border-radius: 0 0 0 0;
    background-color: #ffffff;
    color: #2c2c2c;
  }

  .special .section_body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .special .box {
    padding: 16px;
    border-radius: 8px;
    gap: 16px;
    margin: 16px 0;
    /* width: calc(100%/2); */
  }

  .special_thumbnail img {
    height: 240px;
  }

  .special_archive .box_img img {
    object-fit: cover;
    object-position: center center;
    height: auto;
  }

  .category_list {
    ;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    gap: 24px;
    padding: 8px 16px;
  }

  .first_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: auto;
    margin-bottom: 40px;
  }

  .second_group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px 32px;
    padding: 0 16px;
  }

  .second_group .box {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: calc(50% - 16px);
    margin: 0 !important;
    padding: 0 !important;
  }

  .second_group .box .box_img img {
    object-fit: cover;
    object-position: center center;
    height: 160px;
    width: 240px;
  }

  .special_archive button {
    margin: 48px auto;
  }

  .category_item a {
    color: #323232;
    text-decoration: underline;
    font-size: 1.7rem;
  }
}

@media (min-width: 1000px) {
  .special .box {
    /* width: calc(100%/3); */
  }

  .special_thumbnail img {
    height: 200px;
  }
}

/* SINGLE */
.single {
  padding: 0;
  background-color: #ffffff;
  color: #2c2c2c;
  border-radius: 0 0 0 0;
}

.single p {
  font-weight: 500;
}

.single_header .inner {
  padding: 24px 16px;
  gap: 32px;
}

.single_header .inner img {
  width: 100%;
  border-radius: 4px;
}

.single_header .section_header {
  margin-bottom: 16px;
  text-align: left;
}

.single_header .block:last-child {
  flex: 1;
}

/* SINGLE EVENT */
.single_event .section_header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single_event .section_ttl {
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight: 500;
}

.single_event .section_ttl_sub {
  font-size: 1.6rem;
  line-height: 3.0rem;
  font-weight: 500;
}

.single_event h2 {
  color: #2c2c2c;
  border-left: 9px solid #224A90;
  padding-left: 12px;
  line-height: 3.2rem;
  color: #224A90;
  margin-top: 64px;
}

.single_event h3 {
  color: #B08814;
}


.single_event strong {
  color: #E6B422;
  font-weight: 700;
}

.single_event img {
  border-radius: 4px;
}

.single_event .section_body a {
  color: #2c2c2c;
}

.single_event .inner {
  max-width: 880px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .single_event .section_header {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .single_event .section_ttl {
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-weight: 500;
  }

  .single_event .section_ttl_sub {
    font-size: 2.2rem;
    line-height: 3.0rem;
    font-weight: 500;
  }

}

@media screen and (min-width: 1000px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

.event_desct {
  padding: 24px;
  background-color: #F3F3F3;
  margin-bottom: 24px;
}

/* SINGLE SPECIAL */
.single_special .section_header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single_special h2 {
  color: #2c2c2c;
  border-left: 9px solid #224A90;
  padding-left: 12px;
  line-height: 3.2rem;
  color: #224A90;
  margin-top: 64px;
}

.single_special h3 {
  color: #B08814;
}

.single_special p {
  margin-bottom: 40px;
}

.single_special strong {
  color: #E6B422;
  font-weight: 700;
}

.single_special img {
  border-radius: 4px;
}

.single_special .section_body a {
  color: #2c2c2c;
}

.single_special .inner {
  max-width: 800px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .single_special .section_header {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}

@media screen and (min-width: 1000px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

.tagcloud_front {
  background-color: #E7F2FF;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 6px;
  margin: 24px 0;
  padding: 16px;
}

.tagcloud_front a {
  color: #323232;
}

.tagcloud_front__item:first-child::after {
  content: "|";
  margin-left: 8px;
}

.article_ttl {
  font-size: 2.2rem;
  line-height: 3.0rem;
  font-weight: 500;
}

.article_thumbanil {
  width: 100%;
}

.article_cat {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
}

.related_articles .article_cat {
  margin-bottom: 0;
}

.related_articles .article_tag {
  margin-top: 0;
}

.article_cat__item {
  background-color: #B08814;
  color: #ffffff;
  border-radius: 4px;
  padding: 0 8px;
  font-weight: 500;
}

.single_special .article_cat__item a {
  color: #ffffff;
}

.article_tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 8px;
  margin-top: 8px;
}

.article_tag__item,
.article_tag__item a,
.single_special .article_tag__item,
.single_special .article_tag__item a {
  color: #B08814;
}

.article_data {
  text-align: right;
}

.article_link {
  display: flex;
  flex-direction: row;
  gap: 8px;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  padding: 8px;
  text-decoration: none;
  margin: 24px 0;
}

.article_link__img {
  width: 240px;
}

.article_link__cat__item {
  background-color: #B08814;
  color: #ffffff;
  border-radius: 4px;
  padding: 0 8px;
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: 500;
  display: inline-block;
  font-size: 1.2rem;
}

.article_link__tag__item {
  color: #B08814;
}

.article_link__ttl {
  font-size: 1.6rem;
  line-height: 2.0rem;
  margin: 8px 0;
}

.article_link__ttl_ex {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 8px 0;
  color: #224A90;
}

.article_writer {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 16px;
  background-color: #f4f4f4;
  border-radius: 4px;
}

.article_writer_name span {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
}

p.article_writer_desc {
  margin: 8px 0;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .article_link {
    display: flex;
    flex-direction: row;
    gap: 24px;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    padding: 16px;
    text-decoration: none;
    margin: 24px 0;
  }

  .article_thumbanil {
    width: 240px;
  }

  .article_ttl {
    font-size: 2.8rem;
    line-height: 4.0rem;
    font-weight: 500;
  }

  .article_writer {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 24px;
    background-color: #f4f4f4;
    border-radius: 4px;
  }

  .article_link__img {
    max-width: 180px;
  }

  .article_link__cat__item {
    background-color: #B08814;
    color: #ffffff;
    border-radius: 4px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 4px;
    font-weight: 500;
    display: inline-block;
    font-size: 1.4rem;
  }

  .article_link__ttl {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 8px 0;
  }

}

@media screen and (min-width: 1000px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

.related_articles {
  width: 100%;
  max-width: 864px;
  margin: auto;
}

.related_articles__item {
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 8px 0;
  border-top: 1px solid #e0e0e0;
}

.related_articles__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.related_articles__item__img {
  width: 100%;
  position: relative;
}

.related_articles__item__txt {
  flex: 1;
}

.related_articles__item__ttl a {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 8px 0;
  color: #2c2c2c;
  display: block;
}

@media screen and (min-width: 768px) {
  .related_articles__item {
    display: flex;
    gap: 16px;
    flex-direction: row;
    padding: 8px 0;
    border-top: 1px solid #e0e0e0;
  }

  .related_articles__item__img {
    width: 196px;
  }
}

@media screen and (min-width: 1000px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

/* SINGLE NEWS  */
.single_news p {
  margin-bottom: 40px;
}

.single_news .body a {
  color: #224B90;
  text-decoration: underline;
}

.single_news img {
  border-radius: 4px;
}

@media (min-width: 768px) {
  .single {
    padding: 0;
    background-color: #ffffff;
    color: #2c2c2c;
    border-radius: 0 0 0 0;
  }

  .single_header .inner {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: 0 auto;
    padding: 80px 40px;
    align-items: center;
  }

  .single_special strong {
    color: #E6B422;
    font-weight: 700;
  }

  .single_special h2 {
    color: #2c2c2c;
    border-left: 9px solid #224A90;
    padding-left: 12px;
    line-height: 3.2rem;
    color: #224A90;
    margin-top: 80px;
  }

  .tagcloud_front {
    background-color: #E7F2FF;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin: 40px 16px;
    padding: 16px;
  }

  .tagcloud_front__item:first-child::after {
    content: "|";
    margin-left: 24px;
  }
}

@media (min-width: 1000px) {
  .single_header .inner {
    gap: 80px;
  }
}

/* SINGLE LP */
.single_lp {
  padding: 40px 0;
  background-color: #ffffff;
  color: #2c2c2c;
}

.single_lp .inner {
  max-width: 880px;
}

.single_lp .block {
  margin-bottom: 40px;
}

.single_lp .bt_cvs {
  height: 100px;
  max-width: 560px;
  margin: 24px auto;
  font-size: 2.0rem;
  line-height: 3.7rem;
}

.single_lp .bt_cvs span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}

.single_lp h2 {
  font-size: 2.4rem;
  color: #2F5699;
  text-align: center;
}

.checklist {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checklist dt {
  width: 40px;
}

.checklist dt img {
  width: 100%;
}

.checklist dd {
  font-size: 1.8rem;
}

.checklist_memo {
  padding: 8px 16px;
  background-color: #F0F0F0;
  margin: 16px 0;
  margin-top: 32px;
  border-radius: 4px;
}

.single_lp table th {
  color: #222222;
  font-weight: 700;
  font-size: 1.6rem;
  width: 100%;
}

.single_lp table td {
  color: #222222;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.single_lp dl.schedule {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}

.single_lp .schedule dt {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #AB8F47;
  border-radius: 4px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.single_lp .schedule dt:after {
  position: absolute;
  right: -10px;
  top: 0px;
  content: url(../images/common/fukidashi.png);
}

.single_lp .schedule dd {
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #AB8F47;
  border-radius: 4px;
  margin-left: 16px;
  font-size: 1.6rem;
  width: calc(100% - 60px);
}

@media (min-width: 768px) {
  .single_lp .block {
    margin-bottom: 80px;
  }

  .single_lp table th {
    color: #222222;
    font-weight: 700;
    font-size: 1.6rem;
    width: 120px;
  }

  .checklist li {
    position: relative;
    margin: 0;
    /* Adjust the left margin to accommodate the larger number box */
    padding-left: 72px;
    list-style: none;
    height: 60px;
    font-size: 2.4rem;
    line-height: 5.0rem;
  }

  .checklist li::before {
    content: "";
    width: 60px;
    height: 60px;
    left: 0;
    position: absolute;
    background-size: cover;
    /* PC版での背景画像設定 */
    background: url(../images/common/check.png) no-repeat center center;
  }

  .checklist dd {
    font-size: 2.4rem;
  }

  .single_lp .bt_cvs {
    height: 100px;
    max-width: 560px;
    margin: 24px auto;
    font-size: 2.4rem;
    line-height: 3.7rem;
  }

}

/* BANNER */
.banner .inner {
  padding: 32px;
}

.banner img {
  border-radius: 4px;
  border: 1px solid #ffffff;
}

.banner_bschool__pc {
  position: absolute;
  max-width: 360px;
  right: 32px;
  bottom: 48px;
  z-index: 10;
}

.banner_webinar__pc {
  position: absolute;
  max-width: 360px;
  right: 32px;
  bottom: 218px;
  z-index: 10;
}

@media (min-width: 768px) {
  .banner .inner {
    padding: 80px 40px;
  }
}

/* footer */
footer {
  position: relative;
  padding: 120px 0;
}

footer img {
  width: 80%;
  max-width: 240px;
  margin: auto;
  display: block;
}

footer ul {
  display: flex;
  gap: 24px;
  justify-content: center;
}


/* 会員限定コンテンツ */
.limited_content__login {
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #F9F8EF;
  margin-bottom: 16px;
}

.limited_content__login a {
  text-decoration: underline;
}

.limited_content__login__img {
  width: 40px;
  height: 40px;
}

.limited_content__login__txt {
  flex: 1;
}

.limited_content__login p {
  margin: 0;
  line-height: 2.3rem;
  font-size: 1.4rem;
}

.limited_content__login p br {
  display: none;
}

.limited_content__login+p {
  display: none;
}

.chapter {
  background-color: #EBF5FC;
  padding: 24px;
  border-radius: 8px;
}

.chapter li {
  position: relative;
  padding-left: 1.6em;
  /* 左に余白 */
  list-style: none;
  /* デフォルトの黒丸を消す */
  font-size: 1.4rem;
}

.chapter li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 16px;
  height: 16px;
  background-image: url('../images/common/chapter_item.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.chapter li li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: none;
}

@media (min-width: 768px) {
  .limited_content__login p {
    margin: 0;
    line-height: 2.3rem;
    font-size: 1.5rem;
  }

  .limited_content__login p br {
    display: block;
  }

  .limited_content__login__img {
    width: 48px;
    height: 48px;
  }

  .chapter li {
    position: relative;
    padding-left: 1.6em;
    /* 左に余白 */
    list-style: none;
    /* デフォルトの黒丸を消す */
    font-size: 1.6rem;
  }

  .chapter li li {
    position: relative;
    padding-left: 16px;
    /* 左に余白 */
    list-style: none;
    /* デフォルトの黒丸を消す */
    font-size: 1.5rem;
  }
}

.page #sml-user-links-block .sml-action-links-register a,
.page #sml-user-links-block .sml-action-links-lostpassword a {
  color: #ffffff;
}

.single_special .caution {
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  padding: 16px 24px;
  border-radius: 4px;
  margin: 24px 0;
}

.single_special .caution h2 {
  margin-top: 0;
  font-size: 1.8rem;
  border-left: 4px solid #224A90;
}

.single_special .caution strong {
  color: red;
}

.single_special .caution p {
  margin-bottom: 16px;
}

.single_special .caution ol {
  list-style-type: decimal;
  /* 数字付き */
  list-style-position: outside;
  /* デフォルト。insideにするとテキスト行頭に揃う */
  margin-left: 1.5em;
  /* 左余白 */
}

.article_cat-webinar #toc_container a {
  pointer-events: none;
  /* ← クリック無効化 */
  cursor: default;
  /* ← カーソルを通常に */
  text-decoration: none;
  /* ← 下線を消す */
  color: inherit;
}

/* ベーススタイル */
.achievement-section {
  padding: 60px 20px;
  color: #333;
  line-height: 1.6;
  background-color: #ffffff;
}

.inner-container {
  max-width: 1000px;
  /* コンテンツの最大幅 */
  margin: 0 auto;
}

/* タイトル周り */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.sub-title {
  display: block;
  color: #c4a048;
  /* 画像に近い金色 */
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-title {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  color: #000000;
  font-weight: bold;
}

/* グリッドレイアウト（PC用） */
.achievement-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  /* カラム間の隙間 */
}

.achievement-item {
  width: 48%;
  /* 2列にするため50%以下に設定 */
}

/* 画像スタイル */
.image-wrapper {
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 6px;
  /* 角丸 */
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  /* 画像の比率を維持してトリミング */
}

/* 各項目のタイトル */
.item-title {
  color: #c4a048;
  /* 画像に近い金色 */
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* リストスタイル */
.item-list {
  padding-left: 0;
  list-style: none;
  /* デフォルトの点を消す */
}

.item-list li {
  position: relative;
  padding-left: 1.2em;
  /* 点の分のスペース */
  margin-bottom: 4px;
  font-size: 15px;
}

/* リストの点を自作（デザインに合わせるため） */
.item-list li::before {
  content: "・";
  /* または "•" */
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}

/* =========================================
   スマホ用レスポンシブ設定 (768px以下)
   ========================================= */
@media screen and (max-width: 768px) {
  .achievement-grid {
    flex-direction: column;
    /* 縦並びにする */
    gap: 50px;
  }

  .achievement-item {
    width: 100%;
    /* 横幅いっぱいにする */
  }

  .main-title {
    font-size: 24px;
  }
}

.service-section {
  padding: 60px 20px;
  color: #333;
  line-height: 1.6;
  background-color: #ffffff;
}

/* --- サービスセクション全体 --- */
.service-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  /* アイテム同士の間隔 */
  margin-bottom: 60px;
}

/* --- 各アイテムのレイアウト --- */
.service-item {
  display: flex;
  flex-direction: column;
  /* スマホは縦並び */
  gap: 20px;
}

/* 画像まわり */
.service-img {
  width: 100%;
}

.service-content {
  flex: 1;
}

.service-content .item-list li {
  margin-bottom: 0px;
  font-size: 17px;
}

/* =========================================
   PC用レスポンシブ設定 (768px以上)
   ========================================= */
@media screen and (min-width: 768px) {
  .service-item {
    flex-direction: row;
    /* 横並びにする */
    align-items: flex-start;
    /* 上揃え */
    gap: 40px;
  }

  .service-img {
    width: 40%;
    /* 画像の幅 */
  }
}


/* 親要素: abs_contents_list */
.abs_contents_list {
  /* Flexboxで横並び */
  margin-top: 64px;
  margin-bottom: 32px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  display: flex;
  /* 折り返さない */
  flex-wrap: nowrap;
  /* 横スクロールを有効にする */
  overflow-x: auto;
  overflow-y: hidden;
  /* スクロールバーの非表示（主要ブラウザ） */
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  padding-left: 16px;
  /* 例として 20px を使用 */
  padding-right: 16px;
  /* スクロール終端にも余白を持たせる */
}

@media screen and (min-width: 768px) {
  .abs_contents_list {
    justify-content: center;
  }
}

.abs_contents_list::-webkit-scrollbar {
  display: none;
}

/* 子要素: abs_contents_item */
.abs_content_item {
  /* 親の幅に合わせて縮むのを防ぐ (必須) */
  flex-shrink: 0;

  /* **幅を固定値 240px に変更** */
  width: 240px;

  /* アイテム間にスペースを追加 */
  margin-right: 16px;

  /* スクロール時にアイテムの先頭で停止 */
  scroll-snap-align: start;
}

.about .inner .abs_content_img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  margin-bottom: 16px;
}

.page-id-1950 {
  padding-top: 0;
}

.page-id-1950 .about .inner {}

.page-id-1950 .about .inner .block {
  width: calc(100% - 16px);
}

.page-id-1896 {
  padding-top: 0;
}

.page-id-1896 .about .inner {}

.page-id-1896 .about .inner .block {
  width: calc(100% - 16px);
}