@charset 'UTF-8';

body {
  background-color: #00356a;
}

/* ===============================================================
 common
=============================================================== */
.wrap {
  overflow: hidden;
}

.font-en {
  font-family: 'Septenisans-Regular';
}

.section {
  padding-left: 15px;
  padding-right: 15px;
  z-index: 20;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 1000px;
}

.section .container {
  padding-top: 140px;
  padding-bottom: 230px;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 70px;
  text-align: center;
}

.section-title .line {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3px;
  height: 50px;
  overflow: hidden;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.section-title.is-view .line {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.section-title .line:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 50px;
  background-color: #f60000;
}

.section-title .en {
  display: block;
  margin-bottom: 20px;
  font-family: 'Septenisans-Regular';
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  overflow: hidden;
}

.section-title .en .inner {
  display: block;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

.section-title.is-view .en .inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.section-title .ja {
  color: #0050aa;
  letter-spacing: 0.08em;
  overflow: hidden;
}

.section-title .ja .inner {
  display: block;
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.section-title.is-view .ja .inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.section-desc {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-align: center;
  line-height: 2.25;
}

.bg-right-white {
  position: relative;
  background-color: #fff;
}

.bg-right-white:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6px;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  border-top: 90px solid transparent;
  border-right: 100vw solid #fff;
  pointer-events: none;
}

.bg-left-white {
  position: relative;
  background-color: #fff;
}

.bg-left-white:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.6px;
  left: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  border-top: 90px solid transparent;
  border-left: 100vw solid #fff;
}

.bg-right-gray {
  position: relative;
  padding-top: 90px;
  background-color: rgba(237, 237, 237, 0.9);
}

.bg-right-gray:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.6px;
  left: 0;
  border-bottom: 90px solid transparent;
  border-left: 100vw solid #fff;
}

.bg-left-gray {
  position: relative;
  padding-top: 90px;
  background-color: rgba(237, 237, 237, 0.9);
}

