@charset "UTF-8";
/*!
 * 重要なお知らせ
 */
/* =========================================================
.topImportant
========================================================= */
.topImportant {
  background: var(--wp--preset--color--tertiary);
}
.topImportant-inner {
  position: relative;
}
.topImportant .topImportantList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.topImportant .topImportantCard {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.topImportant .topImportantCard + .topImportantCard {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.topImportant .topImportantCard-txtArea {
  position: relative;
  display: grid;
  line-height: 1.6;
  grid-template-columns: 1em 1fr;
  gap: 5px;
}
.topImportant .topImportantCard-txtArea__icon {
  color: rgb(141, 255, 66);
  position: relative;
}
.topImportant .topImportantCard-txtArea__icon i {
  color: rgb(141, 255, 66);
}
.topImportant .topImportantCard-txtArea__txt a, .topImportant .topImportantCard-txtArea__txt span {
  color: #fff;
}
.topImportant .topImportantCard-txtArea__txt a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

body {
  --top-section-space-top:clamp(2.5rem, 1.802rem + 3.49vw, 4.375rem);
  --top-section-space-bottom:clamp(2.5rem, 1.802rem + 3.49vw, 4.375rem);
}

.mainContents {
  background-color: #fff;
}
.mainContents::before {
  background-position: 50%;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: inherit;
  width: 100%;
  background-image: url(/wp-content/themes/dblr-kobe-u/assets/images/common/noizy-back.png);
}

/*============================
.sectionTitle（共通）
============================*/
.sectionTitle {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .sectionTitle {
    flex-direction: row;
    align-items: flex-end;
    gap: 1em;
  }
}
.sectionTitle .en {
  overflow: hidden;
  font-size: clamp(1.875rem, 1.094rem + 3.91vw, 5rem);
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--wp--preset--font-family--english-font);
  color: var(--wp--preset--color--contrast);
}
.sectionTitle .en:first-letter {
  color: var(--wp--preset--color--primary);
}
.sectionTitle .ja {
  overflow: hidden;
  color: var(--wp--preset--color--gray);
  word-break: keep-all;
  font-size: clamp(0.875rem, 0.781rem + 0.47vw, 1.25rem);
  line-height: 1.2;
  display: block;
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .sectionTitle .ja {
    -webkit-padding-after: 0.8em;
            padding-block-end: 0.8em;
  }
}
.sectionTitle .mask {
  position: relative;
  overflow: hidden;
  color: transparent;
}
.sectionTitle .mask:after {
  transition-delay: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--wp--preset--color--primary);
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
}
.sectionTitle .ja[data-effect-frag=true] .mask {
  -webkit-animation: show-ja 0s forwards 0.3s;
          animation: show-ja 0s forwards 0.3s;
}
.sectionTitle .en[data-effect-frag=true] .mask {
  -webkit-animation: show-en 0s forwards 0.3s;
          animation: show-en 0s forwards 0.3s;
}
.sectionTitle [data-effect-frag=true] .mask:after {
  -webkit-animation: left-to-right 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
          animation: left-to-right 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

html:lang(en) .sectionTitle .ja {
  display: none;
}

@-webkit-keyframes show-ja {
  0% {
    color: transparent;
  }
  100% {
    color: var(--wp--preset--color--contrast);
  }
}

@keyframes show-ja {
  0% {
    color: transparent;
  }
  100% {
    color: var(--wp--preset--color--contrast);
  }
}
@-webkit-keyframes show-en {
  0% {
    color: transparent;
  }
  100% {
    color: var(--wp--preset--color--primary);
  }
}
@keyframes show-en {
  0% {
    color: transparent;
  }
  100% {
    color: var(--wp--preset--color--primary);
  }
}
@-webkit-keyframes show-w {
  0% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@keyframes show-w {
  0% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}
@-webkit-keyframes left-to-right {
  0% {
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(110%, 0, 0);
            transform: translate3d(110%, 0, 0);
  }
}
@keyframes left-to-right {
  0% {
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(110%, 0, 0);
            transform: translate3d(110%, 0, 0);
  }
}
.topCompany .ja[data-effect-frag=true] .mask {
  -webkit-animation: show-w 0s forwards 0.3s;
          animation: show-w 0s forwards 0.3s;
}
.topCompany .en[data-effect-frag=true] .mask {
  -webkit-animation: show-w 0s forwards 0.3s;
          animation: show-w 0s forwards 0.3s;
}

/*============================
.moreBtn（共通）
============================*/
.top-moreBtn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.8em 2em;
  border-radius: 3em;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  transition: all 0.3s ease;
  min-width: 200px;
  border: 1px solid var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
  background-color: #fff;
  font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1019607843);
}
.top-moreBtn span {
  position: relative;
}
.top-moreBtn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--wp--preset--color--primary);
  transition: all 0.3s ease;
}
.top-moreBtn:hover {
  border: 1px solid var(--wp--preset--color--primary);
  text-decoration: none !important;
  color: #fff;
}
.top-moreBtn:hover::before {
  top: 0%;
  transition: all 0.3s ease;
}
.top-moreBtn::after {
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 1em;
  top: 50%;
  display: block;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  color: inherit;
  font-weight: 900 !important;
  /*text-rendering: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

/* =========================================================
#load__mask
========================================================= */
#load__mask {
  background-color: #fff;
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  opacity: 1;
  pointer-events: auto;
  top: 0;
  z-index: 9999;
}

