html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background-color: #fff;
  word-wrap: break-word;
}

@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}

main {
  overflow: hidden;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a,
button {
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a,
a:hover,
a:active,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin: 0;
}

p {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*tel link*/
@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*contens area*/
.sec-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (max-width: 769px) {
  .sec-inner {
    padding: 50px 20px;
  }
}
.sec-inner-last {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 20px 150px 20px;
}
@media screen and (max-width: 769px) {
  .sec-inner-last {
    padding: 50px 20px 70px 20px;
  }
}
/*text*/
.txt-red {
  color: #ce1717;
}
.apply-txt {
  margin-bottom: 15px;
  color: #4682b4;
  font-size: 22px;
  letter-spacing: normal;
  text-decoration: underline;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .apply-txt {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.note-box {
  margin-bottom: 60px;
  padding: 20px;
  border: 2px solid #ccc;
}
.note-box .ttl {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  .note-box .ttl {
    font-size: 18px;
  }
}
/*display*/
.display-pc {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .display-pc {
    display: none;
  }
}
.display-sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .display-sp {
    display: inline-block;
  }
}
/*title*/
.line-ttl {
  margin-bottom: 50px;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #4682b4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .line-ttl {
    margin-bottom: 30px;
  }
}
.line-ttl .en {
  display: block;
  margin-bottom: 5px;
  font-family: "Oswald", sans-serif;
  color: #4682b4;
  font-size: 19px;
  font-weight: 400;
}
@media screen and (max-width: 769px) {
  .line-ttl .en {
    font-size: 13px;
  }
}
.line-ttl .ja {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .line-ttl .ja {
    font-size: 20px;
  }
}
/*list*/

.ashiato-list > li {
  position: relative;
  padding: 20px 0 20px 31px;
  border-bottom: 2px dotted #707070;
}
@media screen and (max-width: 769px) {
  .ashiato-list > li {
    padding: 20px 0 20px 24px;
  }
}
.ashiato-list > li::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  background-image: url(../img/icon-ashiato.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 769px) {
  .ashiato-list > li::before {
    width: 16px;
    height: 16px;
  }
}
.ashiato-list > li a {
  text-decoration: underline;
}
.dot-list > li {
  position: relative;
  padding-left: 21px;
}
.dot-list > li::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #272727;
  border-radius: 50%;
}
.dot-list > li + li {
  margin-top: 25px;
}
.dot-list .ol-list {
  margin-top: 5px;
  padding-left: 21px;
}
.ol-list {
  list-style-type: decimal;
}
/*button*/
.btn-center {
  text-align: center;
}
.st-btn,
.st-btn2 {
  position: relative;
  display: inline-block;
  min-width: 350px;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .st-btn,
  .st-btn2 {
    min-width: 100%;
  }
}
.st-btn a,
.st-btn2 a {
  display: inline-block;
  width: 100%;
  padding: 25px 60px;
  color: #fff;
  background-color: #272727;
  border-radius: 50px;
  line-height: normal;
}
.st-btn a {
  font-size: 16px;
}
.st-btn2 a {
  font-size: 25px;
}
@media screen and (max-width: 769px) {
  .st-btn a {
    padding: 20px 40px;
    font-size: 14px;
  }
  .st-btn2 a {
    padding: 20px 40px;
    font-size: 16px;
  }
}
.st-btn a::before {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-image: url(../img/icon-arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 15px;
}
@media screen and (max-width: 769px) {
  .st-btn a::before {
    right: 20px;
    width: 6px;
    height: 10px;
  }
}
.ticket-btn {
  position: relative;
  display: inline-block;
  width: 550px;
  max-width: 100%;
  text-align: center;
}
.ticket-btn a {
  display: inline-block;
  width: 100%;
  padding: 32px 60px;
  color: #fff;
  font-size: 33px;
  letter-spacing: normal;
  background-color: #4682b4;
  border-radius: 60px;
  line-height: normal;
}
@media screen and (max-width: 769px) {
  .ticket-btn a {
    padding: 25px 40px;
    font-size: 19px;
    border-radius: 60px;
  }
}
.ticket-btn a::before {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  content: "";
  background-image: url(../img/icon-arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 21px;
}
@media screen and (max-width: 769px) {
  .ticket-btn a::before {
    right: 25px;
    width: 6px;
    height: 10px;
  }
}
/*accordion*/
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin-top: 15px;
  padding: 30px 60px 30px 30px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.6;
  background-color: #eff7fe;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .accordion-container .accordion-title {
    margin-top: 10px;
    padding: 20px 60px 20px 20px;
    font-size: 16px;
  }
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  transition: all 0.3s;
}

.accordion-title {
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #272727;
  border-right: solid 2px #272727;
  transform: rotate(135deg);
}
@media screen and (max-width: 769px) {
  .accordion-title:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
  }
}
.accordion-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding: 20px 20px 65px;
}
@media screen and (max-width: 769px) {
  .accordion-content {
    padding: 10px 20px 25px;
  }
}
/*-----------------------------------------
header
-----------------------------------------*/
header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
@media screen and (max-width: 769px) {
  header .inner {
    height: 50px;
  }
}
header .logo img {
  width: 315px;
  padding-top: 0;
  padding-left: 0;
}
@media screen and (max-width: 769px) {
  header .logo img {
    width: 180px;
  }
}
/*-----------------------------------------
kv
-----------------------------------------*/
.kv {
  position: relative;
}
.kv-image {
  width: 100%;
}

