@charset "UTF-8";
/*-------------------------------------------------*/
/*(C) A.C.Planet Inc. All rights reserved.*/
/*--------------------------------------------------*/
/*¥Ü¥Ç¥£©`
----------------------------------------*/
body {
  padding-top: 75px;
}

@media screen and (max-width: 568px) {
  body {
    padding-top: 63px;
  }
}

/*¥Ø¥Ã¥À©`
----------------------------------------*/
header {
  height: 72px;
}

@media screen and (max-width: 568px) {
  header {
    height: 60px;
  }
}

/*¥°¥í©`¥Ð¥ë¥á¥Ë¥å©`
----------------------------------------*/
#globalnavi {
  display: none;
}

header.open #globalnavi {
  display: block;
}

/*¥á¥¤¥ó¥Ó¥¸¥å¥¢¥ë
----------------------------------------*/
#mainvisual {
  position: relative;
  height: 643px;
  overflow: hidden;
  background: #0d4074;
}

#mainvisual > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #071817;
}

#mainvisual > .bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.42;
  z-index: 3;
  background-image: url(/educate/las/img/home/filter-white.png);
}

#mainvisual > .bg .front {
  display: block;
  position: absolute;
  width: 100%;
  min-width: 1280px;
  height: auto;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#mainvisual > .block {
  position: relative;
  z-index: 4;
  height: 100%;
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainvisual > .block .copy {
  width: 462px;
  margin-top: -90px;
  margin-left: 12px;
}

#mainvisual > .block nav {
  margin-top: -83px;
  margin-left: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#mainvisual > .block nav ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#mainvisual > .block nav ul li {
  padding: 8px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mainvisual > .block nav ul li a {
  height: 0;
  padding-top: 100%;
  background: white;
  color: #5794af;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mainvisual > .block nav ul li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#mainvisual > .block nav ul li a .icon {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -8px;
  position: absolute;
}

#mainvisual > .block nav ul li a .icon img {
  width: 100%;
  height: auto;
}

#mainvisual > .block nav ul li a span {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 20%;
  font-size:1.2em;
}

#mainvisual > .block nav ul li:nth-child(odd) a {
  background: #668ed8;
  color: white;
}

@media screen and (max-width: 1020px) {
  #mainvisual {
    height: 550px;
  }
  #mainvisual > .bg .front {
    min-width: 1100px;
  }
  #mainvisual > .block {
    position: relative;
    z-index: 4;
    width: 800px;
  }
  #mainvisual > .block .copy {
    width: 390px;
    margin-top: -70px;
    margin-left: 12px;
  }
  #mainvisual > .block nav {
    margin-top: -8px;
    margin-left: 30px;
  }
  #mainvisual > .block nav ul li {
    padding: 5px;
  }
  #mainvisual > .block nav ul li a {
    font-size: 12px;
  }
  #mainvisual > .block nav ul li a .icon {
    width: 60px;
    height: 60px;
    margin-top: -8px;
  }
}

@media screen and (max-width: 850px) {
  #mainvisual {
    height: auto;
  }
  #mainvisual > .bg {
    height: 300px;
    overflow: hidden;
  }
  #mainvisual > .bg .front {
    display: block;
    position: absolute;
    min-width: 850px;
    height: auto;
    z-index: 2;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #mainvisual > .block {
    height: auto;
    width: auto;
    display: block;
  }
  #mainvisual > .block .copy {
    width: 350px;
    margin: 80px auto 90px;
  }
  #mainvisual > .block nav {
    margin: 20px auto;
    max-width: 400px;
  }
}

@media screen and (max-width: 568px) {
  #mainvisual > .bg {
    height: 50vw;
  }
  #mainvisual > .bg .front {
    display: block;
    position: absolute;
    min-width: 130vw;
    margin-left: 15vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 7vw;
  }
  #mainvisual > .block .copy {
    width: 224px;
    margin: auto;
    height: 50vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mainvisual > .block nav {
    margin: 20px;
    max-width: none;
  }
  #mainvisual > .block nav ul li a {
    font-size: 11px;
  }
  #mainvisual > .block nav ul li a .icon {
    margin-top: -8px;
  }
  #mainvisual > .block nav ul li a span {
    bottom: 26%;
    font-size:1.5em;
  }
}

