<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#wrapper {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  overflow: hidden;
}

/* �糸�������絲丞� */
#wrapper img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

#wrapper video {
  width: 100%;
  height: auto;
}


/*筝�����筝����冴��*/
.fadein-down {
  opacity: 0;
}

.fadein-down-active {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: fadeDownAnime;
  /*�≪���＜�若�激�с�喝���荀�膣���茵�ず�������障�障������*/
}

@-webkit-keyframes fadeDownAnime {
  0% {
    opacity: 0;
    transform: translatey(-20%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeDownAnime {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*綏������潟���冴��*/
.fadein-right {
  opacity: 0;
}

.fadein-right-active {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: fadeRightAnime;
  /*�≪���＜�若�激�с�喝���荀�膣���茵�ず�������障�障������*/
}

@-webkit-keyframes fadeRightAnime {
  0% {
    opacity: 0;
    transform: translateX(-8%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  0% {
    opacity: 0;
    transform: translateX(-8%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*�潟�����潟���冴�� */
.fadein-left {
  opacity: 0;
}

.fadein-left-active {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-name: fadeLeftAnime;
  /*�≪���＜�若�激�с�喝���荀�膣���茵�ず�������障�障������*/
}

@-webkit-keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    transform: translateX(1rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    transform: translateX(1rem);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*�若�������倶������茵�ず*/
.fadein-blur {
  opacity: 0;
}

.fadein-blur-active {
  animation-name: blur;
  animation-duration: .8s;
  animation-fill-mode: forwards;
}

@keyframes blur {
  from {
    filter: blur(20px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}

/*  ==============================
results-box��
綽����＜����荵√����
=================================*/
.results-box {
  position: relative;
}

.results-txt {
  position: absolute;
  top: 0;
}


/*  ==============================
results-university��
�♂�����若���鴻���ゃ����
=================================*/
/*---------- �演�� -----------*/
/* �鴻���ゃ��������膈��� */
.swiper-wrapper {
  transition-timing-function: linear;
}

/* �糸����泣�ゃ�肴��� */
.swiper-slide img {
  height: auto;
  width: 100%;
  padding: 0 2.5%;
}

/*---------- �演��END -----------*/

.results-university,
.results-poto {
  position: relative;
}

.university-sider-box,
.results-poto-box {
  position: absolute;
}

.university-sider-box {
  bottom: 18%;
  left: 0;
  width: 100%;
}

.results-poto-box {
  bottom: 3%;
  left: 0;
  width: 100%;
}

/*  ==============================
cta-box
CTA���帥��
=================================*/
.cta-box {
  position: relative;
}

.cta-btn {
  position: absolute;
  width: 95.6%;
  left: 2.5%;
  bottom: 12%;
}

.cta img {
  width: 95.6%;
}


/*  ==============================
worries
�����帥�潟�潟���潟��
=================================*/
.worries {
  position: relative;
}

.worries-txt {
  position: absolute;
  left: 0;
  bottom: 24%;
}

/*  ==============================
introduction
紊����MARCH�劻�若�合換篁�
=================================*/
.introduction-intro {
  position: relative;
}

.intro-txt {
  position: absolute;
  width: 81%;
  left: 10%;
  top: 0;
}

/*  ==============================
interview
��紂丞���������障��������薑���羇�
=================================*/
.interview-top {
  /* position: absolute; */
  margin-top: -18%
}

/*------ ����荅潟��������＜�����帥�活������---------*/
.interview-q1 {
  background-image: url(../media/interview_q1_btnbg.webp);
}

.interview-q2{
  background-image: url(../media/interview_q2_btnbg.webp);
}

.interview-q3{
  background-image: url(../media/interview_q3_btnbg.webp);
}



.introduction-intro {
  position: relative;
}

.intro-txt {
  position: absolute;
  width: 81%;
  left: 10%;
  top: 0;
}

.interview-table {
  position: relative;
  white-space: nowrap;

}

.interview-scroll {
  position: absolute;
  border-collapse: collapse;
  width: 86%;
  bottom: 3%;
  left: 7%;
  overflow: scroll;
}

.scroll-img {
  width: 165%;
}

.scroll-img img {
  width: 200%;
}

/*------ ����荅潟��������＜�����帥�潟���演��---------*/
.interview-btn {
  position: relative;
  background-repeat: repeat;
  background-size: 100%;
  padding-top:12%;
  padding-bottom:2%;
}

.interview-btn_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 3vw;
  font-weight: 600;
}

@media screen and (min-width: 750px) {
  .interview-btn_box {
    font-size: 20px;
  }

  .triangle-button::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent yellow;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  .triangle-button:active {
    top: 4px;
    box-shadow: 0 0 0 #82a3c6;
  }

  .btn_animation .btn {
    display: block;
    position: relative;
    width: 250px;
    height: 50px;
    line-height: 5rem;
    border-radius: 5px;
    text-decoration: none;
    background-color: #4b93c2;
    border: solid 1px #ffffff;
    /*膩�*/
    color: #ffffff;
    text-align: center;
    transition: .5s;
  }

  .btn_animation .btn:before,
  .btn_animation .btn:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 250px;
    height: 50px;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: #c3ecfc;
    transform: translate3d(0, 0, 0);
  }

  .btn_animation .btn:before {
    animation: anime 1.5s ease-out infinite;
  }

  .btn_animation .btn:after {
    animation: anime 1.5s ease-out 2s infinite;
  }

  @keyframes anime {
    0% {
      transform: scale(1);
      opacity: .2
    }

    90% {
      opacity: .1
    }

    to {
      transform: scale(1.2, 1.4);
      opacity: 0
    }
  }
}

@media screen and (max-width: 478px) {
  .triangle-button::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent yellow;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  .triangle-button:active {
    top: 4px;
    box-shadow: 0 0 0 #c3ecfc;
  }


  .btn_animation .btn {
    display: block;
    position: relative;
    width: 250px;
    height: 25px;
    line-height: 2.5rem;
    border-radius: 2px;
    text-decoration: none;
    background-color: #4b93c2;
    border: solid 1px #ffffff;
    /*膩�*/
    color: #ffffff;
    text-align: center;
    transition: .5s;
  }

  .btn_animation .btn:before,
  .btn_animation .btn:after {
    content: "";
    position: absolute;
    z-index: -10;
    width: 250px;
    height: 25px;
    top: 0;
    left: 0;
    border-radius: 2px;
    background: #c3ecfc;
    transform: translate3d(0, 0, 0);
  }

  .btn_animation .btn:before {
    animation: anime 1.5s ease-out infinite;
  }

  .btn_animation .btn:after {
    animation: anime 1.5s ease-out 2s infinite;
  }

  @keyframes anime {
    0% {
      transform: scale(1);
      opacity: .2
    }

    90% {
      opacity: .1
    }

    to {
      transform: scale(1.2, 1.4);
      opacity: 0
    }
  }
}

/* -----  荅潟�����鎘鴻��������------*/
#interview-a1,
#interview-a2,
#interview-a3{
display: none;
}


/* -----  �㏍�ゃ�潟���若�割�臀���眼��------*/
.campaign {
margin-top: -3rem;
}

/*  ==============================
access
��茗��∴������膣剛�
=================================*/
.access {
  background-image: url(../media/access/access_bg.webp);
  background-size: 100%;
  background-repeat: repeat-y;
  padding-bottom: 3rem;
}

 .access-title {
  margin-bottom: 3rem;
}

.access-box-inner {
  width: 90%;
  left: 5.5%;
  position: relative;
  margin-bottom: 2rem;
}
.access-box-inner .btn {
  position: absolute;
  width: 44%;
  bottom:5%;
  left: 54%;
}


summary {
  /* display: list-item;篁ュ�����絎������������������茹�綵≪�≪�ゃ�潟�潟��羔����障�� */
  display: block;
}
summary::-webkit-details-marker {
  display: none
}

/*---- 荅潟��������＜�����帥�潟��-----*/
.access-btn{
  width: 60%;
  margin-left: 19.6%;
  margin-bottom:5%;
  z-index: 99;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .5);
  border-radius:50%;
}

details {
  padding-bottom: 10px;
}

.accordion-txt {
  margin-bottom: 20px;
}

.accordion-box  a img{
width: 80%;
margin-left: 9%;
margin-bottom:5%;
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .5);
border-radius:11.155px;
}

.apply-box{
  margin:20px 0;
}


/*====================================================================
.faq-box .accordion_one
====================================================================*/
.faq {
  background-image: url(../media/faq/faq-bg.webp);
  background-size: 100%;
  background-repeat: repeat;
  width: 100%;

}

.faq-box {
  width: 90%;
  margin:0 5%;
  padding-top:35px;
  padding-bottom: 35px;
}
/*=========.accordion_one =========*/

.accordion_one {
  background-color: #f3f3f3;
  margin: 2rem;
}
.faq-box .accordion_one .accordion_header {
  color: #105eb2;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  padding-bottom: 0;

}


.faq-box .accordion_one .accordion_header:hover {
  opacity: .8;
}
.faq-box .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2.5%;
  width: 33px;
  height: 33px;
  border: 1px solid #ffffff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.faq-box .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-box .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.faq-box .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-box .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-box .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.faq-box .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.faq-box .accordion_one .accordion_header .i_box .one_i:before, .faq-box .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #105eb2;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.faq-box .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.faq-box .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.faq-box .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.faq-box .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.faq-box .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faq-box .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-box .accordion_one .accordion_inner {
  display: none;
  top:0;
  box-sizing: border-box;
}
.faq-box .accordion_one .accordion_inner.stay {
  display: block;
}


.faq-box .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .faq-box {
    width: 95%;
    margin:0 2%;
    padding-top:10px;
    padding-bottom: 10px;
  }
  .faq-box .accordion_one .accordion_header .i_box{
    width: 4vw;
  height: 4vw; 
  margin-top: -1.8vw;
  }

  .faq-box .accordion_one .accordion_header .i_box .one_i:before, .faq-box .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #105eb2;
    border-radius: 10px;
    width: 15px;
    height: .5vw;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .faq-box .accordion_one .accordion_header .i_box .one_i:before {
    width: .5vw;
    height: 15px;
    top: 2px;
    left: 6.5px;
  }
}


/*=========.FAQ END=========*/



/*  ==============================
voices
��紂丞����０
=================================*/
.voices {
  position: relative;
}
.voices-slider {
  position: absolute;
  padding: 2% 0 3% 0;
  left:0;
  bottom:5%;
  /* overflow-x: scroll; */
}


/* .slider {
    margin: 0 auto;
    width: 100%;
} */

.slider-img {
  position: relative;
  height: auto;
  /* padding: 3rem 1.5rem; */
  margin: 0 10px;
  /* flex-shrink: 0; */
}

.voice-btn {
  position: absolute;
  width: 70%;
  left: 17%;
  bottom:4%;
}

.slider-img img {
  height: auto;
  width: 100%;
  margin-bottom:5%
}

.xscroll-box {
  display: flex;
  width: 100%;
  height: auto;
  overflow-x: scroll;
}

.xscroll-box .slider-img {
  width: 75%;
  /* margin: 15% 1%; */
  flex-shrink: 0;
}

.xscro11-1 {
  margin-left: 0;
}



.float {
  max-width: 750px;
  position: fixed;
  padding: .5rem .5rem;
  z-index: 9999;
  bottom: 0;
  background-color: rgba(82, 83, 84, 0.6);
}

.float-btn {
  position: relative;
}

.float-btn .btn1 {
  position: absolute;
  width: 25%;
  height: 95%;
  bottom: 0;
  left: .7%;
}

.float-btn .btn2 {
  position: absolute;
  width: 45%;
  height: 95%;
  bottom: 0;
  left: 27%;
}

.float-btn .btn3 {
  position: absolute;
  width: 25%;
  height: 95%;
  bottom: 0;
  right: .7%;

}</pre></body></html>