/* base
-------------------------------------------------- */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**/
html, body {
  font-size: 62.5%;
  line-height: 1;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
/*img reset*/
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=button],
input[type=email],
input[type=checkbox],
input[type=submit],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper {
  width: 100%;
  margin: auto;
  position: relative;
}

.indentHarf {
  text-indent: -0.5em;
  padding-left: 0.5em;
}

.indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.indent2 {
  text-indent: -2em;
  padding-left: 2em;
}

.hover {
  transition: all 0.3s ease;
}

.link-blank {
  font-size: 1.2rem;
}
.link-blank::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-left: 0.7em;
  background: url(/img/common/ico_blank.png) no-repeat;
  background-position: 0 0.2em;
  background-size: 100% auto;
}

.link-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

@keyframes leftIn {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.scroll_off1 {
  animation: scroll_off1 0.75s ease-in-out both;
}

@keyframes scroll_off1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll_on1 {
  animation: scroll_on1 0.75s ease-in-out both;
}

@keyframes scroll_on1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll_off2 {
  animation: scroll_off2 0.75s ease-in-out both;
}

@keyframes scroll_off2 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on2 {
  animation: scroll_on2 0.75s ease-in-out both;
}

@keyframes scroll_on2 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off3 > * {
  animation: scroll_off3 0.75s ease-in-out both;
}

.scroll_off3 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_off3 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_off3 > *:nth-child(3) {
  animation-delay: 0.5s;
}

.scroll_off3 > *:nth-child(4) {
  animation-delay: 0.75s;
}

.scroll_off3 > *:nth-child(5) {
  animation-delay: 1s;
}

.scroll_off3 > *:nth-child(6) {
  animation-delay: 1.25s;
}

.scroll_off3 > *:nth-child(7) {
  animation-delay: 1.5s;
}

.scroll_off3 > *:nth-child(8) {
  animation-delay: 1.75s;
}

.scroll_off3 > *:nth-child(9) {
  animation-delay: 2s;
}

.scroll_off3 > *:nth-child(10) {
  animation-delay: 2.25s;
}

@keyframes scroll_off3 {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25px);
  }
}
.scroll_on3 > * {
  animation: scroll_on3 0.75s ease-in-out both;
}

.scroll_on3 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on3 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on3 > *:nth-child(3) {
  animation-delay: 0.5s;
}

.scroll_on3 > *:nth-child(4) {
  animation-delay: 0.75s;
}

.scroll_on3 > *:nth-child(5) {
  animation-delay: 1s;
}

.scroll_on3 > *:nth-child(6) {
  animation-delay: 1.25s;
}

.scroll_on3 > *:nth-child(7) {
  animation-delay: 1.5s;
}

.scroll_on3 > *:nth-child(8) {
  animation-delay: 1.75s;
}

.scroll_on3 > *:nth-child(9) {
  animation-delay: 2s;
}

.scroll_on3 > *:nth-child(10) {
  animation-delay: 2.25s;
}