.kv-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.kv-txt {
  position: absolute;
  top: 22%;
  left: 7.2vw;
}
@media screen and (max-width: 769px) {
  .kv-txt {
    top: 30%;
    left: 20px;
  }
}
.kv-txt h1 {
  color: #272727;
  font-size: 1.6vw;
  font-weight: 600;
  letter-spacing: normal;
}
@media screen and (max-width: 769px) {
  .kv-txt h1 {
    font-size: 2.9vw;
  }
}
.kv-txt h1 p {
  line-height: normal;
}
.kv-txt h1 p + p {
  margin-top: 10px;
}
@media screen and (max-width: 769px) {
  .kv-txt h1 p + p {
    margin-top: 15px;
  }
}
.kv-txt h1 span {
  padding: 0 10px;
  line-height: 1;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 769px) {
  .kv-txt h1 span {
    padding: 5px 5px;
  }
}
.kv-txt h2 {
  margin-top: 3.2vw;
}
@media screen and (max-width: 769px) {
  .kv-txt h2 {
    margin-top: 5.5vw;
  }
}
.kv-txt h2 .sub {
  color: #fff;
  font-size: 1.8vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
}
@media screen and (max-width: 769px) {
  .kv-txt h2 .sub {
    font-size: 3.5vw;
  }
}
.kv-txt h2 .main {
  margin-top: 15px;
  padding: 0 10px;
  color: #fff;
  font-size: 2.9vw;
  line-height: 1.5;
  background-color: #4682b4;
  border-radius: 3px;
}
@media screen and (max-width: 769px) {
  .kv-txt h2 .main {
    margin-top: 10px;
    padding: 3px 10px;
    font-size: 5.7vw;
  }
}
.kv-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  right: 7.2vw;
  width: 13vw;
  height: 13vw;
  background-color: rgba(255, 127, 80, 0.93);
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .kv-circle {
    right: 20px;
    bottom: 30px;
    width: 28vw;
    height: 28vw;
  }
}
.kv-circle .circle-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .kv-circle .circle-inner {
    width: 26vw;
    height: 26vw;
  }
}
.kv-circle p {
  color: #fff;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .kv-circle p {
    font-size: 2.8vw;
  }
}
.kv-circle p span {
  font-size: 0.9vw;
}
@media screen and (max-width: 769px) {
  .kv-circle p span {
    font-size: 1.8vw;
  }
}
/*-----------------------------------------
トップテキスト
-----------------------------------------*/

