body {
  width: 100%;
  min-width: 375px;
}

img {
  max-width: 100%;
}

#container {
  width: 100%;
  margin: 0;
}

.wrap {
  max-width: 1200px;
}

@media (min-width: 640px) {
  #wrapper>header {
    padding-bottom: 41px;
    background: #fff;
  }
}

/* mv
---------------------*/
.mv {
  text-align: center;
  margin-bottom: 120px;
}

.mv-img {
  margin: 0 auto;
  display: block;
}

.mv-btn-wrap {
  position: relative;
}

.mv-price-bubble,
.mv-btn-btn {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mv-price-bubble {
  top: -34px;
  z-index: 1;
}

.mv-btn-btn {
  top: 38px;
  cursor: pointer;
}

@media (max-width: 639px) {
  .mv {
    margin-bottom: 0;
  }

  .mv-btn-btn {
    width: 95%;
    top: 42px;
  }

  .mv-price-bubble {
    width: 163px;
    top: 14px;
  }
}

.mv-btn {
  background-color: #1d69bd;
  margin-right: 0.5rem;
  padding: 1rem 1rem .8rem;
  position: relative;
  box-shadow: 0 3px #11549f;
  color: #fff;
  border-radius: 36px;
  width: 585px;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 639px) {
  .mv-btn {
    font-size: 1rem;
  }
}

.mv-btn img {
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 13px;
  width: 8px;
}

@media (max-width: 449px) {
  .mv-btn {
    width: 100%;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* cv
---------------*/
.cv {
  background: linear-gradient(to bottom, #FFDD00 0%, #ffc300 100%);
  padding: 3rem 0;
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .cv {
    padding: 0.5rem 0 1rem;
    margin-bottom: 6rem;
  }
}

@media (max-width: 639px) {
  .cv.sp {
    display: block;
  }
}

.cv .wrap {
  text-align: center;
  position: relative;
}

.cv-inner .wrap:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou-offline/cv.png) no-repeat center center / contain;
     width: 32rem;
    height: 25rem;
    bottom: -4.4rem;
    right: -6rem;
}

@media (max-width: 1180px) {
.cv-inner .wrap:after {
     width: 28rem;
    height: 21rem;
    bottom: -4.2rem;
    right: -6.5rem;
}
}

@media (max-width: 1024px) {
  .cv-inner .wrap:after {
    display: none;
  }
}

.cv-ttl {
  background: #999999;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media (max-width: 639px) {
  .cv-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.cv-subttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
  line-height: (26/18);
}

@media (max-width: 639px) {
  .cv-subttl {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.cv-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 639px) {
  .cv-list {
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
}

.cv-btn {
  display: block;
  width: fit-content;
  margin: 0 auto 0.5rem;
  background: #fff;
  border: 3px solid #111111;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 2.5rem 5.9rem 2.5rem 2.5rem;
  position: relative;
}

@media (max-width: 639px) {
  .cv-btn {
    margin: 0 auto 0.2rem;
    font-size: 1.6rem;
    padding: 1.3rem 4.5rem;
  }
}

.cv-btn:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou-offline/arrow01.svg) no-repeat center center / contain;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

@media (max-width: 639px) {
  .cv-btn:after {
    width: 1.6rem;
    height: 1.6rem;
    right: 1.5rem;
  }
}

.cv-txt {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: (21/15);
}

@media (max-width: 639px) {
  .cv-txt {
    font-size: 1.3rem;
  }
}

/* onayami
------------------*/
.onayami {
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .onayami {
    margin-bottom: 3.6rem;
  }
}

.onayami .wrap {
  text-align: center;
  max-width: 116rem;
}

.onayami-ttl {
  color: #1DA1F2;
  font-size: 3.7rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: calc(54/37);
  position: relative;
  width: fit-content;
  margin: 0 auto 6.2rem;
}

@media (max-width: 639px) {
  .onayami-ttl {
    font-size: 1.8rem;
    line-height: calc(26/18);
    margin-bottom: 6rem;
  }
}

.onayami-ttl::before,
.onayami-ttl::after {
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #1DA1F2;
  width: 7.6rem;
  height: 0.2rem;
  bottom: 2.8rem;
}

@media (max-width: 639px) {

  .onayami-ttl::before,
  .onayami-ttl::after {
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1rem;
  }
}

.onayami-ttl::before {
  left: -7rem;
  transform: rotate(62deg);
}

@media (max-width: 639px) {
  .onayami-ttl::before {
    left: -3.5rem;
    transform: rotate(63deg);
  }
}

.onayami-ttl::after {
  right: -7rem;
  transform: rotate(-62deg);
}

@media (max-width: 639px) {
  .onayami-ttl::after {
    right: -3.5rem;
    transform: rotate(-63deg);
  }
}

@media (min-width: 640px) {
  .onayami-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.onayami-list li {
  position: relative;
}

@media (min-width: 640px) {
  .onayami-list li {
    background: transparent url(../img/curriculum/denken2-ginou-offline/onayami-bg.png) no-repeat bottom center / contain;
    width: 50%;
    margin-bottom: 4rem;
    padding-top: 8%;
  }
}

@media (min-width: 1025px) {
  .onayami-list li {
    width: 33.3333%;
    margin-bottom: 4rem;
    padding-top: 8%;
  }
}

@media (max-width: 639px) {
  .onayami-list li {
    margin-bottom: 5rem;
  }
}

@media (max-width: 639px) {
  .onayami-list li::after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou-offline/onayami-bg.png) no-repeat bottom center / contain;
    width: 18rem;
    height: 18rem;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.onayami-list li:nth-child(3n) {
  margin-right: 0;
}

.onayami-txt {
  font-size: 1.8rem;
  line-height: calc(26/18);
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 639px) {
  .onayami-txt {
    font-size: 1.5rem;
    line-height: calc(24/15);
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
  }
}

.onayami-img {
  position: relative;
  z-index: 2;
}

.onayami-img img {
  width: auto;
  height: 15rem;
}

@media (max-width: 639px) {
  .onayami-img img {
    height: 10rem;
  }
}

/* feature
-----------------*/
.feature {
  margin-bottom: 6rem;
}

@media (max-width: 639px) {
  .feature {
    margin-bottom: 4rem;
  }
}

.feature .wrap {
  text-align: left;
}

.feature-ttl {
  color: #fff;
  background: #1DA1F2;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 8rem;
  line-height: 1.2;
  padding: 6rem 1rem;
  position: relative;
}

@media (max-width: 639px) {
  .feature-ttl {
    font-size: 1.6rem;
    margin-bottom: 5rem;
    line-height: calc(26/16);
    padding: 4rem 1rem;
    position: relative;
  }
}

.feature-ttl span {
  font-size: 3.8rem;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

@media (max-width: 639px) {
  .feature-ttl span {
    display: block;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.feature-ttl span::before,
.feature-ttl span::after {
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #fff;
  width: 5.8rem;
  height: 0.2rem;
  bottom: 1.5rem;
}

@media (max-width: 639px) {

  .feature-ttl span::before,
  .feature-ttl span::after {
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1rem;
  }
}

.feature-ttl span::before {
  left: -5.5rem;
  transform: rotate(59deg);
}

@media (max-width: 639px) {
  .feature-ttl span::before {
    left: -3.5rem;
    transform: rotate(63deg);
  }
}

.feature-ttl span::after {
  right: -5.5rem;
  transform: rotate(-59deg);
}

@media (max-width: 639px) {
  .feature-ttl span::after {
    right: -3.5rem;
    transform: rotate(-63deg);
  }
}

.feature-ttl:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  border-top: 4rem solid #1DA1F2;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 639px) {
  .feature-ttl:after {
    border-right: 1.5rem solid transparent;
    border-left: 1.5rem solid transparent;
    border-top: 3rem solid #1DA1F2;
  }
}

.feature-nav {
  margin: 0 auto 6rem;
}

@media (min-width: 640px) {
  .feature-nav {
    display: flex;
    max-width: 100rem;
  }
}

@media (min-width: 640px) {
  .feature-nav li {
    width: calc(33.3333% - 2rem * 2 / 3);
    margin-right: 2rem;
  }
}

@media (max-width: 639px) {
  .feature-nav li {
    margin-bottom: 2rem;
  }
}

.feature-nav li:last-child {
  margin-right: 0;
}

.feature-nav li a {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 10px;
  border: 1px solid #1DA1F2;
  display: block;
  padding: 1.7rem 3rem;
  text-align: center;
  position: relative;
}

.feature-nav li a:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou-offline/arrow02.svg) no-repeat bottom center / contain;
  width: 1.8rem;
  height: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.feature01-txt {
  position: relative;
  margin-bottom: 140px;
}

.feature01-txt .grad-item {
  position: relative;
  overflow: hidden;
  height: 10rem;
  margin-bottom: 3rem !important;
}

.feature01-txt .grad-btn {
  display: block;
}

/* .feature01-youtube .youtube {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
} */

.youtube-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.feature01-youtube .youtube-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 639px) {
 .feature01-youtube .youtube-title {
  font-size: 20px;
} 
}

.feature01-youtube .youtube {
  max-width: 600px;
  margin: 0 auto 20px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.feature01-youtube .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 639px) {
  .feature01-youtube .youtube {
    margin-bottom: 30px;
  }
}

.feature01-youtube .youtube-list {
  max-width: 682px;
  margin: 0 auto 40px;
}

@media (max-width: 639px) {
  .feature01-youtube .youtube-list {
    margin-bottom: 30px;
  }
}

.feature01-youtube .youtube-list li {
  margin-bottom: 5px;
}

.feature01-youtube .youtube-list li a {
  display: flex;
  font-size: 14px;
  font-weight: 400;
}

.feature01-youtube .youtube-list li a.current div:nth-child(1),
.feature01-youtube .youtube-list li a.current div:nth-child(2) span {
  position: relative;
  background: #FFF8CC;
}

@media (max-width: 639px) {
 .feature01-youtube .youtube-list li a.current div:nth-child(1),
.feature01-youtube .youtube-list li a.current div:nth-child(2) span {
  display: block;
} 
}

.feature01-youtube .youtube-list li a.current div:nth-child(2) span {
  padding: 1px 0;
}

.feature01-youtube .youtube-list li a.current div:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #FFF8CC;
  width: 20px;
  height: 100%;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 639px) {
 .feature01-youtube .youtube-list li a.current div:nth-child(1)::before {
  position: absolute;
  content: "";
  background: #FFF8CC;
  width: 10px;
  height: 100%;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
} 
}

.feature01-youtube .youtube-list li div:nth-child(1) {
  width: calc(120% / 682 * 100);
  position: relative;
}
@media (max-width: 639px) {
 .feature01-youtube .youtube-list li div:nth-child(1) {
  width: calc(110% / 332 * 100);
} 
}

.feature01-youtube .youtube-list li div:nth-child(1):after {
  position: absolute;
  content: "";
  top: 2px;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 20px;
  background-image: repeating-linear-gradient(to bottom,
      #707070 0,
      #707070 3px,
      transparent 3px,
      transparent 4.5px);
  z-index: 2;
}

.feature01-youtube .youtube-list li div:nth-child(2) {
  width: calc(562% / 682 * 100);
  padding-left: 20px;
}

@media (max-width: 639px) {
 .feature01-youtube .youtube-list li div:nth-child(2) {
  width: calc(222% / 332 * 100);
  padding-left: 10px;
} 
}

.feature01-youtube-title {
  width: fit-content;
  margin: 0 auto 5px;
  font-size: 15px;
  font-weight: bold;
}

.feature01-youtube-btn {
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #111111;
  border-radius: 10px;
  display: block;
  padding: 9px 22px;
}
@media (max-width: 639px) {
 .feature01-youtube-btn {
  font-size: 15px;
  padding: 7px 26px;
} 
}

.feature-item {
  margin-bottom: 6rem;
  margin-top: -6.4rem;
  padding-top: 6.4rem;
}

.feature-list-ttl {
  border-bottom: 2px solid #1DA1F2;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media (max-width: 639px) {
  .feature-list-ttl {
    margin-bottom: 3rem;
    line-height: calc(40/28);
    font-size: 2.8rem;
    padding-bottom: 1.5rem;
    align-items: flex-start;
  }
}

.feature-list-ttl img {
  width: auto;
  height: 4rem;
  margin-right: 2.4rem;
}

@media (max-width: 639px) {
  .feature-list-ttl img {
    margin-right: 2rem;
    position: relative;
    top: 0.5rem;
  }
}

.feature-txt01 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(26/16);
  letter-spacing: 0.05em;
  margin-bottom: 6rem;
}

@media (max-width: 639px) {
  .feature-txt01 {
    margin-bottom: 0;
  }
}

.feature-list-df01 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 639px) {
  .feature-list-df01 {
    flex-direction: column-reverse;
  }
}

@media (min-width: 640px) {
  .feature-list-df01 .feature-txt01 {
    width: calc(860% / 1200 * 100);
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .feature-list-df01 .feature-list-img {
    width: calc(300% / 1200 * 100);
  }
}

@media (max-width: 639px) {
  .feature-list-df01 .feature-list-img {
    margin-bottom: 3rem;
  }
}

@media (max-width: 639px) {
  .teacher {
    margin-top: 6rem;
  }
}

.teacher li {
  border-top: dashed 1px #1DA1F2;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .teacher li {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 639px) {
  .teacher li {
    padding-top: 3rem;
    padding-bottom: 8rem;
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .teacher-img {
    width: calc(268% / 1200 * 100);
  }
}

@media (max-width: 639px) {
  .teacher-img {
    width: 26.8rem;
    margin: 0 auto 2rem;
  }
}

.teacher-inner {
  position: relative;
}

@media (min-width: 640px) {
  .teacher-inner {
    width: calc(881% / 1200 * 100);
  }
}

.teacher-name {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: calc(21/15);
  margin-bottom: 2rem;
}

@media (max-width: 639px) {
  .teacher-name {
    margin-bottom: 1.5rem;
  }
}

.teacher-name span {
  font-size: 2.8rem;
}

.grad-btn {
  border: 1px solid #111111;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 1.3rem 4rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: -8.3rem;
  left: 0;
}

.grad-btn:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou-offline/plus.svg) no-repeat bottom center / contain;
  width: 1.4rem;
  height: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}

@media (min-width: 640px) {
  .grad-btn {
    display: none;
  }

  .grad-trigger {
    display: none;
  }

  .grad-btn-pc {
    display: block;
  }

  .grad-trigger-pc {
    display: block;
  }
}

@media (max-width: 639px) {
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 10rem;
    /*隠した状態の高さ*/
    margin-bottom: 3rem !important;
  }

  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    /*グラデーションで隠す高さ*/
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
    content: "";
  }

  .grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/
  }

  .grad-trigger:checked+.grad-btn {
    display: none;
    /*チェックされていたら、grad-btnを非表示にする*/
  }

  .grad-trigger:checked~.grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/
    margin-bottom: 0 !important;
  }

  .grad-trigger:checked~.grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
}


