@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

html,
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #121212;
  background-color: #FFFAF2;
}

body.kv-sticky-page,
#wrapper.kv-sticky-page {
  overflow: visible;
}

main {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
main.arts, main.engineering {
  overflow: visible;
}
@media print, screen and (min-width: 751px) {
  main {
    margin: auto;
    width: 390px;
  }
}

section {
  border-top: min(0.7692307692vw, 3px) solid #121212;
  padding: min(10.2564102564vw, 40px) min(7.6923076923vw, 30px) min(15.3846153846vw, 60px);
}
section h2 {
  text-align: center;
}
section h2 img {
  width: min(84.6153846154vw, 330px);
}
section .lead {
  margin-top: min(7.6923076923vw, 30px);
  margin-left: auto;
  margin-right: auto;
  width: min(84.6153846154vw, 330px);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}

p {
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.btn_black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: min(3.0769230769vw, 12px);
  width: min(46.1538461538vw, 180px);
  height: min(10.2564102564vw, 40px);
  border-radius: min(1.2820512821vw, 5px);
  background: var(---, #121212);
  color: var(---, #FFF);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
  position: relative;
}
.btn_black::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: min(6.1538461538vw, 24px);
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url(../img/icon_page.png);
  background-size: min(4.1025641026vw, 16px);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: min(2.5641025641vw, 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper {
  margin-left: max(-7.6923076923vw, -30px);
  margin-right: max(-7.6923076923vw, -30px);
  overflow: visible;
}
.swiper .swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(5.1282051282vw, 20px);
  margin-top: min(10.2564102564vw, 40px);
  height: min(10.2564102564vw, 40px);
}
.swiper .swiper-controls .swiper-button-next,
.swiper .swiper-controls .swiper-button-prev {
  position: static;
  -webkit-transform: none;
          transform: none;
  left: auto;
  right: auto;
}
.swiper .swiper-controls .swiper-pagination {
  margin-top: 0;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: min(10.2564102564vw, 40px);
  height: min(10.2564102564vw, 40px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  display: none;
}
.swiper .swiper-button-next {
  background-image: url(../img/icon_next.png);
}
.swiper .swiper-button-prev {
  background-image: url(../img/icon_prev.png);
}
.swiper .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.0512820513vw, 8px);
  width: auto !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: min(4.1025641026vw, 16px);
  height: min(4.1025641026vw, 16px);
  border-radius: 100%;
  border: min(0.5128205128vw, 2px) solid #121212;
  background-color: transparent;
  opacity: 1;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #121212;
}

.modal-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background: var(---, #121212);
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 105;
}
@media print, screen and (min-width: 751px) {
  .modal-overlay {
    max-width: 390px;
  }
}
.modal-overlay.is-open {
  display: block;
  pointer-events: auto;
}

.modal-layer {
  position: fixed;
  inset: 0;
  z-index: 106;
  pointer-events: none;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(5.1282051282vw, 20px) 0;
}
.modal-layer > [id] {
  max-height: 100%;
  overflow: visible;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-layer > [id].is-open {
  opacity: 1;
  pointer-events: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100% - min(20.5128205128vw, 80px));
}
.modal-layer .modal__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.modal-layer .modal__scroll::-webkit-scrollbar {
  display: none;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(57.6923076923vw, 225px);
  background-color: #fff;
  border-left: min(0.7692307692vw, 3px) solid #121212;
  border-bottom: min(0.7692307692vw, 3px) solid #121212;
  border-radius: 0 0 0 min(5.1282051282vw, 20px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
header.top-header {
  width: min(15.3846153846vw, 60px);
  overflow: hidden;
}
header.top-header h1 {
  display: none;
}
header.is-open {
  width: 100%;
}
header.is-open h1 {
  display: block !important;
}
header h1 {
  padding-left: min(5.1282051282vw, 20px);
}
header h1 img {
  width: min(31.2820512821vw, 122px);
}
header #nv_menu {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: min(15.3846153846vw, 60px);
  height: min(15.3846153846vw, 60px);
  background: #121212 url(../img/icon_menu.png) center no-repeat;
  border: none;
  background-size: min(10.2564102564vw, 40px);
}
header #nv_menu.is-open {
  background-image: url(../img/icon_cross.png);
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: max(-0.7692307692vw, -3px);
  padding: 0;
  width: 100%;
  aspect-ratio: 780/1386;
  border-top: none;
  background: url(../img/mv_bg.png) center no-repeat;
  background-size: cover;
}
#mv .block {
  border-radius: 0 min(2.5641025641vw, 10px);
  border: min(0.7692307692vw, 3px) solid var(---, #121212);
  background: var(---, #FFF);
  padding: min(8.7179487179vw, 34px) min(10.7692307692vw, 42px) min(6.6666666667vw, 26px);
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
}
#mv .block h1 img {
  width: min(62.8205128205vw, 245px);
}
#mv .block ul li {
  position: absolute;
}
#mv .block ul li:nth-child(1) {
  top: 0;
  left: max(-0.7692307692vw, -3px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#mv .block ul li:nth-child(1) a {
  border-radius: min(2.0512820513vw, 8px) min(5.1282051282vw, 20px) 0 0;
}
#mv .block ul li:nth-child(2) {
  bottom: 0;
  right: max(-0.7692307692vw, -3px);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#mv .block ul li:nth-child(2) a {
  border-radius: 0 0 min(5.1282051282vw, 20px) min(2.0512820513vw, 8px);
}
#mv .block ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: min(2.5641025641vw, 10px);
  width: min(35.8974358974vw, 140px);
  height: min(10.2564102564vw, 40px);
  border: min(0.7692307692vw, 3px) solid var(---, #121212);
  background: #121212;
  position: relative;
  color: var(---, #FFF);
  leading-trim: both;
  text-edge: cap;
  text-decoration: none;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
#mv .block ul li a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: min(6.1538461538vw, 24px);
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url(../img/icon_page.png);
  background-size: min(4.1025641026vw, 16px);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: min(2.5641025641vw, 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.kv-sticky-wrap {
  position: relative;
}

.kv-spacer {
  display: block;
  height: 0;
}

#kv {
  position: sticky;
  top: 0;
  padding: 0;
  width: 100%;
  height: min(176.9230769231vw, 690px);
  border-top: none;
  overflow: hidden;
}
#kv h1 {
  position: absolute;
  top: min(53.0769230769vw, 207px);
  left: min(5.1282051282vw, 20px);
  z-index: 1;
}
#kv h1 img {
  width: min(86.6666666667vw, 338px);
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
}
#kv .visual {
  height: 100%;
  overflow: hidden;
}
#kv .visual img {
  width: min(257.4358974359vw, 1004px);
  max-width: none;
  height: 100%;
}