#intro .sec-inner {
  padding: 120px 20px;
}
@media screen and (max-width: 769px) {
  #intro .sec-inner {
    padding: 60px 20px;
  }
}
#intro h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #intro h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  #intro h2 {
    font-size: 15px;
  }
}
/*-----------------------------------------
ヴィベケ・リーセ・アカデミーを選んだ理由
-----------------------------------------*/
#voice {
  background-color: #f1f7fb;
}
#voice .line-ttl .ja {
  letter-spacing: normal;
}
#voice .swiper-area {
  position: relative;
}
@media screen and (max-width: 1370px) {
  #voice .swiper-area {
    padding: 0 85px;
  }
}
@media screen and (max-width: 769px) {
  #voice .swiper-area {
    padding: 0 45px;
  }
}
@media screen and (max-width: 576px) {
  #voice .swiper-area {
    padding: 0;
  }
}
#voice .voice-box .swiper-slide {
  height: auto;
  background-color: #fff;
  border-radius: 10px;
}
#voice .voice-box .item {
  padding: 30px 40px;
  letter-spacing: normal;
}

@media screen and (max-width: 769px) {
  #voice .voice-box .item {
    padding: 20px;
  }
}
#voice .voice-box .item .person {
  text-align: center;
}
#voice .voice-box .item .person span {
  display: inline-block;
  padding: 10px 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background-color: #4682b4;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  #voice .voice-box .item .person span {
    font-size: 13px;
  }
}
#voice .voice-box .item h3 {
  margin-top: 30px;
  color: #4682b4;
  font-size: 16px;
}

#voice .voice-box .item p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  #voice .voice-box .item p {
    font-size: 13px;
  }
}
#voice .swiper-pagination {
  bottom: -30px;
}
#voice .swiper-button-prev,
#voice .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  #voice .swiper-button-prev,
  #voice .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 576px) {
  #voice .swiper-button-prev,
  #voice .swiper-button-next {
    display: none;
  }
}
#voice .swiper-button-prev {
  left: -80px;
}
#voice .swiper-button-next {
  right: -80px;
}
@media screen and (max-width: 1370px) {
  #voice .swiper-button-prev {
    left: 0px;
  }
  #voice .swiper-button-next {
    right: 0px;
  }
}

#voice .swiper-button-prev::after,
#voice .swiper-button-next::after {
  color: #919191;
  font-size: 23px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #voice .swiper-button-prev::after,
  #voice .swiper-button-next::after {
    font-size: 15px;
  }
}
/*-----------------------------------------
コースのご案内
-----------------------------------------*/
#course .sec-inner {
  padding-bottom: 180px;
}
@media screen and (max-width: 769px) {
  #course .sec-inner {
    padding-bottom: 80px;
  }
}
#course .head-txt {
  font-size: 29px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #course .head-txt {
    font-size: 18px;
  }
}
#course .course-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  text-align: center;
}

#course .course-list li {
  position: relative;
  width: calc((100% - 70px) / 3);
  padding: 60px 40px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #course .course-list li {
    width: 100%;
    padding: 30px 20px;
  }
}
#course .course-list li .number {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 400;
  background-color: #272727;
  border-radius: 10px 0 0;
}
@media screen and (max-width: 769px) {
  #course .course-list li .number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
#course .course-list li .number span {
  display: inline-block;
}
#course .course-list li img {
  width: 55px;
}
@media screen and (max-width: 769px) {
  #course .course-list li img {
    width: 40px;
  }
}
#course .course-list h3 {
  margin-top: 20px;
  font-size: 26px;
}
@media screen and (max-width: 769px) {
  #course .course-list h3 {
    margin-top: 10px;
    font-size: 20px;
  }
}
#course .course-list li p {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #course .course-list li p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 769px) {
  #course .course-list li + li {
    margin-top: 20px;
  }
}
#course .course-list li .type {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #course .course-list li .type {
    margin-top: 20px;
  }
}
#course .course-list li .type span {
  display: inline-block;
}
#course .course-list li .type .online,
#course .course-list li .type .ftf {
  padding: 4px 15px;
  font-size: 20px;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid #272727;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  #course .course-list li .type .online,
  #course .course-list li .type .ftf {
    font-size: 16px;
  }
}
#course .course-list li .type .online {
  background-color: #fff;
}
#course .course-list li .type .ftf {
  color: #fff;
  background-color: #272727;
}
#course .course-list li .type .plus {
  padding: 3px 0;
  font-size: 28px;
  line-height: 1;
}
#course .detail-list {
  margin-top: 40px;
}
#course .detail-list li {
  position: relative;
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #ccc;
}
#course .detail-list li::before {
  position: absolute;
  top: 29px;
  left: 0;
  content: "";
  background-color: #272727;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  #course .detail-list li::before {
    top: 27px;
  }
}
#course .btn-center {
  margin-top: 40px;
}