.bg-left-gray:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.6px;
  left: 0;
  border-bottom: 90px solid transparent;
  border-right: 100vw solid #fff;
}
.btn {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  color: #0050aa;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 35px;
  background-color: #fff;
  -webkit-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.btn.type2 {
  color: #fff;
  background-color: #0050aa;
}
.btn:hover {
  opacity: 0.7;
}

.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 7px;
  background-image: url(/cogress/images/btn_icon.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
.btn.type2:after {
  background-image: url(/cogress/images/btn_icon_2.png);
}
.btn:hover:after {
  -webkit-transform: translateY(-50%) translateX(8px);
  -ms-transform: translateY(-50%) translateX(8px);
  transform: translateY(-50%) translateX(8px);
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .section .container {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .bg-right-white:before {
    border-top: 20px solid transparent;
  }
  .bg-left-white:before {
    border-top: 20px solid transparent;
  }
  .bg-left-gray {
    padding-top: 20px;
  }
  .bg-left-gray:before {
    border-bottom: 20px solid transparent;
  }
  .bg-right-gray {
    padding-top: 20px;
  }
  .bg-right-gray:before {
    border-bottom: 20px solid transparent;
  }
  .section-title {
    padding-top: 90px;
  }
  .section-title .en {
    margin-bottom: 20px;
    font-size: 36px;
  }
  .section-title .ja {
    font-size: 16px;
  }
  .section-desc {
    margin-top: 35px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
}



/* ===============================================================
 mv
=============================================================== */
.mv-wrap {
  position: relative;
}

#mv-container {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 800px;
  z-index: 1;
}

#mv-container.scroll {
  position: absolute;
  top: 0;
  left: 0;
}

#mv-container canvas {
  width: 100% !important;
  height: 100% !important;
  opacity: 0.7;
}

.mv {
  position: relative;
  margin-top: 90px;
  padding-left: 15px;
  padding-right: 15px;
  height: 800px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
}

.mv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.mv .container .inner {
  width: 100%;
}

.mv .title {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 906px;
  color: #fff;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.mv .title .sub {
  display: block;
  margin-bottom: 30px;
  font-family: 'Septenisans-Regular';
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.mv .title .main {
  display: block;
  margin-bottom: 20px;
  font-family: 'Septenisans-Regular';
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mv .title small {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.mv .title img {
  width: 100%;
}

.mv .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75;
  color: #fff;
  text-align: center;
}

.mv-scroll {
  position: absolute;
  bottom: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 112px;
}

.mv-scroll a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 41px;
}

.mv .container .arrow {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 11px;
  height: 66px;
  overflow: hidden;
  -webkit-animation-name: arrow;
  animation-name: arrow;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mv .container .arrow-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11px;
  height: 66px;
  background-image: url(/cogress/images/mv_arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation-name: arrow-inner;
  animation-name: arrow-inner;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mv-scroll-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 1.5em;
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  #mv-container {
    top: 0px;
    height: 750px;
    min-height: 100vh;
  }
  .mv {
    margin-top: 66px;
    height: calc(100vh - 60px);
  }
  .mv .container {
    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;
    position: relative;
  }
  .mv .container .arrow {
    display: block;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 11px;
    height: 66px;
    overflow: hidden;
    -webkit-animation-name: arrow;
    animation-name: arrow;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .mv .container .arrow-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 11px;
    height: 66px;
    background-image: url(/cogress/images/mv_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation-name: arrow-inner;
    animation-name: arrow-inner;
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .mv .title {
    margin-bottom: 10px;
    font-size: 36px;
    width: 100%;
    text-align: center;
    line-height: 1.1;
  }
  .mv .title .sub {
    margin-bottom: 12px;
    font-size: 15px;
  }
  .mv .title .main {
    margin-bottom: 5px;
    font-size: 47px;
  }
  .mv .title small {
    font-size: 14px;
  }
  .mv .desc {
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .mv .desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 320px) {
    .mv .desc {
    width: calc(100% + 30px);
    margin-left: -15px;
    font-size: 14px;
  }
}
@-webkit-keyframes arrow {
  0% {
    height: 66px;
  }
  50% {
    height: 0px;
  }
  51% {
    height: 66px;
  }
  100% {
    height: 66px;
  }
}

@keyframes arrow {
  0% {
    height: 66px;
  }
  50% {
    height: 0px;
  }
  51% {
    height: 66px;
  }
  100% {
    height: 66px;
  }
}

@-webkit-keyframes arrow-inner {
  0% {
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes arrow-inner {
  0% {
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ===============================================================
 feature
=============================================================== */
.feature .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 3);
}

.feature-item .image {
  margin-bottom: 30px;
  width: 133px;
}

.feature-item .image img {
  width: 100%;
}

.feature-item .desc {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}

.feature-item .desc em {
  font-size: 26px;
  font-weight: 700;
  color: #0050aa;
}

@media screen and (max-width: 768px) {
  .feature .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-item {
    margin-bottom: 40px;
    width: 100%;
  }
  .feature-item:last-child {
    margin-bottom: 0;
  }
  .feature-item .image {
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 133px;
  }
  .feature-item .title {
    font-size: 22px;
  }
}
/* ===============================================================
 vision
=============================================================== */
.vision .section-desc .note {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .vision .section-desc .note {
    display: block;
    text-align: center;
    font-size: 12px;
  }
}
/* ===============================================================
 overview
=============================================================== */
.overview .container {
  padding-bottom: 130px;
}
.overview-btn {
  margin: 20px auto 0;
  width: 500px;
  height: 70px;
}
/*.overview-detail-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}*/

.overview-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #000;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.overview-link:hover {
  opacity: 0.7;
}

.overview-link:after {
  content: "";
  display: block;
  position: relative;
  width: 7px;
  height: 13px;
  margin-left: 8px;
  background-image: url(/cogress/images/link_icon_01.png);
  -webkit-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.overview-link:hover:after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.overview-link2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.overview-link2.gray {
  opacity: 0.7;
  cursor: default;
}
.overview-link2.no-link {
  cursor: default;
}
.overview-link2:hover {
  -webkit-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
  opacity: 0.7;
}
.overview-link2.no-link:hover,
.overview-link2.gray:hover {
  text-decoration: none;
}
.overview-link2.no-link:hover {
  opacity: 1;
}

.overview-link2:after {
  content: "";
  display: block;
  position: relative;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  background-image: url(/cogress/images/link_icon_02.png);
}
.overview-link2.no-link:after,
.overview-link2.gray:after {
  content: none;
}

.overview-link2:hover {
  text-decoration: underline;
}

.overview-content {
  position: relative;
  margin-top: 50px;
}

.overview-image-wrap {
  position: relative;
}

.overview-image-wrap:before {
  content: "";
  display: block;
  padding-top: 77.4%;
}

.overview-image-wrap img {
  width: 100%;
}

.overview-image {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: 500ms ease-out;
  -o-transition: 500ms ease-out;
  transition: 500ms ease-out;
}

.overview-content.is-view .overview-image {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.overview-image-base {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 1000ms;
  -o-transition: 1000ms;
  transition: 1000ms;
  transition-delay: 1000ms;
}

.overview-image-hakase {
  top: 16.79%;
  left: 3%;
  width: 25%;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.overview-image-school {
  top: 58.65%;
  left: 26%;
  width: 41.9%;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.overview-image-recruit {
  top: 24.54%;
  left: 58%;
  width: 41.9%;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.overview-image-career {
  top: 0%;
  left: 32.3%;
  width: 37.5%;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.overview-line {
  position: absolute;
  overflow: hidden;
  -webkit-animation-name: stroke;
  animation-name: stroke;
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 1000ms;
  -o-transition: 1000ms;
  transition: 1000ms;
  transition-delay: 1000ms;
  opacity: 0;
}

.overview-content.is-view .overview-line {
  opacity: 1;
}

.overview-line .inner {
  display: block;
  width: 100%;
  -webkit-animation-name: strokeChild;
  animation-name: strokeChild;
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.overview-line img {
  width: 100%;
}

.overview-line-01 {
  top: 60.98%;
  left: 21.7%;
  width: 12%;
}

.overview-line-02 {
  top: 51.29%;
  left: 32.7%;
  width: 23.7%;
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-duration: 4000ms;
  animation-duration: 4000ms;
}

.overview-line-02 .inner {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-duration: 4000ms;
  animation-duration: 4000ms;
}

.overview-line-03 {
  top: 34.88%;
  left: 31.3%;
  width: 9.7%;
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

.overview-line-03 .inner {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

@-webkit-keyframes stroke {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes stroke {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes strokeChild {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes strokeChild {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.overview-link-block-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overview-link-block {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: 500ms ease-out;
  -o-transition: 500ms ease-out;
  transition: 500ms ease-out;
}
.overview-content.is-view .overview-link-block {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.overview-link-block-career {
  top: 6.45%;
  left: 67.5%;
  -webkit-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}

.overview-link-block-hakase {
  top: 61.5%;
  left: 5%;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
}

.overview-link-block-school {
  top: 90%;
  left: 18%;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

.overview-link-block-recruit {
  top: 74.9%;
  left: 74.7%;
  -webkit-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}

.overview-link-title {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 700;
}
.overview-link-title.cog {
  display: block;
  position: relative;
  padding-left: 50px;
}

.overview-link-title.cog .sub,
.overview-sp-link.cog a .sub {
  display: block;
  color: #000;
  font-family: 'Septenisans-Regular';
  font-size: 12px;
  font-weight: 700;
}
.overview-link-title.cog:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 39px;
  background-image: url(/cogress/images/logo_cogress.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.overview-link-block-career .overview-link-title {
  color: #f60000;
}

.overview-link-block-hakase .overview-link-title {
  color: #0053a5;
}

.overview-link-block-school .overview-link-title {
  color: #ce8024;
}

.overview-link-block-recruit .overview-link-title {
  color: #298d29;
}

.overview-link-list li {
  margin-bottom: 20px;
}

.overview-link-list li:last-child {
  margin-bottom: 0;
}

.overview-sp-link-wrap {
  display: none;
}

.overview-bottom-btn {
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .overview .container {
    padding-bottom: 100px;
  }
  .overview .section-desc {
    text-align: center;
  }
  .overview-link {
    font-size: 16px;
  }
  .overview-btn {
    width: 100%;
    height: 85px;
  }
  .overview-btn .btn {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    border-radius: 43px;
  }
  .overview-btn .btn:after {
    width: 50px;
    height: 6px;
  }
  .overview-detail-link-wrap .overview-link {
    font-size: 18px;
  }
  .overview-link2 {
    display: inline;
  }
  .overview-link2:after {
    display: inline-block;
  }
  .overview-content {
    margin-top: 60px;
  }
  .overview-image-wrap {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .overview-image-wrap:before {
    padding-top: 80.533%;
  }
  .overview-image-hakase {
    width: 26.933%;
    top: 17.54%;
    left: 2.8%;
  }
  .overview-image-school {
    width: 41.2%;
    top: 55.79%;
    left: 29.73%;
  }
  .overview-image-recruit {
    width: 39.2%;
    top: 24%;
    left: 60.8%;
  }
  .overview-image-career {
    width: 37.2%;
    top: 0%;
    left: 35.06%;
  }
  .overview-line-01 {
    width: 12.26%;
    top: 61.15%;
    left: 25.066%;
  }
  .overview-line-02 {
    top: 54.3%;
    left: 36.2%;
    width: 21.73%;
  }
  .overview-line-03 {
    top: 37.91%;
    left: 31.73%;
    width: 8.53%;
  }
  .overview-link-block-wrap {
    position: relative;
    margin-top: 25px;
    padding: 0 23px;
    width: 100%;
    height: auto;
  }
  .overview-link-block {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 25px;
    width: 100%;
  }
  .overview-link-block:last-child {
    margin-bottom: 0;
  }
  .overview-link-title {
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid #e1e1e1;
  }
  .overview-link-title.cog {
    padding-left: 0;
  }
  .overview-link-title.cog:before {
    display: none;
  }
  .overview-link-title.cog .sub {
    display: none;
  }
  .overview-link-list li {
    margin-bottom: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .overview-link-list li a {
    display: block;
    padding: 17px 0;
    color: #189e90;
  }
  .overview-link-list li .overview-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .overview-link-list li .overview-link:after {
    display: inline-block;
  }
  .overview-sp-link-wrap {
    display: block;
    position: absolute`    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 100%;
  }
  .overview-sp-link {
    position: absolute;
    -webkit-transform: translate(-50%, 30%);
    -ms-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
    min-width: 120px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 500ms ease-out;
    -o-transition: 500ms ease-out;
    transition: 500ms ease-out;
  }
  .overview-content.is-view .overview-sp-link {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .overview-sp-link-hakase {
    top: calc(100vw * 0.05);
    left: calc(100vw * 0.1786);
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .overview-sp-link-school {
    top: calc(100vw * 0.63);
    left: calc(100vw * 0.22);
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
  }
  .overview-sp-link-career {
    top: calc(100vw * -0.08);
    left: calc(100vw * 0.75);
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }
  .overview-sp-link-recruit {
    top: calc(100vw * 0.5);
    left: calc(100vw * 0.84);
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
  }
  .overview-sp-link a {
    position: relative;
    padding: 20px;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
  }
  .overview-sp-link a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 13px;
    height: 7px;
    background-image: url(/cogress/images/link_icon_03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .overview-sp-link-hakase a {
    color: #0053a5;
  }
  .overview-sp-link-school a {
    color: #ce8024;
  }
  .overview-sp-link-career a {
    color: #f60000;
  }
  .overview-sp-link-recruit a {
    color: #298d29;
  }
  .overview-sp-link.cog a {
    display: block;
    position: relative;
    text-align: left;
  }
  .overview-sp-link.cog a:before {
    content: "";
    display: block;
    position: absolute;
    top: 24 px;
    left: -12px;
    width: 28px;
    height: 25px;
    background-image: url(/cogress/images/logo_cogress.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .overview-sp-link.cog a:after {
    top: 60px;
  }
  .overview-bottom-btn {
    margin-top: 25px;
    width: 100%;
    height: 55px;
  }
  .overview-bottom-btn .btn {
    border-radius: 28px;
    font-size: 16px;
  }
  .overview-bottom-btn .btn:after {
    width: 50px;
    height: 6px;
  }
}

/* ===============================================================
 news
=============================================================== */
.news .container {
  padding-top: 100px;
}

.news-list {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.news-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid #cdcdcd;
}

.news-list li:first-child {
  border-top: 1px solid #cdcdcd;
}

.news-list .time {
  width: 158px;
  min-width: 158px;
  color: #0050aa;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.news-list .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 1.75;
}
.news-list .content .note {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .news .container {
    padding-top: 80px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .news-list {
    width: 100%;
  }
  .news-list li {
    display: block;
    padding: 30px 0;
  }
  .news-list .time {
    margin-bottom: 12px;
    width: 100%;
  }
  .news-list .content {
    font-size: 16px;
  }
  .news-list .content .note {
    font-size: 12px;
  }
}

/* ===============================================================
 awards
=============================================================== */
.awards .container {
  padding-top: 170px;
  padding-bottom: 140px;
  max-width: 800px;
}

.awards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.awards-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 3);
}

.awards-list .image {
  margin-bottom: 15px;
  width: 133px;
}

.awards-list .image img {
  width: 100%;
}

.awards-list .desc {
  text-align: center;
  line-height: 1.75;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .awards .container {
    padding-top: 75px;
    padding-bottom: 45px;
  }
  .awards-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .awards-list li {
    margin-bottom: 30px;
    width: 50%;
  }
  .awards-list li:nth-of-type(3) .desc {
    letter-spacing: -0.06em;
  }
  .awards-list .image {
    margin-bottom: 0;
    width: 123px;
  }
}

/* ===============================================================
 entry
=============================================================== */
.entry {
  position: relative;
  z-index: 2;
}

.entry .container {
  padding-top: 104px;
  padding-bottom: 140px;
}

.entry .section-title .en,
.entry .section-title .ja {
  color: #fff;
}

.entry .section-title .en:after,
.entry .section-title .ja:after {
  background-color: #fff;
}

.entry .section-title .line:after {
  background-color: #fff;
}

.entry .section-desc {
  color: #fff;
}

.entry .section-desc a {
  color: #fff;
}

.entry-button {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 70px;
  border-radius: 35px;
  background-color: #fff;
}

.entry-button a {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  color: #0050aa;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 35px;
  background-color: #fff;
  -webkit-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.entry-button a:hover {
  opacity: 0.7;
}

.entry-button a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 7px;
  background-image: url(/cogress/images/entry_button_icon.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.entry-button a:hover:after {
  -webkit-transform: translateY(-50%) translateX(8px);
  -ms-transform: translateY(-50%) translateX(8px);
  transform: translateY(-50%) translateX(8px);
}

.entry-note {
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .entry {
    height: 750px;
    margin-bottom: 30px;
  }
  .entry .container {
    padding-top: 75px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .entry .section-desc {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    line-height: 1.75;
    letter-spacing: -0.05em;
  }
  .entry-button {
    margin-top: 85px;
    width: 100%;
  }
  .entry-button a:after {
    right: 20px;
    width: 50px;
    height: 6px;
  }
  .entry-note {
    font-size: 12px;
  }
}

/* ===============================================================
 contact
=============================================================== */
.contact {
  position: relative;
  background-color: #ededed;
}

.contact .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.contact .desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.75;
}

.contact .button {
  width: 220px;
  height: 60px;
  border-radius: 30px;
}

.contact .button a {
  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;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background-color: #0050aa;
  -webkit-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  transition: 200ms ease-out;
}

.contact .button a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .contact .content {
    display: block;
  }
  .contact .button {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}