.intro-fixed-placeholder {
  display: block;
  height: 0;
  pointer-events: none;
}

.intro-fixed-wrap.is-fixed {
  position: fixed;
  top: min(176.9230769231vw, 690px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  .intro-fixed-wrap.is-fixed {
    max-width: 390px;
  }
}

#intro {
  padding: min(15.3846153846vw, 60px) 0;
  border-top: min(0.7692307692vw, 3px) solid #121212;
  background: url(../img/engineering_lead_bg.png) center top min(30.7692307692vw, 120px) no-repeat;
  background-size: min(119.2307692308vw, 465px);
}
#intro p {
  margin-top: 0;
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_リード */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.6153846154vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
#intro p b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.5384615385vw, 6px);
  margin-top: min(1.5384615385vw, 6px);
}
#intro p b span {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(---, #FFF);
}
#intro p b span::before {
  content: "";
  width: calc(100% + min(5.1282051282vw, 20px));
  height: 100%;
  background: var(--tec_b, #00B1E5);
  position: absolute;
  top: 0;
  left: max(-2.5641025641vw, -10px);
  z-index: -1;
}

.top #intro {
  padding: min(10.2564102564vw, 40px) min(7.6923076923vw, 30px) min(12.8205128205vw, 50px);
  background: var(---3, #F5F5F5);
}
.top #intro .wrap {
  padding: min(12.8205128205vw, 50px) 0 min(17.9487179487vw, 70px);
  border-radius: min(2.5641025641vw, 10px);
  border: min(0.5128205128vw, 2px) solid var(---, #121212);
  background: var(---, #FFF);
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
}
.top #intro .wrap .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(2.3076923077vw, 9px);
  line-height: 150%;
}
.top #intro .wrap strong {
  display: inline-block;
  padding: min(2.5641025641vw, 10px) 0;
  background: var(--art_y, #FFF000);
  color: var(--tec_b, #00B1E5);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Zen Kaku Gothic New";
  font-size: min(9.2307692308vw, 36px);
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
  position: relative;
}
.top #intro .wrap strong + span {
  margin-top: min(2.5641025641vw, 10px);
}
.top #intro .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  margin-top: max(-7.6923076923vw, -30px);
  position: relative;
}
.top #intro .nav li a {
  text-decoration: none;
}
.top #intro .nav li a img {
  width: min(37.1794871795vw, 145px);
}