.feature01-txt .grad-item {
  position: relative;
  overflow: hidden;
  height: 10rem;
  /*隠した状態の高さ*/
  margin-bottom: 3rem !important;
}

.feature01-txt .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  /*グラデーションで隠す高さ*/
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
}

.feature01-txt .grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.feature01-txt .grad-trigger:checked+.grad-btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}

.feature01-txt .grad-trigger:checked~.grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
  margin-bottom: 0 !important;
}

.feature01-txt .grad-trigger:checked~.grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.teacher-txt {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: calc(26/15);
  margin-bottom: 0;
}

.teacher-course {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px -2.5px 2rem;
}

@media (max-width: 639px) {
  .teacher-course {
    margin-bottom: 3rem;
  }
}

.teacher-course li {
  border: none;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #555555;
  background: #EFEFEF;
  padding: 2px;
  margin: 2.5px;
}

.tool {
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .tool{
    margin-top: 6rem;
  }
}

.tool-ttl {
  color: #fff;
  background: #1DA1F2;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 3rem;
  line-height: 1.4;
  padding: 2rem 1rem;
}

@media (max-width: 639px) {
  .tool-ttl{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: calc(28/18);
    padding: 1.3rem 1rem;
    display: block;
  }
}

@media (max-width: 639px) {
  .tool-ttl.pc {
    display: none;
  }
}