/* =========================================================
.splash
========================================================= */
.splash {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 9999;
}

.splash::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.splash.is-move::before {
  -webkit-transform: translateX(120%) skew(-22deg);
  transform: translateX(120%) skew(-22deg);
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.splash__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 300px;
  width: 100%;
  text-align: center;
}

.splash.is-move .splash__logo {
  opacity: 0;
  transition: opacity 0.75s ease;
}

/* =========================================================
.mainContents
========================================================= */
.mainContents {
  position: relative;
}

/* =========================================================
.topAnnounce
========================================================= */
.topAnnounce {
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
  z-index: 1;
  position: relative;
}
.topAnnounce-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAnnounce-row {
    flex-direction: row;
    gap: 40px;
  }
}
.topAnnounce-titleArea {
  white-space: nowrap;
}
.topAnnounce-boxArea {
  flex: 1;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAnnounce-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
  .topAnnounce-title .ja {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.topAnnounce-repeat {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topAnnounce-repeat {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAnnounce-repeat {
    gap: 15px;
  }
}
@media screen and (min-width: 1180px), print and (min-width: 1180px) {
  .topAnnounce-repeat {
    gap: 20px;
  }
}
.topAnnounce-repeat.sp_1-pc_1 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topAnnounce-repeat.sp_1-pc_1 {
    grid-template-columns: 1fr;
  }
}
.topAnnounce-repeat.sp_1-pc_more {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1180px), print and (min-width: 1180px) {
  .topAnnounce-repeat.sp_1-pc_more {
    grid-template-columns: 1fr 1fr;
  }
}
.topAnnounce-repeat.sp_2-pc_more {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1180px), print and (min-width: 1180px) {
  .topAnnounce-repeat.sp_2-pc_more {
    grid-template-columns: 1fr 1fr;
  }
}
.topAnnounce a.topAnnounce-box {
  transition: all 0.3s ease;
  color: var(--wp--preset--color--contrast);
}
.topAnnounce a.topAnnounce-box:hover {
  opacity: 0.8;
  color: var(--wp--preset--color--primary);
}
.topAnnounce-box {
  height: 100%;
  position: relative;
  border: 1px solid var(--wp--preset--color--gray);
  border-radius: 5px;
  background-color: var(--wp--preset--color--light-gray);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  overflow: hidden;
}
.topAnnounce-box-imgArea {
  width: 100%;
}
.topAnnounce-box-imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.topAnnounce-box-txtArea {
  position: relative;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topAnnounce-box-txtArea {
    padding-right: 26px;
  }
  .topAnnounce-box-txtArea::after {
    position: absolute;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    right: 10px;
    top: 50%;
    display: block;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    color: inherit;
    font-weight: 900 !important;
    /*text-rendering: auto;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
  }
}
.topAnnounce-box-title {
  color: inherit;
  font-size: clamp(0.875rem, 0.782rem + 0.47vw, 1.125rem);
  font-weight: bold;
  line-height: 1.4;
}
.topAnnounce .mode-title_img_horizontal .topAnnounce-box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topAnnounce .mode-title_img_horizontal .topAnnounce-box {
    flex-direction: row;
  }
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topAnnounce .mode-title_img_horizontal .topAnnounce-box .topAnnounce-box-imgArea {
    width: 30%;
    max-width: 150px;
  }
}
.topAnnounce .mode-title_img_horizontal .topAnnounce-box .topAnnounce-box-txtArea {
  padding-left: 0.8em;
  align-self: center;
}
.topAnnounce .mode-title_img_vertical .topAnnounce-box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topAnnounce .mode-title_img_vertical .topAnnounce-box {
    flex-direction: column;
  }
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topAnnounce .mode-title_img_vertical .topAnnounce-box .topAnnounce-box-imgArea {
    width: 100%;
  }
}
.topAnnounce .mode-title_img_vertical .topAnnounce-box .topAnnounce-box-txtArea {
  padding-left: 0.8em;
  align-self: center;
}

/**************************アイコン設定**************************/
.topAnnounce-box {
  /* pdf要素--- */
  /* Word要素--- */
  /* Excel要素--- */
  /* zip要素--- */
  /* video要素--- */
  /* mailto要素--- */
}
.topAnnounce-box[target=_blank] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".pdf"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".doc"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".xls"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".xlsx"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".zip"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href^="mailto:"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href^=http] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".mp4"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".avi"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".mov"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".webm"] .topAnnounce-box-txtArea:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  color: inherit;
  margin-left: 0.2em;
  /*text-rendering: auto;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}
.topAnnounce-box[target=_blank] .topAnnounce-box-txtArea:after {
  --icon-content: "";
}
.topAnnounce-box[href$=".pdf"] .topAnnounce-box-txtArea:after {
  --icon-content: "";
}
.topAnnounce-box[href$=".doc"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".docx"] .topAnnounce-box-txtArea:after {
  --icon-content: "";
}
.topAnnounce-box[href$=".xls"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".xlsx"] .topAnnounce-box-txtArea:after {
  --icon-content: "";
}
.topAnnounce-box[href$=".zip"] .topAnnounce-box-txtArea:after {
  --icon-content: "";
}
.topAnnounce-box[href$=".mp4"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".avi"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".mov"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".webm"] .topAnnounce-box-txtArea:after {
  --icon-content: "";
}
.topAnnounce-box[href$=".mp4"][target=_blank] .topAnnounce-box-txtArea:after .topAnnounce-box[href$=".avi"][target=_blank] .topAnnounce-box-txtArea:after .topAnnounce-box[href$=".mov"][target=_blank] .topAnnounce-box-txtArea:after .topAnnounce-box[href$=".webm"][target=_blank].topAnnounce-box-txtArea:after {
  --icon-content: " ";
}
.topAnnounce-box[href^="mailto:"] .topAnnounce-box-txtArea:after {
  --icon-content: "";
}
.topAnnounce-box.noicon:after {
  display: none;
}
.topAnnounce-box[target=_blank] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".pdf"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".doc"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".docx"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".xls"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".xlsx"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".zip"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href^="mailto:"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".mp4"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".avi"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".mov"] .topAnnounce-box-txtArea:after, .topAnnounce-box[href$=".webm"] .topAnnounce-box-txtArea:after {
  content: var(--icon-content);
}

/* =========================================================
.topHero
========================================================= */
.topHero {
  overflow: hidden;
  z-index: 1;
  --topHeroHeight: 100vw;
  transition: all 0.3s ease;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topHero {
    --topHeroHeight: 600px;
  }
}
@media screen and (min-width: 1280px), print and (min-width: 1280px) {
  .topHero {
    --topHeroHeight: 90vh;
  }
}
.topHero-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0.5;
}
.topHero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-image: url(/wp-content/themes/dblr-kobe-u/assets/images/common/noizy-back-gradMask.png);
  display: block;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 500px 100%;
}
.topHero-inner {
  position: relative;
  height: var(--topHeroHeight);
  display: flex;
  align-items: center;
}
.topHero-txtArea {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topHero-txtArea {
    margin-left: 5vw;
  }
}
.topHero-title {
  position: relative;
  max-width: 530px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topHero-title {
    max-width: 700px;
    width: 45vw;
  }
}
.topHero-subTitle {
  color: #000;
  font-size: clamp(0.875rem, 0.161rem + 3.57vw, 1.875rem);
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topHero-subTitle {
    font-size: min(2.2vw, 38px);
  }
}
.topHero-subTitle span {
  white-space: nowrap;
}