#point {
  background: var(---1, #EFFAFF);
  overflow: hidden;
}
#point .points {
  margin-top: min(6.9230769231vw, 27px);
}
#point .point {
  width: min(84.6153846154vw, 330px);
  height: auto;
  background: #fff;
  border: min(0.5128205128vw, 2px) solid var(---, #121212);
  border-radius: min(2.5641025641vw, 10px);
  overflow: hidden;
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#point .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.5641025641vw, 10px);
  padding: min(2.5641025641vw, 10px);
  width: 100%;
  background: var(---, #121212);
  color: var(---, #FFF);
  leading-trim: both;
  text-edge: cap;
  font-family: "Poppins", sans-serif;
  font-size: min(4.6153846154vw, 18px);
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 27px */
}
#point .label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(10.2564102564vw, 40px);
  height: min(10.2564102564vw, 40px);
  background: url(../img/engineering_point_label.png) center no-repeat;
  background-size: contain;
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: min(5.1282051282vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
#point picture {
  display: block;
  height: min(47.6923076923vw, 186px);
}
#point picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#point .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(7.6923076923vw, 30px);
  border-top: min(0.5128205128vw, 2px) solid var(---, #121212);
  padding: min(7.6923076923vw, 30px);
}
#point .text h3 {
  color: var(--tec_b, #00B1E5);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_h3 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(6.1538461538vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
#point .text p {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}

#course,
#department {
  background: var(--tec_b, #00B1E5);
  overflow: hidden;
}
#course .lead,
#department .lead {
  color: #fff;
}
#course .courses,
#department .courses {
  margin-top: min(10.5128205128vw, 41px);
  overflow: visible;
}
#course .course,
#department .course {
  width: min(84.6153846154vw, 330px);
  height: auto;
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#course .course h3,
#department .course h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: min(19.7435897436vw, 77px);
  border: min(0.5128205128vw, 2px) solid var(---, #121212);
  border-radius: min(4.1025641026vw, 16px) min(4.1025641026vw, 16px) 0 0;
  background: #5EFFE4;
}
#course .course h3 img,
#department .course h3 img {
  width: auto;
  height: min(6.7948717949vw, 26.5px);
}
#course .course .cont,
#department .course .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(7.6923076923vw, 30px);
  padding: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) min(15.3846153846vw, 60px);
  border: min(0.5128205128vw, 2px) solid var(---, #121212);
  border-radius: 0 0 min(4.1025641026vw, 16px) min(4.1025641026vw, 16px);
  border-top: none;
  background: #fff;
  position: relative;
}
#course .course .cont picture img,
#department .course .cont picture img {
  width: min(46.1538461538vw, 180px);
}
#course .course .cont p,
#department .course .cont p {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
#course .course .features,
#department .course .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#course .course .features h4,
#department .course .features h4 {
  padding: min(3.0769230769vw, 12px) min(6.6666666667vw, 26px);
  background: var(---, #121212);
  border-radius: min(2.5641025641vw, 10px) min(2.5641025641vw, 10px) 0 0;
  color: var(---, #FFF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: var(---16, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#course .course .features .wrap,
#department .course .features .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(3.3333333333vw, 13px);
  padding: min(5.1282051282vw, 20px);
  border-radius: min(2.5641025641vw, 10px);
  border: 1px solid var(---, #121212);
  background: var(---, #FFF);
}
#course .course .features p,
#department .course .features p {
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.5897435897vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
#course .course .features dl.example,
#department .course .features dl.example {
  width: 100%;
}
#course .course .features dl.example dt,
#department .course .features dl.example dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: min(1.2820512821vw, 5px);
  border: min(0.2564102564vw, 1px) solid var(---, #121212);
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: min(3.0769230769vw, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  position: relative;
}
#course .course .features dl.example dd,
#department .course .features dl.example dd {
  margin-top: min(3.3333333333vw, 13px);
  width: 100%;
}
#course .course .features dl.example dd ul,
#department .course .features dl.example dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(1.2820512821vw, 5px);
  width: 100%;
}
#course .course .features dl.example dd ul li,
#department .course .features dl.example dd ul li {
  padding: 1px min(1.2820512821vw, 5px);
  border-radius: min(1.0256410256vw, 4px);
  border: 1px solid var(---, #121212);
  background: var(--tec_sub, #5EFFE4);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_最小 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.0769230769vw, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
}
#course .course ul.tag,
#department .course ul.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(1.2820512821vw, 5px);
}
#course .course ul.tag li,
#department .course ul.tag li {
  padding: 1px min(1.2820512821vw, 5px);
  border-radius: 100px;
  border: 1px solid var(---, #121212);
  background: var(---, #FFF);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_最小 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.0769230769vw, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
#course .course .btn_black,
#department .course .btn_black {
  position: absolute;
  bottom: max(-5.1282051282vw, -20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#style {
  background-color: #EFFAFF;
  position: relative;
  z-index: 1;
}
#style .lead {
  color: #121212;
}
#style .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: max(-7.6923076923vw, -30px);
  margin-right: max(-7.6923076923vw, -30px);
}
#style .tab-menu.front {
  margin-top: min(14.358974359vw, 56px);
}
#style .tab-menu.front li::after {
  content: "";
  display: inline-block;
  margin: max(-0.2564102564vw, -1px) max(-0.5128205128vw, -2px) 0 max(-2.0512820513vw, -8px);
  width: 0;
  height: min(23.5897435897vw, 92px);
  background-image: url(../img/style_tabside_h.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% min(23.5897435897vw, 92px);
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#style .tab-menu.front li.is-current {
  -webkit-transform: translateY(max(-4.1025641026vw, -16px));
          transform: translateY(max(-4.1025641026vw, -16px));
}
#style .tab-menu.rear {
  margin-top: max(-5.1282051282vw, -20px);
}
#style .tab-menu.rear li::after {
  content: "";
  display: inline-block;
  margin: 0 max(-0.5128205128vw, -2px) min(1.0256410256vw, 4px) max(-1.5384615385vw, -6px);
  width: 0;
  height: min(23.5897435897vw, 92px);
  background-image: url(../img/style_tabside_f.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% min(23.5897435897vw, 92px);
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#style .tab-menu.rear li.is-current {
  -webkit-transform: translateY(min(2.5641025641vw, 10px));
          transform: translateY(min(2.5641025641vw, 10px));
}
#style .tab-menu li {
  min-width: min(22.0512820513vw, 86px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
#style .tab-menu li img {
  width: min(22.0512820513vw, 86px);
  position: relative;
  z-index: 2;
}
#style .tab-menu li.is-current::after {
  width: min(6.1538461538vw, 24px);
}
#style .styles {
  margin-top: max(-6.1538461538vw, -24px);
  margin-left: max(-7.6923076923vw, -30px);
  margin-right: max(-7.6923076923vw, -30px);
  position: relative;
  z-index: 2;
}
#style .styles .style {
  padding: min(10.2564102564vw, 40px) min(7.6923076923vw, 30px);
  border-radius: min(2.5641025641vw, 10px);
  border: min(0.5128205128vw, 2px) solid var(---, #121212);
  background: var(---, #FFF);
  position: relative;
}
#style .styles .style .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(2.5641025641vw, 10px);
}
#style .styles .style .comment .voice {
  position: relative;
  display: inline-block;
  padding: min(2.0512820513vw, 8px) min(4.1025641026vw, 16px);
  border: 1px solid #121212;
  border-radius: min(1.2820512821vw, 5px);
  background-color: #fffaf2;
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
#style .styles .style .comment .voice::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: min(3.0769230769vw, 12px) min(0.8974358974vw, 3.5px) 0 min(0.8974358974vw, 3.5px);
  border-color: #121212 transparent transparent;
  translate: -50% 100%;
}
#style .styles .style .comment .voice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: min(2.1538461538vw, 8.4px) min(0.641025641vw, 2.5px) 0 min(0.641025641vw, 2.5px);
  border-color: #fffaf2 transparent transparent;
  translate: -50% 100%;
}
#style .styles .style .comment .profile {
  margin-top: min(1.2820512821vw, 5px);
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_最小 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.0769230769vw, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
}
#style .styles .style h3 {
  margin-top: min(7.6923076923vw, 30px);
  text-align: center;
}
#style .styles .style h3 img {
  width: min(74.358974359vw, 290px);
}
#style .styles .style .lead {
  margin-top: min(5.1282051282vw, 20px);
}
#style .styles .style .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: min(10.2564102564vw, 40px);
}
#style .styles .style .catch {
  margin-top: min(18.4615384615vw, 72px);
  position: relative;
}
#style .styles .style .catch::before {
  content: "";
  width: min(5.641025641vw, 22px);
  height: min(6.1538461538vw, 24px);
  background-image: url(../img/vector3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: max(-6.1538461538vw, -24px);
  left: min(2.5641025641vw, 10px);
}
#style .btn_black {
  margin-top: min(10.2564102564vw, 40px);
  margin-left: auto;
  margin-right: auto;
}

