@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

html, body {
  color: #150303;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background: #fff;
}

body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.pcb {
  display: block;
}
@media screen and (max-width: 767px) {
  .pcb {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .pcb {
    display: none;
  }
}

.spb {
  display: none;
}
@media screen and (max-width: 767px) {
  .spb {
    display: block;
  }
}

.pci {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pci {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .pci {
    display: none;
  }
}

.spi {
  display: none;
}
@media screen and (max-width: 767px) {
  .spi {
    display: inline-block;
  }
}

.tbb {
  display: none;
}
@media screen and (max-width: 1030px) {
  .tbb {
    display: block;
  }
}

.color-red {
  color: #e00c22;
}

.icon-swipe {
  display: none;
}
@media screen and (max-width: 767px) {
  .icon-swipe {
    display: block;
    position: absolute;
    width: 74px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.view-table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .view-table {
    position: relative;
    overflow-x: scroll;
  }
  .view-table::-webkit-scrollbar {
    display: none;
  }
  .view-table .img-table {
    width: 699px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1030px) {
  .curriculum-sch .img-table {
    width: 847px;
    padding-right: 15px;
  }
}
.cv-wrap {
  background: #d31124;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 30px 0;
}
.cv-wrap .cv-limit {
  font-size: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .cv-wrap .cv-limit {
    font-size: 18px;
  }
}
.cv-wrap .cv-limit span {
  font-size: 52px;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 1030px) {
  .cv-wrap .cv-limit span {
    font-size: 38px;
  }
  .cv-wrap .cv-limit span.cv-limit-time {
    font-size: 18px;
  }
}

.btn-wrap .btn-content {
  display: block;
  color: #fff;
  border-radius: 100px;
  background: linear-gradient(90deg, #F89808 0%, #FFD220 100%);
  position: relative;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  text-indent: -1em;
  transition: all 0.4s;
}
@media screen and (max-width: 1030px) {
  .btn-wrap .btn-content {
    font-size: 14px;
    padding: 10px 0;
  }
}
.btn-wrap .btn-content .pci {
  text-indent: 0;
}
.btn-wrap .btn-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 1.979vw;
  height: 1.979vw;
  max-width: 38px;
  max-height: 38px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1030px) {
  .btn-wrap .btn-circle {
    width: 39px;
    height: 39px;
  }
}
.btn-wrap .btn-circle::before, .btn-wrap .btn-circle::after {
  content: "";
  display: block;
  position: absolute;
}
.btn-wrap .btn-circle::before {
  width: 0.45vw;
  height: 0.45vw;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  transition: all 0.4s;
}
@media screen and (max-width: 1030px) {
  .btn-wrap .btn-circle::before {
    width: 3px;
    height: 3px;
  }
}
.btn-wrap .btn-circle::after {
  width: 0.989vw;
  height: 2px;
  max-width: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(to right, #ffffff 50%, transparent 50.1%, transparent 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.4s;
}
@media screen and (max-width: 1030px) {
  .btn-wrap .btn-circle::after {
    width: 10px;
  }
}
.btn-wrap:hover .btn-content {
  filter: drop-shadow(1px 6px 5px #fff);
}
.btn-wrap:hover .btn-circle::before {
  max-width: 10px;
  max-height: 10px;
  background-color: transparent;
  border-radius: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(35%, -45%) rotate(45deg);
}
.btn-wrap:hover .btn-circle::after {
  background-position: 0 0;
}

.btn-header {
  width: 290px;
}
@media screen and (max-width: 1030px) {
  .btn-header {
    width: 147px;
  }
  .btn-header .btn-circle {
    width: 20px;
    height: 20px;
  }
}

.btn-fv,
.btn-hum {
  margin: 0 auto;
  width: 617px;
}
@media screen and (max-width: 1030px) {
  .btn-fv,
  .btn-hum {
    width: 95%;
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.btn-fv .btn-content,
.btn-hum .btn-content {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  text-indent: 0;
  padding: 0 0 15px;
}
@media screen and (max-width: 1030px) {
  .btn-fv .btn-content,
  .btn-hum .btn-content {
    font-size: 21px;
    padding: 5px 10px 10px;
  }
}
.btn-fv i,
.btn-hum i {
  color: #150303;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 3px 10px;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 1030px) {
  .btn-fv i,
  .btn-hum i {
    font-size: 13px;
  }
}
.btn-fv .btn-circle,
.btn-hum .btn-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 3vw;
  height: 3vw;
  max-width: 60px;
  max-height: 60px;
}
@media screen and (max-width: 1030px) {
  .btn-fv .btn-circle,
  .btn-hum .btn-circle {
    width: 32px;
    height: 32px;
  }
}

.btn-ctr {
  margin: 0 auto;
  width: 617px;
}
@media screen and (max-width: 1030px) {
  .btn-ctr {
    width: 90%;
  }
}
.btn-ctr .btn-content {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-indent: 0;
  padding: 10px 0 15px;
}
@media screen and (max-width: 1030px) {
  .btn-ctr .btn-content {
    padding: 5px 0 10px;
    font-size: 20px;
  }
}
.btn-ctr i {
  color: #e00c22;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  padding: 3px 10px;
  margin-bottom: 10px;
  line-height: 1;
}

header {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  width: 100%;
  max-width: 181px;
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  header h1 {
    min-width: 102px;
    max-width: 102px;
    margin-left: 15px;
  }
}
header .header-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  header .header-nav {
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    top: -10px;
    left: 100%;
    width: 100%;
    height: calc(100vh + 10px);
    padding: 25vh 0;
    backdrop-filter: blur(25px);
    text-align: center;
    z-index: 51;
    transition: all 0.5s;
  }
  header .header-nav.menu-active {
    left: 0;
  }
  header .header-nav::before, header .header-nav::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 30px;
    width: 5px;
    height: 30px;
    background: #333;
  }
  header .header-nav::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .header-nav::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
header .header-nav li {
  margin: 0 20px;
}
@media screen and (max-width: 1030px) {
  header .header-nav li {
    margin: 0;
    font-size: 20px;
    width: 100%;
  }
  header .header-nav li.btn-hum {
    width: 95%;
    position: initial;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
}
header .header-nav li:first-child {
  margin-left: 0;
}
header .header-nav li:last-child {
  margin-right: 0;
}
header .header-nav a {
  color: #150303;
  font-weight: 700;
}
header .menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  right: 20px;
}
header .menu-btn span {
  position: absolute;
  display: inline-block;
  background: #fff;
  height: 3px;
  width: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
header .menu-btn span:first-child {
  top: 5px;
  transform: translateY(0);
}
header .menu-btn span:last-child {
  top: auto;
  bottom: 5px;
  transform: translateY(0);
}
header .btn-wrap.tbb {
  position: absolute;
  top: 0;
  right: 75px;
}

.fv {
  padding: 140px 0 50px;
  background: url(../../images/side/fv-bg.png) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .fv {
    background: url(../../images/side/fv-bg@2x.png) no-repeat 50% 25%;
    background-size: cover;
    height: 120svh;
    position: relative;
    padding-top: 0;
  }
}
.fv .fv-caption {
  display: flex;
  justify-content: center;
  margin-left: 70px;
  visibility: hidden;
}
.fv .fv-caption li {
  margin: 0 50px;
}
@media screen and (max-width: 1030px) {
  .fv .fv-caption {
    display: block;
    margin-left: 0;
  }
  .fv .fv-caption li {
    position: absolute;
    margin: 0;
  }
  .fv .fv-caption li:first-child {
    top: 10%;
    right: 0%;
  }
  .fv .fv-caption li:last-child {
    bottom: 28%;
    left: 0%;
  }
}
.fv .fv-balloon {
  position: absolute;
  top: 27.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 161px;
}
@media screen and (max-width: 1030px) {
  .fv .fv-balloon {
    top: 32%;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .fv .fv-balloon {
    width: 120px;
    top: 31%;
  }
}
.fv .fv-balloon img {
  width: 100%;
}
.fv h2 {
  width: 100%;
  max-width: 724px;
  margin: 65px auto 60px;
}
@media screen and (max-width: 1030px) {
  .fv h2 {
    position: absolute;
    margin: 0;
    width: 95%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.fv .fv-value {
  width: 100%;
  max-width: 984px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1030px) {
  .fv .fv-value {
    width: 95%;
    position: absolute;
    bottom: 1%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
}
.fv .application-limit {
  background: #d31124;
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 0 8px;
}
@media screen and (max-width: 1030px) {
  .fv .application-limit {
    font-size: 18px;
    position: absolute;
    bottom: -56px;
    width: 100%;
    margin-top: 0;
  }
}
.fv .application-limit span {
  font-family: "Montserrat", serif;
  font-size: 52px;
}
@media screen and (max-width: 1030px) {
  .fv .application-limit span {
    font-size: 38px;
  }
  .fv .application-limit span.application-limit-time {
    font-size: 18px;
  }
}

.course-wrap {
  background: #d31124;
}
.course-wrap .course-content {
  background: #fff;
  border-radius: 0 0 120px 0;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-content {
    padding: 67px 0 20px;
    border-radius: 0 0 60px 0;
  }
}
.course-wrap h2 {
  text-align: center;
  font-size: 48px;
}
@media screen and (max-width: 1030px) {
  .course-wrap h2 {
    font-size: 26px;
  }
}
.course-wrap .course-list {
  color: #fff;
  width: 100%;
  max-width: 1100px;
  margin: 30px auto 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-list {
    width: calc(100% - 30px);
    margin: 30px 15px;
  }
}
.course-wrap .course-list li {
  width: calc((100% - 10px) / 2);
  background: #3a3a3a;
  padding: 10px 15px 15px;
}
.course-wrap .course-list li h3 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-list li h3 {
    text-align: center;
    font-size: 18px;
    line-height: 1;
  }
}
.course-wrap .course-list li h3 span {
  font-size: 16px;
  font-weight: 700;
  color: #3a3a3a;
  background: #fff;
  border-radius: 50px;
  padding: 3px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-list li h3 span {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
  }
}
.course-wrap .course-list li.course-practical {
  background: #d31124;
  position: relative;
}
.course-wrap .course-list li.course-practical h3 span {
  color: #d31124;
}
.course-wrap .course-list li.course-practical figure {
  position: absolute;
  top: -65%;
  right: 0;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-list li.course-practical figure {
    width: 58px;
    top: -25%;
  }
}
@media screen and (max-width: 767px) {
  .course-wrap .course-list li.course-practical figure {
    right: -5%;
  }
}
.course-wrap .course-thinking {
  background: #f2f5fa;
  padding-top: 70px;
  position: relative;
  border-top: 4px solid #d31124;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-thinking {
    padding-top: 45px;
    padding-bottom: 15px;
  }
}
.course-wrap .course-thinking::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -125px;
  left: 0;
  height: 125px;
  width: 100vw;
  aspect-ratio: 1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #f2f5fa;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-thinking::after {
    height: 45px;
    bottom: -45px;
  }
}
.course-wrap .course-checklist {
  font-size: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-checklist {
    margin: 25px 15px 0;
    width: calc(100% - 30px);
  }
}
.course-wrap .course-checklist li {
  padding: 21px 60px;
  background: #fff;
  margin-top: 3px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-checklist li {
    font-size: 14px;
  }
}
.course-wrap .course-checklist li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #d31124;
  border-radius: 50%;
}
.course-wrap .course-checklist li::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 21px;
  width: 18px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.course-wrap .course-checklist li:first-child {
  margin-top: 0;
}
.course-wrap .course-checklist li span {
  background: #f8d8d8;
}
.course-wrap .course-realization {
  margin-top: 130px;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-realization {
    margin-top: 65px;
  }
}
.course-wrap .course-realization h2 {
  font-size: 32px;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-realization h2 {
    font-size: 20px;
  }
}
.course-wrap .course-realization h2 .color-red {
  font-size: 70px;
  background: linear-gradient(180deg, rgba(248, 216, 216, 0) 0%, rgba(248, 216, 216, 0) 60%, rgb(248, 216, 216) 61%, rgb(248, 216, 216) 100%);
}
@media screen and (max-width: 767px) {
  .course-wrap .course-realization h2 .color-red {
    font-size: 36px;
  }
}
.course-wrap .course-realization h2 span {
  font-size: 48px;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-realization h2 span {
    font-size: 26px;
  }
}
.course-wrap .course-realization h2 + p {
  text-align: center;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  margin-top: 35px;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-realization h2 + p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
  }
}
.course-wrap .course-realization h2 + p img {
  width: 159px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -8px;
  margin-right: 30px;
}
@media screen and (max-width: 1030px) {
  .course-wrap .course-realization h2 + p img {
    width: 106px;
    display: block;
    margin: 0 auto 10px;
  }
}

.course-guarantee {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto 80px;
}

.introduction-wrap {
  background: linear-gradient(to bottom, #ffffff 50%, #f8f8f8 50.1%, #f8f8f8 100%);
}
.introduction-wrap .introduction-content {
  background: #d31124;
  border-radius: 120px 0 120px 0;
  padding: 40px 0 80px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-content {
    border-radius: 0 0 0 0;
    padding: 50px 15px 40px;
  }
}
.introduction-wrap .introduction-title {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-title {
    display: block;
  }
}
.introduction-wrap .introduction-title h2 {
  font-size: 90px;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-title h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.introduction-wrap .introduction-title h2 span {
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-title h2 span {
    font-size: 16px;
  }
}
.introduction-wrap .introduction-title-img {
  background: #fff;
  padding: 30px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-title-img {
    padding: 15px;
  }
}
.introduction-wrap .introduction-title-img .offer {
  font-size: 12px;
  font-weight: 500;
  color: #9e9e9e;
  margin-top: 10px;
}
.introduction-wrap .introduction-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list {
    display: block;
  }
}
.introduction-wrap .introduction-list li {
  background: #fff;
  width: calc((100% - 6px) / 3);
  text-align: center;
  padding: 20px 25px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list li {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 20px;
  }
}
.introduction-wrap .introduction-list li:first-child {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list li:first-child {
    border-radius: 10px 10px 0 0;
  }
}
.introduction-wrap .introduction-list li:last-child {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list li:last-child {
    border-radius: 0 0 10px 10px;
    margin-bottom: 0;
  }
}
.introduction-wrap .introduction-list .list-num {
  font-family: "Montserrat", serif;
  font-size: 30px;
  font-weight: 700;
  color: #f8d8d8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list .list-num {
    margin-right: 10px;
  }
}
.introduction-wrap .introduction-list h3 {
  font-size: 28px;
  color: #e00c22;
  margin: 10px 0 15px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list .list-title {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.introduction-wrap .introduction-list .list-info {
  text-align: left;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list .list-info {
    font-size: 14px;
    text-align: left;
    line-height: 1.7;
  }
}
.introduction-wrap .introduction-ability {
  background: #3d0a0f;
  border-radius: 10px;
  padding: 50px 35px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-ability {
    display: block;
    padding: 25px 20px 0px;
  }
}
.introduction-wrap .introduction-ability .ability-title {
  width: 55%;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-ability .ability-title {
    width: 100%;
  }
}
.introduction-wrap .introduction-ability h3 {
  font-size: 32px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-ability h3 {
    font-size: 26px;
  }
  .introduction-wrap .introduction-ability h3 + p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 15px;
  }
}
.introduction-wrap .introduction-ability .trp {
  position: absolute;
  bottom: -65px;
  left: 40px;
  width: 42.9%;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-ability .trp {
    position: inherit;
    width: 100%;
    bottom: -20px;
    left: auto;
  }
}

.comparison-wrap {
  background: url(../../images/side/comparison-bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 110px 0 80px;
}
@media screen and (max-width: 1030px) {
  .comparison-wrap {
    background: #d31124;
    padding: 0;
  }
  .comparison-wrap .comparison-content {
    background: url(../../images/side/comparison-bg.png) no-repeat 0 0;
    border-radius: 60px 0 0 0;
    padding: 50px 0 0 15px;
  }
}
.comparison-wrap h2 {
  text-align: center;
  font-size: 48px;
}
@media screen and (max-width: 1030px) {
  .comparison-wrap h2 {
    font-size: 26px;
  }
}

.curriculum-wrap {
  background: #f2f5fa;
  padding: 100px 0;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap {
    padding: 50px 15px;
  }
}
.curriculum-wrap h2 {
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap h2 {
    font-size: 26px;
  }
}
.curriculum-wrap .curriculum-list {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list {
    margin-top: 25px;
    display: block;
  }
}
.curriculum-wrap .curriculum-list > li {
  width: calc((100% - 10px) / 3);
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list > li {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    padding: 2% 10px 20px;
  }
  .curriculum-wrap .curriculum-list > li .curriculum-info {
    width: calc(100% - 40px);
  }
}
.curriculum-wrap .curriculum-list > li:first-child {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list > li:first-child {
    border-radius: 10px 10px 0 0;
  }
}
.curriculum-wrap .curriculum-list > li:last-child {
  border-radius: 0 10px 10px 0;
  border: 2px solid #d31124;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list > li:last-child {
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
  }
}
.curriculum-wrap .curriculum-list > li .curriculum-time {
  text-align: center;
  font-weight: 700;
  padding: 7px 0 6px;
  letter-spacing: 0.1em;
  width: 96%;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list > li .curriculum-time {
    writing-mode: vertical-rl;
    width: 1.5em;
    font-size: 18px;
    margin-right: 10px;
  }
  .curriculum-wrap .curriculum-list > li .curriculum-time span {
    text-combine-upright: all;
  }
}
.curriculum-wrap .curriculum-list > li .curriculum-time::after {
  content: "";
  display: block;
  width: 4%;
  height: 37px;
  position: absolute;
  top: 0;
  right: -3.8%;
  clip-path: polygon(100% 50%, 0% 0%, 0% 37px);
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list > li .curriculum-time::after {
    width: 1.5em;
    height: 13px;
    top: auto;
    right: 0;
    bottom: -12px;
    clip-path: polygon(100% 0, 0% 0%, 50% 13px);
  }
}
.curriculum-wrap .curriculum-list > li:nth-child(1) .curriculum-time {
  background: #d6d8db;
}
.curriculum-wrap .curriculum-list > li:nth-child(1) .curriculum-time::after {
  background: #d6d8db;
}
.curriculum-wrap .curriculum-list > li:nth-child(2) .curriculum-time {
  background: #f8d8d8;
}
.curriculum-wrap .curriculum-list > li:nth-child(2) .curriculum-time::after {
  background: #f8d8d8;
}
.curriculum-wrap .curriculum-list > li:nth-child(3) .curriculum-time {
  background: #d31124;
  color: #fff;
}
.curriculum-wrap .curriculum-list > li:nth-child(3) .curriculum-time::after {
  background: #d31124;
  display: none;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list > li:nth-child(3) .curriculum-time::after {
    display: none;
  }
}
.curriculum-wrap .curriculum-list h3 {
  text-align: center;
  margin: 10px 0 20px;
  color: #e00c22;
  font-size: 28px;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list h3 {
    font-size: 23px;
    text-align: left;
    margin: 0 0 10px;
  }
}
.curriculum-wrap .curriculum-list .curriculum-info-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list .curriculum-info-list li {
    font-size: 12px;
  }
}
.curriculum-wrap .curriculum-list .curriculum-info-list li span {
  font-weight: 400;
}
.curriculum-wrap .curriculum-list .curriculum-info-list li:first-child {
  margin-top: 0;
}
.curriculum-wrap .curriculum-list .curriculum-info-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #d31124;
  border-radius: 50%;
}
.curriculum-wrap .curriculum-list .curriculum-info-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.curriculum-wrap .curriculum-list .offer {
  font-size: 12px;
  text-align: right;
  color: #9e9e9e;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-list .offer {
    margin-top: 10px;
    font-size: 10px;
  }
}
.curriculum-wrap .curriculum-ojt {
  width: 100%;
  max-width: 900px;
  margin: 48px auto 0;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #d31124;
  border-radius: 10px;
  background: #fff;
  padding-bottom: 20px;
  position: relative;
}
.curriculum-wrap .curriculum-ojt::before {
  content: "";
  width: 100%;
  clip-path: polygon(90% 0px, 87% 97%, 25% 97%);
  display: block;
  height: 50px;
  position: absolute;
  top: -50px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(248, 216, 216) 99%, rgb(248, 216, 216));
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-ojt::before {
    clip-path: polygon(70% 0px, 72% 97%, 43% 97%);
  }
}
.curriculum-wrap .curriculum-ojt h3 {
  background: #d31124;
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.08em;
  padding: 5px 0 7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-ojt h3 {
    font-size: 23px;
  }
}
.curriculum-wrap .curriculum-ojt .curriculum-ojt-maintext {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-ojt .curriculum-ojt-maintext {
    font-size: 18px;
    padding: 0 20px;
  }
}
.curriculum-wrap .curriculum-ojt .curriculum-ojt-maintext + p {
  margin: 10px 0 5px;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-ojt .curriculum-ojt-maintext + p {
    font-size: 10px;
    text-align: right;
    padding: 0 20px;
  }
}
.curriculum-wrap .curriculum-ojt .offer {
  font-size: 12px;
  color: #9e9e9e;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-ojt .offer {
    font-size: 10px;
    text-align: right;
    padding: 0 20px;
  }
}
.curriculum-wrap .curriculum-ojt figure {
  position: absolute;
  bottom: -25%;
  left: -7.5%;
  width: 190px;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-ojt figure {
    width: 89px;
    bottom: -45px;
    left: -3%;
  }
}
.curriculum-wrap .curriculum-sch {
  background: #fff;
  text-align: center;
  margin-top: 75px;
  padding-bottom: 50px;
}
.curriculum-wrap .curriculum-sch .curriculum-sch-title {
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  background: #f2f5fa;
  padding: 15px 30px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-sch .curriculum-sch-title {
    font-size: 23px;
  }
}
.curriculum-wrap .curriculum-sch .curriculum-sch-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 70px;
  clip-path: polygon(0 0, 100% 0, 30px 70px);
  top: 0;
  left: -29px;
  background: #f2f5fa;
}
.curriculum-wrap .curriculum-sch .curriculum-sch-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 70px;
  clip-path: polygon(0 70px, 100% 0, 0 0);
  top: 0;
  right: -29px;
  background: #f2f5fa;
}
.curriculum-wrap .curriculum-sch .curriculum-sch-op {
  margin: 35px 0 40px;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-sch .curriculum-sch-op {
    margin: 10px 0 15px;
  }
}
.curriculum-wrap .curriculum-sch .offer {
  font-size: 12px;
  color: #9e9e9e;
}
@media screen and (max-width: 1030px) {
  .curriculum-wrap .curriculum-sch .img-table {
    padding-left: 15px;
  }
}

