/* max-width 960px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px

	z-index
   1  body .site

*/

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
.top-img {
  background-image: url(../img/training-program/img-top-back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 7rem 0;
  border-radius: 200px 0 0 / 200px 0 0 0;
}
.top-img h2 {
  font-size: 132px;
  color: #fff;
  letter-spacing: 3px;
}
.top-img h2 span.initials {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  display: inline-block;
}
.top-img p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .top-img {
    background-image: url(../img/training-program/img-top-back-sp.webp);
    background-position: top left;
    padding: 5rem 0 10rem;
    border-radius: 110px 0 0 / 110px 0 0 0;
  }
  .top-img h2 {
    font-size: 68px;
  }
  .top-img p {
    font-size: 16px;
  }
}

/*****************************  研修プログラム ***************************/
.basics {
  background-color: #d4e7ff;
  border-radius: 0 0 200px / 0 0 200px 0;
  padding: 5rem 0;
}
.basics .frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basics .frame .box-left {
  flex-basis: 57%;
}
.basics .frame .box-left h3 {
  color: #122487;
  font-size: 42px;
  font-weight: normal;
  line-height: 140%;
  padding-left: 60px;
  position: relative;
}
.basics .frame .box-left h3::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 1px;
  background-color: #122487;
  position: absolute;
  top: 30px;
  left: 0;
}
.basics .frame .box-left .img {
  font-size: 42px;
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-top: 3rem;
  margin-right: 3rem;
  position: relative;
  z-index: 1;
}
.basics .frame .box-left .img::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  background-color: #fff;
  border-radius: 38% 0 0 / 52% 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.basics .frame .box-right {
  flex-basis: 40%;
}
.basics .frame .box-right .img {
  max-width: 425px;
  width: auto;
  margin-left: auto;
}
.basics .frame .box-right p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .basics {
    border-radius: 0;
  }
  .basics .frame {
    display: block;
  }
  .basics .frame .box-left h3 {
    font-size: 20px;
    padding-left: 35px;
    width: fit-content;
    margin: 0 auto;
  }
  .basics .frame .box-left h3::before {
    width: 30px;
    top: 14px;
  }
  .basics .frame .box-left .img {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .basics .frame .box-right {
    margin-top: 2rem;
  }
}

