@charset "utf-8";

body {
  font-feature-settings: "pkna";
}

/* section */
.home_section {
  --spacing: clamp(60px, 120vw / 12.8, 120px);
  position: relative;
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
}

/* title */
.home_title {
  display: flex;
  flex-direction: column;
  text-align: start;
  row-gap: 0.25em;
}
.home_title .main {
  font-size: 1.5rem;
}
.home_title .sub {
  color: #999;
  font-size: 1rem;
  font-family: var(--montserrat);
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .home_title {
    row-gap: 0.2em;
  }
}
@media screen and (max-width: 479px) {
  :where(html:not(.is-tablet)) .home_title .main {
    font-size: 1.125rem;
  }
  :where(html:not(.is-tablet)) .home_title .sub {
    font-size: 0.875rem;
  }
  html.is-mobile .p-vision,
  html.is-mobile .p-overview {
    z-index: 0;
    overflow: hidden;
    margin-right: calc(var(--sidegap) * -1);
    margin-left: calc(var(--sidegap) * -1);
    padding-right: var(--sidegap);
    padding-left: var(--sidegap);
  }
}

/* concept */
.home_concept {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: space-between;
  align-items: start;
}
.home_concept .lside.-word,
.home_concept .rside.-word {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  line-height: 1.4;
  gap: 10px;
}
.home_concept .lside {
  grid-column: 1;
}
.home_concept .rside {
  grid-column: 3;
}
.home_concept .main {
  font-size: min(190vw / 12.8, 11.875rem);
  white-space: nowrap;
}
.home_concept .sub {
  font-size: min(20vw / 12.8, 1.25rem);
  font-family: var(--montserrat);
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.home_concept .formula {
  position: relative;
  margin: 0;
  padding-right: min(65vw / 12.8, 65px);
  padding-left: min(65vw / 12.8, 65px);
}
.home_concept .formula .ico {
  width: min(80vw / 12.8, 80px);
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .home_concept .main {
    font-size: calc(65vw / 3.75);
  }
  :where(html:not(.is-tablet)) .home_concept .sub {
    font-size: max(10vw / 3.75, 0.625rem);
  }
  :where(html:not(.is-tablet)) .home_concept .formula {
    padding-top: calc(12vw / 3.75);
    padding-bottom: calc(12vw / 3.75);
  }
  :where(html:not(.is-tablet)) .home_concept .formula .ico {
    width: calc(25vw / 3.75);
  }
}
/* 背景 */
.home_section .formula_deco {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.home_section .formula_deco .ico {
  position: absolute;
  top: max(50% - 78.125vw, 50% - 1000px);
  left: max(50% - 78.125vw, 50% - 1000px);
  width: min(156.25vw, 2000px);
  height: auto;
  opacity: 0.1;
}
html.is-mobile .home_section .formula_deco .ico,
html.is-tablet .home_section .formula_deco .ico {
  --central: calc(var(--vh) / 2);
  top: max(var(--central) - 78.125vw, var(--central) - 1000px);
}
.home_concept.js-inview.is-inview .formula .ico,
.home_concept.js-inview.is-inview ~ .formula_deco .ico {
  transition:
    opacity 1.5s,
    transform 2s var(--easeInOut);
}
.home_concept.js-inview.is-inview .-word .main,
.home_concept.js-inview.is-inview .-word .sub {
  transition:
    opacity 1s,
    transform 1s var(--easeOut);
  transition-delay: 0.3s;
}
.home_concept.js-inview.is-inview .-word .sub {
  transition-delay: 0.6s;
}
.home_concept.js-inview.is-inview .rside.-word .main {
  transition-delay: 0.6s;
}
.home_concept.js-inview.is-inview .rside.-word .sub {
  transition-delay: 0.9s;
}
.home_concept.js-inview:not(.is-inview) .formula .ico,
.home_concept.js-inview:not(.is-inview) ~ .formula_deco .ico {
  opacity: 0;
}
.home_concept.js-inview:not(.is-inview) .-word .main,
.home_concept.js-inview:not(.is-inview) .-word .sub {
  opacity: 0;
  transform: translateY(24px);
}
.home_concept.js-inview:not(.is-inview) .-word .sub {
  transform: translateY(-24px);
}

/**
 * HOME
 * ---------------------------------------- */
.p-visual {
  --sidegap: calc(115vw / 12.8);
  z-index: 0;
  height: var(--vh);
  min-height: 600px;
  margin-right: var(--breakout);
  margin-left: var(--breakout);
  padding-top: max(40vh / 6, 40px);
  padding-bottom: max(40vh / 6, 40px);
  padding-right: var(--sidegap);
  padding-left: var(--sidegap);
  color: white;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: min(40vw / 12.8, 40px);
}
.p-visual .leadcopy,
.p-visual .label {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.15em;
  white-space: nowrap;
  font-feature-settings: normal;
}
.p-visual .label_text + .label_text {
  margin-top: 10px;
}
.p-visual .catchcopy {
  grid-row: 2;
  align-self: end;
  width: min(710vw / 12.8, 710px);
}
.p-visual .leadcopy {
  grid-row: 3;
  width: min(494vw / 12.8, 494px);
  font-size: min(24vw / 12.8, 1.5rem);
}
.p-visual .label {
  grid-row: 4;
  align-self: end;
  width: min(270vw / 12.8, 270px);
  font-size: min(18vw / 12.8, 1.125rem);
}
.p-visual .label_text + .label_text {
  margin-top: 8px;
}
.p-visual .scroll {
  display: grid;
  place-items: center;
  position: absolute;
  bottom: max(32vh / 6, 32px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  padding: 8px;
}
.p-visual .scroll .arr {
  width: 32px;
}
.visual_base,
.visual_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-right: var(--breakout);
  margin-left: var(--breakout);
  object-fit: cover;
}
.visual_base {
  background: #e0dcc6;
}
.visual_bg {
  pointer-events: none;
  opacity: 0.6;
}
.l-attention ~ .l-main .p-visual {
  height: calc(var(--vh) - var(--attentionHeight));
}

@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .p-visual {
    --sidegap: max(50vw / 7.68, 25px);
    gap: max(40vw / 7.68, 20px);
    height: calc(var(--vh) - 60px);
    min-height: 300px;
  }
  :where(html:not(.is-tablet)) .l-attention ~ .l-main .p-visual {
    height: calc(var(--vh) - var(--attentionHeight) - 60px);
  }
  :where(html:not(.is-tablet)) .p-visual .catchcopy {
    width: min(100%, 710px);
  }
  :where(html:not(.is-tablet)) .p-visual .leadcopy {
    width: min(100%, 494px);
    margin-right: -0.5em;
    font-size: 1.5rem;
  }
  :where(html:not(.is-tablet)) .p-visual .label {
    width: calc(440vw / 7.68);
    font-size: 1.125rem;
  }
  :where(html:not(.is-tablet)) .p-visual .scroll {
    right: calc(var(--sidegap) - 16px);
    left: auto;
  }
  :where(html:not(.is-tablet)) .p-visual .scroll .arr {
    width: 24px;
  }
}
@media screen and (max-width: 560px) {
  :where(html:not(.is-tablet)) .p-visual .leadcopy {
    font-size: min(24vw / 5.6, 1.5rem);
  }
}
@media screen and (max-width: 470px) {
  :where(html:not(.is-tablet)) .p-visual .label {
    font-size: min(18vw / 4.7, 1.25rem);
  }
}
.p-visual .symbol {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56%;
  fill: currentcolor;
  transform: translateY(-50%);
}
.p-visual .symbol .ico {
  width: 100%;
  height: auto;
}
.p-visual .symbol .ico path {
  opacity: 0.3;
}
.p-visual .symbol .part1,
.p-visual .symbol .part2 {
  transform-origin: center center;
  animation: rotate 60s linear infinite;
}
.p-visual .symbol .part2 {
  animation-direction: reverse;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .p-visual .symbol {
    left: 8%;
    width: 112%;
  }
}

/**
 * 更新情報
 * ---------------------------------------- */
.p-info {
  display: grid;
  grid-template-columns: calc(1.25rem * 4) 1fr;
  column-gap: clamp(40px, 100vw / 12.8, 100px);
  border-image: linear-gradient(#f5f5f5, #f5f5f5) 0 fill / 0 / 0 50vw;
}
.p-info .info_title {
  font-size: 1.25rem;
}
.p-info .info_list {
  margin-top: -0.5em;
}
.p-info .info_list .item {
  display: grid;
  grid-template-columns: 7em 1fr;
  column-gap: 2em;
  padding: 0.45em 0;
}
.p-info .info_list .date {
  grid-column: 1;
  color: #999;
}
.p-info .info_list .title {
  grid-column: 2;
}
.p-info .info_list a {
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .p-info .info_list a:hover {
    opacity: 0.5;
  }
}

@media print, (min-width: 768px) {
  .p-info {
    padding-top: 118px;
    padding-bottom: 106px;
  }
  .p-info .info_list {
    margin-top: -0.6em;
  }
  .p-info .info_list .item {
    column-gap: 2.4em;
    padding-top: 0.78em;
    padding-bottom: 0.78em;
  }
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .p-info {
    display: block;
    padding-top: min(50vw / 3.75, 50px);
    padding-bottom: min(54vw / 3.75, 54px);
  }
  :where(html:not(.is-tablet)) .p-info .info_list {
    margin-top: 0.5em;
  }
  :where(html:not(.is-tablet)) .p-info .info_list .title {
    margin-top: 0.4em;
  }
  :where(html:not(.is-tablet)) .p-info .info_list .item {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  :where(html:not(.is-tablet)) .p-info .info_title {
    font-size: max(18vw / 4.8, 1.125rem);
  }
}

/**
 * ビジョン
 * ---------------------------------------- */
.p-vision {
  padding-top: clamp(60px, 86vw / 12.8, 86px);
  padding-bottom: 0;
  text-align: center;
}
.vision_title {
  margin-top: 120px;
  font-size: 2rem;
  line-height: 1.5625;
}
.vision_lead {
  max-width: 760px;
  margin: clamp(20px, 39vw / 12.8, 39px) auto 0;
  line-break: strict;
  text-align: justify;
}
.vision_lead p {
  margin-top: 0.92em;
  line-height: 1.75;
}
.vision_concept {
  align-items: center;
  margin-top: 84px;
}
.vision_concept .main {
  letter-spacing: 0.01em;
}
.vision_concept .formula {
  top: max(-14vw / 12.8, -14px);
}
.vision_concept .formula .ico {
  width: min(80vw * 1.285 / 12.8, 80px * 1.285);
}
.vision_image {
  margin-top: 70px;
}
.p-vision .formula_deco .ico {
  top: max(50% - 78.125vw * 1.285, 50% - 1000px * 1.285);
  left: max(50% - 78.125vw * 1.285, 50% - 1000px * 1.285);
  width: min(156.25vw * 1.285, 2000px * 1.285);
  fill: var(--themecolor);
}
html.is-mobile .p-vision .formula_deco .ico,
html.is-tablet .p-vision .formula_deco .ico {
  top: max(var(--central) - 78.125vw * 1.285, var(--central) - 1000px * 1.285);
}
/* inview */
.vision_concept.js-inview:not(.is-inview) .formula .ico {
  transform: rotate(-315deg);
}
.vision_concept.js-inview:not(.is-inview) ~ .formula_deco .ico {
  transform: rotate(-315deg) scale(0.5);
}

@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .vision_title {
    margin-top: max(40vw / 3.75, 40px);
  }
  :where(html:not(.is-tablet)) .vision_concept {
    margin-top: max(25vw / 3.75, 25px);
  }
  :where(html:not(.is-tablet)) .vision_concept .formula {
    top: calc(-12vw / 3.75);
  }
  :where(html:not(.is-tablet)) .vision_lead br {
    display: none;
  }
  :where(html:not(.is-tablet)) .vision_image {
    margin-top: max(40vw / 3.75, 40px);
  }
}
@media screen and (max-width: 479px) {
  :where(html:not(.is-tablet)) .vision_title {
    font-size: max(20vw / 3.75, 1.25rem);
  }
}

/* :::::: メッセージ :::::: */
.p-message {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  margin-top: 200px;
  margin-right: var(--breakout);
  margin-left: var(--breakout);
  text-align: start;
}
.p-message .text {
  --sidegap: max(95vw / 12.8, 25px);
  display: grid;
  place-content: center;
  padding: 88px var(--sidegap);
  color: white;
  background: var(--themecolor);
}
.p-message .home_title .sub {
  color: inherit;
}
.p-message .identity {
  display: flex;
  align-items: center;
  margin-top: 2.8em;
  font-weight: 700;
}
.p-message .identity .part {
  margin-top: 0.1em;
  font-size: 0.875rem;
}
.p-message .identity .name {
  margin-left: 0.8em;
  font-size: 1.25rem;
}
.p-message p {
  margin-top: 1em;
  font-weight: 500;
  line-break: strict;
  text-align: justify;
}
.p-message .image picture,
.p-message .image img {
  width: 100%;
  height: 100%;
}
.p-message .image img {
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  :where(html:not(.is-tablet)) .p-message .text {
    --sidegap: max(50vw / 10.24, 25px);
  }
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .p-message {
    grid-template-columns: auto;
    margin-top: 100px;
  }
  :where(html:not(.is-tablet)) .p-message .text {
    --sidegap: max(50vw / 7.68, 25px);
    padding-top: min(60vw / 3.75, 80px);
    padding-bottom: min(60vw / 3.75, 80px);
  }
  :where(html:not(.is-tablet)) .p-message .identity {
    margin-top: 2em;
  }
}
@media screen and (max-width: 479px) {
  :where(html:not(.is-tablet)) .p-message .identity .name {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1900px) {
  :where(html:not(.is-tablet)) .p-message .text p,
  .p-theme .text p {
    max-width: 800px;
  }
}
/**
 * 学科概要
 * ---------------------------------------- */
.p-overview {
  padding-top: clamp(58px, 118vw / 12.8, 118px);
  padding-bottom: 0;
}
.overview_lead {
  margin-top: 50px;
  letter-spacing: 0.05em;
  line-break: strict;
  text-align: justify;
}
.overview_concept {
  margin-top: 84px;
}
.overview_concept .main {
  font-size: min(105vw / 12.8, 6.5625rem);
  line-height: 1.3;
  text-align: center;
}
.overview_concept .main .s {
  display: block;
  font-size: 57%;
}
.overview_concept .sub {
  margin-top: 1em;
  text-align: center;
}
.overview_concept .formula {
  top: min(36vw / 12.8, 36px);
}
.overview_concept .-detail {
  position: relative;
  margin-top: 70px;
  align-self: start;
}
.overview_concept .lead {
  font-size: 1.125rem;
  line-height: 1.5625;
  font-weight: 700;
}
.overview_concept p {
  margin-top: 0.7em;
  font-size: 0.875rem;
  line-height: 1.7143;
  line-break: strict;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .overview_concept [data-pull="head"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 1;
    cursor: pointer;
  }
  .overview_concept .sub {
    margin-top: 0.4em;
  }
}
.p-overview .formula_deco .ico {
  fill: var(--themecolor);
}
/* inview */
.overview_concept.js-inview:not(.is-inview) .formula .ico {
  transform: rotate(-315deg);
}
.overview_concept.js-inview:not(.is-inview) ~ .formula_deco .ico {
  transform: rotate(-315deg) scale(0.5);
}
@media print, (min-width: 768px) {
  .overview_concept .title {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  .overview_concept::after {
    content: "";
    grid-area: 2 / 2;
    align-self: end;
    justify-self: center;
    border-left: 1px solid #ccc;
    height: calc(100% + 100vw / 12.8);
  }
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .overview_lead {
    margin-top: 44px;
  }
  :where(html:not(.is-tablet)) .overview_concept {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: max(27vw / 3.75, 27px);
  }
  :where(html:not(.is-tablet)) .overview_concept .lside,
  :where(html:not(.is-tablet)) .overview_concept .rside {
    grid-column: 1;
  }
  :where(html:not(.is-tablet)) .overview_concept .-detail {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  :where(html:not(.is-tablet)) .overview_concept .lside.-detail {
    margin-top: max(57vw / 3.75, 57px);
    border-top: 1px solid #ccc;
  }
  :where(html:not(.is-tablet)) .overview_concept .main {
    font-size: max(52vw / 3.75, 3.25rem);
  }
  :where(html:not(.is-tablet)) .overview_concept .formula {
    top: 7px;
  }
  :where(html:not(.is-tablet)) .overview_concept .title {
    font-size: 1.25rem;
  }
  :where(html:not(.is-tablet)) .overview_concept p {
    margin-top: 0;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 479px) {
  :where(html:not(.is-tablet)) .overview_concept hgroup {
    display: block;
  }
  :where(html:not(.is-tablet)) .overview_concept .title {
    padding: 0;
    font-size: 1.125rem;
  }
  :where(html:not(.is-tablet)) .overview_concept .lead {
    font-size: 0.9375rem;
  }
  :where(html:not(.is-tablet)) .overview_concept p {
    margin: 0;
  }
}

/* :::::: pulldown :::::: */
:where(.is-mobile) .js-pull .title {
  position: relative;
}
:where(.is-mobile) .js-pull .title .ico {
  position: absolute;
  top: calc(50% - 0.45em);
  right: 0.2em;
  width: 1em;
}
:where(.is-mobile) .js-pull [data-pull="body"] {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
:where(.is-mobile) .js-pull [data-pull="body"] p {
  padding-top: 1.5em;
}
:where(.is-mobile) .js-pull [data-pull="body"] > :first-child {
  margin-top: 0 !important;
}
:where(.is-mobile) .js-pull [data-pull="body"] > :last-child {
  margin-bottom: 0 !important;
}
:where(.is-mobile) .js-pull.is-anim .title .ico {
  transition: transform 0.4s var(--easeInOut);
}
:where(.is-mobile) .js-pull.is-anim [data-pull="body"] {
  transition: height 0.4s var(--easeInOut);
}
:where(.is-mobile) .js-pull:not(.is-active) .title .ico {
  transform: rotate(-135deg);
}

/**
 * あなたはどんなテーマを見つけますか？
 * ---------------------------------------- */
.p-theme {
  margin-top: clamp(60px, 144vw / 12.8, 144px);
}
.theme_title {
  font-size: 2rem;
  line-height: 1.5625;
}
.theme_title + .theme_lead {
  margin-top: 2em;
}
.theme_lead {
  margin-top: 0.7em;
}
.theme_list {
  margin-top: 60px;
  margin-right: var(--breakout);
  margin-left: var(--breakout);
}
.theme_list .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.theme_list .text {
  display: grid;
  place-content: center;
  width: 100%;
  padding: 80px var(--sidegap) 96px;
  color: white;
  background: #19595d;
}
.theme_list .title {
  font-size: 1.5rem;
  line-height: 1.5625;
}
.theme_list p {
  margin-top: 1em;
  font-weight: 500;
  line-break: strict;
  text-align: justify;
}
.theme_list .image {
  order: -1;
}
.theme_list .image picture,
.theme_list .image img {
  width: 100%;
  height: 100%;
}
.theme_list .image img {
  object-fit: cover;
}
.theme_title {
  text-align: center;
}

html:not(.is-touch) .theme_list {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  :where(html:not(.is-tablet)) .p-theme {
    --sidegap: max(50vw / 10.24, 25px);
  }
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .theme_list {
    margin-top: max(24vw / 3.75, 32px);
  }
  :where(html:not(.is-tablet)) .theme_list .item {
    grid-template-columns: auto;
  }
  :where(html:not(.is-tablet)) .theme_list .text {
    padding-top: min(50vw / 3.75, 50px);
    padding-bottom: min(96vw / 3.75, 96px);
    padding-right: max(50vw / 7.68, 25px);
    padding-left: max(50vw / 7.68, 25px);
  }
  :where(html:not(.is-tablet)) .theme_title {
    text-align: inherit;
  }
  :where(html:not(.is-tablet)) .theme_lead br {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  :where(html:not(.is-tablet)) .theme_title {
    font-size: max(20vw / 3.75, 1.25rem);
  }
  :where(html:not(.is-tablet)) .theme_list .title {
    font-size: 1.125rem;
  }
}

/* swiper */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.p-theme .swiper-arrows {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  z-index: 1;
  position: absolute;
  right: min(var(--breakout) + var(--sidegap) - 16px, 32px);
  bottom: 40px;
  width: 144px;
  height: 48px;
}
.p-theme .swiper-arrows button {
  position: static;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 16px;
  color: white;
  background: none;
  transform: none;
}
.p-theme .swiper-arrows svg {
  fill: none;
  stroke: currentcolor;
  stroke-width: 3;
}
.p-theme .swiper-button-prev svg {
  transform: scaleX(-1);
}
.p-theme .swiper-button-prev {
  grid-column: 1;
}
.p-theme .swiper-button-next {
  grid-column: 3;
}
.p-theme .swiper-button-page {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, 1.2em);
  height: 2em;
  color: white;
  font-size: 1rem;
  line-height: 1.2;
  font-family: var(--montserrat);
  text-align: center;
}
.p-theme .swiper-button-page .current {
  grid-area: 1 / 1;
  align-self: start;
}
.p-theme .swiper-button-page .total {
  grid-area: 1 / 2;
  align-self: end;
}
.p-theme .swiper-button-page .slash {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
  width: 70%;
  height: 70%;
  stroke-width: 1;
}

.p-theme .swiper-button-page .slash {
  stroke-width: min(1vw / 12.8, 1px);
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .p-theme .swiper-arrows {
    right: calc(var(--sidegap) - 16px);
    bottom: 30px;
  }
}

/* stalker */
.stalker {
  pointer-events: none;
  display: grid;
  place-items: center;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 4em;
  height: 4em;
  margin: -3em 0 0 -2em;
  border-radius: 4em;
  color: white;
  font-size: 1rem;
  line-height: 1;
  transition: opacity 0.4s var(--easeOut);
}
.stalker[data-dir="null"] {
  opacity: 0;
  transition-duration: 0.2s;
}
.stalker::before,
.stalker .arr {
  grid-area: 1 / 1;
}
.stalker::before {
  content: "";
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: var(--themecolor);
  opacity: 0.8;
}
.stalker .arr {
  position: relative;
  width: 1.2em;
  height: 1.2rm;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1;
  transition: transform 0.4s var(--easeOut);
}
.stalker[data-dir="prev"] .arr {
  transform: rotateY(180deg);
}
.stalker:not(.is-active) {
  opacity: 0;
  transition-duration: 0.2s;
}

/* :::::: 共創工学部の学び :::::: */
.overview_link {
  margin-right: var(--breakout);
  margin-left: var(--breakout);
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
  background: white;
}
.overview_link__inner {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  justify-items: stretch;
}
@media screen and (min-width: 768px) {
  .overview_link__inner {
    grid-template-columns: repeat(2, 330px);
    justify-content: center;
  }
}
.overview_link .link {
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
  max-width: 330px;
  min-height: 80px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 1em;
  border: 2px solid var(--themecolor);
  border-radius: 80px;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  background: var(--themecolor);
}
.overview_link .link .ico {
  position: absolute;
  top: calc(50% - 0.56em);
  left: 2em;
  width: 1.125em;
}
.overview_link .link:where(.is-hov) {
  color: var(--themecolor);
}
.overview_link .link .hov {
  z-index: -1;
}
.overview_link .link .hov::after {
  background: white;
}
.overview_link .link {
  box-shadow: 0px 0px 30px #0003;
}
@media (hover: hover) {
  .overview_link .link:focus-visible {
    color: var(--themecolor);
    background: white;
    transition-delay: 0s;
  }
  .overview_link .link:focus-visible .ico {
    fill: var(--themecolor);
    transition-delay: 0s;
  }
}

@media screen and (max-width: 479px) {
  :where(html:not(.is-tablet)) .overview_link .link {
    min-height: 70px;
    font-size: 1rem;
  }
}

/**
 * 最新情報
 * ---------------------------------------- */
.p-news {
  border-image: linear-gradient(#f5f5f5, #f5f5f5) 0 fill / 0 / 0 50vw;
}
.p-news .home_title {
  float: left;
  margin-top: -0.2em;
}
.news_facebook {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.facebook_app {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.facebook_app .fb-page {
  width: 100%;
}
.news_sns {
  display: flex;
  justify-content: end;
  align-items: center;
  max-width: 500px;
  margin: 2.5em auto 0;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
}
.news_sns dt {
  margin-right: 0.8em;
  margin-left: auto;
}
.news_sns dd {
  margin-left: 0.78em;
}
.news_sns .ico {
  width: 30px;
  fill: #666;
}

@media screen and (max-width: 1024px) {
  :where(html:not(.is-tablet)) .news_facebook {
    margin-top: 32px;
  }
  :where(html:not(.is-tablet)) .p-news .home_title {
    float: none;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  :where(html:not(.is-tablet)) .news_facebook {
    margin-top: 40px;
  }
  .news_sns dd {
    margin-left: 0.72em;
  }
  .news_sns dd:first-of-type {
    margin-left: auto;
  }
}

/**
 * OPEN CAMPUS
 * ---------------------------------------- */
.p-banner {
  text-align: center;
  background-color: #eee;
  padding-right: min(115vw / 12.8, 115px);
  padding-left: min(115vw / 12.8, 115px);
}
.p-banner img {
  cursor: pointer;
  transition: opacity 0.25s;
}
@media screen and (max-width: 768px) {
  :where(html:not(.is-tablet)) .p-banner {
    padding-right: max(50vw / 7.68, 25px);
    padding-left: max(50vw / 7.68, 25px);
  }
}
@media (any-hover: hover) {
  .p-banner img:hover {
    opacity: 0.5;
  }
}
.p-banner .bnr {
  display: block;
}
.p-banner .bnr,
.p-banner .bnr img {
  border-radius: 15px;
}