.tool-txt {
  margin-bottom: 4rem;
}
@media (max-width: 639px) {
  .tool-txt {
    margin-bottom: 3rem;
  }
}

@media (max-width: 639px) {
  .tool ul{
    margin-top: 3rem;
  }
}

@media (min-width: 640px) {
  .tool li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
}

@media (max-width: 639px) {
  .tool li {
    border-top: dashed 1px #1DA1F2;
    padding-top: 2rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 640px) {
  .tool-img {
    width: calc(400% / 1200 * 100);
  }
}

@media (max-width: 639px) {
  .tool-img {
    margin-bottom: 2rem;
  }
}

@media (min-width: 640px) {
  .tool-inner {
    width: calc(761% / 1200 * 100);
  }
}

@media (min-width: 640px) {
  .tool-info {
    max-width: 657px;
    border-top: dashed 1px #1DA1F2;
    border-bottom: dashed 1px #1DA1F2;
    padding: 2rem 0;
    margin-bottom: 4rem;
  }
}

@media (max-width: 639px) {
  .tool-info {
    border-bottom: dashed 1px #1DA1F2;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
  }
}

.tool-list-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1DA1F2;
  margin-bottom: 2rem;
}

@media (max-width: 639px) {
  .tool-list-ttl {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.tool-subttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.tool-list {
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .tool-list {
    display: flex;
  }
}

@media (max-width: 639px) {
  .tool-list:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 640px) {
  .tool-list ul {
    width: calc(33.3333% - 1.5rem * 2 / 3);
    margin-right: 1.5rem;
  }
}

@media (min-width: 640px) {
  .tool-list ul:nth-child(3n) {
    margin-right: 0;
  }
}

.tool-list li {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: (24/15);
  padding-left: 1.2em;
  position: relative;
  border: none;
}

@media (max-width: 639px) {
  .tool-list li {
    font-size: 1.4rem;
    line-height: (22/14);
  }
}

.tool-list li::before {
  position: absolute;
  content: "●";
  color: #89D2FF;
  left: 0;
  top: 0;
}

.tool-txt {
  font-size: 1.6rem;
  line-height: calc(26/16);
  letter-spacing: 0.05em;
  font-weight: 400;
}

.tool-txt span {
  font-weight: bold;
}

/* select
-----------------*/
.select {
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .select {
    margin-bottom: 6rem;
  }
}

.select-ttl {
  margin-bottom: 3rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
}

@media (max-width: 639px) {
  .select-ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    padding: 0.8rem 1rem;
    display: block;
    line-height: calc(28/18);
  }
}
@media (max-width: 639px) {
  .select-ttl.pc {
    display: none;
  }
}
.select-table{
  overflow-x: auto;
}

.select-table table {
  width: 100%;
  border-top: 1px dashed #1DA1F2;
  width: 1170px;
}
@media (max-width: 639px) {
 .select-table table {
  width: 100%;
  border-top: 1px dashed #1DA1F2;
  width: 800px;
} 
}
.select-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 1170px;
}
@media (max-width: 639px) {
 .select-label {
  width: 800px;
} 
}
.select-label div{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 15px 0 0;
  padding: 3px 10px;
}
.select-label div:nth-child(1){
  width: calc(144% / 1200 * 100);
}
@media (max-width: 639px) {
 .select-label div:nth-child(1){
  width: calc(140% / 700 * 100);
} 
}
.select-label div:nth-child(2){
  background: #FFE229;
  width: calc(518% / 1200 * 100);
  margin-right: 20px;
}
@media (max-width: 639px) {
 .select-label div:nth-child(2){
  width: calc(280% / 700 * 100);
} 
}
.select-label div:nth-child(3){
  background: #00FFC4;
  width: calc(518% / 1200 * 100);
}
@media (max-width: 639px) {
 .select-label div:nth-child(3){
  width: calc(280% / 700 * 100);
} 
}
.select-table td {
  font-size: 16px;
  line-height: calc(26/16);
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dashed #1DA1F2;
  padding: 15px;
}
@media (max-width: 639px) {
 .select-table td {
  padding: 20px 15px;
} 
}
.select-table td:nth-child(1) {
  font-size: 20px;
  line-height: calc(26/16);
  font-weight: bold;
  background: #DEF3FF;
  width: calc(144% / 1200 * 100);
}
@media (max-width: 639px) {
 .select-table td:nth-child(1) {
  width: calc(140% / 700 * 100);
} 
}
.select-table td:nth-child(2) {
  border-right: 1px solid #1DA1F2;
  width: calc(527.5% / 1200 * 100);
}
@media (max-width: 639px) {
 .select-table td:nth-child(2) {
  width: calc(280% / 700 * 100);
} 
}
.select-table td:nth-child(3) {
  width: calc(527.5% / 1200 * 100);
}
@media (max-width: 639px) {
 .select-table td:nth-child(3) {
  width: calc(280% / 700 * 100);
} 
}

