@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap");
body main {
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main {
    min-width: 1200px;
  }
}

body main p.btn.c_reverse {
  width: 66.66667vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main p.btn.c_reverse {
    position: relative;
    z-index: 5;
    width: 285px;
  }
}

body main p.btn.c_reverse a {
  display: block;
  width: 100%;
  font-size: 4vw;
  line-height: 1;
  text-align: center;
  border: 2px solid #0a68bf;
  color: #0a68bf;
  font-weight: bold;
  padding: 5.33333vw 0;
}

@media print, screen and (min-width: 768px) {
  body main p.btn.c_reverse a {
    padding: 20px 0;
    font-size: 16px;
  }
}

body main p.btn.c_reverse a:hover {
  background: #0a68bf;
  color: #ffffff;
}

body main .section h2 {
  text-align: center;
  font-size: 6.66667vw;
  font-weight: bold;
  font-style: italic;
  color: #0a68bf;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  letter-spacing: 0.04em;
  margin-bottom: 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .section h2 {
    font-size: 40px;
    margin-bottom: 75px;
  }
}

body main .section h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 18.66667vw;
  height: 2px;
  left: 50%;
  bottom: 8vw;
  margin-left: -9.33333vw;
  background: -webkit-gradient(linear, left top, right top, from(#0a68bf), to(#02a8c6));
  background: -webkit-linear-gradient(left, #0a68bf, #02a8c6);
  background: -o-linear-gradient(left, #0a68bf, #02a8c6);
  background: linear-gradient(90deg, #0a68bf, #02a8c6);
}

@media print, screen and (min-width: 768px) {
  body main .section h2::after {
    width: 100px;
    bottom: 35px;
    margin-left: -50px;
  }
}

body main .section h2 span {
  padding-top: 7.33333vw;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2.66667vw;
  font-style: italic;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  body main .section h2 span {
    padding-top: 25px;
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  body main .flow {
    width: 1208px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  body main .flow .flow_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../img/flow_bg_01.png) no-repeat;
    background-size: 100% auto;
  }
}

body main .flow .box {
  width: 92.8vw;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box {
    width: 400px;
    min-height: 475px;
  }
}

body main .flow .box .box_inner {
  width: 90.66667vw;
  margin: 0 auto;
  padding: 6.66667vw 0 10.66667vw;
  margin-bottom: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box .box_inner {
    width: 400px;
    padding: 25px 0 0;
    margin-bottom: 0;
  }
}

body main .flow .box .box_inner h4 {
  color: #0a68bf;
  text-align: center;
  font-size: 5.33333vw;
  margin-bottom: 4.66667vw;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box .box_inner h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

body main .flow .box .box_inner p.title {
  color: #0a68bf;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 4vw;
  margin-bottom: 2vw;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box .box_inner p.title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

body main .flow .box .box_inner p.title span {
  font-size: 6.66667vw;
  font-style: italic;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box .box_inner p.title span {
    font-size: 35px;
  }
}

body main .flow .box .box_inner p.img {
  width: 26.66667vw;
  margin: 0 auto 4vw;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box .box_inner p.img {
    width: 100px;
    margin: 0 auto 15px;
  }
}

body main .flow .box .box_inner p.txt {
  font-size: 3.73333vw;
  padding: 0 4vw;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box .box_inner p.txt {
    font-size: 15px;
    padding: 0 30px;
  }
}

body main .flow .box .box_inner p.attention {
  font-size: 2.93333vw;
  padding: 0 4vw;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 1em;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box .box_inner p.attention {
    font-size: 12px;
    padding: 0 30px;
  }
}

body main .flow .box.box01 {
  background: url(../img/flow_bg_01_s.png) no-repeat center bottom;
  background-size: cover;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box.box01 {
    background: none;
  }
}

body main .flow .box.box02 {
  background: url(../img/flow_bg_02_s.png) no-repeat center bottom;
  background-size: cover;
  margin-top: -6.66667vw;
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box.box02 {
    background: none;
    margin-top: 0;
  }
}

body main .flow .box.box02 .box_inner h4 {
  color: #14a6ef;
}

body main .flow .box.box02 .box_inner p.title {
  color: #14a6ef;
}

body main .flow .box.box03 {
  background: url(../img/flow_bg_03_s.png) no-repeat center bottom;
  background-size: cover;
  margin-top: -6.66667vw;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  body main .flow .box.box03 {
    background: none;
    margin-top: 0;
  }
}

body main .flow .box.box03 .box_inner h4 {
  color: #02a8c6;
}

body main .flow .box.box03 .box_inner p.title {
  color: #02a8c6;
}

body main .flow p.btn {
  margin-top: 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .flow p.btn {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  body main .step {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 150px;
  }
}

body main .step .box {
  width: 90.66667vw;
  margin: 0 auto 14.66667vw;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 4vw 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body main .step .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  body main .step .box {
    width: 255px;
    padding: 30px 0;
    margin: 0 60px 0 0;
  }
}

body main .step .box::after {
  position: absolute;
  left: 50%;
  bottom: -12vw;
  margin-left: -4.66667vw;
  content: "";
  width: 9.33333vw;
  height: 9.33333vw;
  background: url(../img/icon_step_plus.png) no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  body main .step .box::after {
    width: 35px;
    height: 35px;
    left: auto;
    right: -47px;
    top: 50%;
    bottom: auto;
    margin-left: 0;
    margin-top: -17.5px;
  }
}

@media print, screen and (min-width: 768px) {
  body main .step .box:last-of-type {
    margin: 0;
  }
}

body main .step .box:last-of-type::after {
  display: none;
  margin: 0 auto;
}

body main .step .box p.img {
  width: 26.66667vw;
  margin-left: 4.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .step .box p.img {
    width: 120px;
    margin: 0 auto 25px;
  }
}

body main .step .box p.txt {
  width: 51.33333vw;
  margin-left: 3.33333vw;
  color: #0a68bf;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  font-size: 4.8vw;
  letter-spacing: -0.08em;
}

@media print, screen and (min-width: 768px) {
  body main .step .box p.txt {
    font-size: 18px;
    margin-left: 0;
    width: auto;
    text-align: center;
  }
}

body main .step .box p.txt span {
  display: inline-block;
  font-size: 2.93333vw;
  color: #48525b;
}

@media print, screen and (min-width: 768px) {
  body main .step .box p.txt span {
    font-size: 14px;
  }
}

body main .feature {
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body main .feature .box {
  text-align: center;
  padding: 12vw 0 20vw;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box {
    width: 50%;
    padding: 90px 0 0;
    min-height: 450px;
  }
}

body main .feature .box h4 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, rgba(255, 255, 255, 0.2)));
  background: -webkit-linear-gradient(transparent 40%, rgba(255, 255, 255, 0.2) 40%);
  background: -o-linear-gradient(transparent 40%, rgba(255, 255, 255, 0.2) 40%);
  background: linear-gradient(transparent 40%, rgba(255, 255, 255, 0.2) 40%);
  font-size: 5.33333vw;
  color: #ffffff;
  display: inline;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: italic;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box h4 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(transparent 80%, rgba(255, 255, 255, 0.2) 80%);
    background: -o-linear-gradient(transparent 80%, rgba(255, 255, 255, 0.2) 80%);
    background: linear-gradient(transparent 80%, rgba(255, 255, 255, 0.2) 80%);
    font-size: 30px;
  }
}

body main .feature .box h4 span {
  font-size: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box h4 span {
    font-size: 20px;
  }
}

body main .feature .box p.txt {
  color: #ffffff;
  width: 81.33333vw;
  font-size: 3.73333vw;
  margin: 0 auto;
  margin-top: 6vw;
  text-align: left;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box p.txt {
    width: auto;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
  }
}

body main .feature .box p.number {
  display: none;
}

body main .feature .box.box01 {
  background: url(../img/feature_bg_01.png) no-repeat right bottom #0a68bf;
  background-size: 45% auto;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box01 {
    background: url(../img/feature_bg_01.png) no-repeat right bottom #0a68bf;
    background-size: 263px auto;
  }
}

body main .feature .box.box02 {
  background: url(../img/feature_bg_02.png) no-repeat right bottom #077dc1;
  background-size: 45% auto;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box02 {
    background: url(../img/feature_bg_02.png) no-repeat right bottom #077dc1;
    background-size: 263px auto;
    padding-bottom: 100px;
  }
}

body main .feature .box.box02 p.txt {
  margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box02 p.txt {
    margin-bottom: 30px;
  }
}

body main .feature .box.box02 .sounds_btn {
  width: 88vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box02 .sounds_btn {
    width: 450px;
  }
}

body main .feature .box.box02 .sounds_btn p.btn {
  width: 41.33333vw;
  margin: 0 auto 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box02 .sounds_btn p.btn {
    width: 190px;
    margin: 0 0 20px;
  }
}

body main .feature .box.box02 .sounds_btn p.btn a {
  display: block;
  width: 100%;
  padding: 9.33333vw 0 2.66667vw;
  background: url(../img/about_icon_01_o.png) no-repeat center 25%;
  background-size: auto 35%;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box02 .sounds_btn p.btn a {
    padding: 10px 0;
    background: url(../img/about_icon_01_o.png) no-repeat 18% center;
    background-size: auto 75%;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 0 10px 15px;
  }
  body main .feature .box.box02 .sounds_btn p.btn a:hover {
    background: url(../img/about_icon_01_o.png) no-repeat 18% center #0a68bf;
    background-size: auto 75%;
    color: #ffffff;
  }
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box02 .sounds_btn p.btn.btn02 {
    width: 230px;
  }
}

body main .feature .box.box02 .sounds_btn p.btn.btn02 a {
  background: url(../img/about_icon_02_o.png) no-repeat center 25%;
  background-size: auto 35%;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box02 .sounds_btn p.btn.btn02 a {
    background: url(../img/about_icon_02_o.png) no-repeat 8% center;
    background-size: auto 65%;
    cursor: pointer;
    padding: 10px 0 10px 25px;
  }
  body main .feature .box.box02 .sounds_btn p.btn.btn02 a:hover {
    background: url(../img/about_icon_02_o.png) no-repeat 8% center #0a68bf;
    background-size: auto 65%;
  }
}

body main .feature .box.box03 {
  background: url(../img/feature_bg_03.png) no-repeat right bottom #0593c4;
  background-size: 45% auto;
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box03 {
    position: relative;
    background: url(../img/feature_bg_03.png) no-repeat right bottom #0593c4;
    background-size: 263px auto;
  }
  body main .feature .box.box03::after {
    position: absolute;
    right: 0;
    bottom: -100px;
    display: block;
    width: 300px;
    height: 100px;
    content: "";
    background: url(../img/feature_bg_03_obj.png) no-repeat right top;
    background-size: cover;
    z-index: 5;
  }
}

body main .feature .box.box04 {
  position: relative;
  background: url(../img/feature_bg_04.png) no-repeat right bottom #02a8c6;
  background-size: 45% auto;
}

@media only screen and (max-width: 767px) {
  body main .feature .box.box04::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: 0 auto;
    border-top: 30px solid #02a8c6;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    z-index: 5;
  }
}

@media print, screen and (min-width: 768px) {
  body main .feature .box.box04 {
    background: url(../img/feature_bg_04.png) no-repeat right bottom #02a8c6;
    background-size: 263px auto;
  }
  body main .feature .box.box04::after {
    position: absolute;
    left: 0;
    bottom: -100px;
    display: block;
    width: 300px;
    height: 100px;
    content: "";
    background: url(../img/feature_bg_04_obj.png) no-repeat left top;
    background-size: cover;
    z-index: 5;
  }
}

body main .price_section {
  background: #e6f0f8;
  padding: 13.33333vw 0;
}

@media print, screen and (min-width: 768px) {
  body main .price_section {
    padding: 100px 0;
  }
}

body main .price_section h3 {
  color: #0a68bf;
  font-size: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  width: 90.66667vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main .price_section h3 {
    font-size: 40px;
    width: 1200px;
  }
}

body main .price_section h3::before, body main .price_section h3::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #0a68bf;
  display: block;
}

body main .price_section h3::before {
  margin-right: .4em;
}

body main .price_section h3::after {
  margin-left: .4em;
}

body main .price_section p.catch {
  text-align: center;
  font-size: 3.2vw;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0a68bf;
  margin: 0 auto 6.66667vw;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main .price_section p.catch {
    font-size: 15px;
    margin: 0 auto 50px;
  }
}

body main .price_section p.attention {
  width: 90.66667vw;
  margin: 0 auto;
  padding: 4vw 0 6.66667vw;
  font-size: 2.93333vw;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  body main .price_section p.attention {
    width: 1200px;
    font-size: 13px;
    padding: 10px 0 60px;
  }
}

body main .price_section .price_section_inner {
  margin: 0 auto 8vw;
}

@media print, screen and (min-width: 768px) {
  body main .price_section .price_section_inner {
    width: 1200px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

body main .price_section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body main .price_section dl dt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 37.33333vw;
  background: #edeeef;
  color: #48525b;
  font-weight: bold;
  border: 1px solid #cccccc;
  border-top: none;
  font-size: 3.46667vw;
  padding: 2.66667vw 0;
  letter-spacing: -0.04em;
}

@media print, screen and (min-width: 768px) {
  body main .price_section dl dt {
    width: 40%;
    font-size: 15px;
    padding: 20px 0;
  }
}

body main .price_section dl dt p {
  display: table;
  width: 100%;
  height: 100%;
}

body main .price_section dl dt span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .price_section dl dt span {
    padding-left: 10px;
  }
}

body main .price_section dl dt span strong {
  display: block;
  font-size: 4vw;
  font-weight: bold;
  color: #f00;
}

@media print, screen and (min-width: 768px) {
  body main .price_section dl dt span strong {
    font-size: 18px;
  }
}

body main .price_section dl dt sup {
  font-size: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .price_section dl dt sup {
    font-size: 10px;
  }
}

body main .price_section dl dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 53.33333vw;
  background: #ffffff;
  color: #48525b;
  border: 1px solid #cccccc;
  border-left: none;
  border-top: none;
  font-size: 3.46667vw;
  padding: 2.66667vw 0;
}

@media print, screen and (min-width: 768px) {
  body main .price_section dl dd {
    width: 60%;
    font-size: 13px;
    padding: 20px 0;
  }
}

body main .price_section dl dd p {
  display: table;
  width: 100%;
  height: 100%;
}

body main .price_section dl dd span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-align: left;
  padding-left: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .price_section dl dd span {
    padding-left: 10px;
  }
}