/*-----------------------------------------
選べる2つの学び方
-----------------------------------------*/
/*choice*/
#choice {
  position: relative;
  background-color: #eef4f8;
}
#choice .sec-inner {
  padding-top: 0;
}
#choice .ttl {
  position: absolute;
  top: -88px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 43px;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  #choice .ttl {
    top: -35px;
    font-size: 22px;
  }
}
#choice .ttl span {
  display: inline-block;
  padding: 0 15px;
  color: #4682b4;
  font-family: "Oswald", sans-serif;
  font-size: 89px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  #choice .ttl span {
    padding: 0 10px;
    font-size: 38px;
  }
}
#choice .ttl img {
  width: 68px;
  padding: 0 0 3px 18px;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  #choice .ttl img {
    width: 38px;
    padding: 0 0 3px 10px;
  }
}
#choice .choice-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 100px;
}
@media screen and (max-width: 769px) {
  #choice .choice-box {
    padding-top: 60px;
  }
}
#choice .choice-box .item {
  width: calc((100% - 40px) / 2);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  #choice .choice-box .item {
    width: 100%;
  }
  #choice .choice-box .item + .item {
    margin-top: 20px;
  }
}
#choice .choice-box .item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 40px 80px;
}
@media screen and (max-width: 769px) {
  #choice .choice-box .item a {
    padding: 0 20px 50px;
  }
}
#choice .choice-box .item .head-txt {
  max-width: 340px;
  margin: 0 auto;
  padding: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  #choice .choice-box .item .head-txt {
    font-size: 15px;
  }
}
#choice .choice-box .item h3 {
  margin-top: 45px;
  font-size: 43px;
  letter-spacing: normal;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  #choice .choice-box .item h3 {
    margin-top: 25px;
    font-size: 30px;
  }
}
#choice .choice-box .item h3 span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
#choice .choice-box .item .list-wrap {
  display: flex;
  justify-content: center;
}
#choice .choice-box .item ul {
  margin-top: 45px;
}
@media screen and (max-width: 769px) {
  #choice .choice-box .item ul {
    margin-top: 25px;
  }
}
#choice .choice-box .item li {
  position: relative;
  padding-left: 34px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  #choice .choice-box .item li {
    padding-left: 26px;
    font-size: 16px;
  }
}
#choice .choice-box .item li + li {
  margin-top: 10px;
}
#choice .choice-box .item li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 769px) {
  #choice .choice-box .item li::before {
    width: 18px;
    height: 18px;
  }
}
#choice .choice-box .item .arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-top: 45px;
  width: 40px;
}
@media screen and (max-width: 769px) {
  #choice .choice-box .item .arrow {
    margin-top: 30px;
    width: 30px;
    bottom: 20px;
  }
}
#choice .choice-box .item a:hover {
  opacity: 1;
}

