.sec-container {
  box-shadow: 0 0 13px 2px rgba(0, 162, 154, 0.2);
  padding: 40px 24px 80px;
}
@media only screen and (max-width: 768px) {
  .sec-container {
    padding-bottom: 40px;
  }
}

.js-ac-btn.active .plus-btn::after {
  opacity: 0;
}

.plus-btn {
  position: absolute;
  background: #FFF;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.plus-btn::before, .plus-btn::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  background: #333;
  transition: all 0.3s;
}
.plus-btn::before {
  transform: translateX(-50%) translateY(-50%);
}
.plus-btn::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .plus-btn {
    width: 34px;
    height: 34px;
  }
  .plus-btn::before, .plus-btn::after {
    width: 22px;
    height: 2px;
  }
}

.js-ac-btn.active .plus-btn::after {
  content: none;
}

#top .sec-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 312px;
  margin-top: 88px;
  background: url(../img/enrollment/top-bg.png) center 43.5%/cover no-repeat;
}
#top .sec-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  opacity: 0.7;
}
#top .sec-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 27.24%;
  background: url(../img/common/bg-dot.png) top left/auto 260% repeat-x;
  opacity: 0.55;
}
#top .sec-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 0;
  padding-top: 7rem;
}
@media print, screen and (max-width: 1024px) {
  #top .sec-inner {
    margin-top: 62px;
  }
  #top .sec-title {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #top .sec-inner {
    height: 200px;
  }
  #top .sec-title {
    font-size: 3.2rem;
  }
}

