<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html{
 height: 100%;
}
body{
  overflow-y:scroll;
 height: 100%;
}
#loading {
position: absolute;
left: 50%;
top: 50%;
margin-top:-70px;
margin-left:-80px;
width:160px;
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #fff;
z-index: 1000000000000;
}
.clear {clear:both;}

.load-6 {
  width:160px;
  padding-left:8px;
}
.letter {
  margin-top:10px;
  letter-spacing:0.05em;
  float:left;
  text-align: center;
  font-size: 25px;
  color: #0099D5;
  font-family:"Rajdhani",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif

}
.load-6 .letter {
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.l-1 {animation-delay: .48s;}
.l-2 {animation-delay: .6s;}
.l-3 {animation-delay: .72s;}
.l-4 {animation-delay: .84s;}
.l-5 {animation-delay: .96s;}
.l-6 {animation-delay: 1.08s;}
.l-7 {animation-delay: 1.2s;}
.l-8 {animation-delay: 1.32s;}
.l-9 {animation-delay: 1.44s;}
.l-10 {animation-delay: 1.56s;}

@keyframes loadingF {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

#mv{
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: fixed;
  min-height: 100%;
  left:0;
  top:0;
  z-index:-1;
  backface-visibility: hidden;
}
.mv_txt01 {
  position: relative;
  top:50%;
  width:940px;
  left:50%;
  margin-left:-470px;
  margin-top:-60px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  color:#fff;
  font-size:36px;
  font-weight: 200;
  letter-spacing: 0.08em;
}
.mv_txt01 .pic {
  width:130px;
}
.logo a {
  color:#fff;
}
@media(min-width:768px) {
body,html {
  min-width:100%;
}
}
@media(max-width:767px) {
  body,html {
    width:100%;
  }
  .mv_txt01 {
    width:90%;
    left:5%;
    top:50%;
    margin-left:0;
    margin-top:3%;
  }
}
/* --------------------------------
* header navigation
* -------------------------------- */
.header {
  position: relative;
  z-index: 0;
  left:0;
  top:0;
}
.clone-nav {
  position: fixed;
}
.gNav .tel_wrap {
  color:#fff;
}
.gNav_item .gNav_link {
  color: #fff;
}
.gNav_item:hover .gNav_link {
  color: #0099D5;
}
.gNav_item:hover .gNav_link:hover {
  color:#0099D5;
  transition: .4s;
}
.gNav_subttl {
  font-size: 2.1rem;
  margin: 0 0 20px 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}

.content_wrap {
 position: relative;
  z-index:3;
  margin-top:100vh;
  background:url(../images/common/line_bg.png),-moz-linear-gradient(left, #c0dd94, #a4d4f5);
  background:url(../images/common/line_bg.png),-webkit-linear-gradient(left, #c0dd94, #a4d4f5);
  background:url(../images/common/line_bg.png),linear-gradient(to right, #c0dd94, #a4d4f5);
  background-repeat: repeat;
  background-size:100%;
}
.strong_list {
  display: flex;
  display: -webkit-flex;
  margin-top:65px;
  width: 100%;
  flex-wrap:nowrap;
  align-items:stretch;
}
.strong_list li {
  position: relative;
  width:calc( 100% / 3 );
  overflow: hidden;
}
.strong_list li .yj01 {
  color:#fff;
  position: absolute;
  top:45%;
  width:25%;
  height:26%;
  text-align: center;
  border-radius: 50%;
  left:50%;
  margin-left:-12.5%;
  background: #0099D5 url(../images/common/yj01_off.png) left 50% bottom 32% no-repeat;
  background-size:20%;
}
/*.strong_list li img.view_pc {
  transition: 0.3s;
}
.strong_list li a:hover img.view_pc {
  transform: scale(1.08);
  transition: 0.3s;
}*/
.strong_list li:hover .yj01  {
  background: #fff url(../images/common/yj01_on.png) left 50% bottom 32% no-repeat;
  background-size:20%;
  transition: .3s;
  color: #0099D5;
}
.strong_list li .yj01_txt {
  font-size: calc( 36/1440*100vw );
  font-weight: 500;
  font-family: "Rajdhani",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top:27%;
  width:100%;
  line-height:1.1em;
  text-align: center;
  position: absolute;
}

.strong_list li .yj01_pic01 {
 margin-top: 62%;
 width:20%;
 margin-left:40%;
}
.strong_list li a {
  display: block;
  opacity: 1;
  transition: .3s;
  height:100%;
  width:100%;
  color: #fff;
  text-decoration: none;
}
.strong_list li img {
  width: 100%;
}
.strong_list li .strong_txt {
  color:#fff;
  position: absolute;
  top:17%;
  width:100%;
  line-height:1.2em;
  text-align: center;
  font-size: calc( 36/1440*100vw );
  letter-spacing: 0.15em;
}
.strong_list li:nth-of-type(3) .strong_txt {
  top:9.3%;
}
.strong_list li .strong_txt_s {
  font-size: calc( 24/1440*100vw );
}
.strong_txt01 {
  font-size:16px;
  text-align: center;
  margin-top:15px;
  line-height:1.7em;
  letter-spacing: 0.1em;
}
.exam_txt01 {
  font-size:16px;
  text-align: center;
  margin-top:15px;
  line-height:1.7em;
  letter-spacing: 0.1em;
}
.example_slider_wrap {
  background: #fff;
  padding-top:60px;
  padding-bottom:30px;
  position: relative;
  margin-top:75px;
}
.example_slider_wrap .htn {
  position: absolute;
  top:-42px;
  left:50%;
  width:80px;
  margin-left:-40px;
}
.example_slider_wrap .htn img {
  width:100%;
}
.exampleslider {
  margin:0 auto;
  padding:0;
}
.exampleslider .box {
  width:200px;
  display: block;
  margin:0 10px;
}
.exampleslider .box img {
  width:200px;
}
.slick-slide, .slick-slide * {
    outline: none !important;
}
.slick-list {
  margin-left:0;
}
.mt50 {
  margin-top:50px;
}
.about {
  margin:60px auto 0;
  max-width:1080px;
  background: #fff;
  padding:15px;
}
.about_g {
  background: #e7e7e7;
  padding-top:30px;
  padding-bottom:25px;
  display: flex;
  display: -webkit-flex;
  justify-content:center;
  position: relative;
}
.about_g .l {
  width:500px;
  text-align: center;
}
.about_g .l .about_l_txt {
  font-size:16px;
  letter-spacing: 0.1em;
  margin-top:15px;
  line-height:1.1em;
  text-align: center;
}
.about_g .btn01_wrap {
  position: absolute;
  bottom:20%;
  left:0%;
  width:50%;
}

@media(max-width:1000px) {
  .about_g {
    padding:40px 0;
  }
  .about_g .btn01_wrap {
    bottom:12%;
  }
  .about_g .pt45 {
    padding-top:30px;
  }
}
.about_g .r {
  width:500px;
}
.about_g .r img {
  max-width: 100%;
}
.info {
  max-width:1080px;
  margin:60px auto 0;
  padding:0 30px;
}
.info ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.info ul li {
  width:450px;
}
.foot_contact {
  margin-top:60px;
}
.movie_pc {
  max-width: 640px;
  margin:50px auto 50px;
}
.mfp-iframe-holder .mfp-close {
  color: transparent !important;
}
.movie_pc img {
  width: 100%;
}
.movie_pc a {
  display: block;
}
.mfp-iframe-holder .mfp-close:after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: -6px;
  right: -38px;
  background: url(../images/top/close.png) no-repeat center;
  background-size: 100% auto;
}
@media(max-width:1010px) {
  .info li {
    width:48%!important;
  }
  .info li img {
    max-width:100%;
  }
}

.info ul li .txt_wrap a {
  padding:17px 0;
  border-bottom:1px solid #000;
  display: flex;
  display:-webkit-flex;
  align-items: center;
  text-decoration: none;
  color:#333;
}
.info ul li .icon {
  width:47px;
}
.info ul li .icon img {
  width:24px;
}
.info ul li .ttl01 {
  width:125px;
  font-size:24px;
  letter-spacing:0.2em;
  line-height:1.1em;
}
.info ul li .yj01 {
  margin-left: auto;
  width:20px;
  display: flex;
  display:-webkit-flex;
  align-items: center;
}
.info ul li .yj01 img {
  width:20px;
}
.tdc_wrap {
  max-width:1080px;
  margin:60px auto 0;
  background: #fff;
  padding:60px 0;
}
.tdc {
  max-width:1000px;
  margin:0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  position: relative;
}
.tdc .l {
  width:500px;
  text-align: center;
  order:2;
}
.tdc .l .ih {
  padding-top:25px;
}
.tdc .r {
  width:500px;
  text-align: center;
  order:1;
}
.tdc h3 {
  font-size:24px;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin-top:15px;
}
.tdc .btn01_wrap {
  position: absolute;
  bottom: 22%;
  right: 0;
  width: 50%;
}
.tdc .btn01 a {
  font-family: "Rajdhani",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:18px;
  line-height:1.0em;
}
@media(max-width:1000px) {
  .header {
    position: fixed;
  }
  .tdc_wrap {
    padding:40px 0;
  }
  .tdc .l {
    width:60%;
  }
  .tdc .r {
    width:40%;
  }
  .tdc .btn01_wrap {
    width:60%;
  }
}
.news_wrap {
  background: #fff;
  margin-top:60px;
}
.news_content {
  max-width:1080px;
  padding:0 40px 60px;
  margin:0 auto;
}
.news_box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.news_box .t a {
  margin-left:auto;
  width:200px;
  text-align: center;
  color:#000;
  padding:10px 0;
  display: block;
  font-size: 14px;
  border-bottom:2px solid #0099D5;
  background: url(../images/common/yj01_on.png) right 0 top 49% no-repeat;
  background-size: 15px;
  line-height:1.1em;
}
.news_box .b li a {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  padding:10px 0;
  align-items: center;
  border-bottom:1px solid #999;
  text-decoration: none;
  opacity: 1;
}
.news_box .b li a .n01 {
 width:100px;
 text-align: center;
 background: #333;
 font-size:12px;
 color:#fff;
 line-height:1.0em;
 padding:3px 0 4px 0;
}
.news_box .b li a .bg01 {
  background: #0099d5;
}
.news_box .b li a .bg02 {
  background: #de5252;
}
.news_box .b li a .bg03 {
  background: #244466;
}
.news_box .b li a .bg04 {
  background: #006600;
}
.news_box .b li a .bg05 {
  background: #f19149;
}
.news_box .b li a .n02 {
  width:140px;
  text-align: center;
  font-family: "Rajdhani",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#0099D5;
  letter-spacing: 0.1em;
  line-height:1.6em;
  font-weight: 500;
}
.news_box .b li a .n03 {
  font-size:15px;
  line-height:1.5em;
  color:#333;
}

.news_box .b li a:hover .n03 {
  text-decoration: underline;
}
@media(max-width:930px) {
  .news_content {
    width:100%;
    padding:0 30px 50px;
    margin:0 auto;
  }
  .news_box {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .news_box .b {
    order:1;
  }
  .news_box .t {
    order:2;
  }
  .news_box .t a {
    margin:15px auto;
    width:200px;
    text-align: center;
    color:#000;
    padding:10px 0;
    display: block;
    font-size: 15px;
    border-bottom:2px solid #0099D5;
    background: url(../images/common/yj01_on.png) right 0 top 49% no-repeat;
    background-size: 15px;
    line-height:1.1em;
  }
  .news_box .b li a {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding:10px 0;
    align-items: center;
    border-bottom:1px solid #999;
  }
  .news_box .b li a .n01 {
   width:100px;
   text-align: center;
   font-size:12px;
   color:#fff;
   line-height:1.0em;
   padding:3px 0 4px 0;
  }
  .news_box .b li a .n02 {
    width:140px;
    text-align: center;
    font-family: "Rajdhani",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#0099D5;
    letter-spacing: 0.1em;
    line-height:1.6em;
  }
  .news_box .b li a .n03 {
    width:100%;
    margin-top:3px;
  }
}


@media(max-width:1079px) {
  .clone-nav .spMenu span {
    background: #000!important;
  }
  .spMenu span {
    background: #fff!important;
  }
}

@media(max-width:980px) {
  .mv_txt01 {
    position: relative;
    top:50%;
    width:90%;
    left:50%;
    margin-left:-45%;
    margin-top:-7%;
    font-size:calc( 34/980*100vw );
  }
  .mv_txt01 .pic {
    width:8%;
  }
}
@media(max-width:767px) {
  #loading{
  position: absolute;
  left: 35%;
  top: 50%;
  margin-top:-12%;
  margin-left:0;
  width:30%;
  }
  .load-6 {

    padding-left:7%;
  }
  .letter {
  margin-top:5%;
  letter-spacing:0.05em;
  font-size: calc( 40/750*100vw );
  }

  .mv_txt01 {
    line-height:1.1em;
    position: relative;
    top:50%;
    width:80%;
    left:10%;
    margin-left:0;
    margin-top:-20%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    color:#fff;
    font-size:calc( 45/750*100vw );
    font-weight: 200;
    letter-spacing: 0.08em;
  }
  .mv_txt01 .pic {
    width:22%;
    padding:8% 0 7% 0;
  }
  .strong_list {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin-top:7%;
    width: 100%;
    flex-wrap:nowrap;
    align-items:stretch;
  }
  .strong_list li {
    width:100%;
  }
  .strong_list li .yj01 {
    color:#fff;
    position: absolute;
    top:45%;
    width:20vw;
    height:20vw;
    text-align: center;
    background: #0099D5 url(../images/common/yj01_off.png) left 52% bottom 32% no-repeat;
    background-size:20%;
    border-radius: 50%;
    left:15%;
    margin-left:0;

  }
  .strong_list li:hover .yj01  {
    background: #fff url(../images/common/yj01_on.png) left 52% bottom 32% no-repeat;
    background-size:20%;
    transition: .3s;
    color: #0099D5;
  }
  .strong_list li .yj01_txt {
    font-size: calc( 40/750*100vw );
    font-weight: 500;
    font-family: "Rajdhani",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top:26%;
    width:100%;
    line-height:1.1em;
    text-align: center;
    position: absolute;
  }

  .strong_list li .yj01_pic01 {
   margin-top: 62%;
   width:20%;
   margin-left:40%;
  }
  .strong_list li a {
    display: block;
    opacity: 1;
    transition: .3s;
    height:100%;
    width:100%;
    color: #fff;
    text-decoration: none;
  }
  .strong_list li img {
    width: 100%;
  }
  .strong_list li .strong_txt {
    position: absolute;
    line-height:1.4em;
    top:19%;
    left:0;
    padding-left:7%;
    width:100%;
    text-align: left;
    font-size: calc( 42/750*100vw );
    letter-spacing: 0.15em;
  }

  .strong_list li .strong_txt_s {
   font-size: calc( 30/750*100vw );
   padding-left:3%;
}
.strong_list li:nth-of-type(3) .strong_txt {
  top:13%;
}
  .strong_list li:nth-of-type(1) .strong_txt {
    padding-left:12%;
  }
  .strong_txt01 {
    font-size:calc(27/767*100vw);
    text-align: center;
    margin-top:4%;
    line-height:1.7em;
    letter-spacing: 0.1em;
  }
  .exam_txt01 {
    font-size:calc(27/767*100vw);
    text-align: center;
    margin-top:4%;
    line-height:1.7em;
    letter-spacing: 0.1em;
  }
  .example_slider_wrap {
    background: #fff;
    padding-top: 12%;
    padding-bottom: 8%;
    position: relative;
    margin-top: 10%;
}
  .example_slider_wrap .htn {
    position: absolute;
    top:-8%;
    left:50%;
    width:15%;
    margin-left:-7.5%;
  }
  .example_slider_wrap .htn img {
    width:100%;
  }
  .mt50 {
    margin-top:12%;
  }

  .about_g {
    padding-top:8%;
    padding-bottom:10%;
    display: flex;
    display: -webkit-flex;
    justify-content:center;
    flex-direction: column;
    position: relative;
  }
  .about {
    width:94%;
    margin:10% auto 0;
    padding:2%;
  }
  .about_g .l {
    width:100%;
    text-align: center;
  }
  .about_g .r {
    text-align: center;
    width:90%;
    margin:0 auto;
  }
  .about_g .r img {
    width:100%;
  }
  .about_g .l .about_l_txt {
    font-size:calc( 27/767*100vw );
    letter-spacing: 0.1em;
    margin-top:3%;
    line-height:1.1em;
    text-align: center;
  }
  .about_g .btn01_wrap {
    position: static;
    bottom:auto;
    left:auto;
    width:100%;
    margin-top:3%;
  }
  .about_g .btn01 {
    width:78%;
  }
  .about_g .pt45 {
    padding-top:0;
  }
  .info {
    width:94%;
    margin:0 auto;
    padding:0 0;
  }
  .info ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  .info ul li {
    width:100%!important;
    margin-top:9%;
  }
  .info ul li .txt_wrap a {
    padding:5% 0;
    border-bottom:1px solid #000;
    display: flex;
    display:-webkit-flex;
    align-items: center;
    text-decoration: none;
    color:#333;
  }
  .info ul li .icon {
    width:6%;
  }
  .info ul li .icon img {
    width:100%;
    vertical-align: bottom;
  }
  .info ul li .ttl01 {
    width:40%;
    font-size:calc( 36/750*100vw );
    letter-spacing:0.2em;
    line-height:1.1em;
    padding-left:3%
  }
  .info ul li .yj01 {
    margin-left: auto;
    width:6%;
    display: flex;
    display:-webkit-flex;
    align-items: center;
  }
  .info ul li .yj01 img {
    width:100%;
  }

  .tdc_wrap {
    width:94%;
    margin:10% auto;
    padding:2%;
  }
  .tdc {
    padding-top:8%;
    padding-bottom:10%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
  }
  .tdc .l {
    width:100%;
    text-align: center;
    order:1;
  }
  .tdc .l .ih {
    padding-top:0;
  }
  .tdc .r {
    width:100%;
    text-align: center;
    order:2;
    margin-top:8%;
  }
.tdc .r .pic {
  width:30%;
  margin:0 auto;
}
.tdc h3 {
  text-align: center;
  font-size: calc(40/750*100vw);
  font-weight: normal;
  padding-top: 3%;
  letter-spacing: 0.15em;
  line-height: 1.1em;
  margin-top:0;
}
.tdc .btn01_wrap {
  position: static;
  bottom: auto;
  left: auto;
  width: 100%;
  margin-top: 10%;
  order:3;
}
.tdc .btn01 {
  width:78%;
}
.tdc .btn01 a {
  font-family: "Rajdhani",'Noto Sans Japanese',"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: calc( 27/750*100vw );
 }
.news_wrap {
  padding:5%;

}
.news_content {
  padding:0;
}
 .news_box .t a {
   margin:5% auto;
   width:40%;
   padding:2.5% 0;
   display: block;
   font-size: calc( 26/750*100vw );
   border-bottom:2px solid #0099D5;
   background: url(../images/common/yj01_on.png) right 0 top 49% no-repeat;
   background-size: 8%;
   line-height:1.1em;
 }
 .news_box .b {
   margin-top:5%;
 }
 .news_box .b li a {
   padding:3% 0;
 }
 .news_box .b li a .n01 {
  width:23%;
  font-size: calc( 21/750*100vw );
 }
 .news_box .b li a .n02 {
   width:28%;
   font-size: calc( 26/750*100vw );
  line-height: 1.4em;
 }
 .news_box .b li a .n03 {
   width:100%;
   margin-top:1.5%;
   font-size: calc( 28/750*100vw );
 }
  .foot_contact {
    margin-top:10%;
  }
  .movie_sp {
    position: relative;
    width: 94%;
    padding-top: 53%;
    margin:30px auto 30px;
  }
  .movie_sp iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
</pre></body></html>