.instructor-wrap {
  padding: 100px 0;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap {
    padding: 50px 0;
  }
}
.instructor-wrap .instructor-content {
  position: relative;
}
.instructor-wrap h2 {
  font-size: 58px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap h2 {
    font-size: 26px;
  }
}
.instructor-wrap .instructor-lists {
  margin: 50px 0;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists {
    margin: 25px 30px;
  }
}
.instructor-wrap .instructor-lists-info {
  display: none;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.instructor-wrap .instructor-lists-info.instructorTab-active {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info.instructorTab-active {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .instructor-wrap .instructor-lists-info {
    display: block;
  }
}
.instructor-wrap .instructor-lists-info figure {
  width: 40.454%;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info figure {
    width: 90%;
    margin: 0 auto 15px;
  }
}
.instructor-wrap .instructor-lists-info .instructor-info {
  width: calc(100% - 80px - 40.454%);
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-info {
    width: 100%;
    text-align: center;
  }
}
.instructor-wrap .instructor-lists-info .instructor-post {
  color: #d31124;
  font-weight: 700;
  border: 1px solid #d31124;
  padding: 5px 10px;
  display: inline-block;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-post {
    font-size: 12px;
  }
}
.instructor-wrap .instructor-lists-info .instructor-name {
  font-size: 34px;
  font-weight: 700;
  margin: 20px 0;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-name {
    font-size: 23px;
    margin: 5px 0 20px;
  }
}
.instructor-wrap .instructor-lists-info .instructor-name span {
  font-size: 14px;
  font-family: "Montserrat", serif;
  color: #d31124;
  padding-left: 15px;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-name span {
    font-size: 10px;
  }
}
.instructor-wrap .instructor-lists-info .instructor-achievements {
  font-size: 14px;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-achievements {
    text-align: left;
    font-size: 12px;
  }
}
.instructor-wrap .instructor-lists-info .instructor-achievements li {
  margin-bottom: 20px;
}
.instructor-wrap .instructor-lists-info .instructor-achievements span {
  background: #3a3a3a;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-achievements span {
    margin: 0 0 5px;
    display: inline-block;
  }
}
.instructor-wrap .instructor-lists-info .instructor-license {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-license {
    display: block;
  }
}
.instructor-wrap .instructor-lists-info .instructor-license .license {
  color: #d31124;
  font-weight: 700;
  width: 5.5em;
  padding-top: 1px;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-license .license {
    width: auto;
    text-align: left;
  }
}
.instructor-wrap .instructor-lists-info .instructor-license .license-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.8;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-lists-info .instructor-license .license-list {
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .instructor-wrap .instructor-lists-info .instructor-license .license-list li {
    margin-top: 5px;
  }
}
.instructor-wrap .instructor-list-thumb {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .instructor-list-thumb {
    display: none;
  }
}
.instructor-wrap .instructor-list-thumb li {
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}
.instructor-wrap .instructor-list-thumb li img {
  vertical-align: bottom;
}
.instructor-wrap .instructor-list-thumb li .hoverView {
  background: rgba(224, 12, 34, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  border-radius: 8px;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.instructor-wrap .instructor-list-thumb li .hoverView p {
  width: 100%;
  line-height: 1.8;
}
.instructor-wrap .instructor-list-thumb li.instructorTab-current .hoverView, .instructor-wrap .instructor-list-thumb li:hover .hoverView {
  height: 100%;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .instructor-wrap .tab-arrow {
    display: none;
  }
}
.instructor-wrap .tab-arrow li {
  position: absolute;
  top: 50%;
  right: 7%;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .instructor-wrap .tab-arrow li {
    right: 5px;
  }
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .tab-arrow li {
    top: 23%;
    right: 3%;
  }
}
.instructor-wrap .tab-arrow li.tab-arrow-right {
  transform: translateY(-50%);
}
.instructor-wrap .tab-arrow li.tab-arrow-left {
  transform: translateY(-50%) rotate(180deg);
  left: 7%;
  right: auto;
}
@media screen and (max-width: 1350px) {
  .instructor-wrap .tab-arrow li.tab-arrow-left {
    left: 5px;
  }
}
@media screen and (max-width: 1030px) {
  .instructor-wrap .tab-arrow li.tab-arrow-left {
    top: 23%;
    left: 3%;
  }
}

.slick-prev, .slick-next {
  display: block;
  width: 45px;
  height: 44px;
}

.slick-prev::before {
  content: "";
  display: block;
  width: 45px;
  height: 44px;
  background: url(../../images/side/icon-arrow.png) no-repeat;
  transform: rotate(180deg);
}

.slick-next:before {
  content: "";
  display: block;
  width: 45px;
  height: 44px;
  background: url(../../images/side/icon-arrow.png) no-repeat;
}

.support-wrap {
  background: #f2f5fa;
  padding: 100px 0 10px;
}
@media screen and (max-width: 1030px) {
  .support-wrap {
    margin: 15px 15px 0;
    padding: 30px 15px 10px;
    width: calc(100% - 30px);
    border-radius: 10px;
  }
}
.support-wrap h2 {
  font-size: 58px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .support-wrap h2 {
    font-size: 26px;
  }
}
.support-wrap h2 + h3 {
  font-size: 32px;
  background: #3a3a3a;
  color: #fff;
  text-align: center;
  width: 17em;
  margin: 50px auto 0;
  padding: 7px 0;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1030px) {
  .support-wrap h2 + h3 {
    font-size: 18px;
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
  }
}
.support-wrap .support-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-list {
    display: block;
  }
}
.support-wrap .support-list > li {
  width: calc((100% - 50px) / 2);
  display: flex;
  background: #fff;
  margin-top: 50px;
}
.support-wrap .support-list > li span {
  background: #f8d8d8;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-list > li {
    width: 100%;
    margin-top: 20px;
  }
}
.support-wrap .support-list > li figure {
  width: 23.428%;
  max-width: 123px;
  margin-right: 20px;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-list > li figure {
    min-width: 90px;
    max-width: none;
    width: 90px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
  }
}
.support-wrap .support-list > li figure img {
  vertical-align: bottom;
  width: auto;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-list > li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-list > li .support-list-info {
    padding-bottom: 15px;
  }
}
.support-wrap .support-list h4 {
  font-size: 28px;
  color: #e00c22;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-list h4 {
    font-size: 23px;
  }
}
.support-wrap .support-list .support-check-list {
  font-weight: 700;
}
.support-wrap .support-list .support-check-list li {
  position: relative;
  padding-left: 25px;
  padding-right: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-list .support-check-list li {
    font-size: 12px;
    margin-top: 10px;
  }
}
.support-wrap .support-list .support-check-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #d31124;
  border-radius: 50%;
}
.support-wrap .support-list .support-check-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.support-wrap .support-completion {
  background: #fff;
  margin-top: 140px;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-completion {
    margin-top: 100px;
  }
}
.support-wrap .support-completion .support-completion-content {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 50px 0 60px 300px;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-completion .support-completion-content {
    padding: 30px 20px 20px;
    border-radius: 0 0 10px 10px;
  }
}
.support-wrap .support-completion figure {
  position: absolute;
  bottom: 0;
  left: -50px;
}
.support-wrap .support-completion figure img {
  vertical-align: bottom;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-completion figure {
    position: inherit;
    margin: -100px auto 0;
    width: 70%;
    left: auto;
    bottom: auto;
  }
}
.support-wrap .support-completion h3 {
  font-size: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .support-wrap .support-completion h3 {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
  }
  .support-wrap .support-completion h3 + p {
    font-size: 14px;
  }
}