#enrollment {
  margin-bottom: 90px;
}
#enrollment .sec-inner {
  margin-top: 86px;
}
#enrollment .sec-banner {
  display: block;
  width: 41.96%;
  margin: 0 auto 80px;
  box-shadow: 0 0 13.3px 2px rgba(0, 162, 154, 0.2);
  position: relative;
}
#enrollment .sec-banner::before {
  content: "";
  position: absolute;
  width: 87px;
  height: 87px;
  bottom: 0;
  right: 0;
  background: url(../img/common/check.svg) center/contain no-repeat;
}
#enrollment .sec-container + .sec-container {
  margin-top: 90px;
}
#enrollment .sec-container:nth-of-type(1) .sec-box .box-top {
  background: #C4A1EC;
  box-shadow: 4px 4px 0 2px #5B3882;
}
#enrollment .sec-container:nth-of-type(1) .sec-box .box-top:hover {
  background: #7F54B1;
}
#enrollment .sec-container:nth-of-type(1) .sec-box .box-top .txt img {
  width: 123px;
}
#enrollment .sec-container:nth-of-type(1) .sec-box:nth-of-type(1) .box-top img {
  left: -103px;
}
#enrollment .sec-container:nth-of-type(1) .sec-box:nth-of-type(2) .box-top img {
  right: -129px;
}
#enrollment .sec-container:nth-of-type(1) .sec-box:nth-of-type(3) .box-top img {
  left: -115px;
}
#enrollment .sec-container:nth-of-type(1) .sec-box:nth-of-type(4) .box-top img {
  right: -123px;
}
#enrollment .sec-container:nth-of-type(2) .sec-box .box-top {
  background: #00C4BB;
  box-shadow: 4px 4px 0 2px #05615C;
}
#enrollment .sec-container:nth-of-type(2) .sec-box .box-top:hover {
  background: #00867F;
}
#enrollment .sec-container:nth-of-type(2) .sec-box .box-top .txt img {
  width: 151px;
}
#enrollment .sec-container:nth-of-type(2) .sec-box:nth-of-type(1) .box-top img {
  left: -140px;
}
#enrollment .sec-container:nth-of-type(2) .sec-box:nth-of-type(2) .box-top img {
  right: -140px;
}
#enrollment .sec-container .box-list {
  width: 123rem;
  margin: 0 auto;
}
#enrollment .sec-box {
  margin: 64px auto 0;
  width: 100%;
}
#enrollment .sec-box .box-top {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding: 24px 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.3s cubic-bezier(0.45, 0, 0.55, 1), background 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
#enrollment .sec-box .box-top:not(.active):hover {
  transform: translate(4px, 4px);
  box-shadow: none !important;
}
#enrollment .sec-box .box-top.active {
  box-shadow: none !important;
}
#enrollment .sec-box .box-top.active + .box-content .line {
  background-size: 100% 100%;
}
#enrollment .sec-box .box-top .txt {
  display: inline-block;
  position: relative;
}
#enrollment .sec-box .box-top .txt img {
  content: "";
  position: absolute;
  bottom: -24px;
}
#enrollment .sec-box .box-top .plus-btn {
  right: 50px;
}
#enrollment .sec-box .box-content {
  background: #F5F5F5;
  padding: 40px 24px 80px;
  text-align: center;
  display: none;
}
#enrollment .sec-box .bg-white {
  margin: 0 auto;
  width: 104rem;
  background: #FFF;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1;
     border-image: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%) 1;
  padding: 40px 8.93% 80px;
  text-align: center;
}
#enrollment .sec-text {
  font-size: 18px;
  line-height: 1.8;
  display: block;
  text-align: left;
}
#enrollment .sec-text-2 {
  text-align: center;
}
#enrollment .sec-item {
  background: #B3EDEB;
  border-radius: 50px;
  padding: 50px 9.38%;
  width: 100%;
  margin: 32px auto 0;
}
#enrollment .sec-item .table-header {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  background: #00C4BB;
}
#enrollment .sec-item .table-row {
  display: grid;
  grid-template-columns: 384fr 303fr;
  gap: 0 5px;
}
#enrollment .sec-item .table-row + .table-row {
  margin-top: 10px;
}
#enrollment .sec-item .table-left {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #FFF;
  background: #00C4BB;
  padding: 15px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#enrollment .sec-item .table-right {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  background: #FFF;
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#enrollment .sec-item .table-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  background: #FFF;
  padding: 15px 8px;
  margin-top: 8px;
}
#enrollment .sec-item .table-box {
  background: #00C4BB;
  padding: 15px 8px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 70px;
  position: relative;
}
#enrollment .sec-item .table-box::before {
  position: absolute;
  content: "";
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 66px;
  background: url(../img/common/triangle.png) center/contain no-repeat;
}
#enrollment .sec-item .table-box .top {
  font-size: 24px;
  background: #FFF;
  margin-bottom: 10px;
}
#enrollment .sec-item .table-box .col {
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#enrollment .sec-item .table-note {
  background: #F5F5F5;
  font-size: 16px;
  padding: 24px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
}
#enrollment .sec-item .large {
  font-size: 32px;
}
#enrollment .sec-item .text {
  font-size: 18px;
  display: inline-block;
  text-align: left;
}
#enrollment .sec-item .top-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
#enrollment .sec-item-2 {
  width: 99%;
  padding: 30px 7.69%;
  margin-bottom: 0;
}
#enrollment .sec-item-2 .table-row {
  grid-template-columns: 200fr 665fr;
}
#enrollment .sec-item-2 .table-left {
  padding: 8px 8px;
}
#enrollment .sec-item-3 {
  width: 99%;
  padding: 30px 11.65% 30px 3.88%;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 152fr 678fr;
  gap: 0 3.88%;
  align-items: center;
}
#enrollment .sec-item-3:not(:nth-of-type(1)) {
  margin-top: 16px;
}
#enrollment .sec-item-3 .table-row {
  grid-template-columns: 191fr 482fr;
}
#enrollment .sec-item-3 .table-left {
  padding: 8px 8px;
}
#enrollment .sec-item-3 .part {
  font-size: 24px;
  font-weight: 700;
}
#enrollment .sec-item.col-y {
  background: #FFE9B3;
}
#enrollment .sec-item.col-y .table-left {
  background: #FFB400;
}
#enrollment .sec-points {
  margin: 40px auto 0;
}
#enrollment .sec-points .item {
  padding-left: 13px;
  text-align: left;
  font-size: 18px;
  position: relative;
}
#enrollment .sec-points .item::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #333;
}
#enrollment .sec-points .item + .item {
  margin-top: 1.8em;
}
#enrollment .sec-points .item + .item-mt0 {
  margin-top: 0;
}
#enrollment .sec-points .line {
  background: linear-gradient(transparent 7%, #FFB400 7% 95%, transparent 95%) left/0% 100% no-repeat;
  display: inline;
  transition: background-size 1s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#enrollment .sec-points .underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#enrollment .sec-image {
  margin: 18px auto 0;
}
#enrollment .sec-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81.92%;
  border-radius: 100px;
  background: #8CE3DE;
  font-size: 24px;
  font-weight: 700;
  color: #084C49;
  line-height: 1.5;
  padding: 41px 10px 31px 10px;
  box-shadow: 4px 4px 0 2px #05615C;
  margin: 24px auto 0;
  position: relative;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
