@charset "UTF-8";
/*--------------------------------------

variables

--------------------------------------*/
.conceptHeadWrap {
  margin-bottom: 50px;
}

.conceptHeadComment {
  margin-bottom: 15px;
}

.fullImg {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 30%;
  z-index: 1;
  margin-bottom: 50px;
}
.fullImg img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dlWrap {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.dlWrap > dl {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
.dlWrap > dl > dt {
  font-size: 1.6rem;
  color: rgb(65, 149, 233);
  font-weight: 900;
  margin-bottom: 7px;
}
.dlWrap > dl > dd {
  font-size: 1.6rem;
  line-height: 1.7;
}

.ddTitle {
  color: #0059B2;
  font-weight: 900;
}

.scheduleList li {
  margin-bottom: 3px;
}

.recruitingMessage {
  color: rgb(230, 0, 18);
  margin-bottom: 5px;
}

.recruitingList li {
  display: flex;
  justify-content: space-between;
}

.recruitCourse {
  width: 120px;
}

.recruitCapacity {
  flex-basis: calc(100% - 130px);
}
.recruitCapacity .capaCom {
  display: block;
  font-size: 1.3rem;
}

.capaBox {
  display: flex;
  align-items: center;
}

.limitIcon {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  background: #b60600;
  font-size: 1rem;
  margin-left: 10px;
}

.limitIcon2 {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  background: #0010a1;
  font-size: 1rem;
  margin-left: 10px;
}

.startTable {
  width: 100%;
  border: 1px solid #ddd;
}
.startTable th, .startTable td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}
.startTable th {
  background: #eee;
}

.scroll {
  overflow: auto;
  white-space: nowrap;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

.costWrap dl {
  margin-bottom: 5px;
}
.costWrap dt {
  color: #0059B2;
}
.costWrap dt:before {
  content: "■";
  font-weight: 900;
  margin-right: 5px;
}
.costWrap dd {
  padding: 3px;
  color: rgb(230, 0, 18);
}

.costAttention li {
  font-size: 1.3rem;
  text-indent: -1.7rem;
  padding-left: 1.7rem;
}
.costAttention li:before {
  content: "※";
  margin-right: 5px;
}

.inqWrap > :first-child {
  margin-bottom: 25px;
}

.inqTitle {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.lightBlue {
  border-left: 7px solid rgb(65, 149, 233);
  border-bottom: 1px solid rgb(65, 149, 233);
}

.blue {
  border-left: 7px solid #0059B2;
  border-bottom: 1px solid #0059B2;
}

.inqName {
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.inqContact {
  margin-bottom: 10px;
}
.inqContact li {
  font-size: 2.5rem;
  line-height: 1.5;
  color: rgb(230, 0, 18);
  display: flex;
  align-items: center;
}
.inqContact li a, .inqContact li .telLink {
  color: rgb(230, 0, 18);
}
.inqContact li .inqTelTime {
  color: #444;
  display: block;
  font-size: 1.3rem;
}

.inqTel,
.inqFax {
  font-weight: 900;
}
.inqTel:before,
.inqFax:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.inqTel:before {
  background: url(../images/icon_tel-red.svg) no-repeat;
}

.inqFax:before {
  background: url(../images/icon_fax-red.svg) no-repeat;
}

.inqMail {
  font-weight: 900;
  margin-top: 5px;
}
.inqMail::before {
  content: "";
  background: url(../images/icon_mail-red.svg) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.conceptApplyBtn {
  width: 250px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 20px;
}
.conceptApplyBtn::after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
.conceptApplyBtn:hover {
  color: #fff;
}

.applyBlue {
  background: rgb(65, 149, 233);
  transition: background-color 0.3s;
}
.applyBlue:hover {
  background: rgba(65, 149, 233, 0.8);
}

.applyRed {
  background: rgb(230, 0, 18);
  transition: background-color 0.3s;
}
.applyRed:hover {
  background: rgb(255, 0, 21);
}

.applyOff {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #ddd;
  color: #666;
}

.inqAttention {
  font-size: 1.3rem;
  color: rgb(230, 0, 18);
}

.inqContactText {
  font-weight: 900;
}

.faxTitle {
  padding: 5px 10px;
  margin-bottom: 10px;
  border-left: 7px solid rgb(65, 149, 233);
  border-bottom: 1px solid rgb(65, 149, 233);
}

.faxNum {
  font-weight: 900;
  color: rgb(230, 0, 18);
}

.faxAppryList {
  margin-bottom: 15px;
}

.faxAppryList li {
  margin-bottom: 7px;
}
.faxAppryList li a {
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 15px;
  background: #eee;
  transition: all 0.3s;
}
.faxAppryList li a:hover {
  color: #0059B2;
  background: #ddd;
}

.fa-download {
  margin-left: 10px;
}

.faxAttention {
  color: rgb(230, 0, 18);
}
.faxAttention span {
  background: linear-gradient(transparent 65%, #FFFF99 0%);
}

.faxPreparation {
  border-radius: 20px;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 15px;
  background: #ddd;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px){
  .conceptHeadWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .conceptHeadComment {
    flex-basis: 460px;
  }
  .conceptHeadPhoto {
    flex-basis: calc(100% - 480px);
  }
  .fullImg {
    height: 350px;
    margin-bottom: 80px;
    background: url("../images/concept_photo_02.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 0%;
  }
  .fullImg img {
    display: none;
  }
  .dlWrap {
    padding-top: 20px;
  }
  .dlWrap > dl {
    padding: 0 10px 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
  }
  .dlWrap > dl > dt {
    flex-basis: 140px;
    margin-bottom: 0;
  }
  .dlWrap > dl > dd {
    flex-basis: calc(100% - 180px);
  }
  .limitIcon {
    width: 100px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .limitIcon2 {
    width: 100px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .inqWrap {
    display: flex;
    justify-content: space-between;
  }
  .inqBox {
    flex-basis: 48%;
  }
  .conceptApplyBtn {
    height: 40px;
  }
  .faxAppryList li {
    width: 330px;
  }
  .faxAppryList li a {
    height: 40px;
  }
  .faxPreparation {
    width: 300px;
  }
}

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