@charset "UTF-8";
/*!***********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/reset.scss/reset.scss ***!
  \***********************************************************************************************************************************************************************/
/**
 * ENGINE
 * v0.2 | 20150615
 * License: none (public domain)
 */
*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none;
}

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 {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

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;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

input,
textarea,
button {
  font-family: inhert;
  font-size: inherit;
  color: inherit;
}

select {
  text-indent: 0.01px;
  text-overflow: "";
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick.scss ***!
  \*********************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/slick-carousel/slick/slick-theme.scss ***!
  \***************************************************************************************************************************************************************************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../.././collegecourt/img/ajax-loader.fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../../a4e97f5a2a64f0ab1323.eot);
  src: url(../../a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"), url(../../295183786cd8a1389865.woff) format("woff"), url(../../c94f7671dcc99dce43e2.ttf) format("truetype"), url(../.././collegecourt/img/slick.2630a3e3eab21c607e21.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

@media only screen and (max-width: 767px) {
  .slick-prev {
    left: -9px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

@media only screen and (max-width: 767px) {
  .slick-next {
    right: -9px;
  }
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!*********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/smartphoto/scss/smartphoto.scss ***!
  \*********************************************************************************************************************************************************************************/
@keyframes smartphoto {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes smartphoto-img-wrap {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes smartphoto-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes smartphoto-loader {
  0% {
    opacity: 0.4;
    transform: rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg);
  }
  100% {
    opacity: 0.4;
    transform: rotate(360deg);
  }
}
@keyframes smartphoto-appear {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes smartphoto-hide {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.smartphoto {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  opacity: 1;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  transition: all 0.3s ease-out;
  animation-name: smartphoto;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto[aria-hidden=true] {
  display: none;
}

.smartphoto-close {
  opacity: 0;
}

.smartphoto-count {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
}

.smartphoto-header {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
}

.smartphoto-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.smartphoto-dismiss {
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik0xNTc2LjQyLDE0MDYuNzYsMjc4NCwxOTkuMTlhNTYuODYsNTYuODYsMCwwLDAsMC04MC4xOGwtNzguOTItNzguOTJhNTYuODYsNTYuODYsMCwwLDAtODAuMTgsMEwxNDE3LjMyLDEyNDcuNjYsMjA5Ljc1LDQwLjA5YTU2Ljg2LDU2Ljg2LDAsMCwwLTgwLjE4LDBMNTAuNjUsMTE5YTU2Ljg2LDU2Ljg2LDAsMCwwLDAsODAuMThMMTI1OC4yMywxNDA2Ljc2LDUwLjY1LDI2MTQuMzRhNTYuODYsNTYuODYsMCwwLDAsMCw4MC4xOGw3OC45Miw3OC45MmE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwTDE0MTcuMzIsMTU2NS44NiwyNjI0LjksMjc3My40NGE1Ni44Niw1Ni44NiwwLDAsMCw4MC4xOCwwbDc4LjkyLTc4LjkyYTU2Ljg2LDU2Ljg2LDAsMCwwLDAtODAuMThaIi8+PC9zdmc+);
  text-shadow: 0 1px 0 #FFF;
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}

.smartphoto-body {
  position: relative;
  z-index: 102;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.smartphoto-inner {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.smartphoto-img {
  display: none;
  max-width: none;
  width: auto;
  height: auto;
  cursor: zoom-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.3s ease-out;
  -webkit-user-drag: none;
}

.smartphoto-img.active {
  display: block;
}

.smartphoto-img-onmove {
  cursor: grab;
  cursor: -webkit-grab;
  transition: none;
}

.smartphoto-img-elasticmove {
  transition: transform 0.3s ease-out;
}

.smartphoto-img-wrap {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  animation-name: smartphoto-img-wrap;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-img-left {
  transform: translateX(150%) !important;
}

.smartphoto-img-right {
  transform: translateX(-150%) !important;
}

.smartphoto-arrows {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1002;
  top: 50%;
  left: 0;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-arrows[aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows li {
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  box-sizing: content-box;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
  animation-name: smartphoto-appear;
}

.smartphoto-arrows li:focus {
  outline: none;
}

.smartphoto-arrows [aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-arrows a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.smartphoto-arrow-right {
  right: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.smartphoto-arrow-right a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiAiPjx0aXRsZT5pY29uPC90aXRsZT48cGF0aCBkPSJNMTgzNy44OCwxNDE3LjMyLDY0My41OSwyMjNhNzIuMjEsNzIuMjEsMCwwLDEsMC0xMDEuODJMNzQzLjgyLDIxYTcyLjIxLDcyLjIxLDAsMCwxLDEwMS44MiwwTDIwOTAuODMsMTI2Ni4xOWwxMDAuMjMsMTAwLjIzYTcyLjIxLDcyLjIxLDAsMCwxLDAsMTAxLjgyTDg0NS42NCwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwxLTEwMS44MiwwTDY0My41OSwyNzEzLjQyYTcyLjIxLDcyLjIxLDAsMCwxLDAtMTAxLjgyWiIvPjwvc3ZnPg==);
}

.smartphoto-arrow-left {
  left: 0;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.smartphoto-arrow-left a {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDI4MzQuNjUgMjgzNC42NSIgZmlsbD0iI0ZGRiI+PHRpdGxlPmljb248L3RpdGxlPjxwYXRoIGQ9Ik05OTYuNzcsMTQxNy4zMiwyMTkxLjA2LDIyM2E3Mi4yMSw3Mi4yMSwwLDAsMCwwLTEwMS44MkwyMDkwLjgzLDIxQTcyLjIxLDcyLjIxLDAsMCwwLDE5ODksMjFMNzQzLjgyLDEyNjYuMTksNjQzLjU5LDEzNjYuNDJhNzIuMjEsNzIuMjEsMCwwLDAsMCwxMDEuODJMMTk4OSwyODEzLjY1YTcyLjIxLDcyLjIxLDAsMCwwLDEwMS44MiwwbDEwMC4yMy0xMDAuMjNhNzIuMjEsNzIuMjEsMCwwLDAsMC0xMDEuODJaIi8+PC9zdmc+);
}

.smartPhotoArrowHideIcon {
  display: none;
}

.smartphoto-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  animation-name: smartphoto-appear;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.smartphoto-nav[aria-hidden=true] {
  animation-name: smartphoto-hide;
  display: none;
}

.smartphoto-nav ul {
  display: block;
  overflow-x: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.smartphoto-nav li {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
}

.smartphoto-nav a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}

.smartphoto-nav a:focus {
  opacity: 0.8;
}

.smartphoto-nav a.current {
  opacity: 1;
}

.smartphoto-nav img {
  width: auto;
  height: 100%;
}

.smartphoto-list {
  list-style-type: none;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.smartphoto-list li {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}

.smartphoto-list li:focus {
  outline: none;
}

.smartphoto-list-onmove {
  transition: all 0.3s ease-out;
}

.smartphoto-caption {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 50px;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.smartphoto-caption:focus {
  outline: none;
}

.smartphoto-loader-wrap {
  display: block;
  position: relative;
  z-index: 103;
  width: 0;
  height: 0;
  transform: translate(50vw, 50vh);
}

.smartphoto-loader {
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -25px;
  margin-left: -25px;
  border: 8px solid #17CDDD;
  border-right-color: transparent;
  border-radius: 50%;
  animation: smartphoto-loader 0.5s infinite linear;
}

.smartphoto-img-clone {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

.smartphoto-sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************/
html {
  word-wrap: break-word;
  scroll-behavior: smooth;
}

body {
  color: #0C081E;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
a {
  outline: none;
  color: inherit;
}

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

p {
  margin-bottom: 1.8em;
}

strong {
  font-weight: 700;
}

div, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

picture {
  display: inline-block;
}

hr {
  border: none;
  border-top: 1px solid #CCC;
}

.is-navopen {
  overflow: hidden;
}

header#header .logoarea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
}

footer#footer {
  padding-bottom: 83px;
}

footer#footer .footer-link {
  text-decoration: none;
}

footer#footer .footer-link:hover {
  text-decoration: underline;
}

footer#footer .copyright {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}

footer#footer .copyright p {
  margin-bottom: 5px;
}

.wrapper {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

.contact-buttons li {
  width: 50%;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

@media only screen and (min-width: 768px) {
  .contact-buttons li {
    width: 33.333%;
    font-size: 14px;
  }
}
.bg-op-white {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-op-90-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-op-yellow {
  background-color: rgba(255, 255, 0, 0.8);
}

.bg-op-blue {
  background-color: rgba(55, 76, 119, 0.9);
}

.nav-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 0, 0.8);
}

@media only screen and (min-width: 768px) {
  .nav-fixed {
    width: auto;
    background-color: transparent;
    left: auto;
    right: 20px;
    bottom: 20px;
  }
}
.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .nav-list {
    flex-direction: column;
  }
}
.nav-list li {
  padding-left: 2px;
  padding-right: 2px;
}

@media only screen and (min-width: 768px) {
  .nav-list li {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-list li {
    flex: 1;
  }
}
.navbar {
  width: 44px;
  height: 44px;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 10040;
  display: inline-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity ease 0.3s;
}

@media only screen and (min-width: 768px) {
  .navbar {
    top: 30px;
    right: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .navbar {
    opacity: 0;
    pointer-events: none;
  }
}
.navbar span {
  width: 27px;
  height: 2px;
  border-radius: 10px;
  background-color: #6A6A6A;
  position: relative;
}

.navbar span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
}

.is-navopen .navbar span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.is-navopen .navbar span:nth-child(2) {
  opacity: 0;
}

.is-navopen .navbar span:nth-child(3) {
  transform: rotate(-45deg);
  top: -8px;
}

.link-tel {
  color: inherit;
  text-decoration: underline;
}

.link-tel:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .link-tel {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
.link-external {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

.link-external::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../.././collegecourt/img/icon_external.71d88b707ea4330619b6.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.button, .button-postal, .button-back, .button-submit, .button-contact, .button-cta, .button-nav {
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border-radius: 100px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .button, .button-postal, .button-back, .button-submit, .button-contact, .button-cta, .button-nav {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.button:hover, .button-postal:hover, .button-back:hover, .button-submit:hover, .button-contact:hover, .button-cta:hover, .button-nav:hover {
  opacity: 1;
}

.button-nav {
  color: #FFF;
  line-height: 1.3076923077;
  font-size: 13px;
  min-height: 53px;
}

@media only screen and (min-width: 768px) {
  .button-nav {
    font-size: 14px;
    width: 160px;
    min-height: 38px;
  }
}
.button-cta {
  flex-direction: column;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .button-cta {
    min-width: 220px;
    min-height: 60px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1024px) {
  .button-cta {
    min-width: 296px;
  }
}
.button-contact {
  flex-direction: column;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .button-contact {
    min-height: 60px;
  }
}
.button-submit {
  border: 1px solid #DB4182;
  background-color: #DB4182;
  color: #FFF;
  width: 290px;
  height: 63px;
  font-size: 18px;
}

.button-back {
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
  color: #000;
  width: 290px;
  height: 63px;
  font-size: 18px;
}

.button-postal {
  color: #FFF;
  background-color: #0C081E;
  border-radius: 5px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  width: 93px;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .button-postal {
    height: 38px;
    width: 113px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-main .cta-list {
    gap: 2%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-main .cta-list li {
    flex: 1;
  }
}

.title-main {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .title-main {
    font-size: 42px;
  }
}
.title-primary {
  font-weight: 700;
  line-height: 1.35;
  font-size: 18px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 15px;
}

@media only screen and (min-width: 768px) {
  .title-primary {
    font-size: 24px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
.feature-table {
  line-height: 1.375;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .feature-table {
    line-height: 1.8;
  }
}
.feature-table tr {
  border-bottom: 1px solid #DBDBDB;
}

.feature-table th, .feature-table td {
  padding: 0.8em 1em;
}

@media only screen and (min-width: 768px) {
  .feature-table th, .feature-table td {
    padding: 1em 1em;
  }
}
.feature-table th {
  white-space: nowrap;
  text-align: left;
}

@media print, screen and (min-width: 1024px) {
  .feature-table th {
    width: 16em;
  }
}
.feature-table .msg {
  color: red;
}

.breadcrumb-list {
  display: flex;
  overflow-x: auto;
  margin-right: -20px;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .breadcrumb-list {
    font-size: 14px;
    margin-right: 0;
  }
}
.breadcrumb-list a {
  text-decoration: none;
}

.breadcrumb-list li {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}

.breadcrumb-list li:not(:last-child)::after {
  content: "";
  display: inline-flex;
  height: 6px;
  width: 4px;
  background-image: url(../.././collegecourt/img/right.6c3467922c63fd724736.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.8em;
  margin-right: 0.8em;
}

.movie-area {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.movie-area .movie-bg {
  position: absolute;
  background-image: url(../.././collegecourt/img/video_stripe.34f61ade0b65533f96af.png);
  background-color: rgba(12, 8, 30, 0.5);
  width: 100%;
  height: 100vh;
}

.movie-area .movie-main video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.label-required {
  color: #FFF;
  background-color: #DB4182;
  border-radius: 100px;
  font-size: 12px;
  display: inline-flex;
  padding: 4px 7px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .label-required {
    font-size: 14px;
    margin-left: 0.8em;
  }
}
.form-dl {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  padding: 1em;
}

@media only screen and (min-width: 768px) {
  .form-dl {
    flex-direction: row;
  }
}
.form-dl dt {
  margin-bottom: 0.3em;
}

@media only screen and (min-width: 768px) {
  .form-dl dt {
    margin-bottom: 0;
    width: 18em;
  }
}
.form-dl dd {
  flex: 1;
}

.list-radio li, .list-checkbox li {
  display: inline-flex;
  margin-right: 1em;
}

input[type=radio],
input[type=checkbox] {
  transform: scale(1.2);
}

@media only screen and (min-width: 768px) {
  input[type=radio],
  input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 0.5em;
  }
}
.panel-privary {
  border: 1px solid #1A1A1A;
  text-align: center;
  padding: 1.3em;
  margin-bottom: 1.5em;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.submit-buttons {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
}

.submit-buttons > * {
  flex-direction: row;
  margin-left: 5px;
  margin-right: 5px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
select,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border: 1px solid #DBDBDB;
  width: 100%;
  border-radius: 0px;
  font-size: 0.875rem;
  color: #222;
  background-color: #fff;
  padding: 0.2em 10px;
}

@media only screen and (min-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=number],
  select,
  textarea {
    padding: 0.6em 15px;
  }
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #CCCCCC;
}

input[type=text].input-required,
input[type=tel].input-required,
input[type=email].input-required,
input[type=password].input-required,
input[type=number].input-required,
select.input-required,
textarea.input-required {
  background-color: #fee;
}

input[type=text].input-required.valid,
input[type=tel].input-required.valid,
input[type=email].input-required.valid,
input[type=password].input-required.valid,
input[type=number].input-required.valid,
select.input-required.valid,
textarea.input-required.valid {
  background-color: #FFF;
}

textarea {
  width: 100%;
  border: 1px solid #DBDBDB;
  height: 200px;
}

select {
  background-size: 10px;
  background-repeat: no-repeat;
  background-image: url(../.././collegecourt/img/down.a37ca81e3731fc528b6c.svg);
  background-position: calc(100% - 10px) center;
}

.input-zip {
  width: 12em !important;
}

input[type=radio],
input[type=checkbox] {
  accent-color: #000;
}

.bnr-fixed {
  position: fixed;
  z-index: 10010;
  right: 0;
  bottom: 10px;
}

@media print, screen and (min-width: 1024px) {
  .bnr-fixed {
    bottom: 30px;
  }
}
.home-intro {
  height: 495px;
}

@media only screen and (min-width: 768px) {
  .home-intro {
    height: 888px;
  }
}
.home-intro-obj {
  position: fixed;
  bottom: 1em;
  left: 0;
  z-index: 90;
}

.eyecatch-wrap {
  position: relative;
}

.eyecatch-wrap::after {
  content: "";
  background-color: rgba(55, 76, 119, 0.8);
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  display: block;
}

.eyecatch-wrap img {
  position: relative;
  z-index: 10;
  display: block;
  margin-left: auto;
  margin-right: auto;
  bottom: -30px;
}

.section-titleline {
  display: block;
  background-image: url(../.././collegecourt/img/heading_line.8868cca82064b3e4b606.svg);
  height: 9px;
  width: 54px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  .section-titleline {
    width: 90px;
    height: 16px;
  }
}
.reason-section-header {
  position: relative;
}

.reason-num {
  position: absolute;
  z-index: 5;
  left: calc(50% - 30px);
  top: -40px;
}

@media only screen and (min-width: 768px) {
  .reason-num {
    left: calc(50% - 37px);
    top: -25px;
  }
}
.reason-num-bg {
  position: absolute;
  left: calc(50% - 41px);
  top: 0;
  background-color: #000;
  height: 41px;
  width: 82px;
  display: inline-block;
  border-radius: 0 0 41px 41px;
}

@media only screen and (min-width: 768px) {
  .reason-num-bg {
    width: 140px;
    height: 70px;
    border-radius: 0 0 70px 70px;
    left: calc(50% - 70px);
  }
}
.reason-num-1-bg {
  background-color: rgba(255, 255, 0, 0.8);
}

.reason-num-2-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

.reason-num-3-bg {
  background-color: rgba(255, 255, 0, 0.8);
}

.bg-reason1, .bg-reason3, .bg-reason2 {
  background-image: url(../.././collegecourt/img/reason1_bg.16d420998a3be110dbc6.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 3840px 5000px;
}

@media only screen and (min-width: 768px) {
  .bg-reason1, .bg-reason3, .bg-reason2 {
    background-image: url(../.././collegecourt/img/reason1_bg_pc.251c9af2402b5055f882.svg);
  }
}
.bg-reason2 {
  background-image: url(../.././collegecourt/img/reason2_bg.01d547ed8c6888f18e8d.svg);
}

@media only screen and (min-width: 768px) {
  .bg-reason2 {
    background-image: url(../.././collegecourt/img/reason2_bg_pc.b1177cbfa67dab78ef11.svg);
  }
}
.room-gallery {
  position: relative;
  color: #FFF;
}

.room-gallery::after {
  content: "";
  background-color: rgba(55, 76, 119, 0.8);
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  display: block;
}

.room-slider {
  margin-top: -60px;
  position: relative;
  z-index: 10;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .room-slider {
    max-width: none;
    margin-left: 50px;
    margin-right: 50px;
  }
}
.room-slider .slider-caption {
  margin-top: 0.7em;
  color: #FFF;
  text-align: left;
  padding-left: 5em;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .room-slider .slider-caption {
    text-align: center;
    padding-left: 0;
  }
}
.room-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .room-slider .slick-arrow {
    width: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .room-slider .slick-arrow {
    background-size: 13px;
  }
}
.room-slider .slick-arrow::before {
  content: none;
}

.room-slider .slick-arrow.slick-prev {
  background-image: url(../.././collegecourt/img/left_w.26c9a9b7b8a8188b597a.svg);
}

@media only screen and (min-width: 768px) {
  .room-slider .slick-arrow.slick-prev {
    left: -50px;
  }
}
.room-slider .slick-arrow.slick-next {
  background-image: url(../.././collegecourt/img/right_w.0d6c795066842a796a28.svg);
}

@media only screen and (min-width: 768px) {
  .room-slider .slick-arrow.slick-next {
    right: -50px;
  }
}
.room-slider .slider-num {
  position: absolute;
  top: 78%;
}

@media only screen and (min-width: 768px) {
  .room-slider .slider-num {
    top: auto;
    bottom: 0;
  }
}
.room-slider .slider-block {
  text-align: center;
}

.room-slider .slider-block img {
  width: 100%;
  aspect-ratio: 32/24;
  object-fit: contain;
  object-position: center center;
  background-color: #fff;
}

.map-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.map-slider {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) {
  .map-slider {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.map-slider .slick-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 7px;
  height: 40px;
  width: 40px;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  .map-slider .slick-arrow {
    background-size: 13px;
  }
}
.map-slider .slick-arrow::before {
  content: none;
}

.map-slider .slick-arrow.slick-prev {
  background-image: url(../.././collegecourt/img/left.a2574c700f38ca774a68.svg);
  left: -30px;
}

@media only screen and (min-width: 768px) {
  .map-slider .slick-arrow.slick-prev {
    left: -50px;
  }
}
.map-slider .slick-arrow.slick-next {
  background-image: url(../.././collegecourt/img/right.6c3467922c63fd724736.svg);
  right: -30px;
}

@media only screen and (min-width: 768px) {
  .map-slider .slick-arrow.slick-next {
    right: -50px;
  }
}
.spec-tabs {
  display: flex;
}

.spec-tabs li {
  width: 100%;
  margin-left: 1px;
  margin-right: 1px;
}

.spec-tab {
  background-color: #DBDBDB;
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  height: 51px;
  position: relative;
  cursor: pointer;
}

.spec-tab::before {
  content: "";
  display: block;
  background-color: #DBDBDB;
  width: 14px;
  height: 11px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
  position: absolute;
  bottom: -11px;
}

.spec-tab.is-current {
  background-color: #DB4182;
  color: #FFF;
}

.spec-tab.is-current::before {
  background-color: #DB4182;
}

.feature-panel {
  background-color: #fff;
}

.feature-panel-body {
  padding: 15px;
}

@media only screen and (min-width: 768px) {
  .feature-panel-body {
    padding: 20px;
  }
}
.feature-icons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px;
}

.feature-icons li {
  width: 20%;
  font-size: 10px;
  line-height: 1.35;
  margin-bottom: 8px;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
}

@media only screen and (min-width: 768px) {
  .feature-icons li {
    width: 10%;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-icons li {
    width: 7.15%;
  }
}
.feature-icons img {
  margin-bottom: 8px;
}

.madori-content-side {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
  padding-right: 5px;
}

.madori-content-side > * {
  border: 1px solid #DBDBDB;
  width: calc(50% - 10px);
  padding: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.contact-flow {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .contact-flow {
    justify-content: center;
  }
}

.flow-block {
  border: 5px solid #DB4182;
  margin-bottom: 20px;
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  .flow-block {
    width: calc(25% - 10px);
    padding: 15px;
  }
}
.flow-block .flow-num {
  font-weight: 700;
  display: flex;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  background-color: #DB4182;
  border-radius: 100%;
  margin-top: -32px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 1024px) {
  .flow-block .flow-num {
    font-size: 31px;
    width: 62px;
    height: 62px;
    margin-top: -41px;
  }
}
.flow-block .flow-icon {
  min-height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 1024px) {
  .flow-block .flow-icon {
    min-height: 58px;
  }
}
.flow-list {
  display: flex;
  overflow: hidden;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .flow-list {
    font-size: 18px;
  }
}
.flow-list li {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: #DBDBDB;
  display: flex;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .flow-list li {
    height: 60px;
    padding-left: 30px;
  }
}
.flow-list li::before {
  content: "";
  display: block;
  background-color: #DBDBDB;
  width: 10px;
  height: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: -9px;
  z-index: 5;
}

.flow-list li::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 13px;
  height: 100%;
  clip-path: polygon(0% 0%, 3px 0%, 100% 50%, 3px 100%, 0% 100%);
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 3;
}

.flow-list li:last-child {
  clip-path: polygon(0% 0%, calc(100% - 10px) 0%, 100% 50%, calc(100% - 10px) 100%, 0% 100%);
}

.flow-list li.is-active {
  background-color: #00B8D6;
}

.flow-list li.is-active::before {
  background-color: #00B8D6;
}

.relative {
  position: relative;
}

.bottom-\[-100px\] {
  bottom: -100px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[-30px\] {
  margin-bottom: -30px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[3px\] {
  margin-bottom: 3px;
}

.mb-\[4px\] {
  margin-bottom: 4px;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[1px\] {
  margin-left: 1px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[-3px\] {
  margin-right: -3px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[-100px\] {
  margin-top: -100px;
}

.mt-\[-15px\] {
  margin-top: -15px;
}

.mt-\[-60px\] {
  margin-top: -60px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.w-\[15px\] {
  width: 15px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[17px\] {
  width: 17px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[8em\] {
  width: 8em;
}

.w-full {
  width: 100%;
}

.max-w-\[1115px\] {
  max-width: 1115px;
}

.max-w-\[550px\] {
  max-width: 550px;
}

.list-decimal {
  list-style-type: decimal;
}

.justify-center {
  justify-content: center;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.bg-accent {
  background-color: #db4182;
}

.bg-line {
  background-color: #06c755;
}

.bg-secondary {
  background-color: #00b8d6;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[106px\] {
  padding-top: 106px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[90px\] {
  padding-top: 90px;
}

.pt-\[95px\] {
  padding-top: 95px;
}

.text-center {
  text-align: center;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[29px\] {
  font-size: 29px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.375\] {
  line-height: 1.375;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.9\] {
  line-height: 1.9;
}

.text-accent {
  --tw-text-opacity: 1;
  color: #db4182;
}

.text-white {
  --tw-text-opacity: 1;
  color: white;
}

@media (min-width: 768px) {
  .md\:bottom-\[-40px\] {
    bottom: -40px;
  }

  .md\:mx-\[3px\] {
    margin-left: 3px;
    margin-right: 3px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-\[-40px\] {
    margin-bottom: -40px;
  }

  .md\:mb-\[1\.5em\] {
    margin-bottom: 1.5em;
  }

  .md\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .md\:mb-\[1em\] {
    margin-bottom: 1em;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:ml-\[-30px\] {
    margin-left: -30px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-\[-40px\] {
    margin-top: -40px;
  }

  .md\:mt-\[-60px\] {
    margin-top: -60px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[103px\] {
    height: 103px;
  }

  .md\:w-\[103px\] {
    width: 103px;
  }

  .md\:w-\[115px\] {
    width: 115px;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .md\:w-\[13em\] {
    width: 13em;
  }

  .md\:w-\[18em\] {
    width: 18em;
  }

  .md\:w-\[21px\] {
    width: 21px;
  }

  .md\:w-\[22px\] {
    width: 22px;
  }

  .md\:w-\[24px\] {
    width: 24px;
  }

  .md\:w-\[29px\] {
    width: 29px;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[420px\] {
    width: 420px;
  }

  .md\:w-\[74px\] {
    width: 74px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[120px\] {
    padding-top: 120px;
  }

  .md\:pt-\[150px\] {
    padding-top: 150px;
  }

  .md\:pt-\[235px\] {
    padding-top: 235px;
  }

  .md\:pt-\[285px\] {
    padding-top: 285px;
  }

  .md\:pt-\[90px\] {
    padding-top: 90px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-\[10px\] {
    font-size: 10px;
  }

  .md\:text-\[17px\] {
    font-size: 17px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[29px\] {
    font-size: 29px;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[39px\] {
    font-size: 39px;
  }

  .md\:text-\[42px\] {
    font-size: 42px;
  }

  .md\:text-\[55px\] {
    font-size: 55px;
  }

  .md\:leading-\[1\.3\] {
    line-height: 1.3;
  }

  .md\:leading-\[1\.5\] {
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-\[-90px\] {
    margin-left: -90px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:w-\[24em\] {
    width: 24em;
  }

  .lg\:w-\[29px\] {
    width: 29px;
  }

  .lg\:w-\[34px\] {
    width: 34px;
  }

  .lg\:w-\[412px\] {
    width: 412px;
  }

  .lg\:w-\[420px\] {
    width: 420px;
  }

  .lg\:w-\[60px\] {
    width: 60px;
  }

  .lg\:w-\[63px\] {
    width: 63px;
  }

  .lg\:w-\[66px\] {
    width: 66px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:pl-\[90px\] {
    padding-left: 90px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-\[85px\] {
    padding-top: 85px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .lg\:text-\[21px\] {
    font-size: 21px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }
}

/*# sourceMappingURL=base.css.map */