@keyframes scroll_on3 {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.scroll_off4 {
  animation: scroll_off4 0.75s ease-in-out both;
}

@keyframes scroll_off4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
.scroll_on4 {
  animation: scroll_on4 0.5s ease-in-out both;
}

@keyframes scroll_on4 {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.scroll_off5 > * {
  animation: scroll_off5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes scroll_off5 {
  0% {
    opacity: 1;
    transform: translate(0);
  }
  100% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
}
.scroll_on5 > * {
  animation: scroll_on5 0.75s ease-in-out both;
}

.scroll_on5 > *:nth-child(1) {
  animation-delay: 0s;
}

.scroll_on5 > *:nth-child(2) {
  animation-delay: 0.25s;
}

.scroll_on5 > *:nth-child(3) {
  animation-delay: 0.5s;
}

@keyframes scroll_on5 {
  0% {
    opacity: 0;
    transform: translate(50px, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.ng {
  pointer-events: none;
}

.forPc {
  display: block;
}

.forSp {
  display: none;
}

[class*=__inner] {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

body {
  background: #ffffff;
}

[class*=__ttl-1] {
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", serif;
  letter-spacing: 0.05em;
}

[class*=__ttl-2] {
  color: #E6001F;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
[class*=__ttl-2]::after {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
[class*=__ttl-2] span {
  display: block;
  width: 100vw;
  height: 1px;
  max-width: 1100px;
  position: absolute;
  top: 0.6em;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
[class*=__ttl-2] span i::before, [class*=__ttl-2] span i::after {
  content: "";
  height: 1px;
  background: #E6001F;
  position: absolute;
}
[class*=__ttl-2] span i:first-child::before {
  top: 0;
  left: 0;
  width: 50%;
  transform-origin: right top;
  transform: scaleX(0);
}
[class*=__ttl-2] span i:first-child::after {
  top: 0;
  right: 0;
  width: 50%;
  transform-origin: left top;
  transform: scaleX(0);
}
[class*=__ttl-2].on span i::before, [class*=__ttl-2].on span i::after {
  transform: scaleX(1);
  transition: transform 1s ease-out 0.5s;
}

[class*=__subText-1] {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7857142857;
  margin-top: 10px;
}
[class*=__subText-1] .ann {
  font-size: 0.9em;
  display: inline-block;
  margin-left: 1.2rem;
  font-weight: 300;
}

[class*=__subText-2] {
  font-size: 15px;
  font-weight: 500;
  margin-top: 28px;
}

.c-red {
  color: #E6001F;
}

.button--float {
  background: #950417;
  height: 190px;
  width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 96px;
  z-index: 900;
  cursor: pointer;
  transition: background-color 0.5s ease-in;
}
.button--float span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.4em;
  position: relative;
}
.button--float span::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 0.2em;
  background: url("../img/common/ico_blank_wht.png") no-repeat center/contain;
}
.button--inquery {
  color: #E6001F;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 77px;
  text-align: left;
  display: inline-block;
  width: 312px;
  height: 85px;
  padding-left: 30px;
  overflow: hidden;
  position: relative;
  border: 2px solid #E6001F;
  transition: all 0.3s ease-in;
}
.button--inquery::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #E6001F;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in;
  z-index: -1;
}
.button--inquery::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: -2px;
  margin-left: 60px;
  background: url("../img/fashion/ico_blank_red.png") no-repeat center/contain;
  transition: all 0.3s ease-out;
}

main {
  overflow: hidden;
}

.header {
  width: 100%;
  height: 96px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
}
.header__logo {
  width: 240px;
  margin: auto;
  padding-top: 20px;
}
.header__burger {
  display: none;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 20px;
  right: 3.3%;
  z-index: 10001;
}
.header__burger span {
  display: block;
  height: 2px;
  background: #000;
  position: absolute;
}
.header__burger span:nth-child(1) {
  width: 35px;
  transform: translateY(-10px);
}
.header__burger span:nth-child(2) {
  width: 25px;
}
.header__burger span:nth-child(3) {
  width: 15px;
  transform: translateY(10px);
}
.header__burger.off span:nth-child(1) {
  animation: burger1-off 0.5s ease-in-out forwards;
}
.header__burger.off span:nth-child(2) {
  animation: burger2-off 0.5s ease-in-out forwards;
}
.header__burger.off span:nth-child(3) {
  animation: burger3-off 0.5s ease-in-out forwards;
}
.header__burger.on span:nth-child(1) {
  animation: burger1 0.5s ease-in-out forwards;
}
.header__burger.on span:nth-child(2) {
  animation: burger2 0.5s ease-in-out forwards;
}
.header__burger.on span:nth-child(3) {
  animation: burger3 0.5s ease-in-out forwards;
}
.header__nav {
  display: none;
}

@keyframes burger1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0) rotate(39deg);
  }
}
@keyframes burger2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burger3 {
  0% {
    transform: translateY(10px);
    width: 15px;
  }
  50% {
    transform: translateY(0);
    width: 35px;
  }
  100% {
    transform: translateY(0) rotate(-39deg);
    width: 35px;
  }
}
@keyframes burger1-off {
  100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(0) rotate(39deg);
  }
}
@keyframes burger2-off {
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
}
@keyframes burger3-off {
  100% {
    transform: translateY(10px);
    width: 15px;
  }
  50% {
    transform: translateY(0);
    width: 35px;
  }
  0% {
    transform: translateY(0) rotate(-39deg);
    width: 35px;
  }
}
.kv {
  position: relative;
}
.kv__photo {
  width: 100%;
  max-width: calc(100% - 136px);
  aspect-ratio: 1232/588;
  position: fixed;
  top: 96px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.kv__photo::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.kv__photo.hide::after {
  opacity: 1;
  transition: opacity 1s ease-in;
}
.kv__photo div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: plus-lighter;
}
.kv__photo div:first-child {
  background-image: url("../img/fashion/kv01.png");
}
.kv__photo div:nth-child(2) {
  background-image: url("../img/fashion/kv02.png");
}
.kv__photo div:nth-child(3) {
  background-image: url("../img/fashion/kv03.png");
}
.kv__photo div:nth-child(4) {
  background-image: url("../img/fashion/kv04.png");
}
.kv__photo div:nth-child(5) {
  background-image: url("../img/fashion/kv05.png");
}
.kv__inner {
  max-width: 1232px;
}
.kv h1 {
  width: 61vw;
  margin-top: 33.5vw;
  margin-left: 9.7vw;
  margin-bottom: 135px;
}
.kv .clause {
  margin-left: 9.9vw;
}
.kv .clause + .clause {
  margin-top: 3.3vw;
}
.kv__text .word {
  color: #fff;
  font-size: 1.82vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 2.52;
  padding: 0 0.5em;
  background-color: #E6001F;
  position: relative;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}
.kv__text .word.active {
  opacity: 1;
  clip-path: inset(0 0% 0 0);
  transition: all 0.5s ease-out;
}
.kv__text .rect {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.kv__text + p {
  margin-top: 3.3vw;
}

.student1 {
  margin-top: 75px;
  padding-top: 75px;
}
.student1__slide {
  margin-top: 46px;
}
.student1__slide__item {
  padding: 0 2.5vw;
}
.student1__slide__item figure div {
  background: #E6001F;
  overflow: hidden;
  width: 100%;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.student1__slide__item figure div img {
  transform: scale(0.94);
  transition: transform 0.5s ease-in;
}
.student1__slide__item figure div a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.student1__slide__item figure div a.disabled {
  pointer-events: none;
}
.student1__slide__item figure div::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/common/arr_modal.png") no-repeat right 27px top 27px/51px 51px rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in;
  z-index: 10;
}
.student1__slide__item figure div::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 9px solid #E6001F;
  position: absolute;
  top: 0;
  left: 0;
  transition: border 0.5s ease-in;
  z-index: 20;
}
.student1__slide__item figcaption {
  font-size: 12px;
  line-height: 1.25;
  margin-top: 20px;
}
.student1__slide__item figcaption span {
  display: inline-block;
  margin-top: 0.6em;
}
.student1__slide .slick-list {
  padding: 0px 7.6% !important;
}
.student1__slide .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 108px;
}
.student1__slide .slick-dots li {
  width: 26px;
  height: 26px;
  font-size: 0;
  background: #CECECE;
  border-radius: 50%;
}
.student1__slide .slick-dots li + li {
  margin-left: 31px;
}
.student1__slide .slick-dots li.slick-active {
  background: #E6001F;
}

.project {
  margin-top: 110px;
}
.project__detail {
  display: flex;
  gap: 0 3%;
  margin-top: 34px;
  background: #E6001F;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.16);
  padding-right: 22px;
  cursor: pointer;
}
.project__detail__img {
  flex: 0 0 565px;
  position: relative;
  overflow: hidden;
}
.project__detail__img img {
  transform: scale(1);
  transition: transform 0.5s ease-in;
}
.project__detail__img::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/fashion/arr_modal.png") no-repeat right 27px top 27px/51px 51px rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.5s ease-in;
}
.project__detail__img::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 9px solid #E6001F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  transition: border 0.5s ease-in;
}
.project__detail__text {
  flex: 0 1 48.96%;
  align-self: center;
  font-weight: bold;
  padding: 11px 0 11px;
}
.project__detail__text dt {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 18px;
  margin: 14px 0 20px;
  border-bottom: 2px solid #fff;
}
.project__detail__text dt span {
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 0.6em;
}
.project__detail__text dd {
  color: #fff;
  font-size: 14px;
}
.project__detail__text dd ul {
  margin-top: 6px;
}
.project__detail__text dd li {
  font-size: 12px;
  padding: 9px 0 0;
}
.project__detail__text2 {
  flex: 0 1 48.96%;
  align-self: center;
  font-weight: bold;
  line-height: 1.3333333333;
  padding: 0 40px 11px 0;
}
.project__detail__text2 dt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 18px;
  margin: 14px 0 20px;
  border-bottom: 2px solid #fff;
}
.project__detail__text2 dt span {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 0.3em;
}
.project__detail__text2 dd {
  color: #fff;
  font-size: 25px;
}

.feature {
  text-align: center;
  margin-top: 103px;
}
.feature__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 52px 5.2%;
  margin-top: 44px;
}
.feature__list__item {
  flex: 0 0 27%;
}
.feature__list__item div {
  width: 140px;
  margin: auto;
}
.feature__list__item h3 {
  font-size: 18px;
  line-height: 1.3888888889;
  margin-top: 16px;
}
.feature__list__item p {
  font-size: 12px;
  line-height: 1.6666666667;
  margin-top: 10px;
}
.feature__button {
  margin-top: 98px;
}

