/* === SPメニュー === */
.is-current .l-navContent__listItemInner {
  background: #fff;
}
.l-navContent__listItemInner::after {
  margin-left: 40px;
}
/* SP改行 */
.sp_br,
.hidden.md\:block{
  display: none;
}
/* === 下層ページkv === */
/* ラベル */
.p-subPage__headCategory {
  background-color: #1b519f;
}
/* === l-content === */
.l-content {
  padding: 20px 0 60px 0;
}
.l-content.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 60px 0;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  overflow-x: hidden;
}
.l-content.l-icon_list__content {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  overflow-x: hidden;
}
/* === 画像＋テキスト 共通パターン === */
.l-media_list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  max-width: 28rem;
}
.l-media_list .media__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 2.25rem;
  column-gap: 2.25rem;
  flex-direction: column;
  flex-wrap: wrap;
}
.l-media_list .media__detail {
  text-align: left;
  order: 2;
  padding-top: 3rem;
}
.l-media_list .media__detail p a{
  text-decoration: underline;
}
/* h3見出し */
.media__detail .media__title {
  font-size: 1.5625rem !important;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}
/* 青色見出し */
.media__detail .text-primary {
  color: rgb(45 111 214 / 1);
}
/* 見出し改行 */
.media__title .hidden {
  display: none;
}
/* 見出しサブタイトル */
.media__detail .media_subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.375rem;
}
/* リード文 */
.media__detail .media__leadtext {
  margin-top: 2rem;
  line-height: 1.7;
  font-size: 1rem !important;
  font-weight: 700;
}
/* リード文ハイライト */
.media__detail .media__leadtext .c-marker {
  color: #2D6FD6;
  font-weight: bold;
  background-color: #fff;
  /* color: rgb(255 255 255 / 1);
  background: transparent linear-gradient(to bottom, transparent 3%, #2D6FD6 5%); */
}
.media__detail p {
  margin-top: 2rem;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.l-media_list .media__item .media__image,
.l-media_list .media__item.has-mesh .media__image {
  position: relative;
  z-index: 1;
  width: 48.22%;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding-right: 0px;
}
.l-media_list .media__item.has-mesh .media__image {
  flex: 1 1 0%;
  display: flex;
}
.l-media_list .media__item.has-mesh .media__image.media__image--right {
  justify-content: flex-end;
  padding-left: 20px;
}
.l-media_list .media__item.has-mesh .media__image.media__image--left {
  justify-content: flex-start;
  padding-right: 20px;
}
.l-media_list .media__item.has-mesh .media__image img {
  border-radius: 3px;
}
.l-media_list .media__item.has-mesh .media__image.media__image--right::before {
  position: absolute;
  border-radius: 0.25rem;
  opacity: 0.4;
  content: "";
  top: 20px;
  right: 0;
  z-index: -1;
  left: 0;
  width: 50%;
  height: 100%;
  background: repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACtJREFUGFdjZGBgYJg/f/7/xMRERhAbxkfhgCRhiuAS6Drx68BqB7ogzAEAjNwlv88PFckAAAAASUVORK5CYII=);
}
.l-media_list .media__item.has-mesh .media__image.media__image--left::after {
  position: absolute;
  border-radius: 0.25rem;
  opacity: 0.4;
  content: "";
  top: 20px;
  z-index: -1;
  right: 0;
  width: 50%;
  height: 100%;
  background: repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACtJREFUGFdjZGBgYJg/f/7/xMRERhAbxkfhgCRhiuAS6Drx68BqB7ogzAEAjNwlv88PFckAAAAASUVORK5CYII=);
}
.l-media_list .inline-block {
  display: inline-block;
}
/* ボタン配置 */
.media__detail .c-button-block{
  flex-direction: column;
  margin-top: 2rem;
  gap: 1.5rem;
}
.media__detail .c-button-block__item {
  max-width: 300px;
}
/* === 導入実績 === */
  .l-label_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-column-gap: 0.75rem;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
}
.l-label_list .label__item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 5px;
  color: #73819D;
}
/* === メッセージ枠 === */
.c-note{
  border-radius: 0.25rem;
  padding: 1.5rem;
}
/* 特別公開フォーラム */
.forum-item .c-note {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.c-note .c-content_title {
  text-align: left;
}
.c-notice{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  padding: 24px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.c-notice::before,  .c-notice::after{
  position: absolute;
  content: "";
  width: 44px;
  height: 64px;
}
.c-notice::before {
  top: -16px;
  left: -10px;
  background-image: linear-gradient(to right, transparent 10px, rgb(51 51 51 / .25) 10px 11px, transparent 11px), linear-gradient(to bottom, transparent 16px, rgb(51 51 51 / .25) 16px 17px, transparent 17px);
}
.c-notice::after {
  bottom: -16px;
  right: -10px;
  background-image: linear-gradient(to left, transparent 10px, rgb(51 51 51 / .25) 10px 11px, transparent 11px), linear-gradient(to top, transparent 16px, rgb(51 51 51 / .25) 16px 17px, transparent 17px);
}
.c-notice .h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem !important;
  line-height: 1.4 !important;
}
.c-notice .mt-6 {
  margin-top: 1.5rem;
  line-height: 1.7142857143;
}
/* === アイコン＋テキストの横並びパーツ === */
.l-icon_list {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  width: 100vw !important;
  overflow-x: hidden;
  display: grid;
  -webkit-column-gap: 1px;
  column-gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.l-icon_list__item {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
}
.l-icon_list__item:nth-of-type(even) {
  padding-left: 0.75rem;
  padding-right: 1.25rem;
}
.l-icon_list__item::before {
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  content: "";
  height: 100%;
}
.l-icon_list__item img {
  margin-left: auto;
  margin-right: auto;
  height: 103px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: none;
  object-fit: none;
}
.l-icon_list__item .title {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(45 111 214 / var(--tw-text-opacity));
  font-weight: 700;
  font-size: 1rem !important;
}
.l-icon_list__item .text-left {
  text-align: left;
}
/* === 画像（上段）＋タイトル・テキスト（下段）×2列 === */
.l-purpose_list {
  display: grid;
  justify-content: center;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  row-gap: 4rem;
  grid-template-columns: minmax(0, 480px);
}
.purpose__item{
  text-align: center;
}
.purpose__image {
  border-radius: 3px;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.purpose__title {
  color: rgb(45 111 214 / 1);
  margin: 22px 0 8px;
  font-weight: 700;
  font-size: 0.9375rem;
}
.purpose__detail {
  font-weight: 500;
  line-height: 1.5;
  color: rgb(45 111 214 / 1);
  transition: color 0.2s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.purpose__text {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / 1);
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  transition: color 0.2s ease-out;
  font-size: 1.1875rem !important;
}
/* === 詳しく見るボタン === */
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(45 111 214 / var(--tw-text-opacity));
  transition: color 0.2s ease-out;
  font-size: 1rem;
}
.c-btn .c-btn__text{
  margin-right: 1rem;
}
.c-btn .c-btn__text,
.c-btn .purpose__text {
  font-size: 1rem;
  font-weight: 700;
  color: rgb(34 34 34 / 1);
}

.link__icon-arrow {
  display: inline-flex;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  transition:0.2s ease-out;
  width: 48px;
  height: 48px;
  justify-content: center;
  border-radius: 9999px;
}
.purpose__detail .link__icon-arrow {
  margin-top: 1rem;
}
.link__icon-arrow:before {
  content: "\ea03";
}
.c-btn:hover .link__icon-arrow {
  color:rgb(240 240 240 / 1);
  background-color: rgb(45 111 214 / 1);
}
/* === アンカーリンク === */
.c-nav_links {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(45 111 214 / 1);
}
.c-nav_links ul {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
/* 1カラムのみ場合 */
.c-nav_links ul:has(li:only-child) {
  grid-template-columns: repeat(1, minmax(auto, 400px));
  justify-content: center;
}
.c-nav_links ul li {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 3px 3px 60px rgb(0 0 0 / .06);
}
.c-nav_links a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(45 111 214 / var(--tw-border-opacity));
  padding:1rem 40px 1rem 10px;
  font-weight: 700;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 3px;
  position: relative;
  font-size:0.875rem;
  line-height: 1.25rem;
}
.c-nav_links li:only-child a {
  justify-content: center;
}
.c-nav_links a:hover {
  opacity: 0.7;
}
/* 矢印アイコン（矢印下） */
.c-nav_links a.angle-down::after {
  position: absolute;
  right: 10px;
  line-height: 2;
  font-family: "icon";
  content: "\ea01";
  margin-left: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(45 111 214 / var(--tw-bg-opacity));
  padding-top: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  width: 15px;
  height: 15px;
  font-size: 0.4rem;
  margin-right: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  vertical-align: middle;
  text-indent: 0;
}
/* 矢印アイコン（矢印右） */
.c-nav_links a.angle-right::after {
  position: absolute;
  right: 10px;
  width: 15px;
  height: 15px;
  font-size: 0.4rem;
  line-height: 2;
  font-family: "icon";
  content: "\ea01";
  transform: rotate(-90deg);
  margin: 0.1rem 0.25rem 0 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(45 111 214 / var(--tw-bg-opacity));
  padding-top: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  vertical-align: middle;
  text-indent: 0;
}
/* カレントページ表示 */
.c-nav_links .is-current a {
  border-color: rgb(159 159 159);
  color: rgb(159 159 159);
}
.c-nav_links .is-current a.angle-right {
  pointer-events: none;
}
.c-nav_links .is-current a.angle-right:after,
.c-nav_links .is-current a.angle-down:after {
  background-color:rgb(159 159 159);
}
/* === 円形カード === */
.l-flex__circles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 2rem;
}
.l-flex__circles .circle__item {
  max-width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  box-shadow: 3px 3px 30px rgb(0 0 0 / .16);
  padding: 20px;
  padding-top: 5rem;
}
.l-flex__circles .circle__item.circle__item--single-row {
  padding-top: 104px;
}
.l-flex__circles .circle__item .circle__title {
  font-size: 1.375rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(45 111 214 / var(--tw-text-opacity));
  line-height: 1.4545454545;
}
.l-flex__circles .circle__item .circle__title.circle__title--black {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.l-flex__circles .circle__item p {
  margin-top: 1.75rem;
  line-height: 1.7142857143;
}
/* === CAEユニバーシティフッダー === */
.l-caeuniv_footer .flex {
  display: flex;
}
.l-caeuniv_footer .flex-row {
  flex-direction: row;
}
.l-caeuniv_footer .flex-wrap {
  flex-wrap: wrap;
}
.l-caeuniv_footer .items-start {
  align-items: flex-start;
}
.l-caeuniv_footer .justify-center {
  justify-content: center;
}
.l-caeuniv_footer .w-full {
  width: 100%;
}
.l-caeuniv_footer .mt-10 {
  margin-top: 2.5rem;
}
.l-caeuniv_footer .block {
  display: block;
}
.l-caeuniv_footer .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.l-caeuniv_footer {
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity));
}
.l-caeuniv_footer__main{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.l-caeuniv_footer__main > .container {
  margin-left: calc(50% - 50vw) ;
  margin-right: calc(50% - 50vw) ;
  width: 100vw ;
  padding-left: 0px;
  padding-right: 0px;
}
.l-caeuniv_footer__link,.l-caeuniv_footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.l-caeuniv_footer__link::after,.l-caeuniv_footer__summary::after {
  margin-left: 0.5rem;
  display: block;
  font-weight: 400;
  font-family: "icon";
  font-size: 0.625rem;
}
.l-caeuniv_footer__link{
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
  transition: color 0.2s ease-out;
}
.l-caeuniv_footer__link:hover {
  color: rgb(248 248 248 / .5);
}
.l-caeuniv_footer__link::after {
  content: "\ea03";
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: color 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.l-caeuniv_footer__link:hover::after {
  transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.5) scaleY(1.5);
  color: rgb(45 111 214 / var(--tw-text-opacity));
}
.l-caeuniv_footer__main {
  padding: 60px 0;
}
.l-caeuniv_footer__main .l-caeuniv_footer__logo {
  margin-top: 0px;
  display: flex;
  width: 100%;
  max-width: 24rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-caeuniv_footer__main .l-caeuniv_footer__logo a {
  transition: opacity 0.2s ease-out;
}
.l-caeuniv_footer__main .l-caeuniv_footer__logo a img {
  width: 104px;
}
.l-caeuniv_footer__main .l-caeuniv_footer__logo span {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}
.l-caeuniv_footer__main .l-caeuniv_footer__list {
  margin-left: auto;
  margin-right: auto;
  -webkit-columns: auto auto;
  columns: auto auto;
  -webkit-column-gap: 0px;
          column-gap: 0px;
}
.l-caeuniv_footer__main .l-caeuniv_footer__list li {
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0px;
  width: 100%;
  border-top: 1px solid #676767;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.l-caeuniv_footer__main .l-caeuniv_footer__list li:last-child {
  border-bottom: 1px solid #676767;
}
.l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__summary {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: none;
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity));
}