.off-jt {
  background-color: #fff;
  padding: 5rem 0;
}
.off-jt .frame .title {
  margin: 0 50px;
  margin-bottom: 3rem;
}
.off-jt .frame .title h3 {
  font-size: 94px;
  color: #122487;
  letter-spacing: 3px;
}
.off-jt .frame .title p {
  color: #122487;
  font-size: 24px;
  font-weight: bold;
}
.off-jt .frame .off-jt-box-all .off-jt-box {
  background-color: #fbfbfb;
  border: 2px solid #aabdd2;
  border-radius: 30px;
}
.off-jt .frame .off-jt-box-all .off-jt-box:last-of-type {
  margin-top: 5rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box {
  padding: 50px;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .sub-title {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .sub-title h4 {
  font-size: 24px;
  color: #122487;
  border-left: 9px solid #122487;
  padding: 0.5rem 1rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .sub-title p {
  padding-left: 2rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt {
  flex-basis: 465px;
  margin-left: 2rem;
  order: 2;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt h5 {
  color: #fff;
  background-color: #122487;
  font-size: 20px;
  padding: 0.5rem 1.5rem;
  border-radius: 25px 0 0 / 25px 0 0 0;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt ul {
  list-style: disc;
  list-style-position: inside;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt p {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt p.note {
  margin-bottom: 0;
  font-size: 14px;
  padding-top: 1rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .img {
  flex-basis: 46%;
  order: 1;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con01 .img img {
  width: 180px;
  margin-left: 2rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con02 .img {
  text-align: right;
  margin-top: -1.5rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con02 .img img {
  width: 300px;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con03 .img {
  margin-top: 1rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con03 .img img {
  width: 350px;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con04 .img img {
  width: 385px;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con05 {
  margin-top: 1rem;
}
.off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con05 .img img {
  width: 395px;
}
@media screen and (max-width: 820px) {
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con02 .img {
    margin-top: 1rem;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con04 .img img,
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con05 .img img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .off-jt .frame {
    padding: 0;
  }
  .off-jt .frame .title {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .off-jt .frame .title h3 {
    font-size: 78px;
  }
  .off-jt .frame .title p {
    font-size: 16px;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .sub-title {
    display: block;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .sub-title h4 {
    font-size: 20px;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .sub-title p {
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con {
    display: block;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt {
    margin-left: 0;
    margin-top: 2rem;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt h5 {
    line-height: 140%;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt p {
    margin-bottom: 2rem;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .txt p.note {
    padding-top: 0;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con .img {
    text-align: center !important;
    margin-top: 1rem;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con01 .img img {
    margin-left: 0;
  }
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con02 .img img,
  .off-jt .frame .off-jt-box-all .off-jt-box .box .program-con.con03 .img img {
    width: 100%;
  }
}

.schedule {
  background-color: #d4e7ff;
  border-radius: 300px 0 0 / 300px 0 0 0;
  padding: 7rem 0 5rem;
  position: relative;
}
.schedule .frame {
  max-width: 1000px;
  width: auto;
  margin: 0 auto;
  position: relative;
}
.schedule .frame .clock {
  max-width: 205px;
  width: 100%;
  position: absolute;
  top: -3rem;
  right: 0;
}
.schedule .frame .title h2 {
  font-size: 94px;
  color: #122487;
  letter-spacing: 3px;
}
.schedule .frame .title h2 span.initials {
  color: transparent;
  -webkit-text-stroke: 2px #122487;
  display: inline-block;
}
.schedule .frame .title p {
  color: #122487;
  font-size: 24px;
  font-weight: bold;
}
.schedule .frame .schedule-all {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
.schedule .frame table {
  position: relative;
}
.schedule .frame table::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-left: 4px dotted #000;
  position: absolute;
  top: 0;
  left: 31px;
  z-index: 0;
}
.schedule .frame table tr {
  display: block;
}
.schedule .frame table tr:not(:last-of-type) {
  margin-bottom: 1rem;
}
.schedule .frame table th {
  color: #fff;
  font-size: 44px;
  text-align: justify;
  width: 6rem;
  position: relative;
  z-index: 1;
}
.schedule .frame table th span.color {
  background-color: #122487;
  padding: 0.2rem 0.5rem 0.4rem;
  display: inline-block;
}
.schedule .frame table th span.small {
  font-size: 24px;
}
.schedule .frame table td {
  color: #122487;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
.schedule .frame table td.detail {
  display: block;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
}
.schedule .frame .one-day {
  flex-basis: 55%;
}
.schedule .frame .one-day h3 {
  font-size: 24px;
  line-height: 140%;
  color: #122487;
  border-left: 9px solid #122487;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.schedule .frame .one-day p {
  font-size: 58px;
  font-weight: bold;
  line-height: 120%;
}
.schedule .frame .one-day .box {
  display: flex;
  justify-content: space-between;
}
.schedule .frame .one-day .am p {
  color: #77b8ff;
}
.schedule .frame .one-day .pm p {
  color: #00c0e2;
}
.schedule .frame .one-day ul li {
  color: #122487;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.2rem 1.5rem 0.2rem 0.5rem;
  margin-top: 0.5rem;
}
.schedule .frame .one-day ul li span.time {
  border-right: 1px solid #122487;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  width: 50px;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .schedule {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 821px) {
  .schedule .frame .one-day .box div {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 820px) {
  .schedule {
    text-align: center;
  }
  .schedule .frame {
    display: inline-block;
    text-align: justify;
  }
  .schedule .frame .clock {
    max-width: 150px;
  }
  .schedule .frame .schedule-all {
    display: block;
  }
  .schedule .frame .one-day {
    margin-top: 3rem;
  }
  .schedule .frame .one-day .box {
    justify-content: left;
  }
  .schedule .frame .one-day .box div {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .schedule {
    border-radius: 200px 0 0 / 200px 0 0 0;
  }
  .schedule .frame .clock {
    max-width: 140px;
    top: -8rem;
    right: -1rem;
  }
  .schedule .frame .title h2 {
    font-size: 71px;
  }
  .schedule .frame .title p {
    font-size: 16px;
  }
  .schedule .frame table {
    width: 100%;
  }
  .schedule .frame table th {
    font-size: 36px;
  }
  .schedule .frame table th span.small {
    font-size: 20px;
  }
  .schedule .frame table td {
    font-size: 16px;
  }
  .schedule .frame table td.detail {
    font-size: 14px;
  }
  .schedule .frame .one-day h3 {
    font-size: 20px;
  }
  .schedule .frame .one-day .box {
    display: block;
  }
  .schedule .frame .one-day .box div {
    margin-right: 0;
    margin-top: 1rem;
  }
}