/* price
-----------------*/
.price {
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .price {
    margin-bottom: 6rem;
  }
}

.price-ttl {
  color: #fff;
  background: #1DA1F2;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 3rem;
  line-height: 1.4;
  padding: 2rem 1rem;
}

@media (max-width: 639px) {
  .price-ttl.sp {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: calc(28/18);
    padding: 1.3rem 1rem;
    display: block;
  }
}

@media (max-width: 639px) {
  .price-ttl.pc {
    display: none;
  }
}

.price-bg {
  background: #FFF8CC;
  max-width: 643px;
  margin: 0 auto 4rem;
  text-align: center;
  padding: 1.5rem;
}
@media (max-width: 639px) {
 .price-bg {
  margin-bottom: 3rem;
} 
}

.price-bg-title {
  font-size: 20px;
  font-weight: bold;
}

.price-number {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.price-number span {
  font-size: 38px;
}
.price-bg-info {
  font-weight: bold;
}
.price-bg-caution {
  font-size: 14px;
  font-weight: 400;
}
.price-table {
  overflow-x: auto;
}
.price-table table{
  width: 1170px;
}
@media (max-width: 639px) {
.price-table table{
  width: 945px;
}  
}
.price-table table th,.price-table table td{
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dashed #1DA1F2;
}
.price-table table th{
  font-size: 20px;
  font-weight: bold;
  background: #DEF3FF;
  border-radius: 15px 15px 0 0;
  width: calc(253% / 1200 * 100);
  border-left: 1px solid #fff;
}
.price-table table tr th:first-child{
  background: transparent;
  width: calc(144% / 1200 * 100);
}
@media (max-width: 639px) {
  .price-table table tr th:first-child{
    width: calc(85% / 945 * 100);
  } 
}
.price-table table tr th:nth-child(2){
  background: #1DA1F2;
  color: #fff;
  width: calc(305% / 1200 * 100);
}
@media (max-width: 639px) {
  .price-table table tr th:nth-child(2){
    width: calc(283% / 945 * 100);
  } 
}
@media (max-width: 639px) {
 .price-table table tr th:nth-child(3){
  width: calc(220% / 945 * 100);
} 
}
@media (max-width: 639px) {
 .price-table table tr th:nth-child(4){
  width: calc(171% / 945 * 100);
} 
}
@media (max-width: 639px) {
 .price-table table tr th:nth-child(5){
  width: calc(186% / 945 * 100);
} 
}
.price-table table td{
  border-left: 1px solid #1DA1F2;
  line-height: calc(26/16);
  padding: 20px 20px;
}
@media (max-width: 639px) {
  .price-table table td{
  padding: 20px 15px;
}
}
.price-table table td:first-child{
  border-left: none;
  background: #DEF3FF;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 639px) {
  .price-table table td:first-child{
  font-size: 16px;
}
}
.price-table .blue{
  color: #1DA1F2;
  font-weight: bold;
}
.price-table .value{
  font-size: 28px;
}
.price-table .bold{
  font-weight: bold;
}
.price-table .under{
  font-size: 14px;
  color: #1DA1F2;
  text-decoration: underline;
  font-weight: 500;
}

/* location
-------------------*/ 
.location {
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .location{
    margin-bottom: 6rem;
  }
}

.location-ttl {
  color: #fff;
  background: #1DA1F2;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  letter-spacing: 0;
  margin-bottom: 3rem;
  line-height: 1.4;
  padding: 2rem 1rem;
}

@media (max-width: 639px) {
  .location-ttl{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: calc(28/18);
    padding: 1.3rem 1rem;
    display: block;
  }
}

@media (max-width: 639px) {
  .location-ttl.pc {
    display: none;
  }
}

.location-txt {
  margin-bottom: 3rem;
}
@media (max-width: 639px) {
  .location-txt {
    margin-bottom: 4rem;
  }
}

.location-txt a{
  text-decoration: underline;
}

@media (min-width: 640px) {
.location-list {
  display: flex;
  flex-wrap: wrap;
}
}
@media (min-width: 640px) {
.location-list li{
  width: calc(25% - 30px * 3 / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
}
@media (max-width: 639px) {
 .location-list li{
  margin-bottom: 30px;
} 
}
@media (min-width: 640px) {
.location-list li:nth-child(4n){
  margin-right: 0;
}
}
.location-list-img {
  margin-bottom: 10px;
}
.location-list-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #1DA1F2;
  margin-bottom: 10px;
}
.location-list-txt{
  font-size: 15px;
  line-height: (24/15);
  margin-bottom: 0;
}
@media (max-width: 639px) {
  .location-list-txt{
  font-size: 14px;
  line-height: (22/14);
}
}

/* voice
----------------------*/
.voice {
  background: #DEF3FF;
  padding: 4rem;
  position: relative;
}

@media (max-width: 639px) {
  .voice {
    background: #DEF3FF;
    padding: 1rem;
  }
}

.voice::before {
  position: absolute;
  content: "";
  
}

.voice-bg {
  background: #fff;
  padding: 12rem 3rem 9.4rem;
}

@media (max-width: 639px) {
  .voice-bg {
    padding: 4rem 0;
  }
}
@media (max-width: 639px) {
  .voice-bg:before {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/campaign.svg) no-repeat bottom center / contain;
    width: 8.9rem;
    height: 12rem;
    top: 0;
    left: 0;
  }
}
@media (max-width: 639px) {
  .voice-bg:after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/campaign.svg) no-repeat bottom center / contain;
    width: 8.9rem;
    height: 12rem;
    top: 0;
    right: 0;
    transform: rotateY(180deg);
  }
}
@media (min-width: 640px) {
  .voice-bg:before {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/campaign.svg) no-repeat bottom center / contain;
    width: 32rem;
    height: 23rem;
    top: 0;
    left: -7rem;
  }
}
@media (min-width: 640px) {
  .voice-bg:after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou/campaign.svg) no-repeat bottom center / contain;
    width: 32rem;
    height: 23rem;
    top: 0;
    right: -7rem;
    transform: rotateY(180deg);
  }
}