/****************************
.topInfo
****************************/
.topInfo {
  z-index: 1;
  position: relative;
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
}
.topInfo-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.topInfo-header {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topInfo-header {
    align-items: flex-end;
  }
}
.topInfo-header .topInfo-btnArea {
  display: none;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topInfo-header .topInfo-btnArea {
    display: block;
    margin-left: auto;
  }
}

.tabBox + .topInfo-btnArea {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .tabBox + .topInfo-btnArea {
    display: none;
  }
}

.tabBox {
  -webkit-filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.1)) !important;
          filter: drop-shadow(0px 5px 30px rgba(0, 0, 0, 0.1)) !important;
}
.tabBox-tabs {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .tabBox-tabs {
    gap: 10px;
  }
}
@media screen and (min-width: 1180px), print and (min-width: 1180px) {
  .tabBox-tabs {
    gap: 15px;
  }
}
.tabBox-tab {
  cursor: pointer;
  padding: 0.6em 2px;
  line-height: 1.2;
  background-color: var(--wp--preset--color--tertiary);
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  font-size: clamp(14px, 1.6vw, 16px);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .tabBox-tab {
    padding: 1em 2px;
  }
}
.tabBox-tab:hover {
  background-color: var(--wp--preset--color--primary);
  color: #fff;
}
.tabBox-tab.active {
  background-color: #fff !important;
  color: var(--wp--preset--color--contrast);
}
.tabBox-body {
  transition: all 0.3s ease;
  background-color: #fff;
  padding: 10px 20px;
}
.tabBox-content {
  transition: all 0.3s ease;
  display: none;
  overflow: hidden;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.tabBox-content.active {
  display: block;
  opacity: 1;
  height: auto;
  visibility: visible;
}

/* =========================================================
.topOrganization
========================================================= */
.topOrganization {
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
  z-index: 1;
  position: relative;
}
.topOrganization-inner {
  position: relative;
}
.topOrganization-title {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.topOrganization-row {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topOrganization-row {
    grid-template-columns: 1fr 1fr;
  }
}
.topOrganization-bgHelix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
}

.organizationCardList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .organizationCardList {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1280px), print and (min-width: 1280px) {
  .organizationCardList {
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(0rem, -0.781rem + 3.91vw, 3.125rem);
  }
}

.topOrganization-row .organizationCardList {
  grid-template-columns: 1fr;
  gap: 10px;
}

.organizationCardList-title {
  font-size: clamp(1.25rem, 0.907rem + 0.47vw, 1.5rem);
  font-weight: bold;
  line-height: 1.2;
  color: var(--wp--preset--color--contrast);
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}

.organizationCard {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(36, 57, 85, 0.1);
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: all 0.3s ease;
}
.organizationCard-imgArea {
  overflow: hidden;
  position: relative;
  --aspect-ratio: 1.5/1;
  transition: all 0.3s ease;
  aspect-ratio: var(--aspect-ratio);
}
@supports not (aspect-ratio: 1) {
  .organizationCard-imgArea::before {
    float: left;
    padding-top: calc(1 / (var(--aspect-ratio)) * 100%);
    content: "";
  }
  .organizationCard-imgArea::after {
    display: block;
    content: "";
    clear: both;
  }
}
.organizationCard-imgArea img {
  transition: all 0.1s ease-in-out;
  max-width: initial;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1) {
  .organizationCard-imgArea img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.organizationCard-txtArea {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  padding: 5px 15px 15px 15px;
  flex: 1;
}
.organizationCard-txtArea::after {
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-left: auto;
  content: "";
  display: block;
  background-size: cover;
  margin-top: auto;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  -webkit-filter: invert(47%) sepia(78%) saturate(483%) hue-rotate(73deg) brightness(98%) contrast(89%);
          filter: invert(47%) sepia(78%) saturate(483%) hue-rotate(73deg) brightness(98%) contrast(89%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3B%7D.b%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(241%20-2079)%22%3E%3Crect%20class%3D%22a%22%20width%3D%2212%22%20height%3D%2212%22%20transform%3D%22translate(-241%202079)%22%2F%3E%3Cg%20transform%3D%22translate(-241%202082)%22%3E%3Cpath%20class%3D%22b%22%20d%3D%22M0%2C0%2C1.864%2C3%2C3.728%2C0Z%22%20transform%3D%22translate(8.26%204.864)%20rotate(-90)%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M0%2C0H6L3%2C4.24ZM4.245%2C1H1.755L3%2C2.76Z%22%20transform%3D%22translate(7.76%206)%20rotate(-90)%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M10.758.5H0v-1H10.758Z%22%20transform%3D%22translate(0%203.068)%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .organizationCard-txtArea::after {
    width: 26px;
    height: 26px;
  }
}
.organizationCard-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--wp--preset--color--contrast);
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .organizationCard-title {
    font-size: clamp(0.875rem, 0.735rem + 0.7vw, 1.25rem);
  }
}
.organizationCard-text {
  font-size: clamp(0.75rem, 0.703rem + 0.23vw, 0.875rem);
  line-height: 1.6;
  color: var(--wp--preset--color--contrast);
  display: none;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .organizationCard-text {
    display: block;
  }
}
.organizationCard:hover {
  box-shadow: 0px 10px 25px rgba(36, 57, 85, 0.2);
}
.organizationCard:hover .organizationCard-imgArea img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  transition: 0.1s ease-in-out;
  opacity: 0.8;
}
.organizationCard:hover .organizationCard-txtArea::after {
  background-color: var(--wp--preset--color--primary);
  -webkit-filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(184deg) brightness(104%) contrast(93%);
          filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(184deg) brightness(104%) contrast(93%);
}
.organizationCard:hover .organizationCard-title {
  color: var(--wp--preset--color--primary);
}
.organizationCard:hover .organizationCard-text {
  color: var(--wp--preset--color--primary);
}
.organizationCard.organizationCard-normal .organizationCard-txtArea::after {
  display: none;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .organizationCard.organizationCard-normal .organizationCard-txtArea::after {
    display: block;
  }
}
.organizationCard.organizationCard-small-imgMode {
  display: flex;
  flex-direction: row;
  gap: 0;
  background-color: #fff;
}
.organizationCard.organizationCard-small-imgMode .organizationCard-imgArea {
  width: 20%;
  --aspect-ratio: 1.25/1;
}
.organizationCard.organizationCard-small-imgMode .organizationCard-txtArea {
  flex: 1;
  justify-content: center;
  padding: 10px 30px 10px 10px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .organizationCard.organizationCard-small-imgMode .organizationCard-txtArea {
    padding: 15px 45px 15px 15px;
  }
}
.organizationCard.organizationCard-small-imgMode .organizationCard-txtArea:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .organizationCard.organizationCard-small-imgMode .organizationCard-txtArea:after {
    width: 26px;
    height: 26px;
    right: 15px;
  }
}
.organizationCard.organizationCard-small-imgMode .organizationCard-title {
  font-size: clamp(0.875rem, 0.813rem + 0.31vw, 1.125rem);
}
.organizationCard.organizationCard-small-textMode {
  display: flex;
  flex-direction: row;
  gap: 0;
  background-color: #fff;
}
.organizationCard.organizationCard-small-textMode .organizationCard-txtArea {
  flex: 1;
  justify-content: center;
  padding: 10px 30px 10px 10px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .organizationCard.organizationCard-small-textMode .organizationCard-txtArea {
    padding: 15px 45px 15px 15px;
  }
}
.organizationCard.organizationCard-small-textMode .organizationCard-txtArea:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .organizationCard.organizationCard-small-textMode .organizationCard-txtArea:after {
    width: 26px;
    height: 26px;
    right: 15px;
  }
}
.organizationCard.organizationCard-small-textMode .organizationCard-title {
  font-size: clamp(0.875rem, 0.813rem + 0.31vw, 1.125rem);
}