#growth .modal-trigger {
  display: block;
  margin-top: min(7.6923076923vw, 30px);
  padding: min(5.1282051282vw, 20px) min(5.1282051282vw, 20px) min(4.1025641026vw, 16px) min(5.1282051282vw, 20px);
  border-radius: min(2.5641025641vw, 10px);
  border: 1px solid #121212;
  background: #F5F5F5;
  text-decoration: none;
  position: relative;
}
#growth .modal-trigger h3 {
  padding-right: 0;
  display: block;
  cursor: pointer;
}
#growth .modal-trigger h3 small {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(3.0769230769vw, 12px);
  line-height: 140%;
  color: #6F8086;
  margin-bottom: min(1.0256410256vw, 4px);
}
#growth .modal-trigger h3 span {
  display: block;
  text-align: left;
  color: #195A7B;
}
#growth .modal-trigger h3 span b {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: min(6.1538461538vw, 24px);
  line-height: 170%;
  color: #195A7B;
}
#growth .modal-trigger h3 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(4.6153846154vw, 18px);
  line-height: 200%;
}
#growth .modal-trigger h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(5.1282051282vw, 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(5.1282051282vw, 20px);
  height: min(5.1282051282vw, 20px);
  background-image: url(../img/icon_plus_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#growth .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin-left: max(-7.6923076923vw, -30px);
  margin-right: max(-7.6923076923vw, -30px);
}
#growth .tab-menu.front {
  margin-top: min(15.3846153846vw, 60px);
}
#growth .tab-menu.front li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#growth .tab-menu.front li span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: min(2.5641025641vw, 10px);
}
#growth .tab-menu.front li::after {
  content: "";
  display: inline-block;
  margin: min(0.2564102564vw, 1px) 0 0 max(-2.0512820513vw, -8px);
  width: 0;
  height: min(23.5897435897vw, 92px);
  background-image: url(../img/style_tabside_h.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% min(23.5897435897vw, 92px);
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#growth .tab-menu.front li.is-current {
  -webkit-transform: translateY(max(-5.1282051282vw, -20px));
          transform: translateY(max(-5.1282051282vw, -20px));
}
#growth .tab-menu.front li.is-current span {
  padding-top: min(5.1282051282vw, 20px);
}
#growth .tab-menu.rear {
  margin-top: max(-14.358974359vw, -56px);
}
#growth .tab-menu.rear li {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#growth .tab-menu.rear li span {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: min(2.5641025641vw, 10px);
}
#growth .tab-menu.rear li::after {
  content: "";
  display: inline-block;
  margin: 0 max(-0.5128205128vw, -2px) min(1.0256410256vw, 4px) max(-1.5384615385vw, -6px);
  width: 0;
  height: min(23.5897435897vw, 92px);
  background-image: url(../img/style_tabside_f.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% min(23.5897435897vw, 92px);
  position: relative;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#growth .tab-menu.rear li.is-current {
  -webkit-transform: translateY(min(5.1282051282vw, 20px));
          transform: translateY(min(5.1282051282vw, 20px));
}
#growth .tab-menu.rear li.is-current span {
  padding-bottom: min(5.1282051282vw, 20px);
}
#growth .tab-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#growth .tab-menu li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: min(2.5641025641vw, 10px);
  width: min(40.2564102564vw, 157px);
  height: min(23.0769230769vw, 90px);
  border-radius: min(1.2820512821vw, 5px);
  border: 1px solid var(---, #121212);
  background: var(--tec_b, #00B1E5);
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
}
#growth .tab-menu li:nth-child(2) {
  position: relative;
  z-index: 2;
}
#growth .tab-menu li:nth-child(2) span {
  background: var(--tec_sub, #5EFFE4);
}
#growth .tab-menu li img {
  width: auto;
  height: min(5vw, 19.5px);
  z-index: 2;
}
#growth .tab-menu li.is-current::after {
  width: min(6.1538461538vw, 24px);
}
#growth .growths {
  margin-top: max(-14.358974359vw, -56px);
  margin-left: max(-7.6923076923vw, -30px);
  margin-right: max(-7.6923076923vw, -30px);
  position: relative;
  z-index: 2;
}
#growth .growths .growth {
  padding: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) min(10.2564102564vw, 40px) min(7.6923076923vw, 30px);
  border: min(0.5128205128vw, 2px) solid #121212;
  border-radius: min(2.5641025641vw, 10px);
  background: #EFFAFF;
  position: relative;
}
#growth .growths .growth h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: min(69.2307692308vw, 270px);
  height: min(10.2564102564vw, 40px);
  border-radius: min(5.1282051282vw, 20px);
  border: 1px solid var(---, #121212);
  background: var(---, #FFF);
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_h3 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(6.1538461538vw, 24px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
#growth .growths .growth .example {
  margin-top: min(7.6923076923vw, 30px);
  border: 1px solid #121212;
  border-radius: min(2.5641025641vw, 10px);
  overflow: hidden;
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#growth .growths .growth .example h4 {
  padding: min(3.8461538462vw, 15px);
  border-radius: min(2.5641025641vw, 10px) min(2.5641025641vw, 10px) 0 0;
  background: #00B1E5;
  text-align: center;
}
#growth .growths .growth .example h4 img {
  width: min(37.1794871795vw, 145px);
}
#growth .growths .growth .example .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(7.6923076923vw, 30px);
  padding: min(7.6923076923vw, 30px);
  border-top: 1px solid #121212;
  background: #fff;
}
#growth .growths .growth .example dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(3.8461538462vw, 15px);
  padding-bottom: min(7.6923076923vw, 30px);
  width: 100%;
  border-bottom: 1px solid #121212;
}
#growth .growths .growth .example dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(2.5641025641vw, 10px);
}
#growth .growths .growth .example dl dt picture img {
  width: min(10.2564102564vw, 40px);
}
#growth .growths .growth .example dl dt span {
  padding: min(1.0256410256vw, 4px) min(2.5641025641vw, 10px);
  border-radius: min(1.2820512821vw, 5px);
  border: 1px solid #121212;
  background: #EFFAFF;
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
}
#growth .growths .growth .example dl dd {
  padding-left: min(12.8205128205vw, 50px);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.5897435897vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
}
#growth .growths .growth .example h5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: min(1.0256410256vw, 4px) min(2.5641025641vw, 10px);
  border-radius: min(1.2820512821vw, 5px);
  border: 1px solid var(---, #121212);
  background: var(--tec_b, #00B1E5);
  position: relative;
  margin-top: min(5.3846153846vw, 21px);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
}
#growth .growths .growth .example h5::before {
  content: "";
  display: block;
  width: min(4.1025641026vw, 16px);
  height: min(3.0769230769vw, 12px);
  background: url(../img/icon_arrow_down.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: max(-5.641025641vw, -22px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#growth .growths .growth .example p {
  width: 100%;
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.5897435897vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
}
#growth .growths .growth .graph {
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#growth .growths .growth .btn_black {
  margin-top: min(10.2564102564vw, 40px);
  margin-left: auto;
  margin-right: auto;
  width: min(53.8461538462vw, 210px);
}
#growth .growths .growth#growth2 .example h4,
#growth .growths .growth#growth2 .example h5 {
  background: #5EFFE4;
}