.price-wrap {
  padding: 130px 0 100px;
}
@media screen and (max-width: 1030px) {
  .price-wrap {
    padding: 50px 0;
  }
}
.price-wrap h2 {
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .price-wrap h2 {
    font-size: 26px;
  }
}
.price-wrap .price-offer {
  font-size: 12px;
  text-align: center;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.48px;
}
.price-wrap .price-course-index {
  display: none;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course-index {
    padding: 0 15px;
    font-size: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
    font-weight: 700;
  }
  .price-wrap .price-course-index span {
    font-size: 16px;
    background: #fff;
    color: #3a3a3a;
    padding: 3px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 5px;
  }
  .price-wrap .price-course-index li {
    width: 49%;
    background: #3a3a3a;
    padding: 15px 0 25px;
    border-radius: 10px 10px 0 0;
    position: relative;
    cursor: pointer;
  }
  .price-wrap .price-course-index li:last-child {
    background: #d31124;
  }
  .price-wrap .price-course-index li:last-child span {
    color: #d31124;
  }
  .price-wrap .price-course-index li.tab-active {
    top: -10px;
  }
}
.price-wrap .price-course {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course {
    display: block;
    padding: 0 15px;
    margin-top: -10px;
  }
}
.price-wrap .price-course .price-course-card {
  width: calc((100% - 50px) / 2);
  border-radius: 10px;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-course-card {
    border-radius: 0 0 10px 10px;
    width: 100%;
    padding-bottom: 5px;
    display: none;
    position: relative;
    z-index: 2;
  }
  .price-wrap .price-course .price-course-card.tab-cont-active {
    display: block;
  }
}
.price-wrap .price-course .price-course-learning {
  background: #3a3a3a;
}
.price-wrap .price-course .price-course-practical {
  background: #d31124;
}
.price-wrap .price-course h3 {
  font-size: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #f2f5fa;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course h3 {
    display: none;
  }
}
.price-wrap .price-course h3 span {
  font-size: 20px;
  background: #fff;
  padding: 5px 15px;
  border-radius: 50px;
  margin-left: 15px;
  color: #150303;
}
.price-wrap .price-course .price-cost {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", serif;
  letter-spacing: 0.08em;
  margin-top: 10px;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-cost {
    margin-top: 0;
    font-size: 36px;
  }
}
.price-wrap .price-course .price-cost span {
  font-family: "Noto Sans JP", sans-serif;
}
.price-wrap .price-course .price-cost .price-cost-tax {
  font-size: 14px;
  font-style: normal;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-course-practical .price-cost {
    text-align: left;
    padding-left: 20px;
  }
  .price-wrap .price-course .price-course-practical .price-cost .icon-budge {
    width: 80px;
    top: 5px;
    right: 5px;
  }
}
.price-wrap .price-course .price-split {
  margin: 10px 20px 15px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 5px 0 6px;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-split {
    font-size: 12px;
  }
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-course-practical .price-split {
    text-align: left;
    padding-left: 5px;
  }
}
.price-wrap .price-course .offer {
  font-size: 12px;
  padding: 0 20px;
  color: #fff;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .offer {
    font-size: 10px;
  }
}
.price-wrap .price-course .price-running {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-running {
    display: block;
    text-align: center;
  }
}
.price-wrap .price-course .price-running .price-count {
  font-size: 20px;
  color: #f89909;
  padding: 3px 10px 5px;
  border: 1px solid #f89909;
  border-radius: 5px;
  font-family: "Montserrat", serif;
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-running .price-count {
    font-size: 14px;
    vertical-align: super;
  }
}
.price-wrap .price-course .price-running .price-count span {
  font-family: "Noto Sans JP", sans-serif;
}
.price-wrap .price-course .price-running i {
  font-style: normal;
  font-size: 90px;
  font-family: "Montserrat", serif;
  font-weight: 700;
  margin-left: 20px;
  color: #f89909;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-running i {
    font-size: 48px;
  }
}
.price-wrap .price-course .price-running .price-yen {
  font-size: 30px;
  vertical-align: super;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-running .price-yen {
    font-size: 16px;
    margin-left: 5px;
  }
}
.price-wrap .price-course .price-running .prixe-yen {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: -20px;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-running .prixe-yen {
    font-size: 16px;
    margin-left: -10px;
  }
}
.price-wrap .price-course .price-running .price-slush {
  font-size: 54px;
  margin-left: -40px;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-running .price-slush {
    font-size: 30px;
    margin-left: -20px;
  }
}
.price-wrap .price-course .price-info {
  margin: 15px 20px 20px;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
}
.price-wrap .price-course .price-info li {
  position: relative;
  background: #fff;
  padding: 20px 20px 20px 45px;
  margin-bottom: 3px;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-info li {
    font-size: 14px;
  }
}
.price-wrap .price-course .price-info li:first-child {
  border-radius: 10px 10px 0 0;
}
.price-wrap .price-course .price-info li::before {
  content: "";
  display: block;
  position: absolute;
  top: 23px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: #d31124;
  border-radius: 50%;
}
.price-wrap .price-course .price-info li::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 25px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.price-wrap .price-course .price-info .small {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-info .small {
    font-size: 12px;
  }
}
.price-wrap .price-course .price-info .box {
  font-size: 14px;
  color: #fff;
  background: #3a3a3a;
  padding: 2px 10px;
  font-weight: 400;
  margin-right: 10px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-course .price-info .box {
    font-size: 12px;
  }
}
.price-wrap .icon-budge {
  position: absolute;
  top: -50px;
  right: -50px;
  background: none;
}
.price-wrap .price-guarantee {
  width: 100%;
  max-width: 1100px;
  margin: 100px auto 0;
  font-size: 12px;
  color: #9F9E9E;
}
@media screen and (max-width: 1030px) {
  .price-wrap .price-guarantee {
    padding: 0 2.5%;
    margin-top: 40px;
  }
}
.price-wrap .price-guarantee-ex {
  margin: 45px 0 5px;
  color: #d31124;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price-wrap .price-guarantee-ex {
    font-size: 23px;
    margin-top: 30px;
  }
}