#choice .choice-box .item.blue {
  color: #4682b4;
  border: solid 2px #4682b4;
}
@media (hover: hover) {
  #choice .choice-box .item.blue:hover {
    background-color: #e4eff6;
  }
}
#choice .choice-box .item.blue .head-txt {
  background-color: #4682b4;
}
#choice .choice-box .item.blue li::before {
  background-image: url(../img/icon-check_blue.svg);
}
#choice .choice-box .item.black {
  color: #272727;
  border: solid 2px #272727;
}
@media (hover: hover) {
  #choice .choice-box .item.black:hover {
    background-color: #e9e9e9;
  }
}
#choice .choice-box .item.black .head-txt {
  background-color: #272727;
}
#choice .choice-box .item.black li::before {
  background-image: url(../img/icon-check_black.svg);
}
/*course1・course2*/
#course1 .sec-inner,
#course2 .sec-inner {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 769px) {
  #course1 .sec-inner,
  #course2 .sec-inner {
    padding-bottom: 60px;
  }
}
#course1 h4 {
  padding: 50px 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #4682b4;
}
@media screen and (max-width: 769px) {
  #course1 h4 {
    padding: 30px 20px;
  }
}
#course2 h4 {
  padding: 50px 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #272727;
}
@media screen and (max-width: 769px) {
  #course2 h4 {
    padding: 30px 20px;
  }
}
#course1 h4 .en,
#course2 h4 .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #course1 h4 .en,
  #course2 h4 .en {
    font-size: 12px;
  }
}
#course1 h4 .ja,
#course2 h4 .ja {
  display: block;
  margin-top: 5px;
  font-size: 38px;
  letter-spacing: normal;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  #course1 h4 .ja,
  #course2 h4 .ja {
    font-size: 18px;
  }
}
#course1 .intro-box,
#course2 .intro-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 769px) {
  #course1 .intro-box,
  #course2 .intro-box {
    margin-top: 20px;
  }
}
#course1 .intro-box h5,
#course2 .intro-box h5 {
  width: 50%;
  font-size: 28px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: normal;
}
@media screen and (max-width: 769px) {
  #course1 .intro-box h5,
  #course2 .intro-box h5 {
    width: 100%;
    font-size: 17px;
  }
}
#course1 .intro-box img,
#course2 .intro-box img {
  width: 50%;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #course1 .intro-box img,
  #course2 .intro-box img {
    width: 100%;
    margin-top: 10px;
  }
}
#course1 .ashiato-list,
#course2 .ashiato-list {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #course1 .ashiato-list,
  #course2 .ashiato-list {
    margin-top: 20px;
  }
}
#course1 .flow-box {
  margin-top: 80px;
}
@media screen and (max-width: 769px) {
  #course1 .flow-box {
    margin-top: 50px;
  }
}
#course1 .flow-box h5 {
  padding: 15px;
  font-size: 30px;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #272727;
}
@media screen and (max-width: 769px) {
  #course1 .flow-box h5 {
    padding: 10px;
    font-size: 20px;
  }
}
#course1 .flow-box .intro-top-txt {
  margin: 40px 0 30px 0;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #course1 .flow-box .intro-top-txt {
    margin: 20px 0 20px 0;
    font-size: 18px;
  }
}
#course1 .flow-box p {
  text-align: justify;
}
#course1 .flow-box .note {
  margin-top: 20px;
  font-size: 14px;
}
#course1 .flow-box .st-wrap {
  text-align: center;
}
#course1 .flow-box strong {
  margin-top: 60px;
  display: inline-block;
  font-size: 54px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-align: center;
  background: linear-gradient(transparent 70%, #b2cbe0 70%);
}
@media screen and (max-width: 769px) {
  #course1 .flow-box strong {
    margin-top: 40px;
    font-size: 22px;
    background: linear-gradient(transparent 70%, #b2cbe0 70%);
  }
}
#course1 .flow-box .accordion-container {
  padding-top: 35px;
}
#course1 .flow-box .btn-center {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  #course1 .flow-box .btn-center {
    margin-top: 20px;
  }
}
#course1 .flow-list-box {
  margin-top: 50px;
}
#course1 .flow-list-box h6 {
  padding-left: 15px;
  padding-bottom: 6px;
  margin-bottom: 20px;
  font-size: 25px;
  border-bottom: 2px solid #000;
  border-left: 7px solid #000;
  line-height: 1.3;
}
#course1 .flow-list {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  font-size: 20px;
}
@media screen and (max-width: 769px) {
  #course1 .flow-list {
    font-size: 18px;
  }
}
#course1 .flow-list > li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 55px;
}
@media screen and (max-width: 769px) {
  #course1 .flow-list > li {
    padding-left: 45px;
  }
}
#course1 .flow-list > li::before {
  position: absolute;
  top: -2px;
  left: 0;
  counter-increment: number;
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #eff7fe;
  font-size: 23px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #course1 .flow-list > li::before {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}