body main .price_section dl dd span.attention {
  display: inline;
  font-size: 2.93333vw;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  body main .price_section dl dd span.attention {
    font-size: 13px;
  }
}

body main .price_section .w100 {
  width: 90.66667vw;
  margin: 0 auto;
}

body main .price_section .w100 .title {
  width: 100%;
  font-size: 4vw;
  margin: 0 auto;
  background: #0a68bf;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  padding: 2vw 0;
  border: 1px solid #cccccc;
  border-top: none;
}

@media print, screen and (min-width: 768px) {
  body main .price_section .w100 .title {
    font-size: 20px;
    padding: 15px 0;
  }
}

body main .price_section .w100.first {
  border-top: 1px solid #cccccc;
}

body main .price_section .w100.sub .title {
  background: #14a6ef;
  color: #ffffff;
  border: 1px solid #cccccc;
  border-top: none;
}

body main .price_section .harf_box {
  width: 90.66667vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main .price_section .harf_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body main .price_section .harf_box .w50 .title {
  width: 100%;
  font-size: 3.46667vw;
  margin: 0 auto;
  background: #cee1f2;
  color: #0a68bf;
  text-align: center;
  padding: 2vw 0;
  border: 1px solid #cccccc;
  border-top: none;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  body main .price_section .harf_box .w50 .title {
    font-size: 20px;
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 768px) {
  body main .price_section#course_frees .onsite_12 {
    width: 580px;
  }
}

@media print, screen and (min-width: 768px) {
  body main .price_section#course_frees .onsite_12 dt {
    width: 30%;
  }
}