.faq-wrap {
  background: #f2f5fa;
  padding: 100px;
}
@media screen and (max-width: 1030px) {
  .faq-wrap {
    padding: 50px 15px;
  }
}
.faq-wrap h2 {
  text-align: center;
  font-size: 58px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1030px) {
  .faq-wrap h2 {
    font-size: 26px;
  }
}
.faq-wrap .faq-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.faq-wrap .faq-list::before, .faq-wrap .faq-list::after {
  position: absolute;
  top: 48px;
  right: 15px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #150303;
}
@media screen and (max-width: 1030px) {
  .faq-wrap .faq-list::before, .faq-wrap .faq-list::after {
    top: 38px;
    width: 15px;
    height: 15px;
  }
}
.faq-wrap .faq-list::after {
  transform: rotate(90deg);
  top: 34px;
  right: 28px;
}
@media screen and (max-width: 1030px) {
  .faq-wrap .faq-list::after {
    top: 32px;
    right: 21px;
  }
}
.faq-wrap .faq-list.acc-active::after {
  display: none;
}
.faq-wrap .que {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  .faq-wrap .que {
    font-size: 18px;
    text-indent: -2em;
    padding-left: 2em;
  }
}
.faq-wrap .que::before {
  content: "Q";
  font-family: "Montserrat", serif;
  font-size: 46px;
  font-weight: 700;
  color: #d31124;
  margin-right: 15px;
}
@media screen and (max-width: 1030px) {
  .faq-wrap .que::before {
    font-size: 26px;
  }
}
.faq-wrap .ans {
  padding: 0 50px 0 52px;
  margin-top: 10px;
  display: none;
}
@media screen and (max-width: 1030px) {
  .faq-wrap .ans {
    font-size: 14px;
    padding-left: 38px;
    padding-right: 0;
  }
}