#course1 .flow-list ul {
  padding-left: 25px;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #course1 .flow-list ul {
    padding-left: 15px;
    font-size: 15px;
  }
}
#course1 .apply-txt,
#course2 .apply-txt {
  margin-top: 60px;
}
#course1 .zoom-box {
  margin-top: 50px;
  padding: 40px;
  text-align: center;
  background-color: #f6f6f6;
}
@media screen and (max-width: 769px) {
  #course1 .zoom-box {
    padding: 20px;
  }
}
#course1 .zoom-box .head {
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #course1 .zoom-box .head {
    font-size: 17px;
  }
}
#course1 .zoom-box p {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #course1 .zoom-box p {
    font-size: 14px;
  }
}
#course1 .zoom-box .txt-box {
  padding: 20px;
  margin-top: 20px;
  text-align: left;
  border: 1px solid #000;
}
@media screen and (max-width: 769px) {
  #course1 .zoom-box .txt-box {
    padding: 15px;
  }
}
#course1 .zoom-box .txt-box p {
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #course1 .zoom-box .txt-box p {
    font-size: 15px;
  }
}
#course1 .zoom-box ol li {
  margin-bottom: 15px;
  font-size: 18px;
}
@media screen and (max-width: 769px) {
  #course1 .zoom-box ol li {
    font-size: 15px;
  }
}
#course1 .zoom-box ol li p {
  padding-left: 25px;
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #course1 .zoom-box ol li p {
    padding-left: 20px;
    font-size: 14px;
  }
}
#course1 .zoom-box .line-box {
  background-color: #fff;
}
#course1 .zoom-box .line-box .head {
  padding: 5px 10px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #06c755;
  border-radius: 5px;
}
#course2 .ashiato-list {
  margin-bottom: 60px;
}
#course1 .btn-mg {
  margin: 90px 0 120px !important;
}
@media screen and (max-width: 769px) {
  #course1 .btn-mg {
    margin: 40px 0 50px !important;
  }
}
/*-----------------------------------------
お問い合わせはこちら
-----------------------------------------*/
.contact-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media screen and (max-width: 769px) {
  .contact-wrap {
    padding: 0px 20px 30px;
  }
}

.contact-wrap .head {
  margin-bottom: 15px;
  font-size: 22px;
}
@media screen and (max-width: 769px) {
  .contact-wrap .head {
    font-size: 18px;
  }
}
.contact-wrap p {
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  .contact-wrap p {
    font-size: 16px;
  }
}
.tel-box {
  padding: 40px;
  background-color: #f6f6f6;
  letter-spacing: normal;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .tel-box {
    padding: 20px;
  }
}

.tel-box span {
  font-size: 28px;
}
@media screen and (max-width: 769px) {
  .tel-box span {
    font-size: 25px;
  }
}

.banner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px 150px;
}
@media screen and (max-width: 769px) {
  .banner {
    padding: 0 20px 70px;
  }
}
.banner .pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .banner .pc {
    display: none;
  }
}
.banner .sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .banner .sp {
    display: block;
  }
}
/*-----------------------------------------
Zoom説明会お申し込みフォーム
-----------------------------------------*/
#apply-form {
  background-color: #f1f7fb;
}
#apply-form .sec-inner-last {
  max-width: 940px;
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (max-width: 769px) {
  .sec-inner {
    padding: 50px 20px;
  }
}
#apply-form .form-area {
  margin-top: 25px;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  #apply-form .form-area {
    margin-top: 15px;
    padding: 20px 20px 40px;
  }
}
#apply-form .form-table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  #apply-form .form-table {
    margin-bottom: 30px;
  }
}
#apply-form .form-table th,
#apply-form .form-table td {
  display: table-cell;
  text-align: left;
}
@media screen and (max-width: 769px) {
  #apply-form .form-table th,
  #apply-form .form-table td {
    display: block;
  }
}
#apply-form .form-table th {
  width: 22%;
  padding-top: 28px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: baseline;
}
@media screen and (max-width: 769px) {
  #apply-form .form-table th {
    width: 100%;
    padding-top: 20px;
  }
}
#apply-form .form-table th span {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
#apply-form .form-table a {
  text-decoration: underline;
}
#apply-form .form-table td {
  padding: 20px 0;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #apply-form .form-table td {
    padding: 5px 0;
  }
}