.learning {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 40px;
  position: relative;
}
.learning__ttl-1 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin-top: 50px;
}
.learning__list {
  margin-top: 25px;
}
.learning__list__item {
  color: #fff;
  text-align: left;
  gap: 0 36px;
  padding-right: 42px;
  display: grid;
  grid-template-columns: 319px 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background: #E6001F;
}
.learning__list__item + li {
  margin-top: 25px;
}
.learning__list__item picture {
  grid-column: 1/2;
  grid-row: 1/3;
}
.learning__list__item h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
}
.learning__list__item h5 {
  font-size: min(1vw, 14px);
  font-weight: 500;
  max-width: 323px;
  grid-column: 3/4;
  grid-row: 1/2;
  padding: 10px 0 10px;
  align-self: flex-end;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.learning__list__item p {
  font-size: 12px;
  font-weight: 500;
  grid-column: 3/4;
  grid-row: 2/3;
  align-self: flex-start;
  padding-top: 12px;
}

.student2 {
  padding-top: 90px;
  padding-bottom: 142px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.student2__bg {
  width: 100vw;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #F7DDE0, #E6001F, #F7DDE0 50%);
  background-size: 100vw 400%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 50% 450px);
  animation: scrollBg 20s linear 0s infinite;
}
.student2__job__box {
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.student2__job__box__ttl-2 span {
  max-width: 600px;
}
.student2__job__box__text {
  font-size: min(2.2vw, 20px);
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
}
.student2__inner {
  margin-top: 150px;
}
.student2__ttl-1 {
  color: #fff;
}
.student2__subText-1 {
  color: #fff;
}
.student2__slide {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}
.student2__slide__item {
  flex: 0 0 29.1%;
  max-width: 320px;
}
.student2__slide__item div {
  background: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.student2__slide__item div img {
  transform: scale(0.94);
  transition: transform 0.5s ease-in;
}
.student2__slide__item div::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/common/arr_modal.png") no-repeat right 27px top 27px/51px 51px rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in;
  z-index: 10;
}
.student2__slide__item div::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 9px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: border 0.5s ease-in;
  z-index: 20;
}
.student2__slide__item img {
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
}
.student2__slide__item figcaption {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 22px;
}
.student2__slide__item figcaption span {
  display: inline-block;
  margin-top: 0.6em;
}
.student2__slide2 {
  margin-top: 46px;
}
.student2__slide2__item {
  padding: 0 2.5vw;
}
.student2__slide2__item figure div {
  background: #fff;
  overflow: hidden;
  width: 100%;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  cursor: pointer;
}
.student2__slide2__item figure div img {
  transform: scale(0.94);
  transition: transform 0.5s ease-in;
}
.student2__slide2__item figure div a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.student2__slide2__item figure div a.disabled {
  pointer-events: none;
}
.student2__slide2__item figure div::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/common/arr_modal.png") no-repeat right 27px top 27px/51px 51px rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in;
  z-index: 10;
}
.student2__slide2__item figure div::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 9px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: border 0.5s ease-in;
  z-index: 20;
}
.student2__slide2__item figcaption {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}
.student2__slide2__item figcaption span {
  display: inline-block;
  margin-top: 0.6em;
}
.student2__slide2 .slick-list {
  padding: 0px 7.6% !important;
}
.student2__slide2 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 108px;
}
.student2__slide2 .slick-dots li {
  width: 26px;
  height: 26px;
  font-size: 0;
  background: #950417;
  border-radius: 50%;
}
.student2__slide2 .slick-dots li + li {
  margin-left: 31px;
}
.student2__slide2 .slick-dots li.slick-active {
  background: #fff;
}

@keyframes scrollBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -200%;
  }
}
.photos {
  width: 3836px;
  height: 236px;
  background: url("../img/fashion/scroll.png") repeat-x center/contain;
  animation: scrollPhotos 25s linear infinite;
}

@keyframes scrollPhotos {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1918px 0;
  }
}
.teacher {
  padding-top: 46px;
  padding-bottom: 44px;
  background: #EFEFEF;
}
.teacher__slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 36px;
}
.teacher__slide__item {
  flex: 0 0 22%;
  max-width: 236px;
}
.teacher__slide__item h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding: 12px 0 4px;
  background: #fff;
}
.teacher__slide__item div {
  background: #fff;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: padding 0.3s ease-in;
}
.teacher__slide__item div::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/common/arr_modal.png") no-repeat right 20px top 20px/51px 51px rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in;
  z-index: 10;
}
.teacher__slide__item div img {
  scale: 0.92;
  transition: scale 0.3s ease-in;
}
.teacher__slide__item p {
  font-size: 12px;
  line-height: 1.75;
  margin-top: 18px;
}

.campus {
  margin-top: 77px;
  margin-bottom: 70px;
}
.campus__inner {
  display: grid;
  justify-content: center;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 25px 4.4%;
}
.campus__photo {
  grid-column: 1/2;
  grid-row: 1/4;
}
.campus__detail {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3636363636;
  min-width: 312px;
}
.campus__detail .c-red {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin-top: 0.3em;
}
.campus__place {
  font-size: 18px;
  font-weight: 600;
  max-width: 610px;
  padding-top: 18px;
  margin-bottom: 20px;
  border-top: 1px solid #000;
}
.campus__places {
  font-weight: 600;
  grid-column: 2/3;
  grid-row: 3/4;
}
.campus__places li {
  font-size: 18px;
}
.campus__places li span {
  font-size: 15px;
  display: inline-block;
  width: 9em;
  margin-right: 1em;
  border-right: 1px solid #000;
}
.campus__places li + li {
  margin-top: 10px;
}

.footer__inner {
  padding: 15px 0;
  border-top: 1px solid #000;
}