#gps-academic {
  padding: min(10.2564102564vw, 40px) min(5.1282051282vw, 20px);
  width: min(89.7435897436vw, 350px);
  border-radius: min(2.5641025641vw, 10px);
  border: 1px solid #121212;
  background: #F5F5F5;
  position: relative;
}
#gps-academic h3 {
  padding-right: 0;
  display: block;
  cursor: pointer;
  text-align: center;
}
#gps-academic h3 small {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(3.0769230769vw, 12px);
  line-height: 140%;
  color: #6F8086;
  margin-bottom: min(1.0256410256vw, 4px);
}
#gps-academic h3 span {
  display: block;
  color: #195A7B;
}
#gps-academic h3 span b {
  margin-right: min(1.0256410256vw, 4px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: min(6.1538461538vw, 24px);
  line-height: 170%;
  color: #195A7B;
}
#gps-academic h3 span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: min(4.6153846154vw, 18px);
  line-height: 200%;
}
#gps-academic .body {
  margin-top: min(5.1282051282vw, 20px);
  padding: 0 min(2.5641025641vw, 10px);
  font-size: min(3.5897435897vw, 14px);
  font-weight: 500;
  line-height: 170%;
  color: #121212;
}
#gps-academic .modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  content: "";
  position: absolute;
  top: max(-3.8461538462vw, -15px);
  right: max(-3.8461538462vw, -15px);
  width: min(7.6923076923vw, 30px);
  height: min(7.6923076923vw, 30px);
  border: none;
  background-color: transparent;
  background-image: url(../img/icon_close_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}

#interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(17.9487179487vw, 70px);
  padding-bottom: min(20.5128205128vw, 80px);
  background: var(--tec_b, #00B1E5);
}

.interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(89.7435897436vw, 350px);
  padding: min(10.2564102564vw, 40px) min(2.5641025641vw, 10px) min(12.8205128205vw, 50px);
}
.modal-layer .interview {
  padding: 0 min(7.6923076923vw, 30px);
}
@media screen and (max-width: 750px) {
  .modal-layer .interview {
    min-height: 80vh;
  }
}
.modal-layer .interview .modal__scroll {
  padding: min(10.2564102564vw, 40px) min(7.6923076923vw, 30px);
}
.interview {
  border-radius: min(2.5641025641vw, 10px);
  border: 1px solid var(---, #121212);
  background: #fff;
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.interview + .interview {
  margin-top: min(2.5641025641vw, 10px);
}
.interview h3 {
  position: relative;
  margin-top: max(-17.9487179487vw, -70px);
}
.modal-layer .interview h3 {
  margin-top: 0;
}
.interview h3 {
  padding: min(4.1025641026vw, 16px);
  width: min(69.2307692308vw, 270px);
  border: 2px solid #121212;
  border-radius: min(1.2820512821vw, 5px);
  background-color: #EAFFF6;
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.5897435897vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  white-space: nowrap;
}
.interview h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: min(3.5897435897vw, 14px) min(1.1538461538vw, 4.5px) 0 min(1.1538461538vw, 4.5px);
  border-color: #121212 transparent transparent;
  translate: -50% 100%;
}
.interview h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: min(1.9230769231vw, 7.5px) min(0.6153846154vw, 2.4px) 0 min(0.6153846154vw, 2.4px);
  border-color: #EAFFF6 transparent transparent;
  translate: -50% 100%;
}
.interview picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: min(5.1282051282vw, 20px);
}
.interview picture img {
  width: min(46.1538461538vw, 180px);
}
.interview picture .modal-trigger {
  margin-top: max(-4.6153846154vw, -18px);
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.interview picture .modal-trigger img {
  width: min(9.2307692308vw, 36px);
}
.interview .name {
  margin-top: min(2.5641025641vw, 10px);
  color: var(---, #121212);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.5897435897vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
}
.interview .content {
  margin-top: min(5.1282051282vw, 20px);
}
.interview .content p {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.interview .modal-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  content: "";
  position: absolute;
  top: max(-3.8461538462vw, -15px);
  right: max(-3.8461538462vw, -15px);
  width: min(7.6923076923vw, 30px);
  height: min(7.6923076923vw, 30px);
  border: none;
  background-color: transparent;
  background-image: url(../img/icon_close_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  cursor: pointer;
}
.interview .btn_black {
  margin-top: min(7.6923076923vw, 30px);
  margin-bottom: max(-17.9487179487vw, -70px);
}

#information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(7.6923076923vw, 30px);
}
#information .wrap {
  border: 2px solid var(---, #121212);
  border-radius: min(2.5641025641vw, 10px);
  overflow: hidden;
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#information .wrap h3 {
  padding: min(3.8461538462vw, 15px) min(7.6923076923vw, 30px);
  background: var(--tec_b, #00B1E5);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_リード */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.6153846154vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
#information .wrap .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(7.6923076923vw, 30px);
  padding: min(7.6923076923vw, 30px);
  border-top: 2px solid #121212;
  background: #EFFAFF;
}
#information .wrap .body > p {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.5897435897vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
}
#information .wrap .body .oc,
#information .wrap .body .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(3.8461538462vw, 15px);
  padding-top: min(7.6923076923vw, 30px);
  border-top: 1px solid #121212;
}
#information .wrap .body .oc h4,
#information .wrap .body .oc h5,
#information .wrap .body .event h4,
#information .wrap .body .event h5 {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
}
#information .wrap .body .oc div span,
#information .wrap .body .event div span {
  display: inline-block;
  font-size: min(4.6153846154vw, 18px);
  -webkit-transform: translateY(min(1.0256410256vw, 4px));
          transform: translateY(min(1.0256410256vw, 4px));
}
#information .wrap .body .oc div,
#information .wrap .body .event div {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_h4 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(5.1282051282vw, 20px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 34px */
}
#information .wrap .body .oc div small,
#information .wrap .body .event div small {
  font-size: min(4.1025641026vw, 16px);
}
#information .wrap .body .oc div + div,
#information .wrap .body .event div + div {
  padding-top: min(3.8461538462vw, 15px);
  border-top: min(0.5128205128vw, 2px) dotted #bbb;
}
#information .wrap .body .oc div p,
#information .wrap .body .event div p {
  margin-top: min(2.5641025641vw, 10px);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 32px */
}
#information .wrap .body .notes {
  padding-top: min(5.1282051282vw, 20px);
  border-top: 1px solid #121212;
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.5897435897vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
}
#information .wrap .body .btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: min(2.5641025641vw, 10px);
  width: min(68.2051282051vw, 266px);
  height: min(10.2564102564vw, 40px);
  border: 1px solid var(---, #121212);
  border-radius: min(1.2820512821vw, 5px);
  background: #fff;
  background-image: url(../img/icon_link.png);
  background-repeat: no-repeat;
  background-position: right min(3.0769230769vw, 12px) center;
  background-size: min(4.1025641026vw, 16px);
  -webkit-filter: drop-shadow(min(1.0256410256vw, 4px) min(1.0256410256vw, 4px) 0 #121212);
          filter: drop-shadow(min(1.0256410256vw, 4px) min(1.0256410256vw, 4px) 0 #121212);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 32px */
  text-decoration: none;
}
#information .wrap.arts h3 {
  background-color: var(--art_y, #FFF000);
}
#information .wrap.arts .body {
  background-color: var(--art_y, #FFFEE9);
}
#information .wrap.arts .body h4 {
  background-color: var(--art_y, #FFF000);
}
#information .banner {
  margin-top: min(7.6923076923vw, 30px);
}

/********************** TOP **********************/
.top #engineering,
.top #arts {
  padding: 0 0 min(20.5128205128vw, 80px) 0;
}
.top #engineering .kv,
.top #arts .kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: min(102.5641025641vw, 400px);
  border-bottom: 2px solid #121212;
  background-position: center;
  background-size: cover;
}
.top #engineering .kv h2,
.top #arts .kv h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
}
.top #engineering .kv h2 span,
.top #arts .kv h2 span {
  margin-top: max(-0.7692307692vw, -3px);
  padding: min(1.2820512821vw, 5px);
  border: 2px solid var(---, #121212);
  background: var(---, #FFF);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_リード */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.6153846154vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.top #engineering#engineering,
.top #arts#engineering {
  background: var(--tec_b, #00B1E5);
}
.top #engineering#engineering .kv,
.top #arts#engineering .kv {
  background-image: url(../img/kogaku_illust.png);
}
.top #engineering#engineering .kv h2 img,
.top #arts#engineering .kv h2 img {
  width: min(88.4615384615vw, 345px);
}
.top #engineering#arts,
.top #arts#arts {
  background: var(--art_y, #FFF000);
}
.top #engineering#arts .kv,
.top #arts#arts .kv {
  background-image: url(../img/art_illust.png);
}
.top #engineering#arts .kv h2 img,
.top #arts#arts .kv h2 img {
  width: min(27.6923076923vw, 108px);
}
.top #engineering .wrap,
.top #arts .wrap {
  margin: max(-10.2564102564vw, -40px) min(7.6923076923vw, 30px) 0 min(7.6923076923vw, 30px);
  padding: min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) min(10.2564102564vw, 40px) min(7.6923076923vw, 30px);
  border-radius: 10px;
  border: 2px solid var(---, #121212);
  background: var(---, #FFF);
  -webkit-filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.5));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.top #engineering .wrap .btn_black,