@media print, screen and (min-width: 768px) {
  body main .price_section#course_frees .onsite_12 dd {
    width: 70%;
  }
}

@media print, screen and (min-width: 768px) {
  body main .price_section#course_frees .onsite_10 {
    width: 580px;
  }
}

body main .price_section .paypal_button {
  text-align: center;
  padding: 2em 0 0;
}

body main .price_section .paypal_button table {
  width: 80%;
  margin: 0 auto 1em;
}

body main .price_section .paypal_button table td {
  font-size: 13px;
}

body main .price_section .paypal_button table td input {
  font-size: 13px;
}

body main .message_section {
  padding-top: 80px;
  margin-top: -80px;
}

@media print, screen and (min-width: 768px) {
  body main .message_section {
    padding-top: 150px;
    margin-top: -150px;
  }
}

body main .message_section .message_section_inner {
  width: 90.66667vw;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  padding: 16vw 0 8vw;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner {
    width: 1200px;
    padding: 75px 0 60px;
  }
}

body main .message_section .message_section_inner h3 {
  position: absolute;
  width: 100%;
  top: -6vw;
  text-align: center;
  padding-top: 13.33333vw;
  background: url(../img/message_ttl_01.png) no-repeat top center;
  background-size: 57.33333vw auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4vw;
  font-style: italic;
  color: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner h3 {
    top: -43px;
    left: 50px;
    width: 350px;
    font-size: 20px;
    margin: 0 0 0 0;
    padding-top: 86px;
    background: url(../img/message_ttl_01.png) no-repeat top center;
    background-size: 350px auto;
    text-align: left;
  }
}