/* =========================================================
.topProject
========================================================= */
.topProject {
  z-index: 1;
  position: relative;
}
.topProject-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.topProject-back img {
  -o-object-fit: cover;
     object-fit: cover;
}
.topProject-text {
  font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
}
.topProject-txtArea {
  position: relative;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
  background: rgba(38, 45, 62, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topProject-txtArea {
    width: 50%;
    min-height: 28vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topProject-txtArea-inner {
    max-width: 700px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.topProject-title .en, .topProject-title .ja {
  color: #fff;
}
.topProject-text {
  color: #fff;
}
.topProject-btn {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topProject-btn {
    justify-content: flex-start;
  }
}
.topProject-btn-links {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
  color: #fff;
}
.topProject-btn-links:hover {
  border-color: var(--wp--preset--color--primary);
}

/* =========================================================
.topAbout
========================================================= */
.topAbout {
  z-index: 1;
  position: relative;
  padding-top: var(--top-section-space-top);
  padding-bottom: var(--top-section-space-bottom);
  overflow: hidden;
  background-image: url(/wp-content/themes/dblr-kobe-u/assets/images/top/topAbout-back.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.topAbout-text {
  font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
}
.topAbout-row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAbout-row {
    flex-direction: row;
    align-items: center;
  }
}
.topAbout-txtArea {
  width: 100%;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAbout-txtArea {
    width: 50%;
  }
}
.topAbout-imgArea {
  width: 100%;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAbout-imgArea {
    width: 50%;
  }
}
.topAbout-btnArea {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAbout-btnArea {
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr;
  }
}
.topAbout-btnArea .topAbout-btn {
  min-width: 100%;
}

/* --------------------------------
.topBnr
-------------------------------- */
.topBnr {
  z-index: 1;
  position: relative;
  background-color: var(--wp--preset--color--light-gray);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topBnr {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.topBnr .bnrList {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topBnr .bnrList {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topBnr .bnrList {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.topBnr .bnrList.count-1 {
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topBnr .bnrList.count-1 {
    grid-template-columns: 1fr;
  }
}
.topBnr .bnrList.count-2 {
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topBnr .bnrList.count-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.topBnr .bnrList.count-3 {
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topBnr .bnrList.count-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topBnr .bnrList.count-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.topBnr .bnrList.count-4 {
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topBnr .bnrList.count-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px), print and (min-width: 1280px) {
  .topBnr .bnrList.count-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.topBnr .bnrList.count-5, .topBnr .bnrList.count-6 {
  grid-template-columns: 1fr;
  justify-items: center;
}
@media screen and (min-width: 480px), print and (min-width: 480px) {
  .topBnr .bnrList.count-5, .topBnr .bnrList.count-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topBnr .bnrList.count-5, .topBnr .bnrList.count-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.topBnr .bnrList li {
  max-width: 300px;
}
.topBnr .bnrList a,
.topBnr .bnrList span {
  display: block;
  --aspect-ratio: 3.2/1;
  position: relative;
  aspect-ratio: var(--aspect-ratio);
}
@supports not (aspect-ratio: 1) {
  .topBnr .bnrList a::before,
  .topBnr .bnrList span::before {
    float: left;
    padding-top: calc(1 / (var(--aspect-ratio)) * 100%);
    content: "";
  }
  .topBnr .bnrList a::after,
  .topBnr .bnrList span::after {
    display: block;
    content: "";
    clear: both;
  }
}
.topBnr .bnrList a img,
.topBnr .bnrList span img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}
@supports not (aspect-ratio: 1) {
  .topBnr .bnrList a img,
  .topBnr .bnrList span img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.topBnr .bnrList a:hover {
  opacity: 0.7;
}

/* =========================================================
.topAboutMovie
========================================================= */
.topAbout-view .topAboutMovie-title {
  color: #fff;
}

.topAboutMovie {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAboutMovie {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.topAboutMovie-title {
  text-align: center;
  font-size: clamp(1.13rem, 1.92vi + 0.64rem, 2.06rem);
  line-height: 1.4;
}
.topAboutMovie-movieArea a {
  position: relative;
  max-width: 1000px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.topAboutMovie-movieArea a span {
  position: relative;
  padding-top: 56.25%;
  display: block;
  overflow: hidden;
  background-color: #000;
}
.topAboutMovie-movieArea a span::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22youtube-logo%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2050%2035%22%20width%3D%2250%22%20height%3D%2235%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-2%7Bfill%3Ared%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M48.96%2C5.47c-.58-2.15-2.27-3.85-4.42-4.42-3.9-1.04-19.53-1.04-19.53-1.04%2C0%2C0-15.64%2C0-19.53%2C1.04C3.31%2C1.62%2C1.62%2C3.31%2C1.04%2C5.47c-1.04%2C3.9-1.04%2C12.03-1.04%2C12.03%2C0%2C0%2C0%2C8.14%2C1.04%2C12.03%2C.58%2C2.15%2C2.27%2C3.85%2C4.42%2C4.42%2C3.9%2C1.04%2C19.53%2C1.04%2C19.53%2C1.04%2C0%2C0%2C15.64%2C0%2C19.53-1.04%2C2.15-.58%2C3.85-2.27%2C4.42-4.42%2C1.04-3.9%2C1.04-12.03%2C1.04-12.03%2C0%2C0%2C0-8.14-1.04-12.03Z%22%2F%3E%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2220%2025%2032.99%2017.5%2020%2010%2020%2025%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 35px;
  display: block;
  z-index: 2;
}
@media screen and (min-width: 800px), print and (min-width: 800px) {
  .topAboutMovie-movieArea a span::before {
    width: 100px;
    height: 70px;
  }
}
.topAboutMovie-movieArea a span img {
  opacity: 0.7;
  position: absolute;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  width: 100%;
  max-width: 100%;
}
.topAboutMovie-movieArea a:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* --------------------------------
Modal
-------------------------------- */
#modal {
  display: none;
  position: fixed;
  z-index: 996;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#modal .modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#modal .modal_inner .video-area {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
#modal .modal_inner .video-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#modal .modal_inner .close {
  position: absolute;
  bottom: 102%;
  right: 0;
  width: 30px;
  cursor: pointer;
}

.bouncing-blobs-container {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bouncing-blobs {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bouncing-blob {
  -webkit-filter: blur(140px);
          filter: blur(140px);
  pointer-events: none;
  width: 32vw;
  aspect-ratio: 1;
  border-radius: 30% 80% 75% 30%/30% 20% 70% 50%;
  -webkit-animation-name: blobby;
          animation-name: blobby;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  mix-blend-mode: color-burn;
}

.bouncing-blob--blue {
  background: #5492fd;
}

.bouncing-blob--green {
  background: #35ff78;
}

.bouncing-blob--white {
  background: #ffffff;
  z-index: 2;
  width: 15vw;
}

@-webkit-keyframes blobby {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 60%;
    height: 400px;
    width: 300px;
  }
  100% {
    border-radius: 68% 20% 42% 58%/53% 56% 44% 47%;
    width: 600px;
    height: 300px;
  }
}

@keyframes blobby {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 60%;
    height: 400px;
    width: 300px;
  }
  100% {
    border-radius: 68% 20% 42% 58%/53% 56% 44% 47%;
    width: 600px;
    height: 300px;
  }
}