@charset "UTF-8";

.college-plan img {
  width: 100%;
}
.college-plan .margin-wrap {
  max-width: 1120px;
  margin: auto;
}
.college-plan .flex-box {
  display: flex;
  justify-content: center;
}
.college-plan .section-title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.college-plan .section-title::after {
  background-color: #F7931E;
  content: "";
  display: block;
  width: 96px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.college-plan .section-title span {
  color: #F7931E;
}
.college-plan p {
  font-size: 16px;
  line-height: 2;
}

.college-plan .sec1 .lead {
  align-items: center;
  justify-content: space-between;
  margin: 80px auto;
}
.college-plan .sec1 .lead .text-box {
  width: 40%;
}
.college-plan .sec1 .lead .img-box {
  width: 55%;
}
.college-plan .sec2 {
  background-image: url(../img/course/college-plan/texture.png);
  background-size: 34px;
  background-repeat: repeat;
  padding: 100px 0 80px;
}
.college-plan .sec2 .flex-box {
  border-top: 1px solid #dddddd;
  padding: 40px 0;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.college-plan .sec2 .flex-box:first-child {
  border-top: none;
}
.college-plan .sec2 .text-box {
  width: 45%;
}
.college-plan .sec2 .img-box {
  width: 50%;
}
.college-plan .sec2 .no {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.college-plan .sec2 .no:nth-child(2){
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
.college-plan .sec2 .no .num {
  width: 86px;
  margin-right: 24px;
}
.college-plan .sec2 .no h3 {
  width: calc(100% - 110px);
  color: #F7931E;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
}
.college-plan .sec2 .no h3 span {
  display: block;
  font-size: 60%;
  color: #595757;
  font-weight: normal;
}
.college-plan .sec2 p.class {
  font-weight: bold;
  margin-top: 1em;
}
.college-plan .sec2 .taisyo li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.75;
  padding: 0 5px;
}
.college-plan .sec2 .list-box-wrapper {
  width: 50%;
}
.college-plan .sec2 .list-box {
  background-color: #f7f8fc;
  border-radius: 10px;
  padding: 2em 1.5em;
  position: relative;
}
.college-plan .sec2 .list-box .label {
  max-width: 200px;
  border-radius: 20px;
  background: #F7931E;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}
.college-plan .sec2 .list-box ul {
  display: flex;
  flex-wrap: wrap;
}
.college-plan .sec2 .list-box ul li {
  width: 50%;
  line-height: 1.75;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: bold;
}
.college-plan .sec2 .list-box ul li::before {
  color: #F7931E;
  counter-increment: ol_li;
  content: "・";
  padding: 0 0.25em 0 0.1em;
}
.college-plan .sec2 .list-box .sub {
  font-size: 14px;
  text-align: right;
  margin-top: 0.5em;
}

.college-plan .sec3 {
  padding: 80px 0 100px;
}
.college-plan .sec3 table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 1120px;
}
.college-plan .sec3 table thead {
  background: #fdf3e9;
}
.college-plan .sec3 table th.sanno {
  background-color: #E9F6FC;
}
.college-plan .sec3 table .wiz {
  color: #F7931E;
}
.college-plan .sec3 table .sanno {
  color: #3EAAE6;
}
.college-plan .sec3 table th,
.college-plan .sec3 table td {
  border: 1px solid #ccc;
  line-height: 1.75;
  letter-spacing: 1px;
  padding: 15px 20px;
}
.college-plan .sec3 table th {
  color: #fff;
  font-size: 18px;
  width: 120px;
  vertical-align: middle;
}
.college-plan .sec3 table th.orange1 {
  background-color: rgba(247, 147, 30, 0.6);
}
.college-plan .sec3 table th.orange2 {
  background-color: rgba(247, 147, 30, 0.8);
}
.college-plan .sec3 table th.orange3 {
  background-color: #F7931E;
}
.college-plan .sec3 table td {
  background-color: #fff;
  font-size: 14px;
  width: 440px;
}
.college-plan .sec3 table td strong {
  display: block;
}
.college-plan .sec3 table td.center {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.college-plan .sec3 .flex-box {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 780px;
  margin: 80px auto 0;
}
.college-plan .sec3 .text-box {
  width: 50%;
}
.college-plan .sec3 .text-box p {
  color: #F7931E;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
}
.college-plan .sec3 .img-box {
  width: 45%;
}

.college-plan .sec4 {
  background-image: url(../img/course/college-plan/bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
}
.college-plan .sec4 p {
  color: #F7931E;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.college-plan .sec4 a {
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(236, 134, 0, 0.1);
  border-radius: 32px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 1.25em 1em;
  max-width: 540px;
  width: 85%;
  margin: auto;
  position: relative;
}
.college-plan .sec4 a:hover {
  background-color: #fcf4ed;
}
.college-plan .sec4 a::after {
  background-image: url(../img/course/college-plan/icon-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  z-index: 0;
}

.college-plan .sec2.bg {
  background: url(../img/libs/bg01.png);
}
.college-plan .sec3.bg {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 769px){
  .college-plan {
    margin-top: 50px;
  }
  .college-plan .margin-wrap {
    width: 90%;
  }
  .college-plan .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .college-plan p {
    font-size: 14px;
  }

  .college-plan .sec1 h2 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .college-plan .sec1 .lead {
    display: block;
    margin: 50px auto;
  }
  .college-plan .sec1 .lead .text-box {
    width: 100%;
  }
  .college-plan .sec1 .lead .img-box {
    margin-top: 40px;
    width: 100%;
  }

  .college-plan .sec2 .flex-box {
    display: block;
  }
  .college-plan .sec2 .text-box {
    width: 100%;
  }
  .college-plan .sec2 .img-box {
    margin-top: 20px;
    width: 100%;
  }
  .college-plan .sec2 .no h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .college-plan .sec2 .list-box-wrapper {
    width: 100%;
    margin-top: 50px;
  }
  .college-plan .sec2 .list-box ul {
    display: block;
  }
  .college-plan .sec2 .list-box ul li {
    width: 100%;
  }

  .college-plan .sec3 {
    padding: 80px 0;
  }
  .college-plan .sec3 table {
    width: 960px;
  }
  .college-plan .sec3 table th,
  .college-plan .sec3 table td {
    padding: 10px 15px;
  }
  .college-plan .sec3 table th {
    font-size: 14px;
    width: 110px;
  }
  .college-plan .sec3 table td {
    font-size: 12px;
    width: 370px;
  }
  .college-plan .sec3 .flex-box {
    display: block;
    margin: 50px auto 0;
  }
  .college-plan .sec3 .text-box {
    width: 100%;
  }
  .college-plan .sec3 .text-box p {
    font-size: 20px;
    text-align: center;
  }
  .college-plan .sec3 .img-box {
    width: 100%;
    margin-top: 30px;
  }

  .college-plan .sec4 p {
    font-size: 20px;
  }
  .college-plan .sec4 a {
    font-size: 16px;
  }
}