body main .message_section .message_section_inner p.time {
  text-align: center;
  font-size: 2.93333vw;
  margin-bottom: 4vw;
  color: #48525b;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner p.time {
    position: absolute;
    top: 86px;
    right: 50px;
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

body main .message_section .message_section_inner .box .student {
  margin-bottom: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box .student {
    margin-bottom: 0;
    margin-left: 50px;
    width: 200px;
  }
}

body main .message_section .message_section_inner .box .student .photo {
  width: 26.66667vw;
  margin: 0 auto 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box .student .photo {
    width: 120px;
    margin: 0 auto 15px;
  }
}

body main .message_section .message_section_inner .box .student .detail {
  font-size: 3.46667vw;
  color: #0a68bf;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box .student .detail {
    font-size: 15px;
  }
}

body main .message_section .message_section_inner .box .student .detail span {
  font-size: 2.93333vw !important;
  margin-left: 2.66667vw;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box .student .detail span {
    font-size: 15px !important;
    display: block;
    margin-left: 0;
  }
}

body main .message_section .message_section_inner .box .student_message {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  width: 81.33333vw;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 6.66667vw;
  font-size: 3.73333vw !important;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box .student_message {
    width: 890px;
    font-size: 15px !important;
    margin-bottom: 50px;
    margin-right: 50px;
  }
}

body main .message_section .message_section_inner .box .student_message::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -15px;
  margin: 0 auto;
  border-bottom: 15px solid #cccccc;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box .student_message::before {
    margin: 0;
    top: 40px;
    left: -30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #cccccc;
    border-left: 15px solid transparent;
  }
}

body main .message_section .message_section_inner .box .student_message::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -12px;
  margin: 0 auto;
  border-bottom: 15px solid #ffffff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box .student_message::after {
    margin: 0;
    top: 40px;
    left: -28px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ffffff;
    border-left: 15px solid transparent;
  }
}

body main .message_section .message_section_inner .box:last-of-type .student_message {
  margin-bottom: 0;
}

body main .message_section .message_section_inner .box.box08 .student .photo {
  width: 50.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .box.box08 .student .photo {
    width: 180px;
  }
}

body main .message_section .message_section_inner .txt {
  padding: 21.33333vw 4.66667vw 8vw;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .txt {
    padding: 130px 50px 60px;
  }
}

body main .message_section .message_section_inner .txt p {
  font-size: 3.73333vw;
  color: #48525b;
  background: -webkit-linear-gradient(#ccc 1px, transparent 1px);
  background: -o-linear-gradient(#ccc 1px, transparent 1px);
  background: linear-gradient(#ccc 1px, transparent 1px);
  background-size: auto 2.5em;
  line-height: 2.5;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  body main .message_section .message_section_inner .txt p {
    font-size: 15px;
    text-align: center;
  }
}

body main #mv {
  position: relative;
  width: 100%;
  padding: 32vw 0 16vw;
  background: #ffffff;
  background: url(../img/mv_bg_s.png) no-repeat;
  background: -webkit-gradient(linear, left top, right top, from(#0a68bf), to(#02a8c6));
  background: -webkit-linear-gradient(left, #0a68bf, #02a8c6);
  background: -o-linear-gradient(left, #0a68bf, #02a8c6);
  background: linear-gradient(90deg, #0a68bf, #02a8c6);
  background-size: cover;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  body main #mv {
    width: 100%;
    min-height: 420px;
    padding: 220px 0 0 0;
    min-width: 1200px;
    background: url(../img/mv_bg.png) no-repeat;
    background: -webkit-gradient(linear, left top, right top, from(#0a68bf), to(#02a8c6));
    background: -webkit-linear-gradient(left, #0a68bf, #02a8c6);
    background: -o-linear-gradient(left, #0a68bf, #02a8c6);
    background: linear-gradient(90deg, #0a68bf, #02a8c6);
    background-size: cover;
  }
}

body main #mv h1 {
  position: relative;
  font-size: 5.33333vw;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  body main #mv h1 {
    font-size: 30px;
  }
}

body main #mv h1 span {
  display: block;
  font-size: 2.66667vw;
  font-family: 'Roboto', sans-serif;
}

@media print, screen and (min-width: 768px) {
  body main #mv h1 span {
    font-weight: normal;
    font-size: 15px;
  }
}

body main #mv #art_bg_obj canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body main #nav {
  padding: 5.33333vw 0;
  background: #48525b;
}

@media print, screen and (min-width: 768px) {
  body main #nav {
    padding: 45px 0;
  }
}

body main #nav ul {
  text-align: center;
  margin-bottom: 2.66667vw;
}

body main #nav ul:last-of-type {
  margin-bottom: 0;
}

body main #nav ul li {
  display: inline-block;
  padding: 0 1.6vw;
  border-left: 1px solid #767d84;
  line-height: 1;
}

body main #nav ul li:first-of-type {
  border-left: none;
  padding-left: 0;
}

body main #nav ul li:last-of-type {
  padding-right: 0;
}

body main #nav ul li a {
  font-size: 3.46667vw;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #nav ul li a {
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #nav ul li a:hover {
    text-decoration: underline;
  }
}

body main #lead {
  background: #ffffff;
  padding: 13.33333vw 2.66667vw 6.66667vw;
  font-size: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main #lead {
    padding: 150px 0 75px;
    text-align: center;
    font-size: 16px;
    line-height: 2;
  }
}

body main #free_trial {
  padding: 13.33333vw 0 0;
  margin-bottom: 10vw;
}

@media print, screen and (min-width: 768px) {
  body main #free_trial {
    padding: 75px 0 0;
    background-size: 100% auto;
    margin-bottom: 100px;
  }
}

body main #free_trial #free_trial_inner {
  position: relative;
  z-index: 5;
}

body main #free_trial #free_trial_inner .flow h3 {
  width: 90.66667vw;
  font-size: 4vw;
  margin: 0 auto;
  background: #0a68bf;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  padding: 2vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #free_trial #free_trial_inner .flow h3 {
    width: 100%;
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 20px;
  }
}

body main #comprehensive {
  background: #e6f0f8;
  padding: 20vw 0 17.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #comprehensive {
    padding: 150px 0 130px;
  }
}

body main #comprehensive #flow h3 {
  width: 90.66667vw;
  font-size: 4vw;
  margin: 0 auto 6.66667vw;
  background: #0a68bf;
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  padding: 2vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #comprehensive #flow h3 {
    width: 1200px;
    font-size: 20px;
    margin: 0 auto 35px;
    padding: 15px 0;
  }
}

body main #comprehensive #flow p.catch {
  width: 90.66667vw;
  margin: 0 auto 10vw;
  font-size: 4vw;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #comprehensive #flow p.catch {
    text-align: center;
    font-size: 16px;
    width: auto;
    margin: 0 auto 55px;
  }
}

body main #target {
  background: #ffffff;
  text-align: center;
  padding: 9.33333vw 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  body main #target {
    padding: 150px 0 125px;
  }
}

body main #target h3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(2, 168, 198, 0.2)));
  background: -webkit-linear-gradient(transparent 60%, rgba(2, 168, 198, 0.2) 60%);
  background: -o-linear-gradient(transparent 60%, rgba(2, 168, 198, 0.2) 60%);
  background: linear-gradient(transparent 60%, rgba(2, 168, 198, 0.2) 60%);
  font-size: 5.33333vw;
  color: #0a68bf;
  display: inline;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: initial;
}

@media print, screen and (min-width: 768px) {
  body main #target h3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(2, 168, 198, 0.2)));
    background: -webkit-linear-gradient(transparent 80%, rgba(2, 168, 198, 0.2) 80%);
    background: -o-linear-gradient(transparent 80%, rgba(2, 168, 198, 0.2) 80%);
    background: linear-gradient(transparent 80%, rgba(2, 168, 198, 0.2) 80%);
    font-size: 40px;
  }
}

body main #target p.catch {
  text-align: center;
  font-size: 3.46667vw;
  margin-top: 2.66667vw;
  margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #target p.catch {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
}

body main #target #target_bg_obj canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

body main #target #target_outer {
  position: relative;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner {
    width: 1200px;
    margin: 0 auto;
    background: url(../img/target_bg_01.png) no-repeat 60px 115px;
  }
}

body main #target .target_inner .box {
  width: 90.66667vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box {
    width: auto;
  }
}

body main #target .target_inner .box .number {
  width: 16vw;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .number {
    width: 120px;
  }
}

body main #target .target_inner .box .number::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 1px;
  height: 100%;
  background: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .number::after {
    display: none;
  }
}

body main #target .target_inner .box .number p {
  width: 16vw;
  height: 16vw;
  text-align: center;
  font-size: 6.66667vw;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  background: #0a68bf;
  border-radius: 60px;
  line-height: 1;
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .number p {
    width: 120px;
    height: 120px;
    font-size: 55px;
    border-radius: 60px;
    line-height: 0.9;
  }
}

body main #target .target_inner .box .number p span {
  font-size: 2.13333vw !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .number p span {
    font-size: 15px !important;
  }
}

body main #target .target_inner .box .detail {
  padding-left: 2.66667vw;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail {
    padding-left: 20px;
    width: 860px;
  }
}

body main #target .target_inner .box .detail h4 {
  font-size: 4vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: italic;
  color: #0a68bf;
  letter-spacing: -0.04em;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail h4 {
    font-size: 20px;
  }
}

body main #target .target_inner .box .detail h4 span {
  font-size: 5.06667vw !important;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail h4 span {
    font-size: 30px !important;
  }
}

body main #target .target_inner .box .detail p.attention {
  font-size: 2.93333vw;
  padding: 2.66667vw 0;
  text-indent: -1em;
  margin: 0 0 0 1em;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail p.attention {
    padding: 15px 0;
    font-size: 13px;
  }
}

body main #target .target_inner .box .detail p.lead {
  font-size: 4vw;
  padding: 2.66667vw 0;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail p.lead {
    font-size: 20px;
    padding: 10px 0 20px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail .training {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 800px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail .training .training_inner {
    width: 410px;
  }
}

body main #target .target_inner .box .detail .training .training_inner h5 {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 2vw;
  color: #0a68bf;
  font-size: 4.8vw;
  background: rgba(2, 168, 198, 0.2);
  letter-spacing: -0.08em;
  margin-bottom: 2.66667vw;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail .training .training_inner h5 {
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}

body main #target .target_inner .box .detail .training .training_inner h5 span {
  display: block;
  font-size: 2.93333vw;
  letter-spacing: 0em;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail .training .training_inner h5 span {
    display: inline-block;
    font-size: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail .training .training_inner h5 span.res-pc {
    font-size: 20px;
    padding: 0 0.2em;
  }
}

body main #target .target_inner .box .detail .training .training_inner p {
  font-size: 3.73333vw;
  margin-bottom: 4vw;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box .detail .training .training_inner p {
    padding: 0 30px;
    font-size: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box.box02 {
    margin-left: 125px;
  }
}

body main #target .target_inner .box.box02 .number::after {
  background: #14a6ef;
}

body main #target .target_inner .box.box02 .number p {
  background: #14a6ef;
}

body main #target .target_inner .box.box02 .detail h4 {
  color: #14a6ef;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box.box02 .detail .training .training_inner {
    width: 100%;
  }
}

body main #target .target_inner .box.box02 .detail .training .training_inner h5 {
  color: #14a6ef;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box.box03 {
    margin-left: 280px;
  }
}

body main #target .target_inner .box.box03 .number::after {
  display: none !important;
}

body main #target .target_inner .box.box03 .number p {
  background: #02a8c6;
}

body main #target .target_inner .box.box03 .detail h4 {
  color: #02a8c6;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box.box03 .detail h4 {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box.box03 .detail .training .training_inner {
    width: 100%;
  }
}

body main #target .target_inner .box.box03 .detail .training .training_inner h5 {
  color: #02a8c6;
}

@media print, screen and (min-width: 768px) {
  body main #target .target_inner .box.box03 .detail .training .training_inner p {
    margin-bottom: 0;
  }
}

body main #reinforcement_course {
  padding: 20vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course {
    padding: 150px 0 0;
  }
}

body main #reinforcement_course p.catch {
  width: 90.66667vw;
  margin: 0 auto 10vw;
  font-size: 4vw;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course p.catch {
    text-align: center;
    width: auto;
    font-size: 16px;
    margin: 0 auto 60px;
  }
}

body main #reinforcement_course .step .box {
  background: #f4fafc;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .step .box {
    width: 360px;
  }
}

body main #reinforcement_course .feature .box02 {
  padding-bottom: 26.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 {
    padding-bottom: 140px;
    background-position: right bottom;
  }
}

body main #reinforcement_course .feature .box02 .quiz {
  width: 90.66667vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz {
    width: 500px;
  }
}

body main #reinforcement_course .feature .box02 .quiz .qestion {
  padding: 5.33333vw 0;
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz .qestion {
    padding: 20px 0;
  }
}

body main #reinforcement_course .feature .box02 .quiz .qestion p.title {
  display: inline-block;
  font-size: 3.73333vw;
  line-height: 8vw;
  color: #077dc1;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz .qestion p.title {
    font-size: 15px;
    line-height: 30px;
  }
}

body main #reinforcement_course .feature .box02 .quiz .qestion p.title span {
  display: inline-block;
  width: 24vw;
  height: 8vw;
  text-indent: -99999px;
  background: url(../img/reinforcement_subtitle_01.png) no-repeat;
  background-size: cover;
  margin-right: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz .qestion p.title span {
    width: 90px;
    height: 30px;
    margin-right: 10px;
  }
}

body main #reinforcement_course .feature .box02 .quiz .qestion p.sample {
  padding: 5.33333vw 0 0;
  font-size: 5.33333vw;
  letter-spacing: -0.04em;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz .qestion p.sample {
    padding: 20px 0 0;
    font-size: 20px;
  }
}

body main #reinforcement_course .feature .box02 .quiz .answer {
  background: #e7f2f9;
}

body main #reinforcement_course .feature .box02 .quiz .answer p.txt {
  display: none;
  width: 100%;
  margin: 0;
  background: #e7f2f9;
  padding: 5.33333vw 0;
  font-size: 5.33333vw;
  color: #077dc1;
  text-align: center;
  letter-spacing: -0.04em;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz .answer p.txt {
    padding: 20px 0;
    font-size: 25px;
  }
}

body main #reinforcement_course .feature .box02 .quiz .answer p.txt span {
  display: block;
  color: #48525b;
  margin-bottom: 1.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz .answer p.txt span {
    font-size: 15px;
  }
}

body main #reinforcement_course .feature .box02 .quiz .answer p.btn {
  background: #48525b;
  padding: 5.33333vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz .answer p.btn {
    padding: 20px 0;
  }
}

body main #reinforcement_course .feature .box02 .quiz .answer p.btn span {
  padding: 0 0 0 6.66667vw;
  color: #ffffff;
  font-size: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course .feature .box02 .quiz .answer p.btn span {
    padding: 0 0 0 30px;
    font-size: 15px;
  }
}

body main #reinforcement_course .feature .box02 .quiz .answer p.btn.btn_o {
  display: none;
}

body main #reinforcement_course .feature .box02 .quiz .answer p.btn.btn_o span {
  background: url(../img/icon_arrow_u.png) no-repeat left center;
  background-size: auto 40%;
}

body main #reinforcement_course .feature .box02 .quiz .answer p.btn.btn_c {
  display: block;
}

body main #reinforcement_course .feature .box02 .quiz .answer p.btn.btn_c span {
  background: url(../img/icon_arrow_d.png) no-repeat left center;
  background-size: auto 40%;
}

body main #reinforcement_course .feature .box02 .quiz .answer.open P.btn.btn_o {
  display: block;
}

body main #reinforcement_course .feature .box02 .quiz .answer.open P.btn.btn_c {
  display: none;
}

body main #reinforcement_course #course_frees_02 {
  background: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #reinforcement_course #course_frees_02 .w100 {
    width: 580px;
  }
  body main #reinforcement_course #course_frees_02 .w100 dl:nth-of-type(2) {
    min-height: 80px;
  }
  body main #reinforcement_course #course_frees_02 .w100 dl:nth-of-type(2) dt, body main #reinforcement_course #course_frees_02 .w100 dl:nth-of-type(2) dd {
    min-height: 80px;
  }
}

body main #preparation_course {
  background: #e6f0f8;
  padding: 20vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course {
    padding: 150px 0;
  }
}

body main #preparation_course p.catch {
  width: 90.66667vw;
  margin: 0 auto 10vw;
  font-size: 4vw;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course p.catch {
    width: auto;
    margin: 0 auto 55px;
    font-size: 15px;
    text-align: center;
  }
}

body main #preparation_course .skill h3 {
  color: #0a68bf;
  font-size: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  width: 65.33333vw;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .skill h3 {
    font-size: 40px;
    width: 412px;
  }
}

body main #preparation_course .skill h3::before, body main #preparation_course .skill h3::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #0a68bf;
  display: block;
}

body main #preparation_course .skill h3::before {
  margin-right: .4em;
}

body main #preparation_course .skill h3::after {
  margin-left: .4em;
}

body main #preparation_course .skill p.caption {
  text-align: center;
  font-size: 3.2vw;
  color: #0a68bf;
  margin-bottom: 8vw;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .skill p.caption {
    font-size: 15px;
    margin-bottom: 50px;
  }
}

body main #preparation_course .skill p.txt {
  width: 81.33333vw;
  font-size: 3.73333vw;
  margin: 0 auto 8vw;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .skill p.txt {
    width: 1100px;
    font-size: 15px;
    margin: 0 auto 85px;
  }
}

body main #preparation_course .skill .circle_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../img/skill_bg_s.png) no-repeat;
  background-size: 100% auto;
  width: 90.66667vw;
  margin: 0 auto 10vw;
}

@media only screen and (max-width: 767px) {
  body main #preparation_course .skill .circle_bg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .skill .circle_bg {
    background: url(../img/skill_bg.png) no-repeat;
    background-size: 100% auto;
    width: 1100px;
    margin: 0 auto 50px;
  }
}

body main #preparation_course .skill .circle_bg .box {
  display: table;
  width: 29.33333vw;
  height: 30.66667vw;
  text-align: center;
  color: #ffffff;
  font-size: 3.46667vw;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .skill .circle_bg .box {
    width: 183px;
    height: 200px;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 1.2;
  }
}

body main #preparation_course .skill .circle_bg .box p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

body main #preparation_course .skill .circle_bg .box p span.min {
  font-size: 2.93333vw;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .skill .circle_bg .box p span.min {
    font-size: 15px;
  }
}

body main #preparation_course .scores .scores_inner {
  width: 90.66667vw;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  padding: 16vw 0 8vw;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner {
    width: 1200px;
    padding: 90px 0 50px;
  }
}

body main #preparation_course .scores .scores_inner h3 {
  position: absolute;
  width: 100%;
  top: -6vw;
  text-align: center;
  padding-top: 10.66667vw;
  background: url(../img/scores_ttl_01.png) no-repeat top center;
  background-size: 39.2vw auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4vw;
  font-style: italic;
  color: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner h3 {
    top: -43px;
    left: 50px;
    width: 300px;
    font-size: 20px;
    margin: 0 0 0 0;
    padding-top: 86px;
    background: url(../img/scores_ttl_01.png) no-repeat top center;
    background-size: 260px auto;
  }
}

body main #preparation_course .scores .scores_inner .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 81.33333vw;
  margin: 0 auto 5.33333vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner .member {
    width: 760px;
    margin: 0 auto 40px;
  }
}

body main #preparation_course .scores .scores_inner .member .box {
  width: 25.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner .member .box {
    width: 200px;
  }
}

body main #preparation_course .scores .scores_inner .member .box p {
  text-align: center;
}

body main #preparation_course .scores .scores_inner .member .box p.pic {
  margin-bottom: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner .member .box p.pic {
    margin-bottom: 10px;
  }
}

body main #preparation_course .scores .scores_inner .member .box p.name {
  font-size: 2.93333vw;
  color: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner .member .box p.name {
    font-size: 15px;
  }
}

body main #preparation_course .scores .scores_inner .member .box p.point {
  font-size: 4vw;
  color: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner .member .box p.point {
    font-size: 20px;
  }
}

body main #preparation_course .scores .scores_inner .member .box p.point span {
  font-size: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner .member .box p.point span {
    font-size: 30px;
  }
}

body main #preparation_course .scores .scores_inner p.txt {
  width: 81.33333vw;
  text-align: left;
  font-size: 3.73333vw;
  margin: 0 auto 4vw;
  color: #48525b;
  line-height: 2;
}

@media print, screen and (min-width: 768px) {
  body main #preparation_course .scores .scores_inner p.txt {
    width: 1100px;
    font-size: 15px;
    margin: 0 auto;
  }
}

body main #course_frees_03 {
  background: #e6f0f8;
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 {
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100 {
    width: 1000px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100.first dl dt {
    width: 20%;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100.first dl dd {
    width: 80%;
  }
}

body main #course_frees_03 .w100.first {
  margin-bottom: 8vw;
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100.first {
    margin-bottom: 40px;
  }
}

body main #course_frees_03 .w100.sub {
  margin-bottom: 8vw;
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100.sub {
    margin-bottom: 40px;
  }
}

body main #course_frees_03 .w100.sub p.title {
  background: #ffffff;
  color: #0a68bf;
  font-style: normal;
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100.sub .sub_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100.sub dl {
    display: block;
    width: 100%;
  }
  body main #course_frees_03 .w100.sub dl:first-of-type dt {
    border-left: 1px solid #cccccc;
  }
  body main #course_frees_03 .w100.sub dl:first-of-type dd {
    border-left: 1px solid #cccccc;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100.sub dl dt {
    border-left: none;
    width: 100%;
  }
  body main #course_frees_03 .w100.sub dl dt p span {
    text-align: center;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 .w100.sub dl dd {
    text-align: center;
    width: 100%;
  }
  body main #course_frees_03 .w100.sub dl dd p span {
    text-align: center;
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  body main #course_frees_03 p.attention {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 40px;
    font-size: 13px;
  }
}

body main #flow_step {
  padding: 20vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #flow_step {
    padding: 75px 0 60px;
  }
}

body main #link #link_inner {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box {
    width: 100%;
  }
}

body main #link #link_inner .link_box a {
  position: relative;
  display: block;
  padding: 13.33333vw 0;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a {
    padding: 66px 0 100px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    background-color: #ffffff;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
}

body main #link #link_inner .link_box a h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 6.66667vw;
  margin-bottom: 9.33333vw;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a h3 {
    position: relative;
    z-index: 5;
    font-size: 30px;
    margin-bottom: 35px;
  }
}

body main #link #link_inner .link_box a p.txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4vw;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a p.txt {
    position: relative;
    z-index: 5;
    font-size: 15px;
  }
}

body main #link #link_inner .link_box a p.btn {
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 21.33333vw;
  font-size: 3.2vw;
  line-height: 1;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0 2.66667vw 0;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a p.btn {
    width: auto;
    font-size: 15px;
    padding: 0 25px 13.5px 0;
  }
}

body main #link #link_inner .link_box a p.btn span.span_a {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

body main #link #link_inner .link_box a p.btn span.span_a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

body main #link #link_inner .link_box a p.btn span.span_b {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a p.btn span.span_b {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

body main #link #link_inner .link_box a p.btn span.span_b::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

body main #link #link_inner .link_box a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a:hover p.btn span.span_a {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box a:hover p.btn span.span_b {
    -webkit-transition: -webkit-transform .3s ease .3s;
    transition: -webkit-transform .3s ease .3s;
    -o-transition: transform .3s ease .3s;
    transition: transform .3s ease .3s;
    transition: transform .3s ease .3s, -webkit-transform .3s ease .3s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

body main #link #link_inner .link_box.link_box_01 {
  background: #087bc1;
  padding: 5.33333vw 0;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_01 {
    padding: 75px 0 0;
  }
}

body main #link #link_inner .link_box.link_box_01 h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 5.33333vw;
  margin-bottom: 1.33333vw;
  color: #ffffff;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_01 h3 {
    position: relative;
    z-index: 5;
    font-size: 30px;
    margin-bottom: 35px;
  }
}

body main #link #link_inner .link_box.link_box_01 .detail {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_01 .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

body main #link #link_inner .link_box.link_box_01 .detail .tel p {
  font-family: 'Roboto', sans-serif;
  font-size: 10.66667vw;
  margin-bottom: 2.66667vw;
  color: #ffffff;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_01 .detail .tel p {
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
  }
}

body main #link #link_inner .link_box.link_box_01 .detail .time p {
  text-align: center;
  color: #ffffff;
  font-size: 3.46667vw;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_01 .detail .time p {
    text-align: left;
    font-size: 13px;
    margin-left: 1em;
  }
}

body main #link #link_inner .link_box.link_box_02 {
  background: #0a68bf;
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_02 h3 {
    padding-top: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_02:hover h3 {
    color: #0a68bf;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_02:hover p.txt {
    color: #0a68bf;
  }
}

@media print, screen and (min-width: 768px) {
  body main #link #link_inner .link_box.link_box_02:hover p.btn {
    color: #0a68bf;
  }
}

body main #link #link_inner .link_box.link_box_02:hover p.btn span.span_a {
  border-bottom: 1px solid #0a68bf;
}

body main #link #link_inner .link_box.link_box_02:hover p.btn span.span_a::after {
  border-top: 1px solid #0a68bf;
}

body main #link #link_inner .link_box.link_box_02:hover p.btn span.span_b {
  border-bottom: 1px solid #0a68bf;
}

body main #link #link_inner .link_box.link_box_02:hover p.btn span.span_b::after {
  border-top: 1px solid #0a68bf;
}

body main #map #map_inner iframe {
  width: 100%;
  height: 66.66667vw;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

@media print, screen and (min-width: 768px) {
  body main #map #map_inner iframe {
    width: 100%;
    height: 500px;
  }
}

body main #smart-button-container3 {
  width: 90%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #smart-button-container3 {
    width: 500px;
  }
}

body main #smart-button-container3 select {
  display: block;
}

body main #smart-button-container3 #item-options {
  width: 100%;
  margin: 0 auto;
  font-size: 4.8vw;
}

@media print, screen and (min-width: 768px) {
  body main #smart-button-container3 #item-options {
    width: 500px;
    font-size: 16px;
  }
}

body main #smart-button-container2 {
  width: 90%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #smart-button-container2 {
    width: 500px;
  }
}

body main #smart-button-container2 select {
  display: block;
}

body main #smart-button-container2 #item-options {
  width: 100%;
  margin: 0 auto;
  font-size: 4.8vw;
}

@media print, screen and (min-width: 768px) {
  body main #smart-button-container2 #item-options {
    width: 500px;
    font-size: 16px;
  }
}

body main #smart-button-container {
  width: 90%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  body main #smart-button-container {
    width: 500px;
  }
}