.l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__summary::after {
  content: "\ea01";
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__summary.is-opened::after {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.l-caeuniv_footer__main .l-caeuniv_footer__child-list ul {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.4s ease-out, opacity 0.4s 0.1s ease-out;
}
.l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__summary.is-opened + ul {
  max-height: calc(73px * var(--count));
  opacity: 1;
}
.l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__link {
  padding-left: 52px;
}
.l-caeuniv_footer__bottom {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 1.25rem;
  align-items: start;
  padding: 40px 0 50px;
}
.l-caeuniv_footer__bottom ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 0.5rem;
}
.l-caeuniv_footer__bottom .l-caeuniv_footer__banner {
  position: relative;
  display: block;
  max-width: 100%;
  width: 304px;
  padding: 11px 14px;
  background: no-repeat center/cover url(/cae-univ/images/common/bnr_e_learning.jpg);
  border-radius: 5px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.6);
  font-size: 1.1875rem;
  line-height: 1.42105;
  transition: opacity 0.2s ease-out;
}
.l-caeuniv_footer__bottom .l-caeuniv_footer__banner::after {
  position: absolute;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  bottom: 14px;
  right: 14px;
}
@font-face {
  font-family: "icon";
  src: url("https://www.cybernet.co.jp/cae-univ/fonts/icon.eot?1668071934");
  src: url("https://www.cybernet.co.jp/cae-univ/fonts/icon.woff?1668071934") format("woff"), url("https://www.cybernet.co.jp/cae-univ/fonts/icon.ttf?1668071934") format("truetype");
}
.icon {
  display: inline-flex;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-decoration: none;
  text-transform: none;
}
/* === 事例・インタビューブロック === */
/* ボタン */
.c-bubble-group__message a.c-button-block__item {
  color: var(--button01-font-color);
  text-decoration: none;
}
.c-bubble-group__message a.c-button-block__item:hover {
  color: var(--button01-hover-font-color);
}
/* === 画像・文章のセットブロック === */
/* ボタン */
.c-media-block .c-button-block__item {
  border: 2px solid var(--button01-font-color);
  background: var(--button01-background-color);
  color: var(--button01-font-color);
  transition: color 0.9s, background 0.9s;
}
.c-media-block .c-button-block__item::after {
  color: var(--button01-icon-color);
  transition: color 0.9s, background 0.9s;
}
.c-media-block .c-button-block__item:hover {
  border-color: var(--button01-hover-font-color);
  background: var(--button01-hover-background-color);
  color: var(--button01-hover-font-color);
}
.c-media-block .c-button-block__item:hover::after {
  color: var(--button01-hover-icon-color);
}
/* 外部リンクボタン */
.c-media-block .c-button-block__item.c-button-block__item--blank::before {
  background: var(--button02-hover-icon-color);
  transition: color 0.9s, background 0.9s;
}
.c-media-block .c-button-block__item.c-button-block__item--blank:hover::before {
  background: var(--button01-background-color);
}
/* === 文章（エディタ）ブロックの表 === */
/* 外部リンクアイコン */
.c-table-block a[target=_blank]::after {
  background-color:#1b519f;
  margin-right: 5px;
  vertical-align: super;
}
/* === 下層ページ装飾 === */
/* 文字列マーカー */
.c-marker--half {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent 45%, rgb(45 111 214 / .1) 45%);
}
/* 定期講座 リンク */
.p-subPage__content .wrap_img_inline p a {
  text-decoration: underline;
}
/* 定期講座 概要内容 PDF */
.p-subPage__content .wrap_img_inline a.pdf {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(45 111 214 / var(--tw-text-opacity));
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.p-subPage__content .wrap_img_inline a.pdf::after {
  font-family: "icon";
  content: "\ea05";
  margin-left: 0.5rem;
  font-size: 1.125rem;
  position: absolute;
}
.p-subPage__content .wrap_img_inline a.pdf img {
  display: block;
  max-width: 200px;
  margin-bottom: 7px;
  border: 1px solid #707070;
  border-radius: 5px;
  margin-top: 30px;
}
/* 定期講座 画像2カラム */
.about__samples__wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 156px);
  gap: 23px;
  justify-content: center;
  margin: 1.5rem 0;
}
.about__samples__wrap li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding-left:inherit;
  text-indent: inherit;
}
.about__samples__wrap li::before {
  display: none;
}
.about__samples__wrap .c-ul-block > li + li {
  margin-top: 0px;
}
.about__samples__wrap li p {
  color: #1e90ff;
}
.about__samples__wrap li a {
  display: block;
}
.about__samples__wrap li img {
  border: solid 1px #c0c0c0;
  border-radius: 5px;
  border: solid 1px #c0c0c0;
}
/* === 画像ブロック キャプション === */
.c-image-block__caption {
  background-color: transparent;
}
/* === バナーフッダー === */
.l-footerContact__listItemInner {
  height: 100%;
  padding: 26px 36px 26px 17px;
}
.l-footerContact__listItemTitle {
  line-height: 1.7;
}
@media (min-width:480px) {
  /* === 導入実績 === */
  .l-label_list {
    justify-content: center;
    row-gap: 1.5rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
  }
  /* === CAEユニバーシティフッダー === */
  .l-caeuniv_footer .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: calc(1366px - 246px + 2.5rem);
    width: 100%;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__list {
    -webkit-columns: 2 230px;
    columns: 2 230px;
    margin-left: -30px;
  }
  .l-caeuniv_footer__link,
  .l-caeuniv_footer .l-caeuniv_footer__summary {
    align-items: flex-start;
    padding: 0;
   }
   .l-caeuniv_footer__main .l-caeuniv_footer__child-list {
    margin-top: 2.5rem;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__summary {
    margin-bottom: 1.25rem;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #676767;
  }
  .l-caeuniv_footer .sm\:w-auto {
    width: auto;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__list li {
    margin-bottom: 22px;
    width: 200px;
    border-top: none;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__list li:last-child {
    border-bottom: none;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__summary.is-opened::after {
    display: none;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__child-list ul {
    opacity: 1;
    max-height: inherit;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__link {
  padding-left: 0;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__child-list .l-caeuniv_footer__summary::after {
    display: none;
  }
}
@media (min-width: 768px) {
  /* 改行 */
  .md\:hidden {
    display: none;
  }
  /* === 画像＋テキスト 共通パターン === */
  .l-media_list.md\:mt-20 {
    margin-top: 5rem;
  }
  .l-media_list {
    max-width: inherit;
  }
  .l-media_list .media__item {
    flex-direction:inherit;
    align-items: flex-start;
  }
  .l-media_list .media__detail {
    width: 47%;
    order: inherit;
    padding-top: 0;
    line-height: 1.25rem;
  }
  .media__detail .media__title {
    font-size: 1.75rem !important;
    text-align: left;
  }
  /* リード文 */
  .media__detail p {
    font-size: inherit;
    line-height: 2;
  }
  /* -- 左テキスト＋右画像 -- */
  .l-media_list .media__item.has-mesh .media__detail + .media__image.media__image--right {
    padding-right: 0px;
    padding-left: 60px;
  }
  .l-media_list .media__item.has-mesh .media__detail + .media__image.media__image--right::before {
    left: 4%;
    width: calc(64% - 63px);
    top: 35px;
  }
  /* -- 左画像＋右テキスト -- */
  .l-media_list .media__item.has-mesh .media__image.media__image--left {
    padding-left: 0px;
    padding-right: 60px;
  }
  .l-media_list .media__item.has-mesh .media__image.media__image--left::after {
    right: 4%;
    left: auto;
    width: calc(64% - 63px);
    top: 35px;
  }
  /* === 導入実績 === */
  .l-label_list .label__item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  /* === メッセージ枠 === */
  .c-notice{
    padding: 40px;
    font-size: inherit;
  }
  .c-notice,
  .c-notice .mt-6 {
    line-height: 2;
  }
  .c-notice::before,  .c-notice::after {
    width: 72px;
    height: 106px;
  }
  .c-notice::before {
    top: -20px;
    left: -20px;
    background-image: linear-gradient(to right, transparent 15px, rgb(51 51 51 / .25) 15px 16px, transparent 16px), linear-gradient(to bottom, transparent 24px, rgb(51 51 51 / .25) 24px 25px, transparent 25px);
  }
  .c-notice::after {
    bottom: -20px;
    right: -20px;
    background-image: linear-gradient(to left, transparent 15px, rgb(51 51 51 / .25) 15px 16px, transparent 16px), linear-gradient(to top, transparent 24px, rgb(51 51 51 / .25) 24px 25px, transparent 25px);
  }
  /* === アイコン＋テキストの横並びパーツ === */
   .l-icon_list__item,
   .l-icon_list__item:nth-of-type(even) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* === 画像（上段）＋タイトル・テキスト（下段）×2列 === */
  .l-purpose_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 4.5rem;
  }
  .purpose__title {
    font-size: inherit;
  }
  .purpose__detail {
    font-size: 1rem;
  }
  .purpose__text {
    font-size: 1.375rem!important;
  }
  /* === CAEユニバーシティフッダー === */
  .l-caeuniv_footer__main .l-caeuniv_footer__list {
    -webkit-columns: 3 230px;
    columns: 3 230px;
  }
  .l-caeuniv_footer .md\:mt-16 {
    margin-top: 4rem;
  }
}
@media (min-width: 769px) {
  /* === バナーフッダー === */
  .l-footerContact__listItemInner {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (min-width: 1024px) {
  /* === 画像＋テキスト 共通パターン === */
  .media__title .lg\:hidden {
    display: none;
  }
  .media__title .lg\:block {
    display: block;
  }
  .l-media_list {
    margin-bottom: 100px;
  }
  /* === アイコン＋テキストの横並びパーツ === */
  .l-icon_list {
    grid-template-columns: repeat(var(--count), 1fr);
  }
  .l-icon_list__item:nth-child(n+2)::before {
    width: 1px;
  }
  /* === 画像（上段）＋タイトル・テキスト（下段）×2列 === */
  .purpose__detail {
    flex-direction: inherit;
  }
  .purpose__detail .icon {
    margin-top: 1rem;
  }
  /* 矢印アイコン */
  .purpose__detail .link__icon-arrow {
    margin-left: 1rem;
    margin-top: 0;
  }
  /* === アンカーリンク === */
  .c-nav_links {
    margin-bottom: 30px;
  }
  .c-nav_links ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  /* 1カラムのみ場合 */
  .c-nav_links ul:has(li:only-child) {
    grid-template-columns: repeat(1, minmax(auto, 590px));
    justify-content: center;
  }
  .c-nav_links a {
    justify-content: center;
    padding:1.5rem 40px 1.5rem 10px;
    font-size:inherit;
    line-height:inherit;
    text-align:center;
  }
  .c-nav_links a.angle-down::after,
  .c-nav_links a.angle-right::after {
    width: 18px;
    height: 18px;
    font-size: 0.625rem;
  }
  /* 定期講座 画像2カラム */
  .about__samples__wrap ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    justify-content: left;
    gap: 48px 36px;
  }
  .about__samples__wrap li img {
    width: 200px;
  }
  /* === CAEユニバーシティフッダー === */
  .l-caeuniv_footer__main .l-caeuniv_footer__list {
    -webkit-columns: 4 230px;
    columns: 4 230px;
  }
}
@media (min-width: 1200px){
  /* === CAEユニバーシティフッダー === */
  .l-caeuniv_footer .xl\:mt-0 {
    margin-top: 0px;
  }
  .l-caeuniv_footer .xl\:justify-between {
    justify-content: space-between;
  }
  .l-caeuniv_footer__main {
    padding: 80px 0 40px;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__list {
    margin-left: auto;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__logo {
    margin-top: 2.5rem;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .l-caeuniv_footer__main .l-caeuniv_footer__logo span {
    margin-top: 1.25rem;
  }
  /* SP改行 */
  .sp_br,
  .hidden.md\:block{
    display: block;
  }
}
@media (min-width:1200px){
  /* === CAEユニバーシティフッダー === */
  .l-caeuniv_footer__main .l-caeuniv_footer__logo {
    flex-direction: column;
    align-items: flex-start;
  }
}