.voice-ttl {
  color: #1DA1F2;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  margin: 0 auto 6rem;
  position: relative;
}

@media (max-width: 639px) {
  .voice-ttl {
    font-size: 2rem;
    margin: 0 auto 3rem;
  }
}

.voice-ttl::before,
.voice-ttl::after {
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #1DA1F2;
  width: 3.5rem;
  height: 0.2rem;
  bottom: 3rem;
}

@media (max-width: 639px) {

  .voice-ttl::before,
  .voice-ttl::after {
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1.5rem;
  }
}

.voice-ttl::before {
  left: -4rem;
  transform: rotate(59deg);
}

@media (max-width: 639px) {
  .voice-ttl::before {
    left: -4rem;
    transform: rotate(63deg);
  }
}

.voice-ttl::after {
  right: -4rem;
  transform: rotate(-59deg);
}

@media (max-width: 639px) {
  .voice-ttl::after {
    right: -4rem;
    transform: rotate(-63deg);
  }
}

@media (min-width: 640px) {
  .voice-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
}

@media (max-width: 639px) {
  .voice-list li {
    margin-bottom: 3rem;
  }
}

@media (min-width: 640px) {
  .voice-list li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.voice-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .voice-img {
    width: calc(165% / 1200 * 100);
  }
}

@media (max-width: 639px) {
  .voice-img {
    width: 6rem;
  }
}

