<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/**********色設定**********/
/* #194253 */
/* 0060f9 255880*/
/* #25ba2b */
/* #3ec943 */
/**********フォント設定**********/
.Merriweather {
  font-family: 'Merriweather', serif;
  font-weight: 700; }

.AcademyTitle {
  display: block;
  width: 100%;
  position: relative;
  background: #f1e767;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #f1e767 0%, #feb645 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f1e767 0%, #feb645 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f1e767 0%, #feb645 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  color: #fff;
  padding: 0.5em 1em;
  text-align: center; }
  .AcademyTitle strong {
    font-family: 'Merriweather', serif;
    font-size: 200%;
    font-weight: 700;
    border: none;
    text-shadow: 0px 0px 1px #000, 4px 4px 2px rgba(0, 0, 0, 0.5);
    box-sizing: border-box; }
  .AcademyTitle small {
    display: block;
    font-family: "Noto Sans JP";
    font-size: 60% !important;
    text-align: center; }

/**********ブロックフェードイン設定**********/
.divfadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s; }

/**********文字アニメーション設定**********/
/*フェードイン*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*右から左*/
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(100vw);
    /* X軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
    /* X軸方向に0px */ } }
/*上から下*/
@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-50px);
    /* Y軸方向に-50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* Y軸方向に0px */ } }
/*下から上*/
@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(50px);
    /* Y軸方向に50px */ }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* Y軸方向に0px */ } }
/**********アニメーション設定end**********/
.bx-wrapper {
  background-color: transparent;
  margin: 0px auto 3em;
  border: none;
  box-shadow: none; }

.bx-wrapper img {
  display: block;
  margin: 0px auto; }

.btn-info {
  background: #6db3f2;
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); }

.badge-info {
  background: #6db3f2;
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); }

.index {
  position: relative;
  padding: 3em 0 4em; }
  @media screen and (max-width: 575px) {
    .index {
      padding: 0.5em 0 2em 0; } }
  .index .mi_1 {
    margin-bottom: 2em; }
    @media screen and (max-width: 575px) {
      .index .mi_1 {
        margin-bottom: 1em; } }

#headImg {
  display: flex;
  width: 100vw;
  height: 50vh;
  min-height: 500px;
  background-size: cover !important;
  background-position: center center !important;
  align-items: center;
  justify-content: center; }
  #headImg .waku {
    width: 100vw;
    height: 100%;
    min-height: 300px;
    position: relative; }
    #headImg .waku .copyText {
      display: block;
      position: absolute;
      height: 300px;
      width: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 50px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    @media screen and (max-width: 575px) {
      #headImg .waku .copyText {
        display: block;
        position: absolute;
        border: 1px solu #f00;
        width: 100vw;
        height: 200px;
        padding-top: 25px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
        right: 0;
        top: 50%; } }

.btnpat2 {
  display: block;
  width: 100%; }

#cateBtn div.container div.row div {
  animation-name: RightToLeft;
  /* アニメーション名 */
  bouder: 1px solid #f00; }
#cateBtn div.container div.row div:nth-child(0) {
  animation-duration: 1s;
  /* アニメーション時間 */ }
#cateBtn div.container div.row a:nth-child(1) {
  animation-duration: 2s;
  /* アニメーション時間 */ }
#cateBtn div.container div.row a:nth-child(2) {
  animation-duration: 3s;
  /* アニメーション時間 */ }
#cateBtn a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 250px;
  color: #666;
  padding: 1.5em 0 0 0;
  font-size: 0.9em;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #162633; }
#cateBtn a::after {
  position: absolute;
  border-bottom: solid 3px #162633;
  bottom: 0px;
  left: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0; }
#cateBtn a:hover::after {
  width: 100%; }
</pre></body></html>