.form-wrap {
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .form-wrap {
    padding: 30px 0;
  }
}
.form-wrap .form-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.form-wrap .form-content iframe {
  margin: 0 auto;
  display: block;
}

.form-pp {
  text-align: center;
  text-decoration: underline;
}
.form-pp:hover {
  text-decoration: none;
}
.form-pp::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 8px;
  background: #011C39;
  margin-right: 5px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.corp-wrap {
  background: #3a3a3a;
  padding: 100px 0;
}
@media screen and (max-width: 1030px) {
  .corp-wrap {
    padding: 50px 0;
  }
}
.corp-wrap .corp-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.corp-wrap h2 {
  font-size: 58px;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 1030px) {
  .corp-wrap h2 {
    font-size: 26px;
  }
}
.corp-wrap .corp-info {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1030px) {
  .corp-wrap .corp-info {
    display: block;
    padding: 0 15px;
  }
}
.corp-wrap .corp-info-left {
  color: #fff;
  font-weight: 700;
}
.corp-wrap .corp-info-left h3 {
  font-size: 20px;
}
@media screen and (max-width: 1030px) {
  .corp-wrap .corp-info-left h3 {
    font-size: 18px;
  }
}
.corp-wrap .corp-info-left td {
  padding: 25px 25px 0 0;
  vertical-align: top;
  line-height: 1.7;
}
@media screen and (max-width: 1030px) {
  .corp-wrap .corp-info-left td {
    font-size: 14px;
    display: block;
    padding: 0;
  }
}
.corp-wrap .corp-info-left td:first-child {
  width: 10em;
  padding-right: 0;
}
@media screen and (max-width: 1030px) {
  .corp-wrap .corp-info-left td:first-child {
    padding-top: 20px;
  }
}