.voice-img img {
  vertical-align: bottom;
}

@media (max-width: 639px) {
  .voice-head {
    display: flex;
    align-items: flex-end;
    padding-left: 1rem;
  }
}

@media (min-width: 640px) {
  .voice-inner {
    width: calc(973% / 1200 * 100);
  }
}

.voice-case {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

@media (max-width: 639px) {
  .voice-case {
    font-size: 1.4rem;
    margin-left: 3.3rem;
  }
}

.voice-list-ttl {
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0;
  background: #1DA1F2;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 3rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 639px) {
  .voice-list-ttl {
    font-size: 1.5rem;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 2rem;
    line-height: calc(24/15);
  }
}

@media (min-width: 640px) {
  .voice-df {
    display: flex;
    gap: 15%;
  }
}

@media (max-width: 639px) {
  .voice-df .voice-col {
    display: flex;
  }
}

.voice-df .voice-col:nth-child(1) {
  position: relative;
}

@media (max-width: 639px) {
  .voice-df .voice-col:nth-child(1) {
    margin-bottom: 14.6vw;
  }
}

@media (min-width: 640px) {
  .voice-df .voice-col:nth-child(1)::after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou-offline/arrow03.svg) no-repeat top center / contain;
    width: 1.2rem;
    height: 16.6rem;
    top: 0;
    right: -24%;
  }
}

@media (max-width: 639px) {
  .voice-df .voice-col:nth-child(1)::after {
    position: absolute;
    content: "";
    background: transparent url(../img/curriculum/denken2-ginou-offline/arrow04.svg) no-repeat top center / contain;
    width: 87vw;
    height: 4.8vw;
    bottom: -4rem;
    left: 0;
  }
}

.voice-list-subttl {
  font-size: 2rem;
  color: #1DA1F2;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

@media (max-width: 639px) {
  .voice-list-subttl {
    font-size: 2rem;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    margin-right: 2rem;
    position: relative;
    top: 0.2rem;
  }
}

.voice-list-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: calc(26/16);
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .voice-list-txt {
    font-size: 1.5rem;
    line-height: calc(24/15);
  }
}

/* point
---------------------*/
.point {
  background: transparent url(../img/curriculum/denken2-ginou-offline/point_bg.png) repeat top left / 1600px 1230px;
  padding: 12rem 0 20rem;
  position: relative;
}

@media (max-width: 639px) {
  .point {
    background: transparent url(../img/curriculum/denken2-ginou-offline/point_bg.png) repeat top left / 1600px 1230px;
    padding: 6rem 0 12rem;
    position: relative;
  }
}

.point:after {
  background: transparent url(../img/curriculum/denken2-ginou-offline/faq.png) no-repeat bottom center / contain;
  width: 34.6rem;
  height: 11.2rem;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 639px) {
  .point:after {
    width: 24.6rem;
    height: 8rem;
  }
}

.point .wrap {
  text-align: left;
}

.point-ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0;
  width: fit-content;
  margin: 0 auto 6rem;
  color: #1DA1F2;
  position: relative;
}

@media (max-width: 639px) {
  .point-ttl {
    font-size: 1.8rem;
    line-height: calc(26/18);
    margin: 0 auto 3rem;
  }
}

.point-ttl::before,
.point-ttl::after {
  position: absolute;
  content: "";
  border-bottom: dashed 1.5px #1DA1F2;
  width: 3.5rem;
  height: 0.2rem;
  bottom: 3rem;
}

@media (max-width: 639px) {

  .point-ttl::before,
  .point-ttl::after {
    width: 3.3rem;
    height: 0.2rem;
    bottom: 1.5rem;
  }
}

.point-ttl::before {
  left: -4rem;
  transform: rotate(59deg);
}

@media (max-width: 639px) {
  .point-ttl::before {
    left: -3.5rem;
    transform: rotate(63deg);
  }
}

.point-ttl::after {
  right: -4rem;
  transform: rotate(-59deg);
}

@media (max-width: 639px) {
  .point-ttl::after {
    right: -3.5rem;
    transform: rotate(-63deg);
  }
}

.point-list li {
  margin-bottom: 3rem;
  background: #fff;
  border: 1px solid #1DA1F2;
  border-radius: 10px;
}

@media (max-width: 639px) {
  .point-list li {
    border-radius: 5px;
  }
}

.point-list li:last-child {
  margin-bottom: 0;
}

.point .accordion-head {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0;
  left: 0;
  padding: 2.2rem 5rem 2.2rem 4rem;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
}

@media (max-width: 639px) {
  .point .accordion-head {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: calc(28/18);
    padding: 1.2rem 4.85rem 1.2rem 2.15rem;
  }
}

.point .accordion-body {
  display: none;
}

.point .accordion-body-in {
  padding: 2rem 4rem 4rem 4rem;
  line-height: calc(24 / 15);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}

@media (max-width: 639px) {
  .point .accordion-body-in {
    padding: 0 2rem 2rem 2rem;
    letter-spacing: 0;
  }
}

