@charset "utf-8";
/* Subject Design Shikaku */
.obtain {
  text-align: center;
  padding: 80px 0;
  background: #f2f7fc;
}
.obtain .tit-txt {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
  max-width: 415px;
  margin: 0 auto 35px;
  padding-left: 60px;
}
.obtain .tit-txt::after {
  position: absolute;
  content: '';
  width: 210px;
  height: 12px;
  background: #fdfb7c;
  right: 0;
  bottom: -4px;
  z-index: -1;
}
.obtain .tit-txt .num {
  font-size: min(6.5vw, 65px);
  color: #4694d0;
}
.obtain .tit-txt .sub {
  font-size: 3.5rem;
  color: #4694d0;
}
.obtain .tit-txt .font::after {
  background: url(../images/subjects/subject_lifedesign/common/mark.svg) no-repeat center center/100% 100%;
  width: 50px;
  height: 65px;
  position: absolute;
  top: 10px;
  left: 0%;
  content: "";
}
.s-title {
  font-size: 2.2rem;
  background: url('../images/subjects/subject_lifedesign/common/bg-title.jpg');
  border-radius: 20px 20px 0 0;
  color: #fff;
  margin-bottom: 30px;
}
.obtain .list-qualifications {
  margin-top: 45px;
}
.obtain .list-examination {
  margin-top: 45px;
}
.obtain .list-qualifications ul {
  display: flex;
  flex-wrap: wrap;
}
.obtain .list-qualifications li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 27px;
  font-size: min(2vw, 2rem);
  height: 43px;
  line-height: 1.2;
  letter-spacing: 0em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.obtain .list-qualifications li::after {
  background: url(../images/subjects/subject_lifedesign/common/mark.svg) no-repeat center center/100% 100%;
  width: 33px;
  height: 43px;
  position: absolute;
  top: 0;
  left: 0%;
  content: "";
}
.obtain .list-qualifications li:nth-of-type(1), .obtain .list-qualifications li:nth-of-type(3n+1) {
  width: 26%;
}
.obtain .list-qualifications li:nth-of-type(2), .obtain .list-qualifications li:nth-of-type(3n+2) {
  width: 40%;
}
.obtain .list-qualifications li:nth-of-type(3n) {
  width: 34%;
}
.obtain .list-examination ul {
  display: flex;
  flex-wrap: wrap;
  list-style: disc;
}
.obtain .list-examination li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  list-style: disc;
}
.obtain .list-examination li:nth-of-type(1), .obtain .list-examination li:nth-of-type(3n+1) {
  width: 35%;
}
.obtain .list-examination li:nth-of-type(2), .obtain .list-examination li:nth-of-type(3n+2) {
  width: 31%;
}
.obtain .list-examination li:nth-of-type(3n) {
  width: 34%;
}
.obtain .list-examination li::before {
  background: #4694d0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 0%;
  content: "";
  border-radius: 100%;
}
.obtain .note {
  font-size: 1.2rem;
  text-align: right;
  margin-top: 5px;
}
.exam {
  padding: 90px 0;
  text-align: center;
}
.exam .exam-list {
  margin-top: 45px;
}
.exam .exam-list .exam-detail:not(:last-child) {
  margin-bottom: 50px;
}
.exam .exam-list .exam-detail:nth-of-type(1) .txt p:nth-of-type(2) {
  letter-spacing: -0.1em;
}
.exam .exam-list .exam-detail .img {
  width: 300px;
}
.exam .exam-list .exam-detail .txt {
  width: calc(100% - 320px);
  text-align: left;
  letter-spacing: 0;
}
.exam .exam-list .exam-detail .txt .exam-tit {
  font-size: 2rem;
  color: #4694d0;
  line-height: 1.5;
  margin-top: -5px;
  margin-bottom: 6px;
}
.system {
  padding: 80px 0 100px;
  background: #f2f7fc;
  text-align: center;
}
.system h3 {
  font-size: 2.5rem;
  background: url('../images/subjects/subject_lifedesign/common/bg-title.jpg');
  border-radius: 20px 20px 0 0;
  color: #fff;
  margin-bottom: 30px;
}
.system .system-detail {
  width: 32%;
}
.system .system-detail p {
  font-size: 2rem;
  line-height: 1.4;
  color: #4694d0;
  margin-top: 10px;
}
.system table {
  background: #fff;
  margin-top: 50px;
  border-collapse: collapse;
  border-style: hidden;
  border: 1px solid #ccc;
}
.system table tr th {
  width: 230px;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #fff;
  background: #4694d0;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.system table tr td {
  width: calc(100% - 230px);
  font-size: 1.5rem;
  padding: 10px 15px;
  border-bottom: 1px solid #cccccc;
}
.system table tr th, .system table tr td {
  vertical-align: middle;
  letter-spacing: 0;
}
.life-shikaku .bottom-page {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .obtain {
    padding: 60px 0;
  }
  .obtain .tit-txt {
    font-size: 2rem;
    margin-bottom: 45px;
    max-width: 340px;
  }
  .obtain .tit-txt::after {
    width: 170px;
  }
  .obtain .tit-txt .num {
    font-size: 5rem;
  }
  .obtain .tit-txt .sub {
    font-size: 2.8rem;
  }
  .obtain .tit-txt {
    padding-left: 55px;
  }
  .obtain .tit-txt .font::after {
    width: 40px;
    top: 0px;
    left: 6px;
  }
  .obtain p.text {
    letter-spacing: 0.01em;
    padding-bottom: 15px;
  }
  .obtain .list-qualifications {
    margin-top: 30px;
  }
  .obtain .list-qualifications li {
    font-size: min(4vw, 1.8rem);
    letter-spacing: 0;
    height: auto;
    line-height: 2.2rem;
  }
  .obtain .list-qualifications li::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .obtain .list-qualifications li:nth-of-type(1), .obtain .list-qualifications li:nth-of-type(3n+1), .obtain .list-qualifications li:nth-of-type(2), .obtain .list-qualifications li:nth-of-type(3n+2), .obtain .list-qualifications li:nth-of-type(3n) {
    width: 100%;
  }
  .obtain .list-examination li:nth-of-type(1), .obtain .list-examination li:nth-of-type(3n+1), .obtain .list-examination li:nth-of-type(2), .obtain .list-examination li:nth-of-type(3n+2), .obtain .list-examination li:nth-of-type(3n) {
    width: 100%;
  }
  .obtain .note {
    text-align: left;
    display: flex;
  }
  .exam .title span {
    padding: 0;
  }
  .exam .exam-list .exam-detail .img {
    width: 100%;
  }
  .exam .exam-list .exam-detail .img img {
    width: 100%;
  }
  .exam .exam-list .exam-detail .txt {
    width: 100%;
  }
  .exam .exam-list .exam-detail .txt .exam-tit {
    text-align: center;
    margin: 15px 0 10px;
  }
  .exam .exam-list .exam-detail:not(:last-child) {
    margin-bottom: 45px;
  }
  .system h3 {
    font-size: 2.2rem;
    line-height: 1.36;
    padding: 10px 0;
  }
  .system .system-detail {
    width: 100%;
    margin-bottom: 30px;
  }
  .system table {
    margin-top: 20px;
  }
  .system table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .system table tr th, .system table tr td {
    width: 100%;
    padding-left: 12px;
  }
  .system table tr th {
    border-right: none;
  }
  .system {
    padding: 80px 0;
  }
  .exam {
    padding: 70px 0;
  }
  .list-sp {
    display: flex !important;
  }
  .obtain .list-qualifications .list-sp ul {
    display: flex;
    justify-content: space-between;
    width: 50%;
  }
  .obtain .list-qualifications ul.list-sp-1 li:first-child {
    height: 43px;
  }
  .obtain .list-qualifications .list-sp li {
    margin-bottom: 30px;
  }
  .obtain .list-examination {
    margin-top: 30px;
  }
}
@media (max-width:370px) {
  .obtain .tit-txt {
    font-size: 1.8rem;
  }
  .exam .title span {
    letter-spacing: 0;
  }
}