@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

html {
  font: 400 1rem/1.5 system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}
hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem;
  font: inherit inherit 500 unset/1.2 inherit;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin: 0 0 1rem;
}

abbr[title],
abbr[data-bs-original-title],
acronym[title],
acronym[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
  margin: 0 0 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin: 0 0 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
}

nav li {
  list-style: none;
  padding: 0;
}
nav li::before {
  content: "​";
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  cursor: pointer;
  color: rgb(51, 51, 225);
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
}
a:hover {
  color: rgb(52, 52, 224);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:not([href]):not(class), a:not([href]):not([class]):hover {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.875em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  text-indent: 0;
  border-color: currentColor;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}
select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
}

fieldset {
  min-width: 0;
  padding: 0.35em 0.75em 0.625em;
  margin: 0;
  border: 1px solid inherit;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

input::placeholder {
  opacity: 1;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted ButtonText;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}
[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ===============================================
over write reseter
=============================================== */
html {
  height: 100%;
}
body {
  overflow: hidden;
  height: 100%;
  background: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
li,
dt,
dd,
figure,
img,
address {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dt {
  font-weight: normal;
}

em {
  font-style: normal;
}

a {
  border: none;
  outline: none;
}

a:focus {
  border: none;
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

img {
  vertical-align: bottom;
}
@media only screen and (max-width: 768px) {
  img {
    width: 100%;
    display: block;
  }
}

a img {
  border: none;
  outline: none;
  text-decoration: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed;
}

caption {
  padding-top: 0;
  padding-bottom: 0;
}

br {
  font-size: 0;
}

nav li::before {
  display: none;
}

/* ===============================================
font
=============================================== */
html {
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
@media print, screen and (min-width: 769px) {
  html {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Droid Sans", sans-serif;
  }
}

/* ===============================================
center line
=============================================== */
body {
  position: relative;
}

/* ===============================================
viewer
=============================================== */
/* ===============================================
header
=============================================== */
.l-header {
  background-color: #fff;
  border-bottom: solid 1px #000000;
}

/* ===============================================
header__logo
=============================================== */
@media print, screen and (min-width: 769px) {
  .l-header__logo {
    margin-top: 0.5px !important;
  }
}
/* ===============================================
header__hero
=============================================== */
.l-header__hero {
  font-weight: 500;
  letter-spacing: 0.075rem;
}
@media print, screen and (min-width: 769px) {
  .l-header__hero {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 840px) {
  .l-header__hero {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__hero {
    font-size: 1.1rem;
  }
}

/* ===============================================
lede
=============================================== */
.l-lede {
  background-color: #562e0d;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .l-lede {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 840px) {
  .l-lede {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-lede {
    font-size: 1.4rem;
  }
}

/* ===============================================
bottom
=============================================== */
.l-bottom {
  background-color: #f0eeeb;
}

/* ===============================================
bottom_btn
=============================================== */
.l-bottom__btn {
  font-weight: 500;
  background: #fff;
  border: 1px solid #000;
}
@media print, screen and (min-width: 769px) {
  .l-bottom__btn {
    border-radius: 30px;
    font-size: 1.7rem;
    transition: background-color 0.4s;
  }
}
@media only screen and (max-width: 840px) {
  .l-bottom__btn {
    border-radius: 30px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-bottom__btn {
    border-radius: 18px;
    font-size: 1.4rem;
  }
}
.l-bottom__btn:hover {
  background-color: #e8dac9;
  background-position: right 5px center;
}
.l-bottom__btn:hover::after {
  right: 5px;
}
.l-bottom__btn::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 14px;
  background: url("../skin/link_arrow.svg") no-repeat center center;
  transition: all 0.4s;
}
@media only screen and (max-width: 840px) {
  .l-bottom__btn::after {
    top: 35%;
    transform: scale(0.65);
  }
}
@media only screen and (max-width: 768px) {
  .l-bottom__btn::after {
    top: 33%;
    transform: scale(0.8);
  }
}

/* ===============================================
footer
=============================================== */
.l-footer {
  background-color: #562e0d;
}

/* ===============================================
footer__copyright
=============================================== */
.l-footer__copyright {
  color: #fff;
  letter-spacing: 0.05rem;
}
@media print, screen and (min-width: 769px) {
  .l-footer__copyright {
    font-size: 12px;
  }
}
@media only screen and (max-width: 840px) {
  .l-footer__copyright {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 9px;
  }
}

/* ===============================================
display
=============================================== */
/* u-d
----------------------- */
.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-flex {
  display: flex !important;
}

@media print, screen and (min-width: 769px) {
  .u-d-pc-none {
    display: none !important;
  }
  .u-d-pc-inline {
    display: inline !important;
  }
  .u-d-pc-inline-block {
    display: inline-block !important;
  }
  .u-d-pc-block {
    display: block !important;
  }
  .u-d-pc-flex {
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-d-sp-none {
    display: none !important;
  }
  .u-d-sp-inline {
    display: inline !important;
  }
  .u-d-sp-inline-block {
    display: inline-block !important;
  }
  .u-d-sp-block {
    display: block !important;
  }
  .u-d-sp-flex {
    display: flex !important;
  }
}
/* ===============================================
color
=============================================== */
/* u-color
----------------------- */
.u-color--red1 {
  color: #e40012;
}

.u-color--blue1 {
  color: #0068af;
}

/* u-color--bg
----------------------- */
.u-color--bg01 {
  background: #fff;
}

/* ===============================================
align
=============================================== */
/* text-align
----------------------- */
.u-text__align--left {
  text-align: left !important;
}
.u-text__align--right {
  text-align: right !important;
}
.u-text__align--center {
  text-align: center !important;
}

/* ===============================================
link
=============================================== */
/* common
----------------------- */
a:link, a:visited {
  color: #333;
  text-decoration: none;
}
a:hover, a:active {
  color: #333;
  text-decoration: underline;
}

/* u-link__panel01
----------------------- */
.u-link__panel01 {
  display: flex;
  align-items: center;
  min-height: 1.5em;
  border: 2px solid #fe9415;
  background: #ffecda;
  border-radius: 5px;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .u-link__panel01 {
    padding: 10px 15px 10px 15px;
    font-size: 1.6rem;
    transition: 0.4s;
  }
}
@media only screen and (max-width: 768px) {
  .u-link__panel01 {
    padding: 6px 10px 6px 10px;
    font-size: 1.4rem;
  }
}
.u-link__panel01 small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .u-link__panel01 small {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .u-link__panel01 small {
    font-size: 1.3rem;
  }
}
.u-link__panel01:link, .u-link__panel01:visited {
  text-decoration: none;
}
.u-link__panel01:hover, .u-link__panel01:active {
  opacity: 0.7;
  text-decoration: none;
}

/* u-link__arrow
----------------------- */
.u-link__arrow {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .u-link__arrow--right {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .u-link__arrow--right {
    padding-right: 15px;
  }
}
.u-link__arrow--right::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.4em;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 3px #fe9415;
  border-right: solid 3px #fe9415;
  transform: rotate(45deg);
}
.u-link__arrow--white::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* ===============================================
c-label
=============================================== */
@keyframes label_fade {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* c-label__icon
----------------------- */
.c-label__icon {
  overflow: visible !important;
  cursor: pointer !important;
  transition-property: background !important;
  transition-duration: 0.4s !important;
  animation: label_fade 0.5s ease-in-out 0.75s 1 normal forwards !important;
}

/* c-label__info
----------------------- */
.c-label__info {
  overflow: visible !important;
  border-radius: 8px !important;
  border: 3px solid #0068af !important;
  background: rgb(255, 255, 255) !important;
  cursor: pointer !important;
  visibility: hidden;
  transition-property: background !important;
  transition-duration: 0.4s !important;
  animation: label_fade 0.5s ease-in-out 0.75s 1 normal forwards !important;
}
@media print, screen and (min-width: 769px) {
  .c-label__info:hover {
    background: rgba(255, 255, 255, 0.8) !important;
  }
}
.c-label__info--dormitory001a::after {
  content: "直営寮の⾷事について";
}
.c-label__info--dormitory002a::after {
  content: "シャワーブースについて";
}
.c-label__info--dormitory003a::after {
  content: "直営寮の設備について";
}
.c-label__info::before {
  content: "";
  position: absolute;
  left: -14px;
  top: -14px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #fff url("../hotspot/hotspot_icon_info.svg") no-repeat left top;
  background-size: 28px auto;
}
.c-label__info::after {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .c-label__info::after {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .c-label__info::after {
    font-size: 14px;
  }
}

/* c-label__text
----------------------- */
.c-label__text {
  overflow: visible !important;
  border-radius: 8px !important;
  border: 3px solid #0068af !important;
  background: rgb(255, 255, 255) !important;
  cursor: default !important;
  visibility: hidden;
  transition-property: background !important;
  transition-duration: 0.4s !important;
  animation: label_fade 0.5s ease-in-out 0.75s 1 normal forwards !important;
}
.c-label__text--001::after {
  content: "25人乗り大型エレベーターを\a 2基設置。";
}
.c-label__text--002::after {
  content: "大型デジタルサイネージで、\a自習室の案内やイベントの\a告知をしています。";
}
.c-label__text--003::after {
  content: "1F-待合室";
}
.c-label__text::after {
  width: 100%;
  padding: 0 10px;
  text-align: left;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  white-space: pre-wrap;
}
@media print, screen and (min-width: 769px) {
  .c-label__text::after {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .c-label__text::after {
    font-size: 14px;
  }
}

/* ===============================================
pano
=============================================== */
/* p-pano
----------------------- */
.p-pano *,
.p-pano *::before,
.p-pano *::after {
  box-sizing: unset;
}
.p-pano__text01--error {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .p-pano__text01--error {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-pano__text01--error {
    font-size: 1.6rem;
  }
}
