@charset "UTF-8";
html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  padding: 0 0 8rem;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  color: #333;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding: 0;
  }
}

img {
  max-width: 100%;
}

p {
  line-height: 1.8;
}

em {
  font-style: normal;
}

h1, h2, h3, h4 {
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.sp_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp_hidden {
    display: block;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc_only {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .pc_hidden {
    display: none;
  }
}

.over_alpha {
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  cursor: pointer;
}
.over_alpha:hover {
  opacity: 0.6;
}

.ff_bodoni {
  font-family: "Bodoni Moda", serif;
  font-weight: 700;
}

.bg_gray {
  background-color: #f5f5f5;
}

section {
  background-repeat: no-repeat;
  background-size: 10rem;
}
@media screen and (min-width: 768px) {
  section {
    background-size: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  section {
    background-size: 16rem;
  }
}

.content {
  width: 108rem;
  max-width: 94%;
  margin: 0 auto;
  padding: 5.6rem 0;
}
@media screen and (min-width: 768px) {
  .content {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .content {
    padding: 9.6rem 0;
  }
}

.cont_ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 0.7;
  margin-bottom: 4rem;
  position: relative;
  color: #000;
}
@media screen and (min-width: 768px) {
  .cont_ttl {
    width: 56rem;
    font-size: 5.2rem;
    margin: 0 auto 5.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cont_ttl {
    width: 72rem;
    font-size: 6.4rem;
    margin: 0 auto 6.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .cont_ttl {
    font-size: 7.2rem;
  }
}
.cont_ttl span {
  display: inline-block;
  background: #000;
  padding: 0.8rem 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .cont_ttl span {
    font-size: 1.8rem;
  }
}
.cont_ttl::before, .cont_ttl::after {
  content: "";
  display: block;
  width: 30%;
  height: 0.1rem;
  background: #333;
  position: absolute;
  bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .cont_ttl::before, .cont_ttl::after {
    width: 32%;
  }
}
@media screen and (min-width: 1024px) {
  .cont_ttl::before, .cont_ttl::after {
    width: 32%;
  }
}
.cont_ttl::before {
  left: 0;
}
.cont_ttl::after {
  right: 0;
}

.conversion_bnr {
  text-align: center;
}
.conversion_bnr a {
  border-radius: 0.8rem;
  display: block;
  background-color: #B19E5D;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 2rem;
  padding: 1.6rem 3.6rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .conversion_bnr a {
    padding: 2rem 6.4rem;
    background-position: right 20px center;
    background-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .conversion_bnr a {
    padding: 3.2rem 9.6rem;
    background-position: right 24px center;
    background-size: 3.2rem;
  }
}
.conversion_bnr a h3 {
  font-size: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: solid 0.1rem #fff;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .conversion_bnr a h3 {
    font-size: 2rem;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .conversion_bnr a h3 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.conversion_bnr a h3 span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .conversion_bnr a h3 span {
    font-size: 1.4rem;
    font-weight: 400;
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .conversion_bnr a h3 span {
    font-size: 1.6rem;
  }
}
.conversion_bnr a p {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .conversion_bnr a p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .conversion_bnr a p {
    font-size: 2.4rem;
  }
}

/* アニメーション */
@-webkit-keyframes cloud {}
@keyframes cloud {}
@-webkit-keyframes cloud_sm {}
@keyframes cloud_sm {}
@-webkit-keyframes cloud_md {}
@keyframes cloud_md {}
/* ////////////////////////////////////////

ファーストビュー

//////////////////////////////////////// */
.fv {
  background: url(../img/fv_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.fv .fv_inner {
  position: relative;
  width: 108rem;
  max-width: 94%;
  height: calc(100dvh - 257px);
  margin: 0 auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .fv .fv_inner {
    height: calc(100dvh - 322px);
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_inner {
    height: 100dvh;
  }
}
.fv .fv_inner p, .fv .fv_inner h1, .fv .fv_inner h2 {
  position: absolute;
  letter-spacing: 0.1em;
}
.fv .fv_inner .lp_discription {
  width: 100%;
  text-align: center;
  top: 2.4rem;
  left: 50%;
  translate: -50% 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .fv .fv_inner .lp_discription {
    top: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_inner .lp_discription {
    font-size: 1.6rem;
  }
}
.fv .fv_inner .lp_discription .ff_bodoni {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .fv .fv_inner .lp_discription .ff_bodoni {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_inner .lp_discription .ff_bodoni {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .fv .fv_inner .lp_discription .sp_hidden {
    display: inline;
  }
}
.fv .fv_inner h1 {
  left: 0;
  bottom: 10rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .fv .fv_inner h1 {
    bottom: 16rem;
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_inner h1 {
    bottom: 20rem;
    font-size: 4.8rem;
  }
}
.fv .fv_inner h2 {
  left: 0;
  bottom: 2.4rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .fv .fv_inner h2 {
    bottom: 6.4rem;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_inner h2 {
    bottom: 12rem;
    font-size: 2.4rem;
  }
}
.fv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.fv .fv_circle01, .fv .fv_circle02 {
  position: absolute;
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .fv .fv_circle01, .fv .fv_circle02 {
    width: 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .fv .fv_circle01, .fv .fv_circle02 {
    width: 16rem;
  }
}
.fv .fv_circle01 {
  top: 0;
  left: 0;
}
.fv .fv_circle02 {
  bottom: 0;
  right: 0;
}

/* ////////////////////////////////////////

冒頭（概要）

//////////////////////////////////////// */
.outline {
  padding: 2.4rem 0 10rem;
  text-align: center;
  background-image: url(../img/cercle_gr_lb.png);
  background-position: top right;
}
@media screen and (min-width: 768px) {
  .outline {
    padding: 5.6rem 0 12rem;
  }
}
@media screen and (min-width: 1024px) {
  .outline {
    padding: 8rem 0 2.4rem;
  }
}
.outline h2 {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .outline h2 {
    font-size: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .outline h2 {
    font-size: 5.6rem;
    margin-bottom: 4rem;
  }
}
.outline h2 span {
  display: block;
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .outline h2 span {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .outline h2 span {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .outline h2 span br {
    display: none;
  }
}
.outline ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.outline ul li {
  width: 16rem;
  border: solid 0.1rem #B19E5D;
  padding: 0.8rem 0.8rem;
  border-radius: 10rem;
  margin: 0 0.4rem;
}
@media screen and (min-width: 768px) {
  .outline ul li {
    margin: 0 0.8rem;
  }
}

/* ////////////////////////////////////////

はじめに

//////////////////////////////////////// */
.sec01 {
  background-image: url(../img/cercle_rd_rt.png);
  background-position: bottom left;
}

.worries_ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .worries_ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .worries_ttl {
    font-size: 2.8rem;
    margin-bottom: 3.6rem;
  }
}

.worries_list {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .worries_list {
    width: 48rem;
    margin: 0 auto 4rem;
  }
}
.worries_list li {
  padding-left: 2.8rem;
  padding-bottom: 0.4rem;
  border-bottom: dotted 0.1rem #ccc;
  margin-bottom: 0.8rem;
  background: url(../img/icon_check.svg) no-repeat left center;
  background-size: 2rem;
}
@media screen and (min-width: 768px) {
  .worries_list li {
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .worries_list li {
    font-size: 1.8rem;
  }
}
.worries_list::before {
  content: "";
  display: block;
  width: 4rem;
  height: 2.4rem;
  background-color: #B19E5D;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
}

.solution_ttl {
  text-align: center;
  margin-bottom: 2.4rem;
  color: #B19E5D;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .solution_ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .solution_ttl {
    font-size: 2.8rem;
    margin-bottom: 3.6rem;
  }
}
@media screen and (min-width: 768px) {
  .solution_ttl br {
    display: none;
  }
}

.solution_body {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .solution_body {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .solution_body {
    font-size: 1.8rem;
  }
}

/* ////////////////////////////////////////

講座について

//////////////////////////////////////// */
.sec02 {
  background-image: url(../img/cercle_rd_rb.png), url(../img/cercle_rd_lt.png);
  background-position: top left, bottom right;
}

.about_ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .about_ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .about_ttl {
    font-size: 2.8rem;
    margin-bottom: 3.6rem;
  }
}
.about_ttl span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .about_ttl span {
    font-size: 1.6rem;
  }
}

.about_body {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .about_body {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .about_body {
    font-size: 1.8rem;
    margin-bottom: 6.4rem;
  }
}
.about_body br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about_body br {
    display: block;
  }
}

.feature_module {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .feature_module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .feature_module {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 768px) {
  .feature_module .feature_txt {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .feature_module .feature_img {
    width: 48%;
  }
}
.feature_module h3 {
  margin-bottom: 2.4rem;
  padding: 0.4rem 0 0.4rem 2rem;
  border-left: solid 0.1rem #000;
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  .feature_module h3 {
    font-size: 2.4rem;
  }
}
.feature_module h3 .en {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .feature_module h3 .en {
    font-size: 5.2rem;
  }
}
.feature_module h3 .jp {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #B19E5D;
  margin-bottom: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .feature_module h3 .jp {
    font-size: 1.6rem;
  }
}

.feature_module_even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.simple_prof {
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 1.2rem;
  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 screen and (min-width: 768px) {
  .simple_prof {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .simple_prof {
    padding: 2.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.simple_prof h3 {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .simple_prof h3 {
    font-size: 2.8rem;
    padding-bottom: 0.8rem;
    border-bottom: solid 0.1rem #B19E5D;
  }
}
.simple_prof dl {
  width: 68%;
}
@media screen and (min-width: 768px) {
  .simple_prof dl {
    width: calc(100% - 14rem);
  }
}
.simple_prof dl dt {
  margin-bottom: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .simple_prof dl dt {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .simple_prof dl dt {
    font-size: 1.8rem;
  }
}
.simple_prof dl dt span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .simple_prof dl dt span {
    font-size: 1.4rem;
  }
}
.simple_prof dl dd {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .simple_prof dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .simple_prof dl dd {
    font-size: 1.6rem;
  }
}
.simple_prof figure {
  padding-top: 5.2rem;
  width: 30%;
}
@media screen and (min-width: 768px) {
  .simple_prof figure {
    width: 12rem;
  }
}

/* ////////////////////////////////////////

受講生の声

//////////////////////////////////////// */
.sec03 {
  background-image: url(../img/cercle_rd_lb.png), url(../img/cercle_gl_rt.png);
  background-position: top right, bottom left;
}
.sec03 .content {
  width: 100%;
  max-width: 100%;
}
.sec03 .cont_ttl {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .sec03 .cont_ttl {
    width: 56rem;
  }
}
@media screen and (min-width: 1024px) {
  .sec03 .cont_ttl {
    width: 72rem;
  }
}

.voice_ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .voice_ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .voice_ttl {
    font-size: 2.8rem;
    margin-bottom: 3.6rem;
  }
}

.voice_list {
  position: relative;
  padding-bottom: 2rem;
}
.voice_list .voice {
  border: solid 0.1rem #ccc;
  border-radius: 0.4rem;
  padding: 2rem;
  margin: 0 0.4rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .voice_list .voice {
    margin: 0 0.6rem;
  }
}
.voice_list .voice h4 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .voice_list .voice h4 {
    font-size: 1.8rem;
  }
}
.voice_list .voice img {
  display: block;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .voice_list .voice p {
    font-size: 1.4rem;
  }
}
.voice_list .slick-arrow {
  top: auto;
  bottom: -3.6rem;
  translate: 0 0;
  z-index: 5;
}
.voice_list .slick-arrow::before {
  color: #000;
}
.voice_list .slick-prev {
  left: 50%;
  translate: -16rem;
}
.voice_list .slick-next {
  right: 50%;
  translate: 16rem;
}

/* ////////////////////////////////////////

講座内容

//////////////////////////////////////// */
.sec04 {
  background-image: url(../img/cercle_gl_rb.png), url(../img/cercle_rd_lt.png);
  background-position: top left, bottom right;
}

.course_ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .course_ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .course_ttl {
    font-size: 2.8rem;
    margin-bottom: 3.6rem;
  }
}

.course_body {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .course_body {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .course_body {
    font-size: 1.8rem;
    margin-bottom: 5.6rem;
  }
}

.course_info_wrap {
  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 screen and (min-width: 768px) {
  .course_info_wrap {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .course_info_wrap {
    margin-bottom: 6.4rem;
  }
}
.course_info_wrap .course_module {
  width: 48%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .course_info_wrap .course_module {
    width: 23%;
    margin-bottom: 0;
  }
}
.course_info_wrap .course_module dt {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  min-height: 4.6rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .course_info_wrap .course_module dt {
    font-size: 1.8rem;
    min-height: 5.2rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .course_info_wrap .course_module dd {
    font-size: 1.4rem;
    text-align: center;
  }
}
.course_info_wrap .course_module img {
  display: block;
  width: 12rem;
  margin: 0 auto 1.2rem;
}
@media screen and (min-width: 1024px) {
  .course_info_wrap .course_module img {
    width: 14rem;
    margin: 0 auto 1.6rem;
  }
}

/* ////////////////////////////////////////

インタビュー

//////////////////////////////////////// */
.sec05 {
  background-image: url(../img/cercle_rd_lb.png), url(../img/cercle_gl_rt.png);
  background-position: top right, bottom left;
}

.interview_ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .interview_ttl {
    font-size: 2.4rem;
    margin-bottom: 5.6rem;
  }
}

.movie {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .movie {
    margin-bottom: 5.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .movie {
    width: 80rem;
    margin: 0 auto 6.4rem;
  }
}
.movie p {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .movie p {
    margin-top: 1.4rem;
  }
}

/* ////////////////////////////////////////

無料体験セミナー

//////////////////////////////////////// */
.sec06 {
  background-image: url(../img/cercle_gl_rb.png);
  background-position: top left;
}

.seminar_ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .seminar_ttl {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .seminar_ttl {
    font-size: 2.8rem;
    margin-bottom: 3.6rem;
  }
}
.seminar_ttl span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .seminar_ttl span {
    font-size: 1.6rem;
  }
}

.seminar_body {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .seminar_body {
    margin-bottom: 5.6rem;
  }
}

.seminar_info, .seminar_schedule {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .seminar_info, .seminar_schedule {
    padding: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .seminar_info, .seminar_schedule {
    width: 96rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.seminar_info dt {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .seminar_info dt {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.seminar_info dd {
  padding: 1.2rem 0 1.2rem 1.2rem;
  border-bottom: dotted 0.1rem #ccc;
  position: relative;
}
@media screen and (min-width: 768px) {
  .seminar_info dd {
    font-size: 1.6rem;
  }
}
.seminar_info dd::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #333;
  border-radius: 10rem;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.seminar_schedule dt {
  font-weight: 700;
  padding-bottom: 0.8rem;
  border-bottom: solid 0.1rem #999;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .seminar_schedule dt {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}
.seminar_schedule .date_dt {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .seminar_schedule .date_dt {
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .seminar_schedule dd {
    font-size: 1.6rem;
  }
}
.seminar_schedule dd span {
  display: block;
  font-size: 1.2rem;
}
.seminar_schedule .date {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .seminar_schedule .date {
    margin-bottom: 1.2rem;
  }
}
.seminar_schedule .date::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

/* ////////////////////////////////////////

講師紹介

//////////////////////////////////////// */
@media screen and (min-width: 768px) {
  .profile_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.profile_img {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .profile_img {
    width: 20rem;
  }
}
.profile_img figure {
  width: 20rem;
  margin: 0 auto;
}
.profile_img h3 {
  text-align: center;
}
.profile_img h3 span {
  display: block;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .profile_txt {
    width: calc(100% - 23rem);
  }
}
.profile_txt p {
  margin-bottom: 2.4rem;
}

/* ////////////////////////////////////////

フッター

//////////////////////////////////////// */
.copyright {
  text-align: center;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}

/* ////////////////////////////////////////

フローティングバナー

//////////////////////////////////////// */
.flt_bnr {
  position: fixed;
  bottom: 1.2rem;
  right: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .flt_bnr {
    bottom: 1.6rem;
    right: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .flt_bnr {
    bottom: 2rem;
    right: 2rem;
  }
}
.flt_bnr li {
  width: 24rem;
  font-size: 1.4rem;
}
.flt_bnr li a {
  display: block;
  padding: 0.8rem;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: right 8px center;
  color: #fff;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .flt_bnr li a {
    padding: 1.6rem;
    background-position: right 16px center;
  }
}
.flt_bnr .flt_bnr01 a {
  background-color: #000;
}
.flt_bnr .flt_bnr02 a {
  background-color: #B19E5D;
}
/*# sourceMappingURL=style.css.map */