@charset "UTF-8";
/* ::::::::::  Thinking Camp事業  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.mainContent.portal {
  background: #fff url("../img/service/portal/main_pc.png") no-repeat center top;
  background-size: 2000px auto;
}

@media (max-width: 999px) {
  .mainContent.portal {
    background: #fff;
  }
}

/* =========================================================
pageTopWrap
========================================================= */
.pageTopWrap {
  padding: 130px 0 80px;
}

@media (max-width: 999px) {
  .pageTopWrap {
    padding: 55px 0 70px;
  }
}

.pageTopWrap .pageTitle {
  margin: 20px 0 50px;
  color: #017f97;
}

@media (max-width: 999px) {
  .pageTopWrap .pageTitle {
    margin: 0 0 20px;
  }
  .mainContent .pageTopWrap .pageTitle span.en {
    line-height: 1;
    margin: 0 0 10px;
    font-size: 4.2rem;
  }
}

.pageTopWrap .pageTitleText {
  font-weight: bold;
}

.pageTopWrap .main_sp {
  max-width: calc(100% + 12%);
  margin: 0 -6% 30px;
}

/* =========================================================
movie
========================================================= */
.movie {
  background: #24272a;
}

.movie a {
  position: relative;
  display: block;
}

.movie a > img {
  width: 100%;
  transition: all 0.8s ease;
}

.movie a:hover > img {
  transform: scale(1.07);
  opacity: 0.8;
}

.movieBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.movieBtn img {
  display: block;
  margin: 0 auto 15px;
}

#videoModal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1500;
  background: #000;
}

#videoModal video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

#videoModal button {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 1501;
  border: none;
  background: none;
  width: 40px;
  height: 40px;
}

/* =========================================================
t_camp
========================================================= */
.t_camp .inner {
  padding: 80px 0;
}

@media (max-width: 999px) {
  .t_camp .inner {
    padding: 40px 0;
  }
}

.t_camp .jpTitle {
  margin-bottom: .75em;
}

.t_camp .jpTitle02 {
  margin-bottom: .5em;
  font-size: 1.8rem;
}

.t_campList {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2;
}

@media (max-width: 999px) {
  .t_campList {
    display: block;
  }
}

.t_campList dt {
  width: 190px;
  margin-right: 40px;
  margin-bottom: 50px;
}

@media (max-width: 999px) {
  .t_campList dt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .t_campList dt img {
    width: 100%;
  }
}

.t_campList dt:first-child {
  width: 330px;
  margin-right: 60px;
  margin-bottom: 85px;
}

@media (max-width: 999px) {
  .t_campList dt:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.t_campList dd {
  width: calc(100% - 230px);
  margin-bottom: 50px;
}

@media (max-width: 999px) {
  .t_campList dd {
    width: 100%;
    margin-bottom: 40px;
  }
}

.t_campList dd:first-of-type {
  width: calc(100% - 390px);
  margin-bottom: 85px;
}

@media (max-width: 999px) {
  .t_campList dd:first-of-type {
    width: 100%;
    margin-bottom: 40px;
  }
}

.t_campList + p {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.t_camp .linkList {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

@media (max-width: 999px) {
  .t_camp .linkList {
    display: block;
  }
}

.t_camp .linkList li {
  border: 1px solid #7b8187;
  width: 240px;
  margin: 0 10px;
}

@media (max-width: 999px) {
  .t_camp .linkList li {
    margin: 10px auto;
  }
}

.t_camp .linkList li a {
  display: block;
}

/* =========================================================
otherService
========================================================= */
.otherService {
  background: #f5f6f6;
}

.otherServiceList li.on .image::after {
  border-color: #fff;
}

/*# sourceMappingURL=map/service_portal.css.map */