.modal {
  position: relative;
  z-index: 20000;
}
.modal__container {
  width: 94%;
  max-width: 1100px;
  max-height: 92svh;
  margin: auto;
  padding: 0;
  background: #fff;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.16);
}
.modal__inner {
  width: 100%;
  padding: 0;
}
.modal__detail {
  font-weight: 500;
  flex: 1 0 50%;
  padding: 96px 37px 0;
}
.modal__ttl {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}
.modal__pos {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 34px;
}
.modal__text {
  font-size: 15px;
  line-height: 2.3333333333;
  margin-top: 34px;
  padding-bottom: 25px;
}
.modal__text .ann {
  color: #666;
  font-size: 0.8em;
  line-height: 1.25;
  display: inline-block;
  margin-top: 1em;
}
.modal__detail dt {
  color: #E6001F;
  font-size: 13px;
  font-weight: 600;
}
.modal__detail dd {
  font-size: 13px;
  line-height: 1.9230769231;
  margin-top: 15px;
}
.modal__close button {
  width: 42px;
  height: 42px;
  background: #000;
  border-radius: 5px;
  font-size: 0;
  position: absolute;
  top: 16px;
  right: 16px;
  transition: background-color 0.5s ease-in;
}
.modal__close button::before, .modal__close button::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.modal__close button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal--student {
  position: relative;
  height: 92svh;
  max-height: 800px;
}
.modal--student .modal__inner {
  display: flex;
}
.modal--student .modal__close {
  position: absolute;
  top: 15px;
  right: 16px;
}
.modal--student .modal__photo {
  flex: 0 1 50%;
  height: 92svh;
  max-height: 800px;
  position: sticky;
  top: 0;
}
.modal--student .modal__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}
.modal--project .modal__inner {
  display: grid;
  grid-template-columns: 427px 1fr;
  grid-template-rows: auto auto 1fr auto auto auto;
  gap: 0 30px;
}
.modal--project .modal__close {
  width: 100%;
  background: #fff;
  height: 77px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.modal--project .modal__photo {
  grid-column: 1/2;
  grid-row: 1/4;
}
.modal--project .modal__ttl {
  font-weight: bold;
  grid-column: 2/3;
  grid-row: 1/2;
  padding: 20px 0 0 0;
}
.modal--project .modal__pjName {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 13px;
  margin-right: 35px;
  border-bottom: 1px solid #000;
}
.modal--project .modal__pjName span {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 0.6em;
}
.modal--project .modal__ann {
  grid-column: 2/3;
  grid-row: 3/4;
  font-size: 10px;
  padding: 22px 0 0 0;
}
.modal--project .modal__list {
  grid-column: 2/3;
  grid-row: 3/4;
  padding: 11px 0 0 0;
}
.modal--project .modal__list li {
  font-size: 12px;
  line-height: 1.6666666667;
}
.modal--project .modal__detail:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 4/5;
  padding: 23px 35px 0 50px;
}
.modal--project .modal__detail:nth-of-type(2) {
  grid-column: 1/3;
  grid-row: 5/6;
  padding: 23px 35px 0 50px;
}
.modal--project .modal__detail:nth-of-type(3) {
  grid-column: 1/3;
  grid-column: 1/3;
  grid-row: 6/7;
  padding: 23px 35px 35px 50px;
}
.modal--project .modal__detail dt {
  color: #E6001F;
  font-size: 13px;
}
.modal--project .modal__detail dd {
  font-size: 13px;
  line-height: 1.9230769231;
  margin-top: 10px;
}
.modal--project .modal__detail dd .ann {
  font-size: 0.9em;
}
.modal--project2 .modal__inner {
  display: grid;
  grid-template-columns: 427px 1fr;
  grid-template-rows: 1fr auto auto auto auto;
  gap: 0 30px;
}
.modal--project2 .modal__close {
  width: 100%;
  background: #fff;
  height: 77px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.modal--project2 .modal__photo {
  grid-column: 1/2;
  grid-row: 1/3;
}
.modal--project2 .modal__ttl {
  font-weight: bold;
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
}
.modal--project2 .modal__pjName {
  grid-column: 2/3;
  grid-row: 2/3;
  margin-right: 35px;
}
.modal--project2 .modal__pjName dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
.modal--project2 .modal__pjName dt span {
  color: #E6001F;
}
.modal--project2 .modal__pjName dd {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
.modal--project2 .modal__detail:nth-of-type(2) {
  grid-column: 1/3;
  grid-row: 3/4;
  padding: 23px 35px 0 50px;
}
.modal--project2 .modal__detail:nth-of-type(3) {
  grid-column: 1/3;
  grid-row: 4/5;
  padding: 23px 35px 0 50px;
}
.modal--project2 .modal__detail:nth-of-type(4) {
  grid-column: 1/3;
  grid-row: 5/6;
  padding: 23px 35px 35px 50px;
}
.modal--project2 .modal__detail dt {
  color: #E6001F;
  font-size: 13px;
}
.modal--project2 .modal__detail dd {
  font-size: 13px;
  line-height: 1.9230769231;
  margin-top: 10px;
}
.modal--project2 .modal__detail dd .ann {
  font-size: 0.9em;
}
.modal--teacher .modal__close {
  width: 100%;
  background: #fff;
  height: 77px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.modal--teacher .modal__inner {
  display: grid;
  grid-template-columns: 222px 1fr;
  grid-template-rows: auto auto 1fr auto auto auto;
  padding: 0 50px 50px;
  position: relative;
}
.modal--teacher .modal__photo {
  grid-column: 1/2;
  grid-row: 1/4;
  height: 222px;
  position: static;
}
.modal--teacher .modal__ttl {
  font-weight: bold;
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 600;
  padding: 0 0 0 38px;
}
.modal--teacher .modal__deparment {
  font-weight: bold;
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 30px 0 14px;
  margin-left: 38px;
  border-bottom: 1px solid #000;
}
.modal--teacher .modal__pos {
  font-weight: 600;
  grid-column: 2/3;
  grid-row: 3/4;
  padding: 12px 0 0 38px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal--teacher .modal__pos p {
  font-size: 12px;
}
.modal--teacher .modal__button {
  width: 236px;
  position: relative;
  overflow: hidden;
}
.modal--teacher .modal__button::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in;
}
.modal--teacher .modal__button a {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  letter-spacing: 0.1em;
  width: 100%;
  border: 2px solid #000;
  padding: 0;
  transition: all 0.3s ease-in;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal--teacher .modal__button a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  margin-left: 0.5em;
  background: url("../img/common/ico_blank_blk.png") no-repeat center/contain;
}
.modal--teacher .modal__detail1 {
  grid-column: 1/3;
  grid-row: 4/5;
  padding: 23px 0 0 0;
}
.modal--teacher .modal__detail1 dt {
  color: #E6001F;
  font-size: 13px;
}
.modal--teacher .modal__detail1 dd {
  font-size: 13px;
  line-height: 1.9230769231;
  margin-top: 10px;
}
.modal--teacher .modal__detail2 {
  grid-column: 1/3;
  grid-row: 5/6;
  padding: 40px 0 0 0;
}
.modal--teacher .modal__detail2 dl:nth-child(2) {
  margin-top: 26px;
}
.modal--teacher .modal__detail2 dt {
  color: #E6001F;
  font-size: 13px;
}
.modal--teacher .modal__detail2 dd {
  font-size: 13px;
  line-height: 1.9230769231;
  margin-top: 10px;
}

.loader {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
}

[class*=__ttl-2] {
  color: #82BEEF;
}
[class*=__ttl-2] span i::before, [class*=__ttl-2] span i::after {
  background: #82BEEF;
}

.c-red {
  color: #82BEEF;
}

.button--float {
  background: #486B88;
}
.button--inquery {
  color: #82BEEF;
  border: 2px solid #82BEEF;
}
.button--inquery::before {
  background: #82BEEF;
}
.button--inquery::after {
  background: url("../img/osaka/ico_blank_blue.png") no-repeat center/contain;
}

.header__logo {
  width: 307px;
  padding-top: 33px;
}
.header nav li::before {
  background: #82BEEF;
}

.bg--plus {
  background: url("../img/osaka/bg_plus.png") left top/auto;
  position: relative;
  z-index: 0;
}

.kv__photo div:first-child {
  background-image: url("../img/osaka/kv01.png");
}
.kv__photo div:nth-child(2) {
  background-image: url("../img/osaka/kv02.png");
}
.kv__photo div:nth-child(3) {
  background-image: url("../img/osaka/kv03.png");
}
.kv__photo div:nth-child(4) {
  background-image: url("../img/osaka/kv04.png");
}
.kv__photo div:nth-child(5) {
  background-image: url("../img/osaka/kv05.png");
}
.kv h1 {
  width: 70.7vw;
  margin-top: 33.3vw;
  margin-left: 9.7vw;
  margin-bottom: 135px;
}
.kv__text .word {
  background-color: #82BEEF;
}

.student1__slide__item figure div {
  background: #82BEEF;
  box-shadow: none;
}
.student1__slide__item figure div img {
  transform-origin: left bottom;
}
.student1__slide__item figure div::after {
  border-top: 18px solid #82BEEF;
  border-right: 18px solid #82BEEF;
  border-bottom: none;
  border-left: none;
}
.student1__slide .slick-dots {
  display: none;
}
.student1__slide .slick-dots li.slick-active {
  background: #82BEEF;
}

.project__detail {
  background: #82BEEF;
}
.project__detail__img::after {
  border: 9px solid #82BEEF;
}
.project__detail__text2 dt {
  margin-bottom: 0;
  border: none;
}
.project__detail__text2 dt span {
  margin-bottom: 0.2em;
}
.project__detail__text2 dd:nth-child(3) {
  font-size: 15px;
  padding-top: 27px;
  margin-top: 25px;
  border-top: 2px solid #fff;
}

.learning__list__item {
  grid-template-columns: 560px 1fr;
  background: #82BEEF;
}
.learning__list__item picture {
  grid-column: 1/2;
  grid-row: 1/3;
}
.learning__list__item h4 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.learning__list__item h5 {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: center;
}
.learning__list + h3 {
  margin-top: 90px;
}

.student2 {
  padding-top: 20px;
}
.student2__bg {
  background: repeating-linear-gradient(to bottom, #E5F0F8, #82BEEF, #E5F0F8 50%);
  background-size: 100vw 400%;
}
.student2__job__box2 {
  text-align: center;
  max-width: 1100px;
  padding: 70px 24px 34px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
}
.student2__job__box2__ttl-2 span {
  max-width: 600px;
}
.student2__job__box2__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 3.5%;
  margin-top: 35px;
}
.student2__job__box2__flex div {
  font-weight: 500;
  flex: 0 0 58.5%;
}
.student2__job__box2__flex div:nth-child(2) {
  flex: 0 0 38%;
}
.student2__job__box2__flex h3 {
  font-size: 14px;
  line-height: 24px;
  background: #B8D9F4;
}
.student2__job__box2__flex ul {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.student2__job__box2__flex ul li {
  font-size: 12px;
  flex: 0 0 180px;
}
.student2__job__box2__flex ul li h4 {
  color: #82BEEF;
  background: #E5F0F8;
  line-height: 24px;
}
.student2__job__box2__flex ul li p {
  text-align: left;
  line-height: 1.9166666667;
}
.student2__ttl-1 {
  color: #000;
}
.student2__subText-1 {
  color: #000;
}
.student2__slide__item div {
  background: #fff;
}
.student2__slide__item div img {
  transform-origin: left bottom;
}
.student2__slide__item div::after {
  border-top: 18px solid #fff;
  border-right: 18px solid #fff;
  border-left: none;
  border-bottom: none;
}
.student2__slide__item figcaption {
  color: #000;
}

.photos {
  width: 3836px;
  background: url("../img/osaka/scroll.png") repeat-x center/contain;
}

.teacher {
  background: url("../img/osaka/bg_plus_gray.png") left top/auto #EFEFEF;
}

.campus__inner {
  grid-template-columns: 39% 1fr;
  max-width: 964px;
}

.modal__detail dt {
  color: #82BEEF;
}
.modal--project2 .modal__pjName dt {
  padding: 20px 0 0;
  border-bottom: none;
}
.modal--project2 .modal__pjName dt span {
  color: #82BEEF;
}
.modal--project2 .modal__pjName dd:nth-child(3) {
  font-size: 15px;
  width: 100%;
  padding: 18px 0 10px;
  margin-top: 18px;
  border-top: 1px solid #000;
}
.modal--project2 .modal__detail dt {
  color: #82BEEF;
}
.modal--teacher .modal__detail1 dt {
  color: #82BEEF;
}
.modal--teacher .modal__detail2 dt {
  color: #82BEEF;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media (hover: hover) {
  .button--float:hover {
    background: #BD848B;
    transition: background-color 0.3s ease-out;
  }
  .button--inquery:hover {
    color: #fff;
    transition: color 0.5s ease;
  }
  .button--inquery:hover::before {
    transform: translateX(0%);
    transition: transform 0.15s ease-out;
  }
  .button--inquery:hover::after {
    background: url("../img/common/ico_blank_wht.png") no-repeat center/contain;
    transition: all 0.3s ease-out;
  }
  .student1__slide__item figure div:hover img {
    transform: scale(1);
    transition: transform 0.3s ease-out;
  }
  .student1__slide__item figure div:hover::before {
    opacity: 1;
    background-position: right 9px top 9px;
    transition: all 0.3s ease-out;
  }
  .student1__slide__item figure div:hover::after {
    border-width: 0;
    transition: border 0.3s ease-out;
  }
  .project__detail:hover .project__detail__img img {
    transform: scale(1.1);
    transition: transform 0.3s ease-out;
  }
  .project__detail:hover .project__detail__img::before {
    opacity: 1;
    background-position: right 9px top 9px;
    transition: all 0.3s ease-out;
  }
  .project__detail:hover .project__detail__img::after {
    border-width: 0;
    transition: border 0.5s ease-out;
  }
  .student2__slide__item div:hover img {
    transform: scale(1.1);
    transition: transform 0.3s ease-out;
  }
  .student2__slide__item div:hover::before {
    opacity: 1;
    background-position: right 9px top 9px;
    transition: all 0.3s ease-out;
  }
  .student2__slide__item div:hover::after {
    border-width: 0;
    transition: border 0.3s ease-out;
  }
  .student2__slide2__item figure div:hover img {
    transform: scale(1);
    transition: transform 0.3s ease-out;
  }
  .student2__slide2__item figure div:hover::before {
    opacity: 1;
    background-position: right 9px top 9px;
    transition: all 0.3s ease-out;
  }
  .student2__slide2__item figure div:hover::after {
    border-width: 0;
    transition: border 0.3s ease-out;
  }
  .teacher__slide__item:hover div::before {
    opacity: 1;
    background-position: right 0px top 0px;
    transition: all 0.3s ease-out;
  }
  .teacher__slide__item:hover div img {
    scale: 1;
    transition: scale 0.3s ease-out;
  }
  .modal__close button:hover {
    background: #959393;
    transition: background-color 0.5s ease-out;
  }
  .modal--teacher .modal__button:hover a {
    color: #fff;
    transition: color 0.5s ease;
  }
  .modal--teacher .modal__button:hover a::after {
    background: url("../img/common/ico_blank_wht.png") no-repeat center/contain;
    transition: all 0.3s ease-out;
  }
  .modal--teacher .modal__button:hover::before {
    transform: translateX(0%);
    transition: transform 0.15s ease-out;
  }
  .button--float:hover {
    background: #A2B4C3;
  }
  .student2__slide__item div:hover img {
    transform: scale(1.02);
  }
}
@media only screen and (max-width: 768px) {
  .forPc {
    display: none;
  }
  .forSp {
    display: block;
  }
  body {
    min-width: 350px;
  }
  [class*=__inner] {
    width: 83.3333333333%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
  [class*=__ttl-1] {
    font-size: 30px;
  }
  [class*=__ttl-2] {
    font-size: 18px;
    line-height: 1.3888888889;
    padding: 0 14px;
    position: relative;
  }
  [class*=__ttl-2] span {
    width: 83vw;
    overflow: hidden;
    border-left: 1px solid #E6001F;
    border-right: 1px solid #E6001F;
  }
  [class*=__ttl-2] span i:nth-child(2)::before {
    bottom: 0;
    right: 50%;
    width: 50%;
    transform-origin: left bottom;
    transform: scaleX(0);
  }
  [class*=__ttl-2] span i:nth-child(2)::after {
    bottom: 0;
    left: 50%;
    width: 50%;
    transform-origin: right bottom;
    transform: scaleX(0);
  }
  [class*=__ttl-2].on span {
    height: 1.7em;
    transition: height 0.5s ease-out 1s;
  }
  [class*=__ttl-2].on span i::before, [class*=__ttl-2].on span i::after {
    transform: scaleX(1);
    transition: transform 0.5s ease-out 0.5s;
  }
  [class*=__ttl-2].on span i:nth-child(2)::before {
    right: calc(50% + 2em);
    transition-delay: 1.5s;
  }
  [class*=__ttl-2].on span i:nth-child(2)::after {
    left: calc(50% + 2em);
    transition-delay: 1.5s;
  }
  [class*=__subText-1] {
    font-size: 13.8px;
    font-weight: 500;
    line-height: 1.7857142857;
    margin-top: 10px;
  }
  [class*=__subText-1] .ann {
    font-size: 10px;
    margin-left: 0;
  }
  [class*=__subText-2] {
    font-size: 12px;
    margin-top: 18px;
    line-height: 1.6666666667;
  }
  .button--float {
    width: 100%;
    height: 55px;
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .button--float span {
    font-size: 20px;
    writing-mode: initial;
    letter-spacing: 0.2em;
    position: relative;
  }
  .button--float span::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 0.3em;
    vertical-align: -0.1em;
  }
  .header {
    height: 80px;
    position: fixed;
  }
  .header__logo {
    width: 184px;
    margin: 0;
    padding: 17px 0 0 3.3%;
  }
  .header__burger {
    display: block;
  }
  .header__nav {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .header__nav__inner {
    width: 100%;
  }
  .header__nav__bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header__nav ul {
    max-width: 1140px;
    margin: auto;
    padding: 74px 20px 35px;
    background: #fff;
  }
  .header__nav li {
    font-size: 15px;
    font-weight: bold;
  }
  .header__nav li + li {
    margin-top: 25px;
  }
  .header__nav li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #E6001F;
    margin-right: 0.3em;
  }
  .header__nav.active {
    display: block;
    opacity: 1;
  }
  .kv__photo {
    width: 100%;
    max-width: none;
    height: 100svh;
    aspect-ratio: initial;
    top: 80px;
  }
  .kv__photo div:first-child {
    background-image: url("../img/fashion/kv_sp01.png");
  }
  .kv__photo div:nth-child(2) {
    background-image: url("../img/fashion/kv_sp02.png");
  }
  .kv__photo div:nth-child(3) {
    background-image: url("../img/fashion/kv_sp03.png");
  }
  .kv__photo div:nth-child(4) {
    background-image: url("../img/fashion/kv_sp04.png");
  }
  .kv__photo div:nth-child(5) {
    background-image: url("../img/fashion/kv_sp05.png");
  }
  .kv h1 {
    width: 83.3333333333%;
    height: auto;
    margin: 51.5svh auto 18.5vw;
  }
  .kv .clause {
    margin-left: 8.2%;
  }
  .kv .clause + .clause {
    margin-top: 3.2vw;
  }
  .kv__text .word {
    font-size: 3.8vw;
  }
  .kv__text + p {
    margin-top: 3.2vw;
  }
  .student1 {
    margin-top: 69px;
    padding-bottom: 86px;
  }
  .student1__slide {
    margin-top: 40px;
  }
  .student1__slide__item {
    width: 265px;
    padding: 0 5vw;
  }
  .student1__slide .slick-list {
    padding: 0px 7.6% !important;
  }
  .student1__slide .slick-dots {
    margin-top: 45px;
  }
  .student1__slide .slick-dots li {
    width: 18px;
    height: 18px;
  }
  .student1__slide .slick-dots li + li {
    margin-left: 16px;
  }
  .project {
    margin-top: 0;
  }
  .project__detail {
    display: block;
    margin-top: 12px;
    padding: 0;
    border-width: 7px;
  }
  .project__detail__text {
    padding: 0 18px 20px;
  }
  .project__detail__text dt {
    font-size: 5vw;
    line-height: 1.4;
    margin: 0 0 12px;
    padding-bottom: 12px;
  }
  .project__detail__text dt span {
    font-size: 12px;
    margin-bottom: 0.5em;
  }
  .project__detail__text dd {
    font-size: 14px;
  }
  .project__detail__text dd ul {
    margin-top: 10px;
    border: none;
  }
  .project__detail__text dd li {
    font-size: 12px;
    padding: 8px 0 0;
  }
  .project__detail__text2 {
    padding: 0 18px 20px;
  }
  .project__detail__text2 dt {
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 12px;
    padding-bottom: 12px;
  }
  .project__detail__text2 dt span {
    font-size: 20px;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
  }
  .project__detail__text2 dd {
    font-size: 16px;
  }
  .feature {
    margin-top: 78px;
  }
  .feature__inner {
    overflow: hidden;
  }
  .feature__list {
    gap: 10px 30px;
    margin-top: 12px;
  }
  .feature__list__item {
    flex: 1 0 83.3333333333%;
    text-align: left;
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    gap: 0px 11px;
  }
  .feature__list__item div {
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .feature__list__item h3 {
    margin-top: 0;
    grid-column: 2/2;
    grid-row: 1/2;
  }
  .feature__list__item p {
    margin-top: 7px;
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .feature__list__item + li {
    margin-top: 0;
  }
  .feature__button {
    margin-top: 26px;
  }
  .learning {
    margin-top: 52px;
    padding-bottom: 42px;
    position: relative;
  }
  .learning::after {
    content: "";
    display: block;
    width: 100vw;
    height: 104px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .learning__inner {
    overflow: hidden;
  }
  .learning__ttl-1 {
    font-size: 14px;
    font-family: Noto Sans JP, sans-serif;
    margin-top: 30px;
  }
  .learning__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 23px 16px;
    margin-top: 13px;
  }
  .learning__list__item {
    flex: 1 0 83.3333333333%;
    padding-right: 0;
    display: block;
  }
  .learning__list__item + li {
    margin-top: 0;
  }
  .learning__list__item img {
    width: 100%;
  }
  .learning__list__item h4 {
    font-size: 14px;
    line-height: 1.6666666667;
    padding: 15px 23px 24px;
  }
  .learning__list__item h5 {
    font-size: min(3vw, 12px);
    max-width: none;
    padding: 10px 0 10px;
    margin: 0 23px;
    border-width: 2px;
  }
  .learning__list__item p {
    padding-top: 12px;
    padding: 10px 23px 20px 23px;
  }
  .student2 {
    padding-top: 0;
    padding-bottom: 74px;
  }
  .student2__bg {
    clip-path: polygon(0 105px, 0 100%, 100% 100%, 100% 105px, 50% 245px);
    animation-duration: 15s;
  }
  .student2__job__box {
    text-align: center;
    padding: 12px 10px;
    margin: 0 auto;
  }
  .student2__job__box__ttl-2.on span i:nth-child(2)::before {
    right: calc(50% + 4em);
  }
  .student2__job__box__ttl-2.on span i:nth-child(2)::after {
    left: calc(50% + 4em);
  }
  .student2__job__box__text {
    font-size: min(3.3vw, 14px);
    margin-top: 13px;
    line-height: 2.1;
  }
  .student2__inner {
    padding-top: 80px;
    width: 100%;
  }
  .student2__ttl-1, .student2__subText-1 {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
  .student2__slide {
    display: block;
    margin-top: 30px;
  }
  .student2__slide__item {
    max-width: none;
    padding: 0 5vw;
  }
  .student2__slide__item figcaption {
    margin-top: 16px;
  }
  .student2__slide .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 54px;
  }
  .student2__slide .slick-dots li {
    width: 26px;
    height: 26px;
    font-size: 0;
    background: #B50118;
    border-radius: 50%;
  }
  .student2__slide .slick-dots li + li {
    margin-left: 31px;
  }
  .student2__slide .slick-dots li.slick-active {
    background: #fff;
  }
  .student2__slide2 {
    margin-top: 40px;
  }
  .student2__slide2__item {
    width: 265px;
    padding: 0 5vw;
  }
  .student2__slide2 .slick-list {
    padding: 0px 7.6% !important;
  }
  .student2__slide2 .slick-dots {
    margin-top: 45px;
  }
  .student2__slide2 .slick-dots li {
    width: 18px;
    height: 18px;
  }
  .student2__slide2 .slick-dots li + li {
    margin-left: 16px;
  }
  .photos {
    width: 1980px;
    height: 122px;
    background: url("../img/fashion/scroll.png") repeat-x center/contain;
    animation: scrollPhotos 25s linear infinite;
  }
  @keyframes scrollPhotos {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -990px 0;
    }
  }
  .teacher {
    padding-top: 34px;
    padding-bottom: 42px;
  }
  .teacher__inner {
    width: 100%;
  }
  .teacher__ttl-1, .teacher__subText-1 {
    width: 83.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
  .teacher__slide {
    display: block;
    margin-top: 30px;
  }
  .teacher__slide__item {
    max-width: none;
    padding: 0 6vw;
  }
  .teacher__slide__item h4 {
    padding: 14px 0 4px;
  }
  .teacher__slide__item div img {
    width: 100%;
  }
  .teacher__slide__item p {
    margin-top: 25px;
  }
  .teacher__slide .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 36px;
  }
  .teacher__slide .slick-dots li {
    width: 26px;
    height: 26px;
    font-size: 0;
    background: #C7C5C5;
    border-radius: 50%;
  }
  .teacher__slide .slick-dots li + li {
    margin-left: 24px;
  }
  .teacher__slide .slick-dots li.slick-active {
    background: #000;
  }
  .campus {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .campus__inner {
    display: block;
  }
  .campus__detail {
    line-height: 1.5;
    min-width: auto;
    margin-top: 22px;
  }
  .campus__detail .c-red {
    font-size: 22px;
  }
  .campus__button {
    margin-top: 30px;
  }
  .campus__button::after {
    margin-left: 110px;
  }
  .campus__place {
    font-size: 14px;
  }
  .campus__places {
    margin-top: 24px;
  }
  .campus__places li {
    font-size: 14px;
  }
  .campus__places li span {
    font-size: 12px;
  }
  .campus__places li + li {
    margin-top: 10px;
  }
  .footer__inner {
    padding: 15px 0 65px;
    border-top: 1px solid #000;
  }
  .modal__inner {
    width: 100%;
    padding: 0;
  }
  .modal__container {
    width: 83.3333333333%;
  }
  .modal__photo {
    position: static;
  }
  .modal__photo img {
    -o-object-fit: inherit;
       object-fit: inherit;
    width: auto;
    height: auto;
  }
  .modal__detail {
    padding: 33px 14% 48px;
  }
  .modal__ttl {
    font-size: min(3.9vw, 17px);
  }
  .modal__pos {
    font-size: 12px;
    margin-top: 25px;
  }
  .modal__text {
    font-size: 14px;
    margin-top: 34px;
  }
  .modal__detail dt {
    color: #E6001F;
    font-size: 13px;
  }
  .modal__detail dd {
    font-size: 13px;
    line-height: 1.9230769231;
    margin-top: 15px;
  }
  .modal__detail dd .ann {
    display: inline-block;
    margin-top: 1em;
  }
  .modal--student .modal__inner {
    display: block;
  }
  .modal--student .modal__close {
    width: 100%;
    background: #fff;
    height: 77px;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .modal--project .modal__inner {
    display: block;
    padding: 0 0 38px;
  }
  .modal--project .modal__ttl {
    padding: 20px 9% 0;
  }
  .modal--project .modal__pjName {
    font-size: 3.6vw;
    line-height: 1.5;
    padding: 22px 0 10px;
    margin: 0 9%;
    position: relative;
  }
  .modal--project .modal__pjName span {
    font-size: 3vw;
    margin-bottom: 0;
  }
  .modal--project .modal__ann {
    font-size: 10px;
    padding: 22px 10% 0;
  }
  .modal--project .modal__list {
    padding: 13px 10% 0;
    display: block;
  }
  .modal--project .modal__list li {
    font-size: 10px;
    line-height: 1.6666666667;
  }
  .modal--project .modal__list li:first-child {
    margin-bottom: 4px;
  }
  .modal--project .modal__list li + li {
    margin-top: 1px;
  }
  .modal--project .modal__detail:nth-of-type(1) {
    padding: 28px 10% 0;
  }
  .modal--project .modal__detail:nth-of-type(2) {
    padding: 28px 10% 0;
  }
  .modal--project .modal__detail:nth-of-type(3) {
    padding: 28px 10% 0;
  }
  .modal--project .modal__detail dt {
    color: #E6001F;
    font-size: 14px;
    line-height: 1.25;
  }
  .modal--project .modal__detail dd {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-top: 5px;
  }
  .modal--project .modal__detail dd .ann {
    line-height: 1.6666666667;
  }
  .modal--project2 .modal__inner {
    display: block;
    padding: 0 0 38px;
  }
  .modal--project2 .modal__ttl {
    padding: 20px 9% 0;
  }
  .modal--project2 .modal__pjName {
    font-size: 3.6vw;
    line-height: 1.5;
    padding: 13px 0 10px;
    margin: 0 9%;
    position: relative;
  }
  .modal--project2 .modal__pjName dt {
    font-size: 12px;
    padding: 10px 0;
  }
  .modal--project2 .modal__pjName dt span {
    font-size: 4.3vw;
    color: #E6001F;
    bottom: 0.2em;
  }
  .modal--project2 .modal__pjName dd {
    font-size: 15px;
    margin-top: 15px;
  }
  .modal--project2 .modal__detail:nth-of-type(1) {
    padding: 28px 10% 0;
  }
  .modal--project2 .modal__detail:nth-of-type(2), .modal--project2 .modal__detail:nth-of-type(3), .modal--project2 .modal__detail:nth-of-type(4) {
    padding: 28px 10% 0;
  }
  .modal--project2 .modal__detail dt {
    color: #E6001F;
    font-size: 14px;
    line-height: 1.25;
  }
  .modal--project2 .modal__detail dd {
    font-size: 14px;
    line-height: 2.1428571429;
    margin-top: 5px;
  }
  .modal--project2 .modal__detail dd .ann {
    line-height: 1.6666666667;
  }
  .modal--teacher .modal__inner {
    display: block;
    padding: 0 0 50px;
  }
  .modal--teacher .modal__photo {
    width: 222px;
    margin: auto;
  }
  .modal--teacher .modal__ttl {
    padding: 35px 10% 0;
  }
  .modal--teacher .modal__deparment {
    font-size: 12px;
    padding: 25px 0 10px;
    margin: 0 10%;
    border-width: 1px;
  }
  .modal--teacher .modal__pos {
    padding: 10px 10% 0;
    margin: 0;
    display: block;
  }
  .modal--teacher .modal__pos p {
    font-size: 12px;
  }
  .modal--teacher .modal__button {
    margin: 30px auto 0;
  }
  .modal--teacher .modal__detail1 {
    padding: 32px 10% 0;
  }
  .modal--teacher .modal__detail1 dt {
    font-size: 14px;
  }
  .modal--teacher .modal__detail1 dd {
    font-size: 14px;
    margin-top: 15px;
  }
  .modal--teacher .modal__detail2 {
    padding: 46px 0 0;
    display: block;
  }
  .modal--teacher .modal__detail2 dl:first-child, .modal--teacher .modal__detail2 dl:nth-child(2) {
    padding: 0 10% 0;
  }
  .modal--teacher .modal__detail2 dl:nth-child(3) {
    background: #EFEFEF;
    height: auto;
    padding: 18px 10%;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
  .modal--teacher .modal__detail2 dt {
    font-size: 14px;
  }
  .modal--teacher .modal__detail2 dd {
    font-size: 14px;
  }
  [class*=__ttl-2] span {
    border-color: #82BEEF;
  }
  .header__logo {
    width: 200px;
    margin: 0;
    padding: 30px 0 0 3.3%;
  }
  .kv__photo div:first-child {
    background-image: url("../img/osaka/kv_sp01.png");
  }
  .kv__photo div:nth-child(2) {
    background-image: url("../img/osaka/kv_sp02.png");
  }
  .kv__photo div:nth-child(3) {
    background-image: url("../img/osaka/kv_sp03.png");
  }
  .kv__photo div:nth-child(4) {
    background-image: url("../img/osaka/kv_sp04.png");
  }
  .kv__photo div:nth-child(5) {
    background-image: url("../img/osaka/kv_sp05.png");
  }
  .learning__list__item {
    padding-bottom: 24px;
  }
  .learning__list + h3 {
    margin-top: 66px;
  }
  .student1__slide .slick-dots {
    display: flex;
  }
  .project__detail {
    padding-bottom: 3px;
  }
  .project__detail__text dt {
    font-size: 4vw;
  }
  .project__detail__text dd li {
    padding-top: 3px;
  }
  .project__detail__text2 dt {
    padding-bottom: 0;
  }
  .project__detail__text2 dd:nth-child(3) {
    font-size: 12px;
    border-width: 1px;
    padding-top: 15px;
    margin-top: 15px;
  }
  .student2__bg {
    clip-path: polygon(0 935px, 0 100%, 100% 100%, 100% 935px, 50% 1075px);
  }
  .student2__job__box2 {
    padding: 13px 15px 19px;
  }
  .student2__job__box2__ttl-2.on span i:nth-child(2)::before {
    right: calc(50% + 4em);
  }
  .student2__job__box2__ttl-2.on span i:nth-child(2)::after {
    left: calc(50% + 4em);
  }
  .student2__job__box2__flex {
    display: block;
    margin-top: 38px;
  }
  .student2__job__box2__flex div + div {
    margin-top: 28px;
  }
  .student2__job__box2__flex ul {
    margin-top: 10px;
    display: block;
  }
  .student2__job__box2__flex ul li p {
    font-size: 14px;
    text-align: center;
    line-height: 2.0833333333;
    margin-top: 14px;
  }
  .student2__job__box2__flex ul li + li {
    margin-top: 12px;
  }
  .student2__slide .slick-dots li {
    background: #486B88;
  }
  .photos {
    background: url("../img/osaka/scroll.png") repeat-x center/contain;
  }
  .campus {
    margin-bottom: 60px;
  }
  .campus__photo {
    padding-left: 0;
  }
  .campus__detail {
    margin-bottom: 15px;
  }
  .campus__button {
    margin-top: 0;
  }
  .modal__detail dt {
    color: #82BEEF;
  }
  .modal--project2 .modal__pjName dt {
    padding: 15px 0 0;
  }
  .modal--project2 .modal__pjName dt span {
    color: #82BEEF;
  }
  .modal--project2 .modal__pjName dd:nth-child(3) {
    font-size: 12px;
    padding-top: 11px;
    margin-top: 15px;
  }
  .modal--project2 .modal__detail dt {
    color: #82BEEF;
  }
  .modal--teacher .modal__inner {
    grid-template-rows: auto auto 1fr auto auto auto;
  }
}