.point .accordion-icon {
  position: absolute;
  background: transparent url(../img/curriculum/denken2-ginou-offline/plus.svg) no-repeat center center / contain;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

@media (max-width: 639px) {
  .point .accordion-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.point .accordion-icon.is-open {
  background-image: url(../img/curriculum/denken2-ginou-offline/minus.svg);
}

/* test
-----------------------*/
.test {
  margin: 12rem 0;
}

@media (max-width: 639px) {
  .test {
    margin: 6rem 0;
  }
}

.test-ttl {
  margin-bottom: 4rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
}

@media (max-width: 639px) {
  .test-ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    padding: 0.8rem 1rem;
  }
}

.test-table {
  margin-bottom: 20px;
}

.test-table table {
  width: 100%;
  border-top: 1px dashed #666666;
}

.test-table table td {
  border-bottom: 1px dashed #666666;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 2rem;
}

.test-table table td:nth-child(1) {
  width: calc(150% / 1200 * 100);
  text-align: center;
  background: #EFEFEF;
  font-weight: bold;
  line-height: calc(22/16);
  white-space: nowrap;
}

@media (max-width: 639px) {
  .test-table table td:nth-child(1) {
    width: calc(80% / 335 * 100);
    line-height: calc(26/16);
    padding: 1.4rem 0.5rem;
  }
}

.test-table table td:nth-child(1) span {
  font-size: 1.4rem;
}

.test-table table td:nth-child(2) {
  width: calc(1050% / 1200 * 100);
  line-height: calc(26/16);
}

@media (max-width: 639px) {
  .test-table table td:nth-child(2) {
    width: calc(255% / 335 * 100);
    line-height: calc(24/15);
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}

.test-table table td:nth-child(2) span {
  font-size: 1.8rem;
  font-weight: bold;
}

.test-list li {
  margin-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .test-list li {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 639px) {
  .test-list li {
    line-height: calc(26/16);
  }
}

.test-list li:last-child {
  margin-bottom: 0;
}

.test-list-ttl {
  font-weight: bold;
  color: #1DA1F2;
}

.test-list-txt {
  position: relative;
}

@media (min-width: 640px) {
  .test-list-txt {
    padding-left: 1em;
  }
}

.test-list-txt::before {
  position: relative;
  content: "▶";
  color: #89D2FF;
  left: -0.5em;
  top: 0;
}

@media (max-width: 639px) {
  .test-list-txt::before {
    left: 0;
    margin-right: 0.75em;
  }
}

.test-reference {
  font-size: 14px;
  font-weight: 400;
}

/* step
-----------------------*/
.step {
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .step {
    margin-bottom: 6rem;
  }
}

.step-ttl {
  margin-bottom: 4rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
}

@media (max-width: 639px) {
  .step-ttl {
    display: block;
    margin-bottom: 4.5rem;
    font-size: 1.8rem;
    padding: 1.2rem 1rem;
    line-height: calc(28/18);
  }
}

@media (max-width: 639px) {
  .step-ttl.pc {
    display: none;
  }
}

.step-list li {
  border: 1px solid #1DA1F2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(26/16);
  letter-spacing: 0.05em;
  position: relative;
}

@media (min-width: 640px) {
  .step-list li {
    margin-bottom: 3.5rem;
    border: 1px solid #1DA1F2;
    border-radius: 40px;
    padding: 0.5rem 3rem 0.5rem 0.5rem;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 639px) {
  .step-list li {
    margin-bottom: 6.5rem;
    border-radius: 20px;
    padding: 4.5rem 2rem 1.5rem;
  }
}

.step-list li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 15px solid #89D2FF;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}

.step-list li:last-child:after {
  display: none;
}

.step-label {
  color: #fff;
  background: #1DA1F2;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .step-label {
    margin-right: 4rem;
  }
}

@media (max-width: 639px) {
  .step-label {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.step-label span {
  font-size: 1.8rem;
  display: block;
}

/* faq
----------------------*/
.faq {
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .faq {
    margin-bottom: 6rem;
  }
}

.faq-ttl {
  margin-bottom: 4rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
  position: relative;
}

@media (max-width: 639px) {
  .faq-ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    padding: 0.8rem 1rem;
  }
}

.faq-ttl:before {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou-offline/faq01.png) no-repeat center center / contain;
  width: 14.3rem;
  height: 17.1rem;
  left: 2rem;
  bottom: 0;
}
.faq-ttl:after {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou-offline/faq02.png) no-repeat center center / contain;
  width: 17.8rem;
  height: 17.1rem;
  right: 2rem;
  bottom: 0;
}

@media (max-width: 639px) {
  .faq-ttl:before {
  width: 6.7rem;
  height: 8rem;
  left: 1rem;
}
}
@media (max-width: 639px) {
  .faq-ttl:after {
  width: 8.3rem;
  height: 8rem;
  right: 1rem;
}
}

.faq-list li {
  border-radius: 5px;
  border: 1px solid #1DA1F2;
  margin-bottom: 3rem;
}

.faq .accordion-head {
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0;
  left: 0;
  padding: 2.2rem 5rem 2.2rem 5rem;
  position: relative;
  cursor: pointer;
  line-height: calc(26/18);
}

@media (max-width: 639px) {
  .faq .accordion-head {
    letter-spacing: 0.03em;
    line-height: calc(28/18);
    padding: 1.2rem 6rem 1.2rem 4.5rem;
  }
}

.faq .accordion-head:before {
  content: "Q.";
  position: absolute;
  left: 2rem;
  top: 2rem;
  color: #1DA1F2;
  font-weight: bold;
}

@media (max-width: 639px) {
  .faq .accordion-head:before {
    left: 2rem;
    top: 1.2rem;
  }
}

.faq .accordion-body {
  display: none;
  padding: 0 2rem 1.5rem;
}

.faq .accordion-body-in {
  padding: 2rem 0 2.5rem 3rem;
  line-height: calc(26 / 16);
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  font-weight: 400;
  position: relative;
  border-top: 1px solid #1DA1F2;
}

@media (max-width: 639px) {
  .faq .accordion-body-in {
    border-top: none;
    padding: 0;
    letter-spacing: 0;
  }
}

@media (min-width: 640px) {
  .faq .accordion-body-in:before {
    content: "A.";
    position: absolute;
    left: 0;
    top: 2rem;
    font-weight: 700;
    color: #1DA1F2;
    font-size: 1.8rem;
  }
}

.faq .accordion-icon {
  position: absolute;
  background: transparent url(../img/curriculum/denken2-ginou-offline/plus.svg) no-repeat center center / contain;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

@media (max-width: 639px) {
  .faq .accordion-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.faq .accordion-icon.is-open {
  background-image: url(../img/curriculum/denken2-ginou-offline/minus.svg);
}

/* payment
----------------------*/
.payment {
  margin-bottom: 12rem;
}

@media (max-width: 639px) {
  .payment {
    margin-bottom: 6rem;
  }
}

.payment-ttl {
  margin-bottom: 3rem;
  background: #1DA1F2;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
  padding: 1.2rem 1rem;
  position: relative;
}

@media (max-width: 639px) {
  .payment-ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    padding: 0.8rem 1rem;
  }
}

.payment-txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: calc(26/16);
  margin-bottom: 3rem;
}

@media (max-width: 639px) {
  .payment-txt {
    font-size: 1.5rem;
    line-height: calc(24/15);
    margin-bottom: 2rem;
  }
}

.payment-table table {
  width: 100%;
  border-top: 1px dashed #666666;
}

.payment-table table td {
  border-bottom: 1px dashed #666666;
  vertical-align: middle;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: calc(24/15);
  padding: 2rem;
}

.payment-table table td:nth-child(1) {
  font-size: 1.6rem;
  width: calc(150% / 1200 * 100);
  text-align: center;
  background: #EFEFEF;
  font-weight: bold;
  line-height: calc(22/16);
  white-space: nowrap;
}

@media (max-width: 639px) {
  .payment-table table td:nth-child(1) {
    width: calc(80% / 335 * 100);
    line-height: calc(26/16);
    padding: 1.4rem 0.5rem;
  }
}

.payment-table table td:nth-child(2) {
  width: calc(1050% / 1200 * 100);
  line-height: calc(24/15);
  font-size: 1.5rem;
}

@media (max-width: 639px) {
  .payment-table table td:nth-child(2) {
    width: calc(255% / 335 * 100);
    line-height: calc(20/14);
    font-size: 1.4rem;
    padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  }
}

.payment-list li {
  position: relative;
  padding-left: 1em;
}

@media (max-width: 639px) {
  .payment-list li {
    margin-bottom: 0.5rem;
  }
}

.payment-list li:before {
  position: absolute;
  content: "●";
  color: #ccc;
  left: 0;
  top: 0;
}

/* img
----------------*/
.img img {
  width: 100%;
  vertical-align: bottom;
}

/* bannar
----------------------*/ 
.side-fixed-bnr-area {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	pointer-events: none;
	transition: all 0.2s;
	width: 43.823%;
	max-width: 745px;
	min-width: 500px;
}
.side-fixed-bnr {
	width: 100%;
	aspect-ratio: 373 / 131;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: all 0.2s;
	filter: drop-shadow(0px 9px 16px rgba(0, 0, 0, 0.35));
}
.side-fixed-bnr-area.is-active {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
	z-index: 9998;
}
a.side-fixed-bnr > * {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.side-fixed-bnr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.side-fixed-bnr-close {
	position: absolute;
	top: 15px;
	right: -20px;
	width: 40px;
	z-index: 10;
	height: auto;
	aspect-ratio: 1 / 1;
	background: #fddd02;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	overflow: hidden;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.side-fixed-bnr-close::after {
	content: "";
	background-image: url("../wp/wp-content/themes/japan-ems/assets/img/common/icon-close.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 10px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
}

@media screen and (max-width: 768px) {
	.side-fixed-bnr-area {
		bottom: 0;
		right: 0;
		width: 100%;
		max-width: none;
	}
	.side-fixed-bnr {
		aspect-ratio: 100 / 17;
	}
	.side-fixed-bnr-close {
		display: none;
	}
}

/* form
-----------------------*/
.form-box .form-wrap {
  margin-top: 0;
  padding: 12rem 0;
}

@media (max-width: 639px) {
  .form-box .form-wrap {
    padding: 14.3rem 0 6rem;
    position: relative;
  }
}

.form-box .form-wrap:before {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou-offline/form.png) no-repeat bottom center / contain;
  width: 10.6rem;
  height: 10.3rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 640px) {
  .form-box .form-wrap:before {
    display: none;
  }
}

.form-wrap .wrap {
  max-width: 1230px;
}

.form-ttl {
  text-align: center;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: calc(55/38);
  margin-bottom: 2rem;
}

@media (max-width: 639px) {
  .form-ttl {
    font-size: 1.6rem;
    line-height: calc(24/16);
  }
}

.form-box .notice {
  max-width: 793px;
  margin: 0 auto 6rem;
  font-size: 1.4rem;
  line-height: calc(20/14);
}

.form {
  position: relative;
}

.form:before {
  position: absolute;
  content: "";
  background: transparent url(../img/curriculum/denken2-ginou-offline/form.png) no-repeat bottom center / contain;
  width: 19rem;
  height: 18.6rem;
  bottom: 100%;
  left: 0;
}

@media (max-width: 1200px) {
  .form:before {
    display: none;
  }
}

.notice {
  font-size: 1.4rem;
  line-height: calc(20/14);
  font-weight: 400;
}

.notice-list li {
  position: relative;
  padding-left: 1em;
}

.notice-list li::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}