.footer-content {
  background: #181717;
  padding: 40px 0 108px;
  box-sizing: border-box;
}
.footer-content .footer-top,
.footer-content .footer-bottom {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.footer-content .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1030px) {
  .footer-content .footer-top {
    display: block;
  }
  .footer-content .footer-top h2 {
    width: 213px;
    margin: 0 auto 15px;
  }
}
.footer-content .footer-right {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .footer-content .footer-right {
    justify-content: center;
  }
}
.footer-content .footer-right li {
  margin-right: 10px;
}
.footer-content .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 20px;
}
@media screen and (max-width: 1030px) {
  .footer-content .footer-bottom {
    display: block;
  }
}
.footer-content .footer-bottom-right {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .footer-content .footer-bottom-right {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}
.footer-content .footer-bottom-right li {
  margin-left: 15px;
}
@media screen and (max-width: 1030px) {
  .footer-content .footer-bottom-right li {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.footer-content .footer-bottom-right li a {
  color: #fff;
}
.footer-content .footer-bottom-right li a:hover {
  text-decoration: underline;
}
.footer-content address {
  color: #fff;
  font-style: normal;
  font-size: 14px;
}
@media screen and (max-width: 1030px) {
  .footer-content address {
    text-align: center;
    padding-top: 25px;
  }
}

.floating-btn {
  width: 100%;
  background: #d31124;
  padding: 5px 0;
  position: fixed;
  bottom: 0;
}
.floating-btn .btn-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-indent: 0;
  width: 70%;
  padding: 5px 2.5%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .floating-btn .btn-content {
    padding: 7px;
    font-size: 32px;
  }
}
.floating-btn .btn-content > span {
  display: block;
}
.floating-btn .flb-t {
  background: #fff;
  padding: 4px 5px;
  color: #d31124;
  font-size: 14px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .floating-btn .flb-t {
    font-size: 16px;
    padding: 10px;
    border-radius: 40px;
  }
}
.floating-btn .flb-t i {
  font-size: 20px;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .floating-btn .flb-t i {
    font-size: 24px;
  }
}
.floating-btn .btn-circle {
  position: inherit;
  transform: translateY(0);
  width: 30px;
  height: 30px;
  right: auto;
}
.floating-btn .tnt {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .floating-btn .tnt {
    display: none;
  }
}

.thanks {
  background: #f2f5fa;
}
.thanks article {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  min-height: calc(100vh - 210px);
  padding-top: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .thanks article {
    width: 95%;
    padding: 75px 0 50px;
  }
}
.thanks .thanks-body {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 100px 50px;
}
@media screen and (max-width: 767px) {
  .thanks .thanks-body {
    position: inherit;
    top: auto;
    left: auto;
    transform: none;
    padding: 40px 20px;
  }
}
.thanks .thanks-body h2 {
  font-size: 39px;
  color: #d31124;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .thanks .thanks-body h2 {
    font-size: 24px;
  }
}
.thanks .thanks-body .en-title {
  font-family: Montserrat, sans-serif;
  color: #d31124;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}
.thanks .thanks-body .thanks-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .thanks .thanks-body .thanks-text {
    text-align: left;
  }
  .thanks .thanks-body .thanks-text .cvArea-btn_line-link {
    text-align: center;
  }
}
.thanks .thanks-body .thanks-text ul {
  margin-top: 55px;
}
.thanks .thanks-body .thanks-text a {
  color: #d31124;
  text-decoration: underline;
}
.thanks .thanks-body .thanks-text a:hover {
  text-decoration: none;
}
.thanks .thanks-body .btn-line {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.thanks .thanks-body .btn-line a {
  background: #06c755;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .thanks .thanks-body .btn-line a {
    padding: 20px 0;
  }
}
.thanks .thanks-body .btn-line a i {
  font-style: normal;
}
.thanks .footer-content {
  padding-bottom: 40px;
}

.voice {
  background: #f2f5fa;
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 50px 0 25px;
    margin-top: 50px;
  }
}
.voice h2 {
  font-size: 58px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .voice h2 {
    font-size: 26px;
  }
}

.voice-member {
  width: 98%;
  max-width: 1409px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .voice-member {
    display: block;
    margin-top: 25px;
  }
}

.member-comment {
  width: 100%;
  max-width: 444px;
  padding: 20px;
  background: #d31124;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .member-comment {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
}
.member-comment .member-name {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .member-comment .member-name {
    font-size: 18px;
  }
  .member-comment .member-name span {
    font-size: 14px;
  }
}
.member-comment .member-career {
  text-indent: -3em;
  padding-left: 3em;
}
@media screen and (max-width: 767px) {
  .member-comment .member-career {
    font-size: 14px;
  }
}
.member-comment .member-text {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .member-comment .member-text {
    font-size: 18px;
  }
}
.member-comment .member-faq-box {
  background: #fff;
  padding: 15px 20px;
  margin-top: 20px;
}
.member-comment .member-q {
  color: #d31124;
  font-size: 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .member-comment .member-q {
    font-size: 18px;
  }
}
.member-comment .member-q::before {
  content: "Q";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin-top: -3px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .member-comment .member-q::before {
    font-size: 26px;
  }
}
.member-comment .member-a {
  color: #181717;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .member-comment .member-a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sp-close {
    display: none;
  }
  .member-acc-btn {
    background: #fff;
    width: 43px;
    height: 43px;
    position: relative;
    border-radius: 50%;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .member-acc-btn::before, .member-acc-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    width: 14px;
    height: 2px;
    background-color: #104094;
  }
  .member-acc-btn::after {
    transition: all 0.5s;
    transform: translate(-50%) rotate(90deg);
  }
  .member-acc-btn.voice-active::after {
    transform: translate(-50%) rotate(0deg);
  }
}
.price-course-info {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .price-course-info {
    width: calc(98% - 20px);
  }
}
.price-course-info .price-course-info-title {
  display: flex;
}
.price-course-info .price-course-info-title div {
  width: 23.5454545455%;
}
@media screen and (max-width: 767px) {
  .price-course-info .price-course-info-title div {
    display: none;
  }
}
.price-course-info .price-course-info-title h3 {
  width: 38%;
  border-radius: 20px 20px 0 0;
  background: #3A3A3A;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .price-course-info .price-course-info-title h3 {
    width: calc(50% - 1px);
    font-size: 20px;
    padding: 20px 0;
  }
}
.price-course-info .price-course-info-title h3.price-course-info-cource02 {
  background: #D31124;
  margin-left: 2px;
}
.price-course-info .price-course-info-title img {
  position: absolute;
  width: 138px;
  height: 172px;
  top: -40px;
  right: -60px;
}
@media screen and (max-width: 767px) {
  .price-course-info .price-course-info-title img {
    width: 67px;
    height: auto;
    right: 0;
    top: -60px;
  }
}