#enrollment .sec-btn:hover {
  transform: translate(4px, 4px);
  box-shadow: none;
}
#enrollment .sec-btn .icon {
  position: absolute;
  content: "";
  width: 75px;
  height: auto;
  bottom: 0;
  left: 11%;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
#enrollment .sec-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/bg-dot-20.png) top center/500px 250px repeat;
  border-radius: 100px;
  z-index: -1;
}
#enrollment .sec-btn .large {
  font-size: 40px;
}
#enrollment .sec-btn .txt {
  z-index: 3;
  position: relative;
  display: inline-block;
}
#enrollment .sec-btn .txt::after {
  content: "";
  position: absolute;
  width: 41px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 50px);
  background: url(../img/common/pdf.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 1920px) {
  #enrollment .sec-banner {
    width: 600px;
    max-width: 100%;
  }
  #enrollment .sec-container .box-list {
    width: 100%;
    max-width: 1230px;
  }
  #enrollment .sec-box .bg-white {
    width: 100%;
    max-width: 1040px;
    padding-left: 4.89vw;
    padding-right: 4.89vw;
  }
  #enrollment .sec-item {
    padding-left: 4.16vw;
    padding-right: 4.16vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #enrollment {
    margin-bottom: 40px;
  }
  #enrollment .sec-item .table-row {
    grid-template-columns: 1fr 1fr;
  }
  #enrollment .sec-btn {
    width: 95.65%;
    max-width: 400px;
    padding: 30px 10px 29px;
    font-size: 16px;
  }
  #enrollment .sec-btn .large {
    font-size: 20px;
  }
  #enrollment .sec-btn .icon {
    width: 2.695em;
  }
  #enrollment .sec-btn .txt::after {
    left: calc(100% + 13px);
    width: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #enrollment .sec-inner {
    margin-top: 40px;
    padding: 0;
  }
  #enrollment .sec-banner {
    max-width: calc(100% - 4.8rem);
    margin-bottom: 40px;
  }
  #enrollment .sec-container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  #enrollment .sec-container + .sec-container {
    margin-top: 40px;
  }
  #enrollment .sec-box + .sec-box {
    margin-top: 28px;
  }
  #enrollment .sec-box:first-child {
    margin-top: 0;
  }
  #enrollment .sec-box .box-top {
    padding: 25px 63px 25px 24px;
    font-size: 20px;
    text-align: left;
  }
  #enrollment .sec-box .box-top .txt {
    display: block;
    width: 100%;
    padding-right: 90px;
  }
  #enrollment .sec-box .box-top .txt img {
    width: 90px !important;
    max-height: 100px;
    bottom: -25px;
    left: auto !important;
    right: 0 !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #enrollment .sec-box .box-top .plus-btn {
    right: 16px;
  }
  #enrollment .sec-box .box-content {
    margin-top: 4px;
    padding: 24px 2vw 2vw;
  }
  #enrollment .sec-box .bg-white {
    padding: 24px 2vw 2vw;
  }
  #enrollment .sec-text {
    font-size: 16px;
  }
  #enrollment .sec-text-2 {
    text-align: left;
  }
  #enrollment .sec-item {
    margin: 0 auto;
    padding: 24px 4vw 16px;
    border-radius: 16px;
  }
  #enrollment .sec-item:not(:first-child) {
    margin-top: 24px;
  }
  #enrollment .sec-item-2 {
    width: 100%;
  }
  #enrollment .sec-item-2 .table-row {
    grid-template-columns: 120fr 212fr;
  }
  #enrollment .sec-item-3 {
    grid-template-columns: 1fr;
  }
  #enrollment .sec-item-3 .part {
    margin-bottom: 16px;
    font-size: 16px;
  }
  #enrollment .sec-item-3 .table-row {
    grid-template-columns: 120fr 212fr;
  }
  #enrollment .sec-item .table-row {
    gap: 0 4px;
  }
  #enrollment .sec-item .table-row + .table-row {
    margin-top: 4px;
  }
  #enrollment .sec-item .table-header {
    padding: 10px 0;
    font-size: 16px;
  }
  #enrollment .sec-item .table-left {
    padding: 8px;
    font-size: 16px;
  }
  #enrollment .sec-item .table-right {
    font-size: 16px;
    line-height: 1.6;
  }
  #enrollment .sec-item .large {
    font-size: 24px;
  }
  #enrollment .sec-item .text {
    margin-top: 16px;
    font-size: 16px;
  }
  #enrollment .sec-item .table-box {
    margin-top: 46px;
    padding: 8px;
  }
  #enrollment .sec-item .table-box::before {
    top: -43px;
    width: 40px;
    height: 39px;
  }
  #enrollment .sec-item .table-box .top {
    margin-bottom: 16px;
    font-size: 16px;
  }
  #enrollment .sec-item .table-note {
    padding: 8px;
    text-align: left;
  }
  #enrollment .sec-item .top-text {
    font-size: 16px;
  }
  #enrollment .sec-points {
    margin-top: 0;
  }
  #enrollment .sec-points .item {
    font-size: 16px;
  }
  #enrollment .sec-image {
    margin-top: 24px;
  }
  #enrollment .sec-btn {
    margin-bottom: 8px;
    box-shadow: 1px 1px 0 0 #05615C !important;
  }
  #enrollment .sec-btn:hover {
    transform: none !important;
  }
}