/*¥á¥¤¥ó¥³¥ó¥Æ¥ó¥Ä
----------------------------------------*/
#maincontainer {
  padding-top: 62px;
  min-height:400px;
}

/*ÐÂ×ÅÇéˆó
----------------------------------------*/
#news {
  position: relative;
  margin-bottom: 80px;
}

#news h3 {
  color: white;
  background: #0d4074;
  font-size: 22px;
  font-weight: 500;
  height: 89px;
  padding-left: 28px;
  position: relative;
  letter-spacing: 0.079em;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1020px) {
  #news h3 {
    font-size: 20px;
    height: 74px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 568px) {
  #news h3 {
    font-size: 18px;
  }
}

#news h3:before, #news h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 1px;
  margin: auto;
  opacity: 0.6;
  background-image: linear-gradient(to right, #e8e8e8, #e8e8e8 2px, transparent 2px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

#news h3:after {
  top: auto;
  bottom: 5px;
}

#news h3 span {
  font-size: 13px;
  letter-spacing: 0.062em;
  margin-left: 20px;
  margin-top: 2px;
}

@media screen and (max-width: 1020px) {
  #news h3 span {
    font-size: 12px;
    margin-left: 16px;
  }
}



#news .btns {
  position: absolute;
  top: 28px;
  right: 33px;
}

@media screen and (max-width: 1020px) {
  #news .btns {
    top: 22px;
    right: 20px;
  }
}

#news .btns a {
  color: white;
  display: inline-block;
  border: 1px solid white;
  text-decoration: none;
  letter-spacing: 0.028em;
  padding: 4px 40px 4px 20px;
  position: relative;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 3px;
}

#news .btns a:after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjY4MiIgaGVpZ2h0PSI5LjkzOCIgdmlld0JveD0iMCAwIDUuNjgyIDkuOTM4Ij4KICA8cGF0aCBpZD0iSWNvbl9pb25pYy1pb3MtYXJyb3ctZm9yd2FyZCIgZGF0YS1uYW1lPSJJY29uIGlvbmljLWlvcy1hcnJvdy1mb3J3YXJkIiBkPSJNMTUuMjE2LDExLjE2M2wtMy43Ni0zLjc1OGEuNzA3LjcwNywwLDAsMSwwLTEsLjcxNi43MTYsMCwwLDEsMS4wMDYsMGw0LjI2MSw0LjI1OGEuNzA5LjcwOSwwLDAsMSwuMDIxLjk3OWwtNC4yNzgsNC4yODdhLjcxLjcxLDAsMCwxLTEuMDA2LTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEuMjQ2IC02LjE5NikiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==");
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -11.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .btns a:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 568px) {
  #news .btns {
    padding-top: 20px;
    text-align: center;
    position: static;
  }
  #news .btns a {
    border: 1px solid #0d4074;
    color: #0d4074;
    padding: 8px 30px 8px 15px;
  }
  #news .btns a:after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjY4MiIgaGVpZ2h0PSI5LjkzOCIgdmlld0JveD0iMCAwIDUuNjgyIDkuOTM4Ij4KICA8cGF0aCBpZD0iSWNvbl9pb25pYy1pb3MtYXJyb3ctZm9yd2FyZCIgZGF0YS1uYW1lPSJJY29uIGlvbmljLWlvcy1hcnJvdy1mb3J3YXJkIiBkPSJNMTUuMjE2LDExLjE2M2wtMy43Ni0zLjc1OGEuNzA3LjcwNywwLDAsMSwwLTEsLjcxNi43MTYsMCwwLDEsMS4wMDYsMGw0LjI2MSw0LjI1OGEuNzA5LjcwOSwwLDAsMSwuMDIxLjk3OWwtNC4yNzgsNC4yODdhLjcxLjcxLDAsMCwxLTEuMDA2LTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTEuMjQ2IC02LjE5NikiIGZpbGw9IiMwZDQwNzQiLz4KPC9zdmc+Cg==");
    right: 13px;
  }
}
/*# sourceMappingURL=top.css.map */