#apply-form .pp-txt {
  text-align: center;
  text-decoration: underline;
}

#apply-form .submit-btn button {
  display: inline-block;
  width: 230px;
  padding: 12px !important;
  margin-top: 15px;
  color: #fff;
  background-color: #272727 !important;
}
#apply-form .submit-btn button:hover {
  opacity: 0.7;
}
/*thanksページ*/
#thanks .sec-inner-last {
  max-width: 840px;
}

#thanks h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  #thanks h2 {
    font-size: 22px;
  }
}
#thanks .info-box {
  margin-top: 40px;
  padding: 30px;
  text-align: center;
  background-color: #f6f6f6;
}
#thanks .btn-center {
  margin-top: 50px;
}
#thanks h3 {
  margin: 50px 0 20px 0;
  padding: 6px 15px;
  font-size: 22px;
  background-color: #f1f7fb;
  border-bottom: 2px solid #4682b4;
}
@media screen and (max-width: 576px) {
  #thanks h3 {
    margin: 30px 0 20px 0;
    font-size: 17px;
  }
}
#thanks .mail-note {
  margin-bottom: 15px;
}
#thanks ul {
  margin: 30px 0;
}
#thanks ul li {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  padding-left: 23px;
}
@media screen and (max-width: 576px) {
  #thanks ul li {
    font-size: 16px;
    padding-left: 20px;
  }
}
#thanks ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "〇";
}
#thanks ul li p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #thanks ul li p {
    font-size: 14px;
  }
}
#thanks ul li + li {
  margin-top: 20px;
}
/*-----------------------------------------
プライバシーポリシー
-----------------------------------------*/
#privacypolicy .head {
  margin: 50px 0 15px;
  font-size: 22px;
}
@media screen and (max-width: 769px) {
  #privacypolicy .head {
    font-size: 18px;
  }
}
#privacypolicy p,
#privacypolicy ul,
#privacypolicy ol {
  margin-bottom: 20px;
}
#privacypolicy ol {
  padding-left: 25px;
}
#privacypolicy .info-box {
  padding: 20px;
  border: 1px solid #272727;
}
@media screen and (max-width: 769px) {
  #privacypolicy .info-box {
    padding: 15px;
  }
}
#privacypolicy .info-box p {
  margin-bottom: 0;
}

/*-----------------------------------------
LINE公式アカウント
-----------------------------------------*/
.line-box {
  margin-top: 20px;
  padding: 40px;
  background-color: #f6f6f6;
  letter-spacing: normal;
  border-radius: 5px;
}
@media screen and (max-width: 769px) {
  .line-box {
    padding: 20px;
  }
}
.line-box .head {
  text-align: center;
}
.line-box .line-id {
  margin: 10px 0;
  font-size: 22px;
  text-align: center;
}
.line-box .line-code {
  max-width: 200px;
  margin: 0 auto;
}

.line-box p {
  margin-bottom: 0;
  font-size: 15px;
  text-align: center !important;
}
@media screen and (max-width: 576px) {
  .line-box p {
    text-align: left !important;
  }
}
.st-btn.line a {
  padding: 20px 60px;
  font-size: 18px;
  background-color: #06c755;
}
@media screen and (max-width: 576px) {
  .st-btn.line a {
    padding: 20px;
  }
}
.line-box .btn-center {
  margin-top: 30px;
}
.line-box .btn-center p {
  margin-bottom: 10px;
  text-align: center !important;
}
/*-----------------------------------------
footer
-----------------------------------------*/
.footer .inner {
  padding: 60px 20px 30px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.footer .logo {
  width: 315px;
}
@media screen and (max-width: 769px) {
  .footer .logo {
    width: 215px;
  }
}
.footer p {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 769px) {
  .footer p {
    font-size: 12px;
  }
}
.footer .insta img {
  width: 33px;
  margin-top: 20px;
}
.footer .copyright {
  margin-top: 50px;
  color: #8b8b8b;
  font-size: 12px;
}