.top #arts .wrap .btn_black {
  position: absolute;
  bottom: max(-5.1282051282vw, -20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top #information h3 {
  padding: min(10.2564102564vw, 40px) min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) min(7.6923076923vw, 30px);
}
.top #information h3 span {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: min(10.2564102564vw, 40px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: max(-0.4102564103vw, -1.6px);
}
.top #information h3 {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_注釈 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(3.5897435897vw, 14px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
.top #information .body h4 {
  padding: min(2.5641025641vw, 10px);
  background: var(--tec_b, #00B1E5);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.6153846154vw, 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
}
.top #information .body h4.exam-ttl {
  margin-top: min(5.1282051282vw, 20px);
}
.top #information .body h4 + p {
  margin-top: max(-5.1282051282vw, -20px);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.top #information .body .oc,
.top #information .body .notes {
  border-top: none;
  padding-top: 0;
}
.top #information .body .notes {
  margin-top: max(-2.5641025641vw, -10px);
}

/********************** Arts **********************/
.arts #intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(7.6923076923vw, 30px);
  padding-top: min(12.8205128205vw, 50px);
  background-color: #F5F5F5;
  background-image: none;
}
.arts #intro picture img {
  width: min(84.6153846154vw, 330px);
}
.arts #intro p b span {
  color: #121212;
}
.arts #intro p b span::before {
  background-color: var(--art_y, #FFF000);
}
.arts #faculty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(7.6923076923vw, 30px);
  background-color: #FFFEE9;
}
.arts #faculty p {
  margin-top: max(-1.2820512821vw, -5px);
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文 */
  font-family: "Zen Kaku Gothic New";
  font-size: min(4.1025641026vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
}
.arts #department {
  background: var(--art_y, #FFF000);
}
.arts #department .lead {
  color: #121212;
}
.arts #department .course h3 {
  background-color: #13A498;
}
.arts #information .wrap h3 {
  background-color: #FFF000;
}
.arts #information .wrap .body {
  background-color: #FFFEE9;
}

