@charset "UTF-8";
/*===============================================================================
# 全体設定
===============================================================================*/
body {
  font-size: 16px;
  font-family: "NotoSansCJKjp",serif;
  line-height: 1.6875;
}

img {
  width: 100%;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

/* header
--------------------------------------------------------------------------------*/
.header {
  font-family: "ヒラギノ角ゴ Pro";
  background: #fff;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 100%;
  height: 80px;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
}

@media screen and (min-width: 992px) {
  .header-right {
    right: 100px;
  }
}

.header-logo {
  margin-left: 15px;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.header-nav {
  margin-right: 0 auto;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav-item {
  margin-left: 29px;
  color: #019bdf;
}

.header-nav-item-link {
  display: block;
  font-size: 14px;
  height: 80px;
  line-height: 80px;
  letter-spacing: .06em;
  color: #019bdf;
}

.container-fluid {
  background: #fff;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  outline: none;
}

.navbar-toggler {
  margin-left: auto;
}

.navbar-toggler:forcus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.header-contact {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .header-contact {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .header-contact {
    right: -100px;
  }
}

.header-button {
  background: #019bdf;
  color: #fff;
  width: 110px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
}

/*===============================================================================
# main
===============================================================================*/
/* common
--------------------------------------------------------------------------------*/
.main {
  padding-top: 70px;
  margin-bottom: -7em;
}

.section {
  margin-top: 160px;
}

.util-link {
  font-size: 7px;
  letter-spacing: .3em;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 11px 32px;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .util-link {
    font-size: 12px;
    font-weight: bold;
  }
}

/* top
--------------------------------------------------------------------------------*/
.top {
  position: relative;
  height: 100%;
}

.top p {
  text-align: center;
}

.top-picture {
  padding-top: 55%;
  background: url(../img/mv.png) no-repeat;
  background-size: contain;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .top-picture {
    background-size: auto auto;
    height: 700px;
  }
}

.top-message {
  position: absolute;
  left: 50%;
  top: 32%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
}

.top-message-title {
  font-size: 55px;
  font-family: "NotoSansCJKjp";
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .top-message-title {
    font-size: 1.5em;
    letter-spacing: .07em;
  }
}

.top-message-text {
  font-family: "NotoSansCJKjp";
  font-weight: bold;
  margin-top: -10px;
  margin-left: .5em;
  font-size: 26px;
  letter-spacing: .05em;
}

@media screen and (max-width: 992px) {
  .top-message-text {
    font-size: .8em;
  }
}

/* news
  --------------------------------------------------------------------------------*/
.info-section {
  height: 250px;
  background: #edfcff;
}

@media screen and (max-width: 992px) {
  .info-section {
    height: 450px;
  }
}

.info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .info-inner {
    display: block;
  }
}

.info-left {
  width: 30%;
  text-align: center;
  margin-left: -6.7em;
  padding-top: 40px;
}

@media screen and (max-width: 992px) {
  .info-left {
    margin-left: .7em;
    padding-top: 80px;
    position: relative;
  }
}

.info-title {
  font-size: 40px;
  font-family: "Open Sans";
  font-weight: bold;
  color: #5741ff;
  letter-spacing: .1em;
}

.info-sub-title {
  font-size: 12px;
  margin-top: -1em;
}

@media screen and (max-width: 992px) {
  .info-sub-title {
    margin-top: -2.5em;
  }
}

.info-right {
  margin-top: 3.5em;
  margin-left: -4em;
  width: 70%;
}

@media screen and (max-width: 992px) {
  .info-right {
    margin-left: 4em;
  }
}

.info-footer {
  margin-top: 1.3em;
  margin-left: 1em;
}

@media screen and (max-width: 992px) {
  .info-footer {
    position: absolute;
    top: 23em;
    left: 45vw;
  }
}

/* 日付 + ラベル + タイトルをまとめたエリア */
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #80c6ff;
  line-height: 40px;
  letter-spacing: .15em;
  width: 65em;
}

@media screen and (max-width: 992px) {
  .info {
    border-top: 1px solid #80c6ff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .info-2 {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .info-3 {
    display: none;
  }
}

/* 日付 + ラベルのエリア */
.info__meta {
  width: 185px;
  /* 固定値 */
}

@media screen and (max-width: 992px) {
  .info__meta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* タイトルのエリア */
.info__title {
  width: calc(100% - 185px);
  margin-left: -2em;
  letter-spacing: -.05em;
}

@media screen and (max-width: 992px) {
  .info__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0em;
    width: 100%;
  }
}

/* mission
--------------------------------------------------------------------------------*/
.mission-message {
  font-family: "NotoSansCJKjp";
  max-width: 1000px;
  margin-top: 3.3em;
}

@media screen and (max-width: 992px) {
  .mission-message {
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
  }
}

.mission-message-title {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: .08em;
  position: relative;
}

.mission-message-title::after {
  content: "MISSION";
  color: #ebebeb;
  font-size: 100px;
  font-style: bold;
  position: absolute;
  top: 45px;
  left: 530px;
  z-index: -1;
}

@media screen and (max-width: 992px) {
  .mission-message-title::after {
    top: .1em;
    left: 40vw;
    font-size: 10vw;
  }
}

.mission-message-text {
  margin-top: 1.4em;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .001em;
  padding-bottom: 2em;
}

.mission-footer {
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .mission-footer {
    position: absolute;
    top: 100%;
    left: 50vw;
  }
}

/* service
--------------------------------------------------------------------------------*/
.service {
  margin-top: 50px;
  height: 490px;
  background: #edfcff;
  font-family: "NotoSansCJKjp";
  position: relative;
  z-index: -10;
}

@media screen and (max-width: 992px) {
  .service {
    height: 950px;
  }
}

.service-title {
  color: #5741ff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-left: 0 auto;
  margin-right: 0 auto;
  position: relative;
}

@media screen and (max-width: 992px) {
  .service-title {
    text-align: left;
  }
}

.service-title::after {
  z-index: -1;
  content: "SERVICE";
  color: #ebebeb;
  font-size: 100px;
  font-style: bold;
  position: absolute;
  top: -88px;
  left: -30px;
}

@media screen and (max-width: 992px) {
  .service-title::after {
    top: .1em;
    left: 40vw;
    font-size: 10vw;
  }
}

.service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .service-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-left {
  width: 52.5%;
  padding-top: 50px;
  padding-right: 20px;
}

@media screen and (max-width: 992px) {
  .service-left {
    width: 95%;
  }
}

.service-left-inner {
  margin-top: 20px;
  margin-left: 75px;
  width: 65%;
}

@media screen and (max-width: 992px) {
  .service-left-inner {
    width: 100%;
    position: relative;
    margin-left: 1em;
  }
}

.service-text {
  letter-spacing: 0em;
  line-height: 30px;
}

.service-footer {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .service-footer {
    margin-left: 75%;
    position: absolute;
    top: 18em;
    left: -20vw;
  }
}

.service-right {
  width: 47.5%;
  height: 490px;
}

@media screen and (max-width: 992px) {
  .service-right {
    margin-top: 13em;
    width: 100%;
  }
}

.service-list {
  height: 490px;
}

@media screen and (max-width: 992px) {
  .service-list {
    padding-left: 0;
    width: 100%;
  }
}

.service-item {
  height: 32.9%;
}

.service-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .service-item {
    margin: 0 auto;
    width: 100%;
  }
}

.service-right-text {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: 游教科書体;
}

.service-item1 {
  width: 100%;
  background-image: url(../img/contents1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.service-item2 {
  background-image: url(../img/contents2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.service-item3 {
  background-image: url(../img/contents3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.service-footer {
  margin-top: 1.8em;
}

/* recruit&company
--------------------------------------------------------------------------------*/
.about {
  height: 273px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  text-align: center;
  font-family: "NotoSansCJKjp";
  color: #fff;
}

@media screen and (max-width: 992px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 500px;
    margin-top: 10em;
  }
}

.recruit {
  background: url(../img/recruit.jpg) center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .recruit {
    height: 400px;
    width: 95%;
    margin: 0 auto;
  }
}

.recruit::after {
  content: "RECRUIT";
  color: #ebebeb;
  font-size: 100px;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 14%;
  letter-spacing: -.01em;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .recruit::after {
    font-size: 3em;
    top: 75%;
  }
}

.recruit-inner {
  padding-top: 42px;
  width: 60%;
}

@media screen and (max-width: 992px) {
  .recruit-inner {
    width: 90%;
  }
}

.recruit-title {
  font-size: 20px;
}

.recruit-text {
  margin-top: 10px;
  text-align: left;
}

.company {
  background: url(../img/company.jpg) center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .company {
    height: 400px;
    width: 95%;
    margin: 0 auto;
  }
}

.company::after {
  content: "COMPANY";
  color: #ebebeb;
  font-size: 100px;
  font-weight: bold;
  position: absolute;
  top: 60%;
  left: 10%;
  letter-spacing: -.02em;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .company::after {
    font-size: 3em;
    top: 75%;
  }
}

.company-inner {
  padding-top: 42px;
  width: 60%;
}

@media screen and (max-width: 992px) {
  .company-inner {
    width: 90%;
  }
}

.company-title {
  font-size: 20px;
}

.company-text {
  margin-top: 15px;
  text-align: left;
}

/* contact
--------------------------------------------------------------------------------*/
.contact {
  font-family: "NotoSansCJKjp";
  height: 450px;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  .contact {
    height: 450px;
  }
}

.contact-inner {
  width: 50%;
  height: 450px;
  background: #edfcff;
  position: relative;
  z-index: -2;
}

@media screen and (max-width: 992px) {
  .contact-inner {
    width: 95%;
  }
}

.contact-title {
  padding-top: 130px;
  padding-left: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #5741ff;
  position: relative;
}

.contact-title::after {
  content: "CONTACT";
  z-index: -1;
  color: #ebebeb;
  font-size: 100px;
  font-weight: bold;
  position: absolute;
  top: 20%;
  left: -13%;
  letter-spacing: -.02em;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .contact-title::after {
    font-size: 5vw;
    top: -.2em;
    left: .2em;
    font-size: 2em;
  }
}

@media screen and (max-width: 992px) {
  .contact-title {
    padding-top: 30px;
    font-size: 2em;
    margin-top: 50px;
    padding-left: 10px;
  }
}

.contact-text {
  padding-top: 7px;
  padding-left: 50px;
  letter-spacing: -.07em;
  padding-bottom: 5%;
}

.contact-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 16.5em;
  left: -7.5em;
}

@media screen and (max-width: 992px) {
  .contact-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: static;
  }
}

.contact-footer-link {
  display: block;
  width: 440px;
  line-height: 80px;
  letter-spacing: .1;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .contact-footer-link {
    width: 100%;
  }
}

.call {
  font-weight: bold;
  line-height: 70px;
  letter-spacing: .5em;
  background-color: #1a2c50;
}

@media screen and (max-width: 992px) {
  .call {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact-form {
  font-weight: bold;
  line-height: 70px;
  letter-spacing: .5em;
  background-color: #0e0e0e;
  margin-left: 4em;
}

@media screen and (max-width: 992px) {
  .contact-form {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* footer
--------------------------------------------------------------------------------*/
.footer {
  background: #000;
  height: 350px;
}

@media screen and (max-width: 992px) {
  .footer {
    position: relative;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .footer-inner {
    width: 95%;
    margin: 0 auto;
    padding-top: 20px;
  }
}

.footer-logo {
  width: 80px;
}

@media screen and (max-width: 992px) {
  .footer-logo {
    margin: 0 auto;
  }
}

.footer-title {
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .footer-title {
    margin-top: 30px;
    text-align: center;
  }
}

.footer-text {
  color: #ccc;
  margin-top: 25px;
}

@media screen and (max-width: 992px) {
  .footer-text {
    display: none;
  }
}

.footer-copyright {
  color: #ccc;
  margin-top: 75px;
  font-size: 11px;
}

@media screen and (max-width: 992px) {
  .footer-copyright {
    margin-top: 150px;
    text-align: center;
  }
}

.footer-main-list {
  color: #fff;
  line-height: 36px;
}

.footer-sub-list {
  color: #ccc;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .1em;
}

.footer-left {
  width: 50%;
  margin-top: 20px;
  padding-left: 100px;
}

@media screen and (max-width: 992px) {
  .footer-left {
    width: 50%;
    margin: 0 auto;
    padding-left: 0;
  }
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  margin-left: 90px;
  font-family: "NotoSansCJKjp";
}

@media screen and (max-width: 992px) {
  .footer-right {
    display: none;
  }
}

.footer-news {
  margin-left: 90px;
}

@media screen and (max-width: 992px) {
  .footer-span {
    display: none;
  }
}

.footer-sns {
  color: #ccc;
  font-family: "小塚ゴシック Pr6N";
  margin-left: 68%;
  margin-top: -30px;
}

.footer-sns i {
  font-size: 30px;
  margin-left: 22px;
}

@media screen and (max-width: 992px) {
  .footer-sns {
    position: absolute;
    top: 60%;
    left: -40%;
  }
}

/*===============================================================================
# news.htmlエリア
===============================================================================*/
/* 共通 ------------------------------*/
*[class*="cp-"],
*[class*="cp-"] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* パンくずリスト ------------------------------*/
.cp-breadcrumb01 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* アイテム */
.cp-breadcrumb01__item {
  display: inline;
  position: relative;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}

.cp-breadcrumb01__item:not(:first-child) {
  margin-left: 40px;
}

.cp-breadcrumb01__item:not(:last-child):after {
  position: absolute;
  content: "\f054";
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #707070;
}

.cp-breadcrumb01__item a {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #707070;
  text-decoration: none;
  font-weight: normal;
}

.cp-breadcrumb01__item a:hover {
  opacity: 0.7;
}

.list {
  font-family: "ヒラギノ角ゴ Pro";
  margin-top: 100px;
  background-color: #f8f7f8;
}

.cp-breadcrumb01__item {
  margin-left: 50px;
}

.last-news-inner {
  width: 70%;
  margin-top: 50px;
  font-family: "ヒラギノ角ゴ Pro";
}

.last-news-inner p {
  font-weight: 600;
}

.news-info-time {
  color: #999;
  margin-left: 20px;
}

.news-p1 {
  margin-top: 20px;
}

.news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.news-info-tag {
  background-color: #019bdf;
  color: #fff;
  width: 80px;
  text-align: center;
}

.news-title {
  margin-bottom: 20px;
}

.news-article {
  margin-bottom: 100px;
}

.news-footer {
  border-top: 1px solid #000;
  margin: 0 auto;
}

.news-button {
  background-color: #000;
  color: #fff;
  width: 150px;
  height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 40px;
}
/*# sourceMappingURL=style.css.map */