.price-course-info-lists {
  display: flex;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists {
    flex-wrap: wrap;
  }
}
.price-course-info-lists .lists-title {
  background: #e3e3e3;
  width: 23.5454545455%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .lists-title {
    width: 100%;
    border: none;
    padding: 2px 0 5px;
  }
}
.price-course-info-lists p {
  width: 38%;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists p {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #e3e3e3;
    border-right: none;
    text-align: left;
    font-size: 12px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price-course-info-lists p:last-child {
    border-right: 1px solid #e3e3e3;
  }
}
.price-course-info-lists p img {
  width: 63%;
}
.price-course-info-lists .brtl {
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .brtl {
    border-radius: 0;
  }
}
.price-course-info-lists .brbl {
  border-radius: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .brbl {
    border-radius: 0;
  }
}
.price-course-info-lists .brbr {
  border-radius: 0 0 5px 0;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .brbr {
    border-radius: 0;
  }
}
.price-course-info-lists .list-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.price-course-info-lists .icon-check {
  display: block;
  font-size: 14px;
  text-align: left;
  width: 55%;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 27px;
  background: url(../../images/side/icon-check.png) no-repeat 0 50%;
}
@media screen and (max-width: 767px) {
  .price-course-info-lists .icon-check {
    font-size: 12px;
    width: 97.5%;
    min-height: 20px;
  }
}
.price-course-info-lists .icon-check:last-child {
  margin-bottom: 0;
}

.price-course-info-list02 p,
.price-course-info-list03 p {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .price-course-info-list02 p,
  .price-course-info-list03 p {
    font-size: 16px;
  }
}

.price-course-info-list03 em, .price-course-info-list03 span {
  display: block;
}
.price-course-info-list03 em {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .price-course-info-list03 em {
    margin: 10px 0;
  }
}
.price-course-info-list03 span {
  background: #F8D8D8;
  width: 65%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .price-course-info-list03 span {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .price-course-info-list03 p {
    display: block;
    text-align: center;
  }
}

.price-course-info-list04 {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .price-course-info-list04 p {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}
.price-course-info-list04 span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .price-course-info-list04 span {
    font-size: 12px;
    text-align: left;
  }
}

.bnrArea {
  width: 100%;
  max-width: 1100px;
}

.bnr-img {
  width: 100%;
  max-width: 641px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .bnr-img {
    margin: 0 auto 30px;
    padding: 0 2.5%;
  }
}

.voice-offer {
  font-size: 12px;
  text-align: center;
  color: #9e9e9e;
  font-weight: 500;
  letter-spacing: 0.48px;
}

.introduction-wrap .introduction-content {
  padding-top: 100px;
}
.introduction-wrap .introduction-ability-title {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-size: 90px;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-ability-title {
    font-size: 36px;
    letter-spacing: 0;
  }
}
.introduction-wrap .introduction-ability-title span {
  font-size: 26px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-ability-title span {
    font-size: 16px;
  }
}
.introduction-wrap .introduction-ability {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .introduction-wrap .introduction-ability {
    margin-bottom: 40px;
  }
}
.introduction-wrap .introduction-ability .ability-title {
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-ability .ability-title {
    margin-bottom: 15px;
  }
}
.introduction-wrap .introduction-ability .trp {
  left: 20px;
  bottom: -45px;
  width: 54%;
}
@media screen and (max-width: 767px) {
  .introduction-wrap .introduction-ability .trp {
    width: 100%;
    left: auto;
    bottom: -20px;
  }
}
.introduction-wrap .introduction-title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-title h2 {
    text-align: left;
  }
}
.introduction-wrap .introduction-items {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .introduction-wrap .introduction-items {
    display: block;
    padding: 20px 10px;
  }
}
.introduction-wrap .introduction-list {
  display: block;
  margin: 0;
  width: calc(100% - 510px);
}
@media screen and (max-width: 767px) {
  .introduction-wrap .introduction-list {
    width: 100%;
    margin-bottom: 30px;
  }
}
.introduction-wrap .introduction-list li {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D31124;
  padding: 20px 25px;
  margin-top: 20px;
}
@media screen and (max-width: 1030px) {
  .introduction-wrap .introduction-list li {
    padding: 5px 10px;
  }
}
.introduction-wrap .introduction-list li:first-child {
  border-radius: 10px;
  margin-top: 0;
}
.introduction-wrap .introduction-list li:last-child {
  border-radius: 10px;
}
.introduction-wrap .introduction-list li .list-title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .introduction-wrap .introduction-list li .list-title {
    justify-content: flex-start;
  }
}
.introduction-wrap .introduction-list li .list-title .list-num {
  padding-top: 3px;
}
.introduction-wrap .introduction-list li .list-title h3 {
  margin: 0 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .introduction-wrap .introduction-list li .list-title h3 {
    margin: 0;
  }
}
.introduction-wrap .introduction-title-img {
  padding: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .introduction-wrap .introduction-title-img {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .comparison-wrap {
    background: transparent;
  }
  .comparison-wrap .comparison-content {
    border-radius: 0;
  }
}
.curriculum-content .scroll-comparison {
  width: 100%;
  max-width: 1387px;
  margin: 20px auto 0;
}
.curriculum-content .curriculumInfo-subTitle {
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculumInfo-subTitle {
    font-size: 22px;
  }
}
.curriculum-content .curriculumInfo-read {
  margin-top: 30px;
  text-align: center;
}
.curriculum-content .curriculumInfo-skillimg {
  margin: 60px auto 0;
  width: 100%;
  max-width: 968px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculumInfo-skillimg {
    margin: 30px auto 0;
  }
}
.curriculum-content .lesson-content {
  background: #D31124;
}
@media screen and (max-width: 767px) {
  .curriculum-content .lesson-content {
    margin: 0 -15px 0;
  }
}
.curriculum-content .lesson-content-inner {
  background: #F2F5FA;
  margin: 100px auto 0;
  border-radius: 0 0 120px 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .lesson-content-inner {
    margin-top: 50px;
    border-radius: 0 0 60px 0;
    padding-bottom: 50px;
  }
  .curriculum-content .lesson-content-inner .curriculumInfo-subTitle {
    background: #F2F5FA;
    position: relative;
    top: -1px;
  }
}
.curriculum-content .lesson-content-inner ul {
  width: 98%;
  max-width: 1387px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .curriculum-content .lesson-content-inner ul {
    display: block;
  }
}
.curriculum-content .lesson-content-inner ul li {
  width: calc((100% - 58px) / 3);
  margin-top: 50px;
  background: #EFF3F9;
}
@media screen and (max-width: 767px) {
  .curriculum-content .lesson-content-inner ul li {
    width: 95%;
    margin: 30px auto 0;
  }
}
.curriculum-content .lesson-content-inner .frames {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
.curriculum-content .lesson-content-inner .lesson-content-title {
  font-size: 20px;
  background: #150303;
  color: #fff;
  padding: 8px 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .curriculum-content .lesson-content-inner .lesson-content-title {
    font-size: 18px;
  }
}
.curriculum-content .lesson-content-inner .lesson-content-title span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .lesson-content-inner .lesson-content-title span {
    font-size: 14px;
  }
}
.curriculum-content .preparatory-study {
  background: #D31124;
  padding: 100px 0;
  border-radius: 120px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .curriculum-content .preparatory-study {
    padding: 60px 0;
    border-radius: 60px 0 60px 0;
    margin: -1px -15px 0;
  }
}
.curriculum-content .preparatory-study-inner {
  width: 98%;
  max-width: 1387px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .curriculum-content .preparatory-study-inner {
    width: 90%;
  }
}
.curriculum-content .preparatory-study-inner .curriculumInfo-subTitle {
  margin-top: 0;
  color: #fff;
}
.curriculum-content .preparatory-study-inner ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .curriculum-content .preparatory-study-inner ul {
    display: block;
  }
}
.curriculum-content .preparatory-study-inner ul li {
  width: calc((100% - 58px) / 3);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .preparatory-study-inner ul li {
    width: 95%;
    margin: 30px auto 0;
  }
}
.curriculum-content .preparatory-study-inner ul li figure {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
.curriculum-content .preparatory-study-comment {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .preparatory-study-comment {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7;
  }
}
.curriculum-content .preparatory-study-comment span {
  font-size: 21px;
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, #F87979 55%);
}
@media screen and (max-width: 767px) {
  .curriculum-content .preparatory-study-comment span {
    font-size: 20px;
  }
}
.curriculum-content .preparatory-study-more {
  width: 98%;
  max-width: 647px;
  margin: 65px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .curriculum-content .preparatory-study-more {
    width: 88%;
    margin: 55px 0 0 3%;
  }
}
.curriculum-content .preparatory-study-more .shoulder-title {
  position: absolute;
  top: -20px;
  left: -30px;
  background: #1479C2;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  width: 160px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .curriculum-content .preparatory-study-more .shoulder-title {
    font-size: 20px;
    width: auto;
    padding: 5px 10px;
    left: -2%;
  }
}
.curriculum-content .curriculum-introduction {
  background: #D31124;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction {
    margin: -1px -15px 0;
  }
}
.curriculum-content .curriculum-introduction-wrap {
  background: #F2F5FA;
  border-radius: 120px 0 0 0;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-wrap {
    border-radius: 60px 0 0 0;
    padding-top: 50px;
  }
}
.curriculum-content .curriculum-introduction-inner {
  width: 98%;
  max-width: 1100px;
  background: #fff;
  margin: 0 auto 0;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-inner {
    width: 92.5%;
    padding: 0 3% 50px;
    background: transparent;
  }
}
.curriculum-content .curriculum-introduction-inner h3 {
  color: #150303;
  margin-top: 0;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-inner h3 {
    font-size: 23px;
  }
}
.curriculum-content .curriculum-introduction-inner h3 + p {
  color: #181717;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-inner h3 + p {
    font-size: 12px;
  }
}
.curriculum-content .curriculum-introduction-inner .frames {
  width: 100%;
  max-width: 644px;
  aspect-ratio: 16/9;
  margin: 40px auto 0;
}
.curriculum-content .curriculum-introduction-inner .curriculum-introduction-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-inner .curriculum-introduction-bottom {
    display: block;
    margin-top: 40px;
  }
}
.curriculum-content .curriculum-introduction-inner .curriculum-introduction-buttom-left {
  background: linear-gradient(to right, #F89808 0%, #FFD220 100%);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  width: 198px;
  padding: 18px 0 20px;
  text-align: center;
  letter-spacing: 1.84px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-inner .curriculum-introduction-buttom-left {
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}
.curriculum-content .curriculum-introduction-inner .curriculum-introduction-buttom-right {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-inner .curriculum-introduction-buttom-right {
    font-size: 14px;
    text-align: center;
  }
}
.curriculum-content .curriculum-introduction-inner .curriculum-introduction-buttom-right em {
  font-style: normal;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-inner .curriculum-introduction-buttom-right em {
    font-size: 18px;
  }
}
.curriculum-content .curriculum-introduction-inner .curriculum-introduction-buttom-right span {
  font-size: 34px;
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, #F8D8D8 55%);
  color: #E00C22;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculum-introduction-inner .curriculum-introduction-buttom-right span {
    font-size: 22px;
  }
}
.curriculum-content .skills-acquired {
  width: 98%;
  max-width: 1100px;
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .curriculum-content .skills-acquired {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .curriculum-content .skills-acquired .curriculumInfo-subTitle {
    background: #F2F5FA;
    position: relative;
    top: -1px;
  }
}
.curriculum-content .skills-acquired .illust {
  padding-top: 25px;
  margin: 0 auto;
  width: 100%;
  max-width: 192px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .skills-acquired .illust {
    padding-top: 0;
  }
}
.curriculum-content .skills-acquired ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .skills-acquired ul {
    margin-top: 10px;
  }
}
.curriculum-content .skills-acquired ul li {
  width: calc((100% - 56px) / 3);
  background: #fff;
  text-align: center;
  margin-top: 28px;
  padding-bottom: 27px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .skills-acquired ul li {
    width: calc((100% - 20px) / 2);
    padding: 20px 10px;
    font-size: 18px;
  }
}
.curriculum-content .skills-acquired ul li span {
  color: #E00C22;
}
.curriculum-content .skills-acquired .icon-right {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #E00C22;
}
@media screen and (max-width: 767px) {
  .curriculum-content .skills-acquired .icon-right {
    width: 8px;
    height: 10px;
  }
}
.curriculum-content .curriculumInfo-endText {
  font-size: 40px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculumInfo-endText {
    font-size: 20px;
  }
}
.curriculum-content .curriculumInfo-endText span {
  color: #E00C22;
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #F8D8D8 60%);
  font-size: 65px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .curriculum-content .curriculumInfo-endText span {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .curriculum-wrap .curriculum-sch {
    margin-top: 50px;
  }
}
.accompaniment-content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0;
}
.accompaniment-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content h2 {
    font-size: 26px;
  }
}
.accompaniment-content h2 span {
  font-size: 48px;
  color: #E00C22;
}
@media screen and (max-width: 767px) {
  .accompaniment-content h2 span {
    font-size: 26px;
  }
}
.accompaniment-content h2 + h3 {
  margin-top: 30px;
  width: 12em;
  padding: 7px 0 10px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content h2 + h3 {
    margin-top: 20px;
  }
}
.accompaniment-content .accompaniment-tile {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile {
    margin-top: 40px;
  }
}
.accompaniment-content .accompaniment-tile h4 {
  background: #D31124;
  padding: 7px 0 9px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile h4 {
    font-size: 23px;
  }
}
.accompaniment-content .accompaniment-tile h4 span {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  color: #E00C22;
  width: 32px;
  margin-right: 5px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile h4 span {
    font-size: 18px;
    width: 26px;
  }
}
.accompaniment-content .accompaniment-tile-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-inner {
    display: block;
    padding: 15px 10px 20px;
  }
}
.accompaniment-content .accompaniment-tile-inner .tile-block {
  border-left: 2px solid #CECECE;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-inner .tile-block {
    border-left: none;
    border-top: 1px solid #CECECE;
    margin-top: 17px;
  }
}
.accompaniment-content .accompaniment-tile-inner .tile-block:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-inner .tile-block:first-child {
    border-top: none;
    margin-top: 0;
  }
}
.accompaniment-content .accompaniment-tile-inner p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-inner p {
    font-size: 16px;
  }
}
.accompaniment-content .accompaniment-tile-inner p span {
  color: #E00C22;
}
.accompaniment-content .accompaniment-middle-read {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 45px;
  line-height: 1.8;
}
.accompaniment-content .accompaniment-middle-read p {
  padding-bottom: 20px;
}
.accompaniment-content .accompaniment-middle-read span {
  font-size: 28px;
  color: #E00C22;
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, #F8D8D8 55%);
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-middle-read span {
    font-size: 23px;
  }
}
.accompaniment-content .accompaniment-tile-list {
  margin-top: 30px;
}
.accompaniment-content .accompaniment-tile-list h4 {
  background: #D31124;
  padding: 7px 0 9px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-list h4 {
    font-size: 23px;
  }
}
.accompaniment-content .accompaniment-tile-list h4 span {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  color: #E00C22;
  width: 32px;
  margin-right: 5px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-list h4 span {
    font-size: 18px;
    width: 26px;
  }
}
.accompaniment-content .accompaniment-tile-list ul {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px 40px 10px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-list ul {
    padding: 30px 10px 10px;
  }
}
.accompaniment-content .accompaniment-tile-list li {
  background: #FFF6F6;
  padding: 20px 75px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-list li {
    padding: 20px 15px;
  }
}
.accompaniment-content .accompaniment-tile-list h5 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-tile-list h5 {
    font-size: 16px;
  }
}
.accompaniment-content .accompaniment-tile-list h5 span {
  color: #E00C22;
}
.accompaniment-content .accompaniment-more {
  margin-top: 50px;
  border: 2px solid #150303;
  border-radius: 10px;
  padding: 45px 45px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-more {
    padding: 40px 10px 30px;
  }
}
.accompaniment-content .accompaniment-more-title {
  position: absolute;
  background: #150303;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  width: 207px;
  height: 57px;
  padding: 7px 0 0 0;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0% 43px, 0% 0%, 100% 0%, 100% 43px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-more-title {
    font-size: 14px;
    width: 147px;
    height: 38px;
    clip-path: polygon(50% 100%, 0% 28px, 0% 0%, 100% 0%, 100% 28px);
    top: -15px;
  }
}
.accompaniment-content .accompaniment-more-img {
  background: #fff;
  padding: 15px 67px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-more-img {
    padding: 0;
  }
}
.accompaniment-content .accompaniment-more-read {
  text-align: center;
  margin-top: 20px;
  font-size: 23px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-more-read {
    font-size: 16px;
    text-align: left;
  }
}
.accompaniment-content .accompaniment-more-read span {
  color: #E00C22;
}
.accompaniment-content .accompaniment-bottom-read {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-bottom-read {
    margin-top: 30px;
  }
}
.accompaniment-content .accompaniment-bottom-read span {
  font-size: 28px;
  color: #E00C22;
  background: linear-gradient(to bottom, transparent 0%, transparent 55%, #F8D8D8 55%);
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-bottom-read span {
    font-size: 23px;
  }
}
.accompaniment-content .accompaniment-bottom-read em {
  font-size: 16px;
  font-style: normal;
  vertical-align: super;
}
.accompaniment-content .accompaniment-bottom-read .accompaniment-offer,
.accompaniment-content .accompaniment-bottom-read li {
  font-size: 12px;
  color: #9F9E9E;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-bottom-read .accompaniment-offer,
  .accompaniment-content .accompaniment-bottom-read li {
    font-size: 10px;
    text-align: left;
    text-indent: -1.2em;
    padding-left: 1em;
  }
}
.accompaniment-content .accompaniment-bottom-read .accompaniment-offer {
  margin-top: 20px;
}
.accompaniment-content .accompaniment-bottom-read h3 {
  font-size: 48px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-bottom-read h3 {
    font-size: 20px;
    margin-top: 25px;
  }
}
.accompaniment-content .accompaniment-bottom-read h3 span {
  font-size: 70px;
  background: none;
}
@media screen and (max-width: 767px) {
  .accompaniment-content .accompaniment-bottom-read h3 span {
    font-size: 36px;
  }
}
.accompaniment-content .accompaniment-bottom-read .accompaniment-offer-box {
  margin-top: 15px;
  text-align: left;
  max-width: 430px;
  margin: 0 auto;
  line-height: 1.7;
}

.floating-btn {
  z-index: 20;
}

.bnrArea {
  width: 100%;
  max-width: 1100px;
}
.bnrArea .bnr-img {
  width: 100%;
  max-width: 641px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .bnrArea .bnr-img {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.member-member .slick-prev,
.member-member .slick-next,
.member-member .slick-prev:hover, .member-member .slick-prev:focus, .member-member .slick-next:hover, .member-member .slick-next:focus,
.voice-member .slick-prev,
.voice-member .slick-next,
.voice-member .slick-prev:hover,
.voice-member .slick-prev:focus,
.voice-member .slick-next:hover,
.voice-member .slick-next:focus {
  width: 30px;
  height: 30px;
  top: 50%;
  background: url(/images/icon-arrow.png) no-repeat;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
.member-member .slick-prev::before,
.member-member .slick-next::before,
.member-member .slick-prev:hover::before, .member-member .slick-prev:focus::before, .member-member .slick-next:hover::before, .member-member .slick-next:focus::before,
.voice-member .slick-prev::before,
.voice-member .slick-next::before,
.voice-member .slick-prev:hover::before,
.voice-member .slick-prev:focus::before,
.voice-member .slick-next:hover::before,
.voice-member .slick-next:focus::before {
  display: none;
}
.member-member .slick-prev,
.voice-member .slick-prev {
  left: 0;
  z-index: 2;
  transform: rotate(180deg) translateY(50%);
}
.member-member .slick-prev::before,
.voice-member .slick-prev::before {
  content: "";
}
.member-member .slick-next,
.voice-member .slick-next {
  right: 0;
}
.member-member .slick-next::before,
.voice-member .slick-next::before {
  content: "";
}