footer {
  padding: min(12.3076923077vw, 48px) min(4.1025641026vw, 16px) min(10.2564102564vw, 40px);
  border-top: min(0.7692307692vw, 3px) solid #000;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  footer {
    margin: auto;
    width: 390px;
  }
}
footer address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(5.1282051282vw, 20px);
}
footer address .logo {
  margin: min(1.0256410256vw, 4px) 0 0 0;
}
footer address .logo img {
  width: min(23.8461538462vw, 93px);
}
footer address dl dt {
  font-size: min(3.0769230769vw, 12px);
  font-weight: 700;
  line-height: 150%;
}
footer address dl dt:not(:first-child) {
  margin-top: min(3.5897435897vw, 14px);
}
footer address dl dd {
  font-size: min(3.0769230769vw, 12px);
  font-weight: 500;
  line-height: 150%;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.1282051282vw, 20px);
  margin-top: min(5.1282051282vw, 20px);
}
footer ul li a {
  color: var(---, #121212);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}
footer .copyright {
  margin-top: min(7.6923076923vw, 30px);
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "Zen Kaku Gothic New";
  font-size: min(2.8205128205vw, 11px);
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 22px */
  text-align: center;
}

.recruit-footer {
  padding: min(5.1282051282vw, 20px) min(15.3846153846vw, 60px) min(6.1538461538vw, 24px);
  border-top: 1px solid var(---1, #F2F2F2);
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .recruit-footer {
    padding: min(5.1282051282vw, 20px) min(4.1025641026vw, 16px) min(6.1538461538vw, 24px);
  }
  .recruit-footer img {
    width: min(37.1794871795vw, 145px);
    height: auto;
  }
}

.pcView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px 0 20px;
  width: calc((100% - 390px) / 2);
  height: 100%;
  background: var(--art_y, #FFF000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.pcView::before {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(18, 18, 18, 0.2)), to(rgba(18, 18, 18, 0)));
  background: linear-gradient(270deg, rgba(18, 18, 18, 0.2) 0%, rgba(18, 18, 18, 0) 100%);
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}
.pcView::after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: var(---, #121212);
  position: absolute;
  top: 0;
  right: 0;
}
.pcView .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 60px 40px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 2px solid var(---, #121212);
  border-radius: 5px;
}
@media (max-width: 1280px) {
  .pcView .info {
    padding: 60px 30px;
  }
}
.pcView .info .logo img {
  width: 306px;
}
.pcView .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
@media (max-width: 1280px) {
  .pcView .info ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.pcView .info ul li a {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: var(---16, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.pcView .info .tel a {
  color: var(---, #121212);
  leading-trim: both;
  text-edge: cap;
  /* PC/PC_h4_英 */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .pcView .info .tel a span {
    display: block;
  }
}
.pcView .info::before {
  content: "";
  display: block;
  width: 190px;
  height: 127px;
  background: url(../img/arts_illust1.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: min(-16vh, -120px);
  left: min(-3vw, -20px);
  z-index: -1;
}
.pcView .info::after {
  content: "";
  display: block;
  width: 204px;
  height: 135px;
  background: url(../img/arts_illust2.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: min(-16vh, -120px);
  right: min(-4vw, -20px);
  z-index: -1;
}
@media (max-width: 1280px) {
  .pcView .info::before {
    left: 0;
  }
  .pcView .info::after {
    right: -10px;
  }
}

#index {
  position: fixed;
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 751px) {
  #index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    padding: 0 20px 0 30px;
    width: calc((100% - 390px) / 2);
    height: 100%;
    background: var(--tec_b, #00B1E5);
    z-index: 1;
  }
  #index::before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(18, 18, 18, 0.2)), to(rgba(18, 18, 18, 0)));
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.2) 0%, rgba(18, 18, 18, 0) 100%);
    position: absolute;
    top: 0;
    left: 10px;
  }
  #index::after {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    background: var(---, #121212);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  #index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(24.6153846154vw, 96px) min(7.6923076923vw, 30px) min(7.6923076923vw, 30px) min(7.6923076923vw, 30px);
    width: 100%;
    border-radius: 0 0 0 min(5.1282051282vw, 20px);
    border: 3px solid var(---, #121212);
    background: var(---3, #F5F5F5);
    top: -3px;
    z-index: 50;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
  }
  #index.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
}
#index h2 {
  width: 100%;
  max-width: min(84.6153846154vw, 330px);
}
#index h2 img {
  width: min(24.8717948718vw, 97px);
}
#index nav {
  width: 100%;
  max-width: min(84.6153846154vw, 330px);
  position: relative;
  z-index: 1;
}
#index nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(2.5641025641vw, 10px);
}
#index nav .nav li {
  border-radius: min(1.2820512821vw, 5px);
  overflow: hidden;
}
#index nav .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: min(3.5897435897vw, 14px) min(8.7179487179vw, 34px) min(3.8461538462vw, 15px) min(2.5641025641vw, 10px);
  width: 100%;
  max-width: min(84.6153846154vw, 330px);
  min-height: min(10.2564102564vw, 40px);
  background: #121212;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  position: relative;
  /* PC/PC_本文強調 */
  font-family: "Zen Kaku Gothic New";
  font-size: var(---16, min(4.1025641026vw, 16px));
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
#index nav .nav li a::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: min(6.1538461538vw, 24px);
  border: 1px solid #fff;
  border-radius: 100%;
  background-image: url(../img/icon_page.png);
  background-size: min(4.1025641026vw, 16px);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: min(2.0512820513vw, 8px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print and (max-width: 1080px), screen and (min-width: 751px) and (max-width: 1080px) {
  #index nav .nav li a {
    line-height: 150%;
  }
  #index nav .nav li a::after {
    top: auto;
    bottom: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #index nav .nav li::before {
    content: "";
    display: block;
    width: 135px;
    height: 148px;
    background: url(../img/engineering_illust1.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: min(-16vh, -190px);
    right: max(1vw, 10px);
    z-index: -1;
  }
  #index nav .nav li::after {
    content: "";
    display: block;
    width: 184px;
    height: 139px;
    background: url(../img/engineering_illust2.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: min(-17vh, -180px);
    left: min(-2vw, -20px);
    z-index: -1;
  }
}
@media (max-width: 1280px) {
  #index nav .nav li::before {
    right: 10px;
  }
  #index nav .nav li::after {
    left: -10px;
  }
}
#index nav .nav .anchor {
  border: 2px solid var(---, #121212);
  border-radius: 0 0 min(1.2820512821vw, 5px) min(1.2820512821vw, 5px);
  background: var(---, #FFF);
}
#index nav .nav .anchor li {
  border-radius: 0;
}
#index nav .nav .anchor li a {
  background: none;
  color: #121212;
}
#index nav .nav .anchor li a.is-current {
  color: #00B1E5;
}
#index nav .nav .anchor li a::after {
  border: 1px solid #121212;
  background-image: url(../img/icon_anchor.png);
}
#index nav .nav .anchor li + li {
  border-top: 1px dashed var(---, #121212);
}
@media print, screen and (min-width: 751px) {
  #index nav .sns {
    position: fixed;
    top: 40px;
    right: 40px;
  }
}
@media (max-width: 1390px) {
  #index nav .sns {
    right: 20px;
  }
  #index nav .sns ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen and (max-width: 750px) {
  #index nav .sns {
    right: auto;
    padding-top: min(9.2307692308vw, 36px);
    padding-bottom: min(2.5641025641vw, 10px);
    width: 100%;
  }
}
#index nav .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  #index nav .sns ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(5.1282051282vw, 20px);
  }
}
@media print, screen and (min-width: 751px) {
  #index nav .sns ul li a img {
    width: 24px;
  }
}
@media screen and (max-width: 750px) {
  #index nav .sns ul li a img {
    width: min(7.6923076923vw, 30px);
  }
}
@media screen and (max-width: 750px) {
  #index.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
  }
}