#faq {
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  padding-top: 37rem;
  padding-bottom: 48.4rem;
  position: relative;
  z-index: -2;
}
#faq::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 23rem;
  top: -1px;
  left: 0;
  background: url(../img/enrollment/faq-bg.png) bottom center/cover no-repeat;
}
#faq .sec-title {
  margin: 0 0 30px;
  text-align: center;
}
#faq .sec-box .box-item {
  color: #084C49;
}
#faq .sec-box .box-item:not(:nth-of-type(1)) {
  margin-top: 16px;
}
#faq .sec-box .question {
  background: #B3EDEB;
  font-size: 20px;
  font-weight: 700;
  padding: 32px 13.41% 32px 9.34%;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
#faq .sec-box .question:hover {
  opacity: 0.63;
}
#faq .sec-box .question .plus-btn {
  right: 9.34%;
}
#faq .sec-box .answer {
  background: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 9.34% 15px 9.34%;
  color: #084C49;
  display: none;
}
@media print, screen and (max-width: 1920px) {
  #faq .sec-box .question {
    padding-left: 5.98vw;
    padding-right: 160px;
  }
  #faq .sec-box .question .plus-btn {
    right: 5.98vw;
  }
  #faq .sec-box .answer {
    padding-left: 5.98vw;
    padding-right: 5.98vw;
  }
}
@media print, screen and (max-width: 1024px) {
  #faq .sec-box .question {
    padding-right: 16rem;
  }
}
@media only screen and (max-width: 768px) {
  #faq {
    padding: 72px 0 170px;
  }
  #faq::before {
    content: none;
  }
  #faq .sec-title {
    margin-bottom: 16px;
  }
  #faq .sec-box .question {
    padding: 16px 72px 16px 16px;
    font-size: 16px;
  }
  #faq .sec-box .question .plus-btn {
    right: 16px;
  }
  #faq .sec-box .answer {
    padding: 16px;
    font-size: 16px;
  }
}/*# sourceMappingURL=enrollment.css.map */