@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: .04em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: rgba(0,0,0,0);
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

figure {
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: .8;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: rgba(0,0,0,0);
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset rgba(0,0,0,0);
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.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);
  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 rgba(0,0,0,0);
}

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

.c-accordion__open {
  cursor: pointer;
}

.c-accordion__body {
  display: none;
}

.c-arrow-button {
  text-decoration: none;
}

.c-box__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-box__col--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-box__col--center {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.c-box__2-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-box__2-col .c-box__col {
  width: 48%;
}

.c-box__3-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-box__3-col .c-box__col {
  width: 31%;
}

.c-box__4-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-box__4-col .c-box__col {
  width: 25%;
}

.c-breadcrumb {
  margin: 0 auto;
  padding: 16px 20px 0;
}

.c-breadcrumb .breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #8e8e8e;
  font-size: 12px;
  letter-spacing: 0px;
  white-space: nowrap;
}

.c-breadcrumb .breadcrumbs a {
  text-decoration: none;
  color: #8e8e8e;
}

.c-breadcrumb .breadcrumbs .breadcrumbs_lists {
  position: relative;
}

.c-breadcrumb .breadcrumbs .breadcrumbs_lists--arrow:after {
  font-family: "Material Icons";
  content: "";
  display: inline-block;
  font-size: 17px;
  position: relative;
  line-height: 10px;
  top: 4px;
}

.c-btn {
  background-color: #1565c0;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 40px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  color: #fff !important;
}

.c-btn--xs {
  padding: 10px 40px;
}

.c-btn__arrow--r {
  position: relative;
}

.c-btn__arrow--r:after {
  font-family: "Material Icons";
  content: "";
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}

.c-btn__arrow--l {
  position: relative;
}

.c-btn__arrow--l:after {
  font-family: "Material Icons";
  content: "";
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}

.c-btn--rounded {
  border-radius: 100px;
}

.c-btn--another-color {
  background: #fff;
}

.c-btn--border {
  border: 1px solid #1565c0;
}

.c-btn--border-blue {
  border: 1px solid #1565c0;
  background-color: #fff !important;
  color: #1565c0 !important;
}

.c-btn--border-blue:before,
.c-btn--border-blue:after {
  color: #1565c0 !important;
}

.c-btn--border-orange {
  border: 1px solid #eb7333;
  background-color: #fff !important;
  color: #eb7333 !important;
}

.c-btn--border-orange:before,
.c-btn--border-orange:after {
  color: #eb7333 !important;
}

.c-btn--small {
  padding: 12px 35px 12px 20px;
}

.c-btn__text {
  color: #fff !important;
  font-size: 14px;
  line-height: 1.5714285714;
}

.c-btn__text--another-color {
  color: #505050;
}

.c-btn__img-wrap {
  margin-left: 24px;
  line-height: 1;
}

.c-btn-wrap--center {
  text-align: center;
}

.c-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-card__item {
  width: 100%;
  margin-bottom: 20px;
}

.c-card__figure {
  overflow: hidden;
}

.c-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__link {
  text-decoration: none;
  display: block;
}

.c-card__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 10px;
}

.c-card__body {
  margin-top: 10px;
}

.c-card__data {
  font-size: 13px;
  color: #f8f8f8;
  font-weight: bold;
}

.c-card__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.c-carousel {
  position: relative;
  padding-left: 0px;
}

.c-carousel__box {
  position: relative;
}

.c-carousel__item {
  padding: 0px 10px;
  width: 320px;
}

.c-carousel__image-box {
  width: 100%;
  height: 45vw;
  max-height: 250px;
}

.c-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.c-carousel__header {
  margin-top: 15px;
}

.c-carousel__footer {
  margin-top: 15px;
  text-align: right;
}

.c-carousel__body {
  margin-top: 15px;
}

.c-carousel__title {
  font-size: 18px;
  height: 58px;
  overflow: hidden;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  /*! autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.c-carousel__txt {
  margin-top: 15px;
  font-size: 13px;
  line-height: 25px;
}

.c-carousel__card--style01 .c-carousel__inner {
  padding: 23px 25px;
  background-color: #fff;
  position: relative;
  top: -35px;
  right: -30px;
  width: calc(100% - 30px);
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}

.c-carousel__child-1 .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-carousel__child-1 .slick-dots {
  display: none;
}

.c-circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #1565c0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-circle__inner {
  color: #fff;
  display: inline-block;
}

.c-company-summary {
  list-style: none;
  padding-left: 0;
}

.c-company-summary__item {
  font-size: 12px;
}

.c-company-summary__item:not(:first-child) {
  margin-top: 5px;
}

.c-company-summary__indent {
  display: block;
  padding-left: 6.2em;
}

.c-cv-area {
  position: relative;
}

.c-cv-area--style-01 {
  background-image: url("../../images/cv_area/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 70px 20px;
  position: relative;
  overflow: hidden;
}

.c-cv-area--style-01:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #1565c0;
  opacity: .2;
  display: block;
}

.c-cv-area--style-02 {
  padding: 70px 20px;
}

.c-cv-area--style-02--image {
  width: 100%;
  height: 330px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.c-cv-area--style-02--image-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-cv-area--style-02 .c-cv-area__inner {
  width: 95%;
  max-width: 450px;
  margin: auto;
  text-align: center;
}

.c-cv-area__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  position: relative;
  z-index: 10;
}

.c-cv-area__header--title {
  font-size: 30px;
  position: relative;
}

.c-cv-area__header--title:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #1565c0;
  border-radius: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
  display: block;
}

.c-cv-area__header--sub-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
}

.c-cv-area__body {
  margin-top: 30px;
  border-top: solid 1px #f8f8f8;
  padding-top: 30px;
}

.c-cv-area__col {
  width: 100%;
  position: relative;
  padding: 0px;
}

.c-cv-area__col--title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1565c0;
}

.c-cv-area__col:first-child {
  margin-bottom: 20px;
  border-bottom: solid 1px #f8f8f8;
  padding-bottom: 30px;
}

.c-cv-area__tel--number {
  font-size: 35px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.c-cv-area__tel--number:before {
  content: "";
  font-family: "Material Icons";
  display: inline-block;
  color: #1565c0;
  font-size: 28px;
}

.c-cv-area__tel--txt {
  font-size: 12px;
}

.c-fv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-fv__body {
  position: relative;
  height: 100vh;
}

.c-fv__contents {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 0px;
}

.c-fv__contents--black-cover {
  background-color: rgba(0,0,0,.5);
}

.c-fv__contents--slanting {
  background-color: hsla(0,0%,100%,.9);
  -webkit-clip-path: polygon(0 21%, 100% 43%, 100% 100%, 0% 100%);
  clip-path: polygon(0 21%, 100% 43%, 100% 100%, 0% 100%);
  height: 400px;
  top: auto;
  bottom: 0px;
}

.c-fv__contents-box {
  background-color: hsla(0,0%,100%,.95);
  height: auto;
  padding: 25px 18px 20px;
  width: calc(100% - 30px);
  max-width: 600px;
  margin-bottom: 25px;
}

.c-fv__contents-box__footer {
  margin-top: 15px;
}

.c-fv__contents-box--rounded {
  border-radius: 20px;
}

.c-fv__contents-box--no-bg {
  background: unset;
}

.c-fv__contents__bottom--box-rounded {
  border-radius: 0px 30px 30px 0px;
}

.c-fv__scroll {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #1565c0 !important;
}

.c-fv__scroll--txt {
  font-size: 12px;
  position: relative;
}

.c-fv__scroll--txt:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 2px #1565c0;
  border-right: solid 2px #1565c0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .5s;
}

.c-fv__scroll:hover {
  color: #1565c0 !important;
}

.c-fv__scroll:hover .c-fv__scroll--txt:before {
  margin-top: 10px;
}

.c-fv__title {
  font-size: 28px;
}

.c-fv__title--sub {
  font-size: 16px;
  color: #1565c0;
}

.c-fv__txt {
  margin-top: 11px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.c-fv__slide {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
}

.c-fv__slide__items {
  position: relative;
  list-style: none;
  width: 100%;
  height: 100vh;
}

.c-fv__slide__items--img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-fv__slide__carousel .c-fv__slide__items {
  overflow: hidden;
  border-radius: 50px;
  margin: 0px 50px;
}

.c-fv__slide__carousel .c-fv__slide__items--img {
  position: relative;
  z-index: 1;
}

.c-fv .c-slide--dots {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}

.c-flow__item {
  width: 100px;
  height: 100px;
  background-color: #1565c0;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 5;
}

.c-flow__item--box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 50px;
}

.c-flow__item--box:after {
  content: "";
  width: 1px;
  height: calc(100% - 100px);
  border-left: dashed 2px #1565c0;
  display: block;
  position: absolute;
  top: 100px;
  left: 50px;
}

.c-flow__item--box:last-child:after {
  display: none;
}

.c-flow__item--contents {
  padding-left: 25px;
  width: calc(100% - 100px);
}

.c-form__box:not(:last-child) {
  border-bottom: solid 1px #e2e2e2;
}

.c-form__dt {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8f8f8;
  padding: 30px 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form__dt--text {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-right: 55px;
}

.c-form__dd {
  margin-left: 0px;
  padding: 30px 0px;
}

.c-form__dd--input-2col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-form__dd--input-2col .c-form__input:first-child {
  margin-right: 10px;
}

.c-form__input {
  border: none !important;
  padding: 25px 15px !important;
  border-radius: 6px;
  background-color: #f8f8f8;
  font-size: 14px;
}

.c-form__input--textarea {
  min-height: 300px;
  background-color: #f8f8f8;
}

.c-form__input--radio {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__input--radio--label {
  margin-bottom: 15px;
  display: inline-block;
}

.c-form__input--radio--label:not(:last-child) {
  margin-right: 20px;
}

.c-form__input--radio--label span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__input--radio--label span:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  border-radius: 50%;
  border: 2px solid #1565c0;
  width: 16px;
  height: 16px;
}

.c-form__input--radio:checked+span:after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #1565c0;
}

.c-form__input--checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__input--checkbox--label {
  margin-bottom: 15px;
  display: block;
}

.c-form__input--checkbox--label span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__input--checkbox--label span:before {
  position: absolute;
  left: 0;
  display: block;
  border: 2px solid #1565c0;
  content: "";
  width: 16px;
  height: 16px;
}

.c-form__input--checkbox:checked+span:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  border-right: 2px solid #1565c0;
  border-bottom: 2px solid #1565c0;
  content: "";
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form__input--select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 22px;
  position: relative;
}

.c-form__input--select-box {
  background-color: #f8f8f8;
  height: 65px;
  width: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.c-form__input--select-box::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #1565c0;
  border-right: 2px solid #1565c0;
  z-index: -1;
}

.c-form__agreement {
  text-align: center;
  margin-top: 60px;
}

.c-form__agreement .c-form__input--checkbox--label {
  display: inline-block;
}

.c-form__submit-box {
  text-align: center;
  margin-top: 40px;
}

.c-form__submit--btn {
  background: none !important;
  width: 100%;
  padding: 15px 40px;
}

.c-form__submit--btn--outer {
  width: 310px;
  height: 56px;
  padding: 0px !important;
  overflow: hidden;
  display: block;
}

.c-form__required {
  font-size: 13px;
  background-color: red;
  font-display: 12px;
  padding: 5px 20px;
  color: #fff;
}

.c-icon__arrow--right:after {
  font-family: "Material Icons";
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #1565c0;
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: 100;
}

.c-link {
  color: #1565c0;
}

.c-link--icon {
  position: relative;
}

.c-link--icon:after {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-link--icon__download:after {
  background-image: url(../images/common/ico_download.svg);
  width: 17px;
  height: 14px;
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: 1px;
}

.c-link--arrow {
  color: #333;
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-right: 1.5em;
}

.c-link--arrow::after {
  color: #1565c0;
  font-family: "Material Icons";
  content: "";
  font-size: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-link--arrow-style02::after {
  color: #eb7333;
}

.c-list {
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}

.c-list__item {
  margin: 0;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list__item__inner {
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 16px;
}

.c-list__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  width: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-list__title {
  color: #505050;
  min-width: 5.5em;
  line-height: 1;
}

.c-list__tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -4px -4px;
  list-style-type: none;
  padding-left: 0;
  margin-left: 7px;
}

.c-list__tag {
  background-color: #1565c0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 4px 18px;
  margin: 0 4px 4px;
}

.c-list__tag--radius {
  border-radius: 24px;
}

.c-list__tag--bg-green {
  background: #009d67;
}

.c-list__tag--bg-orange {
  background: #eb7333;
}

.c-list__tag--bg-pink {
  background: #e67bb1;
}

.c-list__tag--bg-information {
  background: #009d67;
}

.c-list__tag--bg-event {
  background: #eb7333;
}

.c-list__tag--bg-guide {
  background: #009d67;
}

.c-list__tag--bg-school {
  background: #e67bb1;
}

.c-list__tag--bg-classroom {
  background: #e67bb1;
}

.c-list__body {
  margin-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.c-list__text {
  color: #1c1c1c;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.6428571429;
}

.c-list__card .c-list__item {
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}

.c-list__card .c-list__item:not(:first-child) {
  margin-top: 16px;
}

.c-list__link-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}

.c-dot-list {
  padding-left: 1em;
}

.c-dot-list>li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-dot-list>li::before {
  content: "・";
}

.c-reference-list {
  padding-left: 1em;
}

.c-reference-list>li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-reference-list>li::before {
  content: "※";
}

.c-reference-list--no-padding {
  padding-left: 0;
}

.c-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 62.5%;
  position: relative;
  margin-top: 10px;
}

.c-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-media__item--col-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-media__img {
  width: 100%;
  max-width: none;
  border-radius: 5%;
}

.c-media__img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-media__body {
  margin-top: 48px;
}

.c-media__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.c-media__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  letter-spacing: -0.035em;
  line-height: 2.0769230769;
}

.c-menu__lists {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-menu__lists--wide {
  margin: 0 -10px;
}

.c-menu__lists--guide {
  margin-bottom: 10px;
}

.c-menu__list {
  text-align: center;
  display: inline-block;
  width: auto;
}

.c-menu__link {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 14px 34px;
  line-height: 1;
  display: block;
  position: relative;
}

.c-menu__link:after {
  font-family: "Material Icons";
  content: "";
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}

.c-menu__link--bottom:after {
  content: "";
}

.c-menu__link--none:after {
  content: none;
}

.c-menu__link--blue {
  color: #1565c0;
  border: solid 2px #1565c0;
  border-radius: 100px;
}

.c-menu__link--blue:after {
  color: #1565c0;
}

.c-menu__link--orange {
  color: #eb7333;
  border: solid 2px #eb7333;
  border-radius: 100px;
}

.c-menu__link--orange:after {
  color: #eb7333;
}

.c-menu__link--black {
  color: #333;
  border: solid 2px #333;
  border-radius: 100px;
}

.c-menu__link--black:after {
  color: #333;
}

.c-menu__link--bg {
  color: #fff;
  border: none;
  border-radius: 100px;
}

.c-menu__link--bg:after {
  color: #fff;
}

.c-menu__link--bg-black {
  background-color: #333;
}

.c-menu__link--bg-blue {
  background-color: #1565c0;
}

.c-menu__link--bg-green {
  background-color: #009d67;
}

.c-menu__link--bg-orange {
  background-color: #eb7333;
}

.c-menu__link--bg-pink {
  background-color: #e67bb1;
}

.c-menu__col {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  display: block;
}

.c-menu__col--guide {
  background-image: url(../images/common/footer_guide@2x.webp);
}

.c-menu__col--access {
  background-image: url(../images/common/footer_access@2x.webp);
}

.c-menu__col--day {
  background-image: url(../images/common/footer_day@2x.webp);
}

.c-menu__col--school {
  background-image: url(../images/common/footer_school@2x.webp);
}

.c-menu__col--day-main {
  background-image: url(../images/common/day_main@2x.webp);
}

.c-menu__col--school-main {
  background-image: url(../images/common/school_main@2x.webp);
}

.c-menu__col--guide-main {
  background-image: url(../images/common/guide_main@2x.webp);
}

.c-menu__col--inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-menu__col--tlt {
  font-weight: bold;
  font-size: 25px;
  color: #fff;
}

.c-menu__col--tlt-sub {
  font-family: "Poppins",sans-serif;
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.c-menu__col-2 .c-menu__col {
  width: 100%;
}

.c-menu__col--single {
  width: 100% !important;
}

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.c-modal__bg {
  background-color: rgba(0,0,0,.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.c-modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 90%;
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}

.c-modal__close {
  background-color: #333;
  height: 100px;
  width: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.c-modal__close span {
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 10px;
}

.c-modal__close span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal__close span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal--full .c-modal__content {
  padding: 0px;
}

.c-modal--full .c-modal__close {
  z-index: 5;
}

.js-modal-open {
  cursor: pointer;
}

.c-page-header {
  margin-top: 60px;
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.c-page-header--school {
  background-image: url(../images/school/page-header.webp);
}

.c-page-header--school02 {
  background-image: url(../images/school/page-header02.webp);
}

.c-page-header--access {
  background-image: url(../images/access/page-header.webp);
}

.c-page-header--guide {
  background-image: url(../images/guide/page-header.webp);
}

.c-page-header--news {
  background-image: url(../images/news/page-header.webp);
}

.c-page-header--facility {
  background-image: url(../images/facility/page-header.webp);
}

.c-page-header__inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-page-header__title {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.c-page-header__title--sub {
  display: block;
  font-size: 15px;
}

.c-page-header__l {
  border-radius: 15px;
}

.pagetop {
  display: none;
  width: 55px;
  height: 55px;
  padding: 15px;
  background-color: #1565c0;
  position: fixed;
  font-weight: bold;
  bottom: 70px;
  right: 0px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagetop:hover,
.pagetop:focus,
.pagetop:active {
  color: #fff;
}

.c-pagenation {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.c-pagenation a:not(:first-child),
.c-pagenation a:not(:last-child),
.c-pagenation span:not(:first-child),
.c-pagenation span:not(:last-child) {
  margin-left: 32px;
}

.c-pagenation .previouspostslink,
.c-pagenation .page,
.c-pagenation .nextpostslink {
  text-decoration: none;
  position: relative;
}

.c-pagenation .previouspostslink:not(:last-child):after,
.c-pagenation .page:not(:last-child):after,
.c-pagenation .nextpostslink:not(:last-child):after {
  display: inline-block;
  padding-left: 5px;
}

.c-pagenation .first,
.c-pagenation .last,
.c-pagenation .previouspostslink,
.c-pagenation .nextpostslink {
  color: #1565c0;
}

.c-pagenation .page {
  color: #838383;
}

.c-pagenation .current {
  color: #4d4c4c;
  position: relative;
  font-weight: bold;
}

.c-pagenation .current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1565c0;
}

.c-side-cv__btn {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 13;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff !important;
  background-color: #1565c0;
  text-decoration: none;
  padding: 45px 25px 20px 25px;
  border-radius: 15px 0px 0px 15px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

.c-side-cv__btn:before {
  content: "";
  width: 25px;
  height: 18px;
  background-image: url(../images/common/ico_mail.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 19px;
  left: 28px;
}

.c-side__page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.c-side__menu {
  width: 100%;
  margin-top: 40px;
}

.c-side__menu a {
  text-decoration: none;
}

.c-slide--dots {
  width: 100%;
}

.c-slide--dots .slick-dots {
  text-align: center;
  padding: 0px 30px;
}

.c-slide--dots .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
  width: 12px;
}

.c-slide--dots .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: none;
  outline: none;
  width: 12px;
}

.c-slide--dots .slick-dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100px;
  border: 1px solid #1565c0;
  position: absolute;
  top: 0;
  left: 0;
}

.c-slide--dots .slick-dots .slick-active button::before {
  background-color: #1565c0;
}

.c-slide--dots-bar .slick-dots li {
  margin: 0px 3px;
  width: 26px;
}

.c-slide--dots-bar .slick-dots li button {
  width: 26px;
  height: 4px;
}

.c-slide--dots-bar .slick-dots li button::before {
  content: "";
  width: 26px;
  height: 4px;
  border-radius: 8px;
  background-color: #d7e5f7;
  position: absolute;
  border: none;
  top: 0;
  left: 0;
}

.c-slide--dots-r .slick-dots {
  text-align: right;
}

.c-slide--dots-l .slick-dots {
  text-align: left;
}

.c-slide--dots-inner {
  position: absolute;
  z-index: 10;
  bottom: 0px;
}

.c-slide--dots-style02 .slick-dots li button::before {
  border: 1px solid #eb7333;
}

.c-slide--dots-style02 .slick-dots .slick-active button::before {
  background-color: #eb7333;
}

.c-slide--dots-bar-style02 .slick-dots li button::before {
  background-color: #f5c8b0;
}

.c-slide--dots-bar-style02 .slick-dots .slick-active button::before {
  background-color: #eb7333;
}

.c-slide--dots-bar-style03 .slick-dots li button::before {
  background-color: #ade5d2;
}

.c-slide--dots-bar-style03 .slick-dots .slick-active button::before {
  background-color: #1c8003;
}

.c-slide--dots-bar-style04 .slick-dots li button::before {
  background-color: #f5c8d7;
}

.c-slide--dots-bar-style04 .slick-dots .slick-active button::before {
  background-color: #ffe5f0;
}

.c-slide--arrows {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-slide--arrows .slick-arrow {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #1565c0;
  color: #fff;
}

.c-slide--arrows .slick-arrow:before {
  text-indent: initial;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-slide--arrows .slick-prev {
  left: 10px;
}

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

.c-slide--arrows .slick-next {
  right: 10px;
}

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

.c-slide--arrows-style02 .slick-arrow {
  background-color: #eb7333;
}

.c-slide--arrows-style03 .slick-arrow {
  background-color: #1c8003;
}

.c-slide--arrows-style04 .slick-arrow {
  background-color: #ffe5f0;
}

.c-tab__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  padding-left: 0px;
  margin: 0px;
  height: 67px;
}

.c-tab__menu--box {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.c-tab__menu--items {
  height: 60px;
  border-bottom: none !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  margin-right: 5px;
  padding: 0 20px;
  text-align: center;
  background-color: #ebf4ff;
  position: relative;
  color: #4d4c4c;
}

.c-tab__menu--items.is-current {
  background-color: #1565c0;
  color: #fff;
}

.c-tab__menu--items.is-current:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid rgba(0,0,0,0);
  border-top: 7px solid #1565c0;
  z-index: 2;
}

.c-tab__menu--items:last-child {
  margin-right: 0;
}

.c-tab__contents {
  border: solid 1px #e8e8e8;
  margin-top: -7px;
}

.c-tab__contents--items {
  display: none;
  padding: 40px 20px;
}

.c-tab__contents--items--active {
  display: block;
}

.js-tab {
  cursor: pointer;
}

.js-tab__content {
  display: none;
}

.js-tab__content.is-active {
  display: block;
}

.c-table {
  width: 100%;
  text-align: center;
}

.c-table__box--scroll-sp {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.c-table__box--scroll-sp .c-table {
  min-width: 400px;
}

.c-table .c-table__th,
.c-table .c-table__td {
  font-size: 13px;
  border: solid 1px #333;
  padding: 15px 0px;
  min-height: 50px;
  height: 100% !important;
  width: auto !important;
  margin-top: -1px;
}

.c-table .c-table__th {
  font-weight: 500;
  background-color: #f2f2f2;
  height: auto !important;
}

.c-table .c-table__td {
  background-color: #fff;
}

.c-table--horizontal {
  border: solid 1px #333;
}

.c-table--horizontal th {
  border-top: none !important;
}

.c-table--horizontal th:first-child {
  border-left: none !important;
}

.c-table--horizontal th:last-child {
  border-right: none !important;
}

.c-table--horizontal td {
  border-bottom: none !important;
}

.c-table--horizontal td:first-child {
  border-left: none !important;
}

.c-table--horizontal td:last-child {
  border-right: none !important;
}

.c-table--style-01 .c-table__th,
.c-table--style-01 .c-table__td {
  border: none;
  line-height: 24px;
}

.c-table--style-01 .c-table__tr {
  border-bottom: solid 1px #d9d9d9;
}

.c-table--style-01 .c-table__td {
  background-color: #f8f8f8;
  border-bottom: solid 1px #d9d9d9;
  text-align: left;
}

.c-table--style-01 .c-table__th {
  background-color: #1565c0;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
}

.c-table__dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-table__dl__wrap {
  display: block;
}

.c-table__dl__wrap .c-table__dt {
  padding-bottom: 0px !important;
  width: 100% !important;
}

.c-table__dl__wrap .c-table__dd {
  width: 100% !important;
}

.c-table--d--style-01 .c-table__dl {
  position: relative;
  margin: 0px;
  border-bottom: solid 1px #d9d9d9;
}

.c-table--d--style-01 .c-table__dl:first-child {
  border-top: solid 1px #d9d9d9;
}

.c-table--d--style-01 .c-table__dt {
  width: 100%;
  padding: 20px;
  background-color: #f2f8ff;
  font-weight: bold;
  text-align: center;
}

.c-table--d--style-01 .c-table__dd {
  margin-left: 0px;
  width: 100%;
  padding: 20px;
}

.c-tag {
  background-color: #1565c0;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  height: 28px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.c-tag--rounded {
  border-radius: 20px;
}

.c-tag--border {
  color: #1565c0;
  border: 1px solid #1565c0;
  background-color: unset !important;
  padding: 7px 20px;
}

.c-tag--border-2 {
  color: #eb7333;
  border: 1px solid #eb7333;
  background-color: unset !important;
  padding: 7px 20px;
}

.c-tag--green {
  background-color: #009d67;
}

.c-tag:hover {
  color: #fff !important;
}

.c-tag--information {
  background: #009d67;
}

.c-tag--event {
  background: #eb7333;
}

.c-tag--guide {
  background: #009d67;
}

.c-tag--school {
  background: #e67bb1;
}

.c-tag--classroom {
  background: #e67bb1;
}

span.c-tag {
  pointer-events: none;
}

.c-tel-link__no {
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  font-size: 32px;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
}

.c-tel-link__no::before {
  font-family: "Material Icons";
  content: "";
  color: #1565c0;
  display: inline-block;
  font-size: 26px;
  margin-right: 13px;
}

.c-tel-link__info {
  display: block;
  font-size: 11px;
  text-align: center;
}

.c-title {
  font-size: 30px;
}

.c-title--xs {
  font-size: 16px;
}

.c-title--s {
  font-size: 19px;
}

.c-title--sm {
  font-size: 26px;
}

.c-title--m {
  font-size: 30px;
}

.c-title--l {
  font-size: 42px;
}

.c-title__border {
  position: relative;
}

.c-title__border::after {
  content: "";
  position: absolute;
}

.c-title__border--bottom {
  padding-bottom: 17px;
}

.c-title__border--bottom:after {
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 3px;
  border-radius: 10px;
  background-color: #1565c0;
}

.c-title__border--bottom-center {
  text-align: center;
  padding-bottom: 17px;
}

.c-title__border--bottom-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 40px;
  height: 3px;
  border-radius: 10px;
  background-color: #1565c0;
}

.c-title__border--bottom-left {
  text-align: left;
  padding-bottom: 17px;
}

.c-title__border--bottom-left:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 40px;
  height: 3px;
  border-radius: 10px;
  background-color: #1565c0;
}

.c-title__border--bottom-center-style02:after {
  background-color: #eb7333;
}

.c-title__border--bottom-center-style03:after {
  background-color: #009d67;
}

.c-title__border--bottom-center-style04:after {
  background-color: #e67bb1;
}

.c-title__border--left {
  padding-left: .5em;
}

.c-title__border--left:after {
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 10px;
  background-color: #1565c0;
}

.c-title__border--left-style02:after {
  background-color: #eb7333;
}

.c-title__border--left-style03:after {
  background-color: #009d67;
}

.c-title__border--left-style04:after {
  background-color: #e67bb1;
}

.c-title__border--side {
  padding-left: 28px;
}

.c-title__border--side:after {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 5px;
  background-color: #1565c0;
}

.c-title__border--side-style02:after {
  background-color: #eb7333;
}

.c-title__border--side-style03:after {
  background-color: #1565c0;
}

.c-title__bg {
  background-color: #1565c0;
  color: #fff;
  padding: 30px 20px;
}

.c-title__rounded {
  border-radius: 20px 20px 20px 20px;
}

.c-title__rounded--top {
  border-radius: 20px 20px 0px 0px;
}

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

.c-title__sub {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Poppins",sans-serif;
}

.c-title__sub--maincolor {
  color: #1565c0;
}

.c-title__sub--top {
  display: block;
  position: static;
  -webkit-transform: initial;
  transform: initial;
  margin-bottom: .9em;
}

.c-title__sub--big {
  font-size: 15px;
}

.c-title__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.c-title__link {
  font-size: 14px;
  color: #1565c0;
}

.c-title>span {
  font-size: 18px;
}

.c-toggle--items {
  border: solid 2px #1565c0;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
}

.c-toggle--title {
  position: relative;
  height: 65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  padding: 0px 20px;
  text-align: center;
  cursor: pointer;
}

.c-toggle--title:before,
.c-toggle--title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: block;
}

.c-toggle--title:before {
  right: 29px;
  width: 22px;
  height: 2px;
  background-color: #1565c0;
  border-radius: 100px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.c-toggle--title:after {
  width: 22px;
  height: 2px;
  right: 29px;
  background-color: #1565c0;
  border-radius: 100px;
  opacity: 1;
  transition: all .2s ease-in-out;
}

.c-toggle--title--close {
  border-radius: 15px 15px 0px 0px !important;
}

.c-toggle--title--close:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-toggle--title--close:after {
  opacity: 0;
}

.c-toggle--contents {
  border-top: solid 2px #1565c0;
  padding: 20px;
  display: none;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-footer01 {
  padding-top: 34px;
}

.l-footer01__logo {
  width: 169px;
}

.l-footer01__logo img {
  width: 100%;
}

.l-footer01__nav {
  list-style: none;
  padding-left: 0;
  margin-top: 25px;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer01__list {
  font-size: 15px;
  width: 50%;
}

.l-footer01__list:last-child {
  margin-right: 0;
}

.l-footer01__list-item {
  margin-top: 23px;
  font-weight: bold;
}

.l-footer01__link {
  text-decoration: none;
}

.l-footer01__info {
  margin-top: 74px;
}

.l-footer01__foot {
  margin-top: 45px;
  padding: 17px 0;
  background-color: #f5faff;
  border-top: 1px solid #e6e6e6;
}

.l-footer01__min-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.l-footer01__min-list {
  font-size: 12px;
  display: inline-block;
}

.l-footer01__min-list:not(:last-child) {
  margin-right: 14px;
}

.l-footer01__copyright {
  font-size: 10px;
  margin-top: 12px;
}

.l-footer02 {
  border-top: 1px solid #e6e6e6;
}

.l-footer02__logo {
  width: 169px;
  margin: 27px auto 0;
}

.l-footer02__logo img {
  width: 100%;
}

.l-footer02__main {
  border-top: 1px solid #e6e6e6;
  margin-top: 27px;
  background-color: #fafafa;
  padding: 57px 0;
}

.l-footer02__nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.l-footer02__list {
  font-size: 15px;
}

.l-footer02__list:not(:first-child) {
  margin-top: 25px;
}

.l-footer02__link {
  color: #505050;
  text-decoration: none;
}

.l-footer02__min-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 25px;
}

.l-footer02__min-list {
  font-size: 12px;
  display: inline-block;
}

.l-footer02__min-list:not(:last-child) {
  margin-right: 14px;
}

.l-footer02__copyright {
  background-color: #f0f0f0;
  text-align: center;
  font-size: 12px;
  padding: 12px 0;
}

.l-footer03 {
  background-color: #fafafa;
}

.l-footer03__wrap {
  padding-top: 31px;
  padding-bottom: 110px;
}

.l-footer03__logo {
  width: 128px;
}

.l-footer03__logo img {
  width: 100%;
}

.l-footer03__main {
  margin-top: 33px;
}

.l-footer03__nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer03__list {
  width: calc(50% - 7px);
  margin-top: 21px;
}

.l-footer03__min-nav {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 42px;
}

.l-footer03__min-list {
  font-size: 12px;
  display: inline-block;
}

.l-footer03__min-list:not(:last-child) {
  margin-right: 14px;
}

.l-footer03__link {
  color: #505050;
  text-decoration: none;
}

.l-footer03__foot {
  border-top: 1px solid #e6e6e6;
  padding: 14px 0;
}

.l-footer03__copyright {
  text-align: right;
  font-size: 10px;
}

.g-nav {
  background-color: #fff;
  transition: all .2s;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  top: 60px;
  left: 0;
  padding: 20px 20px 200px;
  position: fixed;
  pointer-events: none;
}

.g-nav.is-menu {
  background-color: #fafafa;
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.g-nav__icons {
  list-style: none;
  padding-left: 0;
  margin: 30px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-nav__icon:not(:last-child) {
  margin-right: 18px;
}

.g-nav__icon--fig img {
  max-width: 25px;
  max-height: 25px;
}

.g-nav__icon--fig:not(:last-child) {
  margin-right: 10px;
}

.g-nav__tel {
  background-color: rgba(0,0,0,0);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f8f8f8;
}

.g-nav__btn {
  color: #fff !important;
  padding: 0;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  min-height: auto;
  font-size: 18px;
  width: 100%;
  min-height: 70px;
  border-radius: 100px;
}

.g-nav__btn::before {
  font-family: "Material Icons";
  color: #fff;
  display: inline-block;
  margin-right: 13px;
  font-size: 18px;
  font-weight: normal;
}

.g-nav__btn__en:before {
  content: "";
}

.g-nav__btn__reserve:before {
  content: "";
}

.g-nav__btn__calender:before {
  content: "";
}

.g-nav__btn__bus:before {
  content: "";
}

.g-nav__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
}

.g-nav__item {
  font-weight: bold;
  font-size: 18px;
}

.g-nav__item:not(:last-child) {
  margin-bottom: 30px;
}

.g-nav__link {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.g-nav__link--dot.is-current {
  padding-left: 15px;
}

.g-nav__link--dot.is-current::after {
  position: absolute;
  content: "";
  background-color: #1565c0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  top: 50%;
}

.g-nav__link--border::after {
  position: absolute;
  content: "";
  background-color: #1565c0;
  width: 120%;
  max-width: 74px;
  height: 5px;
  bottom: -20px;
  border-radius: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.g-nav__link--border.is-current::after {
  position: absolute;
  content: "";
  background-color: #1565c0;
  width: 120%;
  max-width: 74px;
  height: 5px;
  bottom: -10px;
  border-radius: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
}

.g-nav__link--color.is-current {
  color: #1565c0;
}

.g-nav__link--color:hover {
  color: #1565c0;
}

.g-nav__course {
  cursor: default;
}

.g-nav__megamenu__item {
  position: relative;
}

.g-nav__megamenu__contents {
  display: none;
  position: relative;
  left: -20px;
  width: calc(100% + 60px);
  margin-top: 20px;
}

.g-nav__megamenu__contents__items {
  list-style: none;
  padding-left: 0px;
}

.g-nav__megamenu__contents--01 {
  background-color: #fff;
}

.g-nav__megamenu__contents--01__item {
  padding: 20px;
}

.g-nav__megamenu__contents--01__item:not(:last-child) {
  border-bottom: solid 1px #d9d9d9;
}

.g-nav02 {
  background-color: #fff;
  transition: all .2s;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  top: 60px;
  left: 0;
  padding: 70px 20px 200px;
  position: fixed;
}

.g-nav02.is-menu {
  position: fixed;
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
}

.g-nav02__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.g-nav02__item {
  font-weight: bold;
  font-size: 18px;
}

.g-nav02__item:not(:last-child) {
  margin-bottom: 30px;
}

.g-nav03 {
  background-color: #fff;
  transition: all .2s;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  top: 60px;
  left: 0;
  padding: 70px 20px 200px;
  position: fixed;
}

.g-nav03.is-menu {
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
}

.g-nav03__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.g-nav03__item {
  font-weight: bold;
  font-size: 18px;
}

.g-nav03__item:not(:last-child) {
  margin-bottom: 30px;
}

.g-nav03__icons {
  list-style: none;
  padding-left: 0;
  margin: 30px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-nav03__icon:not(:last-child) {
  margin-right: 16px;
}

.g-nav04 {
  background-color: #fff;
  transition: all .2s;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100vh;
  top: 60px;
  left: 0;
  padding: 70px 20px 200px;
  position: fixed;
}

.g-nav04.is-menu {
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
}

.g-nav04__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.g-nav04__item {
  font-weight: bold;
  font-size: 29px;
}

.g-nav04__item:not(:last-child) {
  margin-bottom: 42px;
}

.g-nav04__sub {
  font-weight: normal;
  font-size: 13px;
  padding-left: 10px;
}

.l-header {
  height: 60px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  transition: all .4s ease-out;
}

.l-header__inner {
  padding: 0 20px;
}

.l-header__nav-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.l-header__logo {
  width: 180px;
  display: block;
  line-height: 50px;
}

.l-header__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.is-menu-open .l-header {
  background-color: #fafafa;
}

.l-header02 {
  height: 60px;
  position: fixed;
  width: 100%;
}

.l-header02__inner {
  padding: 0 20px;
}

.l-header02__logo {
  width: 100px;
  display: block;
  line-height: 60px;
}

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

.l-header03 {
  height: 60px;
  position: fixed;
  width: 100%;
}

.l-header03__inner {
  padding: 0 20px;
}

.l-header03__logo {
  width: 100px;
  display: block;
  line-height: 60px;
}

.l-header04 {
  height: 60px;
  position: fixed;
  width: 100%;
}

.l-header04__inner {
  padding: 0 20px;
}

.l-header04__logo {
  width: 100px;
  display: block;
  line-height: 60px;
}

.l-header04__cv {
  margin-top: 40px;
}

.l-header.l-header--fixed {
  margin-top: 0;
}

.l-wrapper {
  margin: 0 auto;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.sec-content {
  padding: 40px 0;
}

.nav-btn {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 62px;
  height: 60px;
  background-color: #1565c0;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: all .3s;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.nav-btn__line:nth-of-type(2) {
  top: 27px;
}

.nav-btn__line:nth-of-type(3) {
  top: 34px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 30px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 30px;
}

.tel-btn {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 62px;
  cursor: pointer;
  width: 62px;
  height: 60px;
  background-color: #fafafa;
}

.tel-btn__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  color: #1565c0;
  font-size: 24px;
}

.tel-btn__link:hover,
.tel-btn__link:active {
  color: #1565c0;
}

.access .access-box,
.page-template-page-access .access-box {
  margin-top: 25px;
  background-color: #f8fbff;
  background-image: url(../images/access/motif_bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 25px 0 30px;
}

.access .access-box__list,
.page-template-page-access .access-box__list {
  font-family: "Noto Sans JP",sans-serif;
  letter-spacing: .01em;
  margin-top: 32px;
}

.access .access-public__txt,
.page-template-page-access .access-public__txt {
  font-family: "Noto Sans JP",sans-serif;
  line-height: 1.8;
  margin-top: 30px;
}

.access .access-car,
.page-template-page-access .access-car {
  margin-top: 50px;
}

.access .access-car__list,
.page-template-page-access .access-car__list {
  margin: 0;
  margin-top: 30px;
}

.access .access-car__title,
.page-template-page-access .access-car__title {
  color: #009d67;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}

.access .access-car__title::before,
.page-template-page-access .access-car__title::before {
  content: "■";
  padding-right: .5em;
  font-size: 10px;
  position: relative;
  top: -2px;
}

.access .access-car__detail,
.page-template-page-access .access-car__detail {
  margin-left: 0;
  font-family: "Noto Sans JP",sans-serif;
  letter-spacing: .01em;
  line-height: 1.7;
  margin-top: 10px;
}

.access .access-parking,
.page-template-page-access .access-parking {
  margin-top: 30px;
}

.access .access-parking__txt,
.page-template-page-access .access-parking__txt {
  font-family: "Noto Sans JP",sans-serif;
  margin-top: 8px;
}

.access .access-parking .c-table__box,
.page-template-page-access .access-parking .c-table__box {
  margin-top: 17px;
}

.access .access-parking .c-table__dd,
.page-template-page-access .access-parking .c-table__dd {
  font-family: "Noto Sans JP",sans-serif;
}

.access .access-parking .c-table__dd span,
.page-template-page-access .access-parking .c-table__dd span {
  display: block;
  margin-top: 5px;
}

.access .access-title,
.page-template-page-access .access-title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.article-page__description {
  margin-top: 20px;
}

.article-page__wrap {
  margin-top: 30px;
}

.article-page .c-menu {
  margin-top: 40px;
}

.article-page .c-menu__list.is-active .c-menu__link {
  color: #fff;
  transition: background-color .3s ease;
}

.article-page .c-menu__list.is-active .c-menu__link--orange {
  background-color: #eb7333;
  border-color: #eb7333;
}

.article-page .c-menu__list.is-active .c-menu__link--orange:hover {
  background-color: rgb(214.0178571429,88.125,20.9821428571);
}

.article-page .c-menu__list.is-active .c-menu__link--orange:after {
  color: #fff;
}

.article-page .c-menu__list.is-active .c-menu__link--blue {
  background-color: #1565c0;
  border-color: #1565c0;
}

.article-page .c-menu__list.is-active .c-menu__link--blue:hover {
  background-color: rgb(15.9718309859,76.8169014085,146.0281690141);
}

.article-page .c-menu__list.is-active .c-menu__link--blue:after {
  color: #fff;
}

.article-page .c-menu__list.is-active .c-menu__link--gray {
  background-color: #505050;
  border-color: #505050;
}

.article-page .c-menu__list.is-active .c-menu__link--gray:hover {
  background-color: rgb(54.5,54.5,54.5);
}

.article-page .c-menu__list.is-active .c-menu__link--gray:after {
  color: #fff;
}

.facility-wrap {
  margin-top: 50px;
}

.facility-wrap__inner {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 40px 0 20px;
  margin-top: 30px;
}

.facility-wrap__inner--blue {
  background-color: #f8fbff;
  background-image: url(../images/facility/bg_blue.webp);
}

.facility-wrap__inner--orange {
  background-color: #fff8f0;
  background-image: url(../images/facility/bg_orange.webp);
}

.facility-wrap__inner--green {
  background-color: #f4fffb;
}

.facility-wrap__inner--pink {
  background-color: #fff0f6;
}

.facility-wrap .c-carousel__title {
  font-size: 18px;
}

.facility-wrap .c-carousel__inner {
  border-radius: 0;
}

.facility-wrap .c-carousel__txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .001em;
  margin-top: 20px;
  margin-bottom: 20px;
}

.facility-wrap .c-carousel__img {
  border-radius: 0;
}

.facility-box__list {
  font-family: "Noto Sans JP",sans-serif;
  letter-spacing: .01em;
  margin-top: 32px;
}

.facility-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 60px;
}

.facility-flex__img {
  width: 40%;
}

.facility-flex__img img {
  display: block;
  width: 100%;
  height: auto;
}

.facility-flex__text {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.guide .guide-wrap,
.page-template-page-guide .guide-wrap {
  margin-top: 50px;
}

.guide .guide-wrap .c-table__box,
.page-template-page-guide .guide-wrap .c-table__box {
  margin-top: 20px;
}

.guide .guide-wrap .c-reference-list,
.page-template-page-guide .guide-wrap .c-reference-list {
  font-family: "Noto Sans JP",sans-serif;
  margin-top: 12px;
}

.guide .guide-wrap .c-table__dl,
.page-template-page-guide .guide-wrap .c-table__dl {
  border-bottom: none;
}

.guide .guide-wrap .c-table__dl:first-child,
.page-template-page-guide .guide-wrap .c-table__dl:first-child {
  border-top: none;
}

.guide .guide-wrap .c-table__dt,
.page-template-page-guide .guide-wrap .c-table__dt {
  text-align: left;
}

.guide .guide-wrap .c-table__dd,
.page-template-page-guide .guide-wrap .c-table__dd {
  font-family: "Noto Sans JP",sans-serif;
}

.guide .guide01__sec,
.page-template-page-guide .guide01__sec {
  margin-top: 30px;
}

.guide .guide02 .c-table__dd p,
.page-template-page-guide .guide02 .c-table__dd p {
  margin-top: 1em;
}

.guide .guide02__sec01,
.page-template-page-guide .guide02__sec01 {
  margin-top: 30px;
}

.guide .guide02__sec01 .c-table__dt,
.page-template-page-guide .guide02__sec01 .c-table__dt {
  background-color: #fff8f0;
}

.guide .guide02__sec02,
.page-template-page-guide .guide02__sec02 {
  margin-top: 30px;
}

.guide .guide03__contents,
.page-template-page-guide .guide03__contents {
  font-family: "Noto Sans JP",sans-serif;
}

.guide .guide03__contents .c-media__item,
.page-template-page-guide .guide03__contents .c-media__item {
  margin-top: 0;
}

.guide .guide03__contents .c-media__body,
.page-template-page-guide .guide03__contents .c-media__body {
  margin-top: 15px;
}

.guide .guide03__contents .c-media__text,
.page-template-page-guide .guide03__contents .c-media__text {
  margin-top: 10px;
}

.guide .guide03__title,
.page-template-page-guide .guide03__title {
  color: #1565c0;
  font-size: 18px;
}

.guide .guide03 .c-tab__box,
.page-template-page-guide .guide03 .c-tab__box {
  margin-top: 35px;
}

.home-news-sec__body {
  margin-top: 25px;
}

.home-news-sec__footer {
  text-align: center;
  margin-top: 30px;
}

.home-about-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/index/top_about_bg@2x.webp);
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-about-sec__card {
  margin-top: 50px;
  margin-bottom: 50px;
}

.home-about-sec__link {
  text-align: right;
  margin-top: 30px;
}

.home-course-sec__container {
  background-color: #fff;
  border-radius: 40px;
  padding: 0px !important;
}

.home-course-sec__header {
  text-align: center;
  padding: 50px 20px 0px 20px;
}

.home-course-sec__txt {
  margin-top: 22px;
  line-height: 2;
}

.home-course-sec .c-menu__lists {
  margin-top: 25px;
}

.home-course-sec__body {
  margin-top: 25px;
}

.home-course-sec__footer {
  padding-bottom: 50px;
  text-align: center;
  margin-top: 30px;
}

.home-course-sec__day {
  background-color: #ebf4ff;
}

.home-course-sec__school {
  background-color: #ffefde;
}

.home-course-sec__btn {
  margin: 10px;
}

.post-type-archive-news .pagenation,
.term-important .pagenation,
.term-information .pagenation,
.term-event .pagenation,
.term-classroom .pagenation,
.term-other .pagenation {
  margin-top: 48px;
}

.article-info--border-bottom {
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
}

.article-title {
  color: #1565c0;
}

.article-tags {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-tags__tag {
  margin-left: 8px;
}

.article-content {
  margin-top: 35px;
  margin-bottom: 44px;
}

.article-content .has-vivid-red-color {
  color: #d51414;
}

.article-content p {
  margin-bottom: 30px;
}

.article-content p a {
  font-weight: bold;
  position: relative;
  color: #1565c0;
  border-bottom: 1px solid #1565c0;
}

.article-content p a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  background-image: url("../images/common/icon_link.svg");
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: middle;
  color: #1565c0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 8px;
}

.article-content p a[href$=".pdf"] {
  color: #1565c0;
  position: relative;
  display: inline-block;
  width: auto;
  text-decoration: none !important;
  border-bottom: none;
  margin-right: 22px;
}

.article-content p a[href$=".pdf"]::before {
  font-family: "Material Icons";
  content: "";
  font-size: 20px;
  display: inline-block;
  color: #1565c0;
  position: absolute;
  top: -2px;
  right: -21px;
}

.article-content p a[href$=".pdf"]::after {
  content: none;
}

.article-content .wp-block-file__button {
  display: none;
}

.article-content .wp-block-image figcaption {
  text-align: center;
}

.article-content h1 {
  padding-left: 16px;
  border-left: 2px solid #1565c0;
  font-size: 24px;
}

.article-content h2 {
  font-size: 20px;
  color: #1565c0;
}

.article-content ul li {
  position: relative;
  line-height: 2.375;
}

.article-content ul li::before {
  content: "●";
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  color: #1565c0;
  margin-right: 16px;
}

.article-content .figure {
  margin: 1em 0;
}

.article-content .wp-container-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-content .wp-container-2 .wp-block-image {
  width: 100%;
}

.article-content img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.article-content .wp-container-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-content .wp-container-4 .wp-block-image {
  width: 100%;
}

.article-content figcaption {
  font-size: 14px;
}

.post-type-archive-news .c-menu__link--bg-black {
  color: #333;
  background: #fff;
  border: solid 2px #333;
  border-radius: 100px;
}

.term-important .c-menu__link--bg-blue {
  color: #1565c0;
  background: #fff;
  border: solid 2px #1565c0;
  border-radius: 100px;
}

.term-information .c-menu__link--bg-green {
  color: #009d67;
  background: #fff;
  border: solid 2px #009d67;
  border-radius: 100px;
}

.term-event .c-menu__link--bg-orange {
  color: #eb7333;
  background: #fff;
  border: solid 2px #eb7333;
  border-radius: 100px;
}

.term-classroom .c-menu__link--bg-pink {
  color: #e67bb1;
  background: #fff;
  border: solid 2px #e67bb1;
  border-radius: 100px;
}

.term-other .c-menu__link--bg-magenta {
  color: #de465f;
  background: #fff;
  border: solid 2px #de465f;
  border-radius: 100px;
}

.privacypolicy .privacy-primary,
.page-template-page-privacypolicy .privacy-primary {
  font-size: 16px;
  letter-spacing: .01em;
  margin-bottom: 50px;
}

.privacypolicy .privacy-primary__title,
.page-template-page-privacypolicy .privacy-primary__title {
  color: #1565c0;
  font-size: 20px;
}

.privacypolicy .privacy-primary__txt,
.page-template-page-privacypolicy .privacy-primary__txt {
  margin-top: 22px;
}

.privacypolicy .privacy-primary__content,
.page-template-page-privacypolicy .privacy-primary__content {
  margin-top: 25px;
}

.privacypolicy .privacy-primary__ol,
.page-template-page-privacypolicy .privacy-primary__ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.privacypolicy .privacy-primary__ol li,
.page-template-page-privacypolicy .privacy-primary__ol li {
  counter-increment: number;
  position: relative;
  padding-left: 20px;
}

.privacypolicy .privacy-primary__ol li::before,
.page-template-page-privacypolicy .privacy-primary__ol li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.privacypolicy .privacy-primary__ol>li:not(:first-child),
.page-template-page-privacypolicy .privacy-primary__ol>li:not(:first-child) {
  margin-top: 1em;
}

.privacypolicy .privacy-primary__lists,
.page-template-page-privacypolicy .privacy-primary__lists {
  margin-top: 20px;
}

.privacypolicy .privacy-content,
.page-template-page-privacypolicy .privacy-content {
  font-size: 16px;
  margin-top: 25px;
  letter-spacing: .01em;
}

.privacypolicy .privacy-content__title,
.page-template-page-privacypolicy .privacy-content__title {
  font-size: 16px;
  color: #1565c0;
}

.privacypolicy .privacy-content__txt,
.page-template-page-privacypolicy .privacy-content__txt {
  margin-top: 10px;
}

.privacypolicy .privacy-content__list>li,
.page-template-page-privacypolicy .privacy-content__list>li {
  margin-top: 1em;
}

.school-box {
  background-color: #fff8f0;
  padding: 0 20px 30px;
  background-image: url(../images/school/motif_bg.webp);
  background-repeat: repeat-x;
  background-position: center bottom;
}

.school-box__inner {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 26px;
  margin-top: 20px;
  padding: 25px 20px;
}

.school-box .c-breadcrumb {
  padding-left: 0;
}

.school-box .c-media__item {
  margin-top: 0;
}

.school-box .c-media__body {
  margin-top: 75px;
}

.school-box--adult {
  background-color: #ebf4ff;
  padding: 0 20px 30px;
  background-image: url(../images/school/motif_bg_2.webp);
  background-repeat: repeat-x;
  background-position: center bottom;
}

.school-box--adult__inner {
  margin: 0 auto;
  background-color: #fff;
  border-radius: 26px;
  margin-top: 20px;
  padding: 25px 20px;
}

.school-box--adult .c-breadcrumb {
  padding-left: 0;
}

.school-box--adult .c-media__item {
  margin-top: 0;
}

.school-box--adult .c-media__body {
  margin-top: 75px;
}

.article-wrap {
  margin: 0 auto;
  padding: 0 20px;
}

.article-contents {
  margin-top: 35px;
  margin-bottom: 44px;
}

.article-contents__info-list {
  padding-left: 1em;
}

.article-contents__info {
  margin-top: 2em;
}

.article-contents .c-dot-list {
  margin-top: 1.5em;
}

.article-contents dl:not([class]) {
  margin: 0;
}

.article-contents dl:not([class]):not(:first-child) {
  margin-top: 1em;
}

.article-contents dl:not([class])>dt {
  color: #1565c0;
  font-weight: bold;
}

.article-contents dl:not([class])>dd {
  margin-left: 1em;
}

.template-top {
  margin-top: 100px;
}

.template-sec__parts--pd-20 {
  padding: 0px 20px;
}

.template-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.template-wrapper .menu {
  border-right: solid 1px #ececec;
  width: 300px;
  height: 100vh;
  background-color: #f3f8f9;
  padding-top: 50px;
  position: fixed;
  left: 0px;
  top: 0px;
}

.template-wrapper .menu ul li {
  margin-bottom: 5px;
}

.template-wrapper .menu ul li a {
  text-decoration: none;
}

.template-wrapper #viewer {
  width: 100%;
  height: 100vh;
  border: none;
  padding-left: 300px;
  overflow-y: scroll;
}

.template-title {
  background-color: #f2f2f2;
  padding: 30px 20px;
}

.template-headline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.template-headline--title {
  font-size: 30px;
}

.template-section__header {
  border-bottom: solid 1px #efefef;
  border-top: solid 1px #efefef;
  margin: 100px 0px 70px 0px;
  padding: 40px 60px;
  background-color: #f0f6fa;
}

.template-code__sec code {
  height: 300px;
  font-size: 14px;
  overflow-y: scroll !important;
}

.template-code__sec pre {
  margin: 0px !important;
  height: 0px;
  overflow: hidden;
  display: none !important;
}

.template-code__sec .code_display {
  display: block !important;
  height: auto !important;
}

.template-code__sec--btn {
  margin: 8px 6px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 12px;
  color: #656565;
  background-color: #efefef;
  border: solid 1px #d5d5d5;
  padding: 5px 10px;
}

.template-code__sec--btn .material-icons {
  font-size: 14px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 3px;
}

.template-tag {
  background-color: #1565c0;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: bold;
  padding: 7px 20px;
  display: inline-block;
  margin: 0 4px 4px;
  position: relative;
  top: -3px;
}

.template-tag--css {
  background-color: #10bb0d;
}

.template-tag--js {
  background-color: #ff4723;
}

.template-tag--html {
  background-color: #1461b1;
}

.template-tag--php {
  background-color: #009aff;
}

.template-tag--etc {
  background-color: #5b1f51;
}

.template-tag--rounded {
  border-radius: 20px;
}

.header-megamenu__template .l-header {
  z-index: 1000;
}

body {
  font-family: "Noto Sans JP",sans-serif;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bg-main {
  background-color: #1565c0 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray {
  background-color: #505050 !important;
}

.u-bg-blue {
  background-color: #1565c0 !important;
}

.u-bg-pink {
  background-color: #e67bb1 !important;
}

.u-bg-brown {
  background-color: #9f6129 !important;
}

.u-bg-magenta {
  background-color: #de465f !important;
}

.u-bg-yellow {
  background-color: #ffad03 !important;
}

.u-bg-green {
  background-color: #009d67 !important;
}

.u-bg-orange {
  background-color: #eb7333 !important;
}

.u-bg-lightorange {
  background-color: #ffefde !important;
}

.u-bg-lightblue {
  background-color: #ebf4ff !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #333 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-blue {
  color: #1565c0 !important;
}

.u-c-orange {
  color: #eb7333 !important;
}

.u-c-green {
  color: #009d67 !important;
}

.u-c-gray {
  color: #505050 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

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

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

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

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  img {
    width: auto;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) {
  .c-arrow-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-arrow-button__text {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: bold;
  }

  .c-arrow-button__icon {
    width: 50px;
    margin-left: 16px;
  }

  .c-box__col--align-left {
    padding-left: 50px;
  }

  .c-box__col--align-right {
    padding-right: 50px;
  }

  .c-box__2-col--justify .c-box__col {
    width: 50% !important;
  }

  .c-breadcrumb {
    padding: 24px 20px 0;
    max-width: 1114px;
  }

  .c-breadcrumb .breadcrumbs {
    overflow: visible;
    white-space: normal;
  }

  .c-btn__arrow--r:after {
    right: 10px;
  }

  .c-btn__arrow--l:after {
    left: 20px;
  }

  .c-btn--small {
    padding: 16px 52px 16px 40px;
  }

  .c-btn__text {
    font-size: 16px;
    line-height: 1.375;
  }

  .c-card__item {
    margin-bottom: 40px;
  }

  .c-card__header {
    margin-top: 15px;
  }

  .c-card__data {
    font-size: 15px;
  }

  .c-card__title {
    font-size: 18px;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .c-card--col-2 .c-card__item {
    width: 47%;
  }

  .c-card--col-2:after {
    content: "";
    display: block;
    width: 47%;
    height: 0px;
  }

  .c-card--col-3 .c-card__item {
    width: 30%;
  }

  .c-card--col-3:after {
    content: "";
    display: block;
    width: 30%;
    height: 0px;
  }

  .c-carousel__item {
    padding: 0px 20px;
    width: 480px;
  }

  .c-carousel__image-box {
    height: 16vw;
  }

  .c-carousel__header {
    margin-top: 20px;
  }

  .c-carousel__footer {
    margin-top: 20px;
  }

  .c-carousel__body {
    margin-top: 20px;
  }

  .c-carousel__title {
    font-size: 24px;
    height: 76px;
  }

  .c-carousel__txt {
    font-size: 15px;
    line-height: 27px;
  }

  .c-company-summary__indent {
    display: inline;
    padding-left: 0;
  }

  .c-cv-area--style-01 {
    height: 415px;
    width: 100%;
  }

  .c-cv-area--style-02 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    height: 300px;
  }

  .c-cv-area--style-02--image {
    width: calc(100% - 695px);
    height: auto;
    position: relative;
  }

  .c-cv-area--style-02 .c-cv-area__inner {
    max-width: 690px;
    text-align: left;
    margin: inherit;
  }

  .c-cv-area__body {
    margin-top: 30px;
    padding-top: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
  }

  .c-cv-area__col {
    width: 350px;
    padding: 0px 20px;
  }

  .c-cv-area__col:first-child {
    border-right: solid 1px #f8f8f8;
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
  }

  .c-fv__contents {
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
  }

  .c-fv__contents--slanting {
    width: 750px;
    top: 0px;
    bottom: auto;
    height: 100vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  }

  .c-fv__contents-box {
    width: 50%;
    min-width: 575px;
    padding: 40px 30px;
    margin-bottom: 0;
  }

  .c-fv__contents-box__footer {
    margin-top: 20px;
  }

  .c-fv__contents__bottom {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px;
  }

  .c-fv__title {
    font-size: 50px;
    letter-spacing: 0px;
  }

  .c-fv__title--sub {
    font-size: 27px;
  }

  .c-fv__txt {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
  }

  .c-flow--h {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-flow--h--4col .c-flow__item--box {
    width: 25%;
    display: block;
  }

  .c-flow--h--4col .c-flow__item--box:after {
    width: 100%;
    height: 1px;
    top: 50px;
    left: 50%;
    border-left: none;
    border-bottom: dashed 2px #1565c0;
  }

  .c-flow--h--4col .c-flow__item--box .c-flow__item {
    margin: auto;
  }

  .c-flow--h--4col .c-flow__item--box .c-flow__item--contents {
    margin-top: 30px;
    padding: 20px;
    width: 100%;
  }

  .c-form__dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .c-form__dl--align-start {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .c-form__dt {
    width: 300px;
    margin-bottom: 0px;
  }

  .c-form__dd {
    width: calc(100% - 300px);
    padding-left: 32px;
  }

  .c-form__input--radio--label {
    margin-bottom: 0px;
  }

  .c-form__input--radio--label:not(:last-child) {
    margin-right: 70px;
  }

  .c-form__input--checkbox--label {
    margin-bottom: 0px;
  }

  .c-form__input--checkbox--label:not(:last-child) {
    margin-right: 70px;
  }

  .c-form__submit--btn--outer {
    width: 310px;
    margin: 0px 10px;
    display: inline-block;
  }

  .c-icon__arrow--right:after {
    font-size: 24px;
    right: 20px;
  }

  .c-list__item__inner {
    padding: 20px 32px;
  }

  .c-list__title {
    font-size: 17px;
  }

  .c-list__tags {
    margin-left: 13px;
  }

  .c-list__text {
    letter-spacing: 0;
    color: #505050;
    line-height: 1.3529411765;
  }

  .c-map {
    margin-top: 18px;
  }

  .c-media__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 75px;
  }

  .c-media__item--reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
  }

  .c-media__item--reverse .c-media__body {
    padding: 0 5% 0 0;
  }

  .c-media__item--inverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c-media__item--col-1 .c-media__img-wrap {
    width: 100%;
  }

  .c-media__item--col-1 .c-media__body {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }

  .c-media__item--col-3 .c-media__img-wrap {
    width: 30%;
  }

  .c-media__item--col-3 .c-media__body {
    width: 70%;
  }

  .c-media__item--col-4 .c-media__img-wrap {
    width: 25%;
  }

  .c-media__item--col-4 .c-media__body {
    width: 75%;
  }

  .c-media__img-wrap {
    margin: 0;
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .c-media__img-wrap--m {
    height: 300px;
    overflow: hidden;
  }

  .c-media__body {
    width: 50%;
    margin-top: 0;
    padding-left: 40px;
  }

  .c-media__title {
    font-size: 25px;
    letter-spacing: 1.36;
  }

  .c-menu__lists {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-menu__list {
    width: auto;
    min-width: 200px;
  }

  .c-menu__link:after {
    right: 10px;
  }

  .c-menu__col {
    height: 235px;
  }

  .c-menu__col--high {
    height: 330px;
  }

  .c-menu__col--inner--left {
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .c-menu__col--inner--left .c-menu__col--tlt {
    padding-left: 10%;
  }

  .c-menu__col--tlt {
    font-size: 47px;
  }

  .c-menu__col--tlt-sub {
    font-size: 23px;
  }

  .c-menu__col-2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-menu__col-2 .c-menu__col {
    width: 50%;
  }

  .c-modal__close {
    height: 60px;
    width: 60px;
  }

  .c-modal__close span {
    width: 40px;
    height: 2px;
    top: 30px;
    left: 10px;
  }

  .c-page-header {
    margin-top: 0;
  }

  .c-page-header {
    height: 255px;
  }

  .c-page-header__title {
    font-size: 40px;
  }

  .c-page-header__l {
    height: 600px;
    border-radius: 30px;
  }

  .pagetop {
    width: 60px;
    height: 60px;
    bottom: 0;
  }

  .c-pagenation {
    font-size: 20px;
  }

  .c-pagenation a:not(:first-child),
  .c-pagenation a:not(:last-child),
  .c-pagenation span:not(:first-child),
  .c-pagenation span:not(:last-child) {
    margin-left: 56px;
  }

  .c-pagenation .current::after {
    width: 50px;
    height: 50px;
  }

  .c-side__page-wrapper {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-side__menu {
    width: 300px;
    margin-top: 0px;
  }

  .c-side__main-contents {
    width: calc(100% - 300px);
    padding-left: 40px;
  }

  .c-tab__menu {
    height: auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-tab__menu--box {
    overflow: visible;
  }

  .c-tab__menu--items {
    width: 24.5%;
    padding: 0;
    margin-right: 0;
  }

  .c-tab__contents {
    margin-top: 0;
  }

  .c-table .c-table__th,
  .c-table .c-table__td {
    font-size: 16px;
    min-height: 70px;
    padding: 23px 10px;
    margin-top: 0px;
  }

  .c-table--style-01 .c-table__th,
  .c-table--style-01 .c-table__td {
    padding: 40px 50px;
    line-height: 28px;
  }

  .c-table--style-01 .c-table__td {
    width: calc(100% - 200px);
  }

  .c-table--style-01 .c-table__th {
    width: 200px !important;
  }

  .c-table__dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-table--d--style-01 .c-table__dt {
    width: 200px;
  }

  .c-table--d--style-01 .c-table__dd {
    width: calc(100% - 200px);
    padding-left: 40px;
  }

  .c-tel-link__no {
    font-size: 28px;
  }

  .c-tel-link__no::before {
    font-size: 24px;
    margin-right: 10px;
  }

  .c-tel-link__info {
    font-size: 10px;
  }

  .c-title {
    line-height: 1;
    font-size: 37px;
  }

  .c-title--xs {
    font-size: 18px;
  }

  .c-title--s {
    font-size: 22px;
  }

  .c-title--sm {
    font-size: 32px;
  }

  .c-title--m {
    font-size: 37px;
  }

  .c-title--l {
    font-size: 50px;
  }

  .c-title__border--bottom {
    padding-bottom: 25px;
  }

  .c-title__border--bottom:after {
    width: 50px;
  }

  .c-title__border--bottom-center {
    padding-bottom: 25px;
  }

  .c-title__border--bottom-center:after {
    width: 50px;
  }

  .c-title__border--bottom-left {
    padding-bottom: 25px;
  }

  .c-title__border--bottom-left:after {
    width: 50px;
  }

  .c-title__border--left {
    padding-left: .8em;
  }

  .c-title__border--side {
    padding-left: 40px;
  }

  .c-title__border--side:after {
    width: 23px;
  }

  .c-title__sub--top {
    margin-bottom: 1em;
  }

  .c-title__wrap .c-title__border--bottom-center::after {
    left: 4px;
    -webkit-transform: initial;
    transform: initial;
  }

  .c-toggle--title {
    font-size: 22px;
    height: 100px;
    margin: 0px 15px;
  }

  .c-toggle--title:before {
    right: 43px;
  }

  .c-toggle--title:after {
    right: 43px;
  }

  .c-toggle--sp .c-toggle--title {
    pointer-events: none;
    cursor: auto;
  }

  .l-footer01 {
    padding-top: 54px;
  }

  .l-footer01 .l-container {
    max-width: 1240px;
    width: 100%;
  }

  .l-footer01__main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer01__logo {
    width: 219px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .l-footer01__nav {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
    margin-left: auto;
    padding-left: 10px;
  }

  .l-footer01__list {
    width: auto;
    margin-right: 54px;
    margin-top: -23px;
  }

  .l-footer01__info {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    margin-left: 45px;
  }

  .l-footer01__foot {
    width: calc(100% - 60px);
  }

  .l-footer01__foot-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer01__copyright {
    margin-top: 0;
  }

  .l-footer02__main {
    padding: 32px 0;
  }

  .l-footer02__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-footer02__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-footer02__list:not(:first-child) {
    margin-top: 0;
  }

  .l-footer02__list:not(:last-child) {
    margin-right: 36px;
  }

  .l-footer02__min-nav {
    margin-top: 0;
  }

  .l-footer02__min-list {
    font-size: 15px;
  }

  .l-footer02__min-list:not(:last-child) {
    margin-right: 36px;
    margin-left: 36px;
  }

  .l-footer03__wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 36px;
    padding-bottom: 22px;
  }

  .l-footer03__logo {
    width: 169px;
  }

  .l-footer03__main {
    margin-top: 0;
  }

  .l-footer03__nav {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-footer03__list {
    width: auto;
    margin-top: 0;
  }

  .l-footer03__list:not(:last-child) {
    margin-right: 36px;
  }

  .l-footer03__min-nav {
    text-align: right;
    margin-top: 22px;
  }

  .l-footer03__foot {
    border-top: none;
    padding-top: 0;
  }

  .g-nav {
    position: static;
    z-index: 0;
    opacity: 1;
    padding: 0;
    height: auto;
    pointer-events: auto;
  }

  .g-nav__icons {
    margin: 0;
    border-bottom: 1px solid #f2f0f0;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 27px;
  }

  .g-nav__icon:not(:last-child) {
    margin-right: 46px;
  }

  .g-nav__icon--fig img {
    max-height: auto;
    max-width: auto;
  }

  .g-nav__icon--fig:not(:last-child) {
    margin-right: 20px;
  }

  .g-nav__tel {
    background-color: #fafafa;
    width: 272px;
    margin-top: 0;
    margin-bottom: 0px;
  }

  .g-nav__btn {
    min-height: 44px;
    padding: 0px 12px;
    font-size: 16px;
    margin: 0;
    border-radius: 0px;
    width: auto;
  }

  .g-nav__btn::before {
    font-size: 24px;
    margin-right: 10px;
  }

  .g-nav__btn--min {
    width: 170px;
  }

  .g-nav__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: auto;
  }

  .g-nav__item {
    font-size: 16px;
    padding: 15px 15px 15px 0;
  }

  .g-nav__item:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .g-nav__link--dot.is-current {
    padding-left: 0;
  }

  .g-nav__link--dot.is-current::after {
    top: initial;
    width: 8px;
    height: 8px;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .g-nav__link--dot:hover::after {
    position: absolute;
    content: "";
    background-color: #1565c0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .g-nav__link--border.is-current::after {
    bottom: -15px;
  }

  .g-nav__link--border:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: -15px;
  }

  .g-nav__megamenu__contents {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: 0px;
  }

  .g-nav__megamenu__contents--01 {
    width: 100%;
  }

  .g-nav__megamenu__contents--01 {
    width: -webkit-max-content;
    width: max-content;
    min-width: 200px;
  }

  .g-nav02 {
    position: static;
    z-index: 0;
    opacity: 1;
    padding: 0;
    height: auto;
  }

  .g-nav02__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 25px 15px 25px 0;
  }

  .g-nav02__item {
    font-size: 16px;
  }

  .g-nav02__item:not(:last-child) {
    margin-right: 26px;
    margin-bottom: 0;
  }

  .g-nav03 {
    position: static;
    z-index: 0;
    opacity: 1;
    padding: 0;
    height: auto;
  }

  .g-nav03__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 25px 30px 25px 0;
  }

  .g-nav03__item {
    font-size: 16px;
  }

  .g-nav03__item:not(:last-child) {
    margin-right: 35px;
    margin-bottom: 0;
  }

  .g-nav03__icons {
    margin-right: 26px;
    margin-top: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .g-nav04 {
    position: static;
    z-index: 0;
    opacity: 1;
    padding: 0;
    height: auto;
  }

  .g-nav04__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 25px 25px 25px 0;
  }

  .g-nav04__item {
    font-size: 22px;
  }

  .g-nav04__item:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 0;
  }

  .g-nav04__sub {
    padding-left: 0;
    display: block;
  }

  .l-header {
    height: auto;
  }

  .l-header__inner {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-header__nav {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .l-header__nav-inner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .l-header__logo-area {
    border-right: 1px solid #f2f0f0;
    padding: 0 30px 0 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header__logo {
    width: 200px;
    line-height: 0px;
  }

  .l-header__top {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 60px;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-left: auto;
  }

  .l-header02 {
    background-color: #fff;
    height: auto;
    position: static;
  }

  .l-header02__inner {
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-header02__nav {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .l-header02__nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .l-header02__logo-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
  }

  .l-header02__logo {
    width: 125px;
    line-height: initial;
  }

  .l-header02__cv {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .l-header03 {
    background-color: #fff;
    height: auto;
    position: static;
  }

  .l-header03__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
  }

  .l-header03__nav {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .l-header03__nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .l-header03__logo-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header03__logo {
    width: 125px;
    line-height: initial;
  }

  .l-header03__cv {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header04 {
    background-color: #fff;
    height: auto;
    position: static;
  }

  .l-header04__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
  }

  .l-header04__logo-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header04__logo {
    width: 125px;
    line-height: initial;
  }

  .l-header04__nav {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .l-header04__nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  .l-header04__cv {
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-container {
    padding: 0 20px;
    width: 1000px;
  }

  .l-container--narrow {
    width: 782px;
  }

  .l-container--wide {
    padding: 0 20px;
    max-width: 1090px;
    width: 1090px;
  }

  .sec-content {
    padding: 80px 0px;
  }

  .l-main {
    padding-top: 115px;
  }

  .nav-btn {
    display: none;
  }

  .tel-btn {
    display: none;
  }

  .access .main-block .l-container,
  .page-template-page-access .main-block .l-container {
    max-width: 815px;
  }

  .access .access-box,
  .page-template-page-access .access-box {
    margin-top: 50px;
    padding: 55px 0 64px;
  }

  .access .access-box__list,
  .page-template-page-access .access-box__list {
    margin-top: 60px;
  }

  .access .access-public__txt,
  .page-template-page-access .access-public__txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .access .access-car,
  .page-template-page-access .access-car {
    margin-top: 100px;
  }

  .access .access-car__list,
  .page-template-page-access .access-car__list {
    margin-top: 60px;
  }

  .access .access-car__title,
  .page-template-page-access .access-car__title {
    font-size: 18px;
    margin-top: 40px;
  }

  .access .access-car__detail,
  .page-template-page-access .access-car__detail {
    margin-top: 19px;
  }

  .access .access-parking,
  .page-template-page-access .access-parking {
    margin-top: 60px;
  }

  .access .access-parking__txt,
  .page-template-page-access .access-parking__txt {
    margin-top: 16px;
  }

  .access .access-parking .c-table__box,
  .page-template-page-access .access-parking .c-table__box {
    margin-top: 34px;
  }

  .article-page__description {
    margin-top: 40px;
  }

  .article-page__wrap {
    margin-top: 60px;
  }

  .article-page .c-menu {
    margin-top: 80px;
  }

  .facility-wrap {
    margin-top: 100px;
  }

  .facility-wrap__inner {
    padding: 80px 0 40px;
    margin-top: 60px;
  }

  .facility-wrap .c-carousel__title {
    font-size: 22px;
  }

  .facility-wrap .c-carousel__inner {
    padding: 30px 24px;
    min-height: 250px;
  }

  .facility-wrap .c-carousel__txt {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .facility-box__list {
    margin-top: 60px;
  }

  .guide .guide-wrap,
  .page-template-page-guide .guide-wrap {
    margin-top: 100px;
  }

  .guide .guide-wrap .c-table__box,
  .page-template-page-guide .guide-wrap .c-table__box {
    margin-top: 33px;
  }

  .guide .guide-wrap .c-reference-list,
  .page-template-page-guide .guide-wrap .c-reference-list {
    margin-top: 24px;
  }

  .guide .guide-wrap .c-table__dl,
  .page-template-page-guide .guide-wrap .c-table__dl {
    border-bottom: solid 1px #d9d9d9;
  }

  .guide .guide-wrap .c-table__dl:first-child,
  .page-template-page-guide .guide-wrap .c-table__dl:first-child {
    border-top: solid 1px #d9d9d9;
  }

  .guide .guide-wrap .c-table__dt,
  .page-template-page-guide .guide-wrap .c-table__dt {
    text-align: center;
  }

  .guide .guide01__sec,
  .page-template-page-guide .guide01__sec {
    margin-top: 57px;
  }

  .guide .guide02__sec01,
  .page-template-page-guide .guide02__sec01 {
    margin-top: 57px;
  }

  .guide .guide02__sec01 .c-table__dt,
  .page-template-page-guide .guide02__sec01 .c-table__dt {
    padding: 20px 0;
  }

  .guide .guide02__sec02,
  .page-template-page-guide .guide02__sec02 {
    margin-top: 57px;
  }

  .guide .guide03__contents .c-media__img-wrap,
  .page-template-page-guide .guide03__contents .c-media__img-wrap {
    width: 330px;
  }

  .guide .guide03__contents .c-media__body,
  .page-template-page-guide .guide03__contents .c-media__body {
    width: calc(100% - 330px);
    margin-top: 0;
  }

  .guide .guide03__contents .c-media__text,
  .page-template-page-guide .guide03__contents .c-media__text {
    margin-top: 16px;
  }

  .guide .guide03__title,
  .page-template-page-guide .guide03__title {
    font-size: 20px;
  }

  .guide .guide03 .c-tab__box,
  .page-template-page-guide .guide03 .c-tab__box {
    margin-top: 70px;
  }

  .home-news-sec__body {
    margin-top: 50px;
  }

  .home-news-sec__footer {
    margin-top: 40px;
  }

  .home-about-sec {
    min-height: 864px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: center;
    padding: 0;
  }

  .home-about-sec .c-media__item--inverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .home-about-sec .c-media__item--inverse .c-media__body {
    padding: 0 40px 0 0 !important;
  }

  .home-course-sec__header {
    padding: 100px 20px 0px 20px;
  }

  .home-course-sec__txt {
    margin-top: 45px;
  }

  .home-course-sec .c-menu__lists {
    margin-top: 50px;
  }

  .home-course-sec__body {
    margin-top: 50px;
  }

  .home-course-sec__footer {
    padding-bottom: 100px;
  }

  .home-course-sec__footer .c-btn {
    font-size: 20px;
  }

  .post-type-archive-news .pagenation,
  .term-important .pagenation,
  .term-information .pagenation,
  .term-event .pagenation,
  .term-classroom .pagenation,
  .term-other .pagenation {
    margin-top: 104px;
  }

  .article-info--border-bottom {
    padding-bottom: 32px;
    border-bottom: 1px solid #707070;
  }

  .article-tags {
    margin-top: 24px;
  }

  .article-tags__tag {
    margin-left: 16px;
  }

  .article-content {
    margin-top: 72px;
    margin-bottom: 84px;
  }

  .article-content h1 {
    font-size: 27px;
  }

  .article-content h2 {
    font-size: 23px;
  }

  .article-content figcaption {
    font-size: 16px;
  }

  .privacypolicy .privacy-primary,
  .page-template-page-privacypolicy .privacy-primary {
    margin-bottom: 100px;
  }

  .privacypolicy .privacy-primary__title,
  .page-template-page-privacypolicy .privacy-primary__title {
    font-size: 23px;
  }

  .privacypolicy .privacy-primary__txt,
  .page-template-page-privacypolicy .privacy-primary__txt {
    margin-top: 45px;
  }

  .privacypolicy .privacy-primary__content,
  .page-template-page-privacypolicy .privacy-primary__content {
    margin-top: 50px;
  }

  .privacypolicy .privacy-primary__lists,
  .page-template-page-privacypolicy .privacy-primary__lists {
    margin-top: 25px;
  }

  .privacypolicy .privacy-content,
  .page-template-page-privacypolicy .privacy-content {
    margin-top: 50px;
  }

  .privacypolicy .privacy-content__txt,
  .page-template-page-privacypolicy .privacy-content__txt {
    margin-top: 20px;
  }

  .school-box {
    padding: 0 20px 60px;
  }

  .school-box__inner {
    padding: 45px 40px;
    max-width: 1074px;
  }

  .school-box .c-breadcrumb {
    padding-left: 20px;
  }

  .school-box .c-media__item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .school-box--adult {
    padding: 0 20px 60px;
  }

  .school-box--adult__inner {
    padding: 45px 40px;
    max-width: 1074px;
  }

  .school-box--adult .c-breadcrumb {
    padding-left: 20px;
  }

  .school-box--adult .c-media__item {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .article-wrap {
    max-width: 1096px;
    padding: 0 20px;
  }

  .article-wrap__btn .c-btn {
    min-width: 310px;
  }

  .article-contents {
    margin-top: 72px;
    margin-bottom: 84px;
  }

  .article-contents .c-table__dt {
    padding-top: 30px;
  }

  .article-contents .c-table__dd {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1000px)and (min-width: 1000px) {
  .c-toggle--sp .c-toggle--title:before,
  .c-toggle--sp .c-toggle--title:after {
    display: none;
  }
}

@media screen and (min-width: 1160px) {
  .g-nav__btn {
    min-height: 44px;
    padding: 0px 25px;
    font-size: 16px;
    margin: 0;
  }

  .g-nav__item {
    font-size: 16px;
    padding: 15px 30px 15px 0;
  }

  .l-header__logo {
    width: 265px;
    line-height: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .c-box__flex {
    display: block;
  }

  .c-box__flex .c-box__col {
    width: 100%;
  }

  .c-box__2-col {
    display: block;
  }

  .c-box__2-col .c-box__col {
    width: 100%;
  }

  .c-box__3-col {
    display: block;
  }

  .c-box__3-col .c-box__col {
    width: 100%;
  }

  .c-box__4-col {
    display: block;
  }

  .c-box__4-col .c-box__col {
    width: 100%;
  }

  .c-form__submit--btn--outer:not(:first-child) {
    margin-top: 20px;
  }

  .c-media__item {
    margin-bottom: 75px;
  }

  .c-menu__list {
    width: 100%;
    display: block;
  }

  .c-menu__list:not(:first-child) {
    margin-top: 10px;
  }

  .c-side-cv__btn {
    display: none;
  }

  .c-table .c-table__th {
    display: block;
    border-bottom: none;
  }

  .c-table .c-table__td {
    display: block;
  }

  .c-table--horizontal th {
    display: table-cell !important;
  }

  .c-table--horizontal td {
    display: table-cell !important;
  }

  .c-table__dl__wrap .c-table__dd {
    padding-top: 19px !important;
  }

  .c-table--d--style-01 {
    margin-bottom: 20px;
  }

  .c-table--d--style-01 .c-table__dl {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .c-title__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .c-title>span {
    display: block;
  }

  .facility-flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .facility-flex__img {
    width: 100%;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}