@charset "UTF-8";
/*コースアイコン*/
/*共通アコーディオンコース用*/
* {
  box-sizing: border-box;
}

html {
  /*body*/
}
@media (max-width: 1346px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 860px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 622px) {
  html {
    font-size: 13px;
  }
}
html body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.5;
  font-feature-settings: "palt";
  /*色*/
}
html body div.center {
  text-align: center;
}
html body .back_lightblue {
  background-color: #F7FBFC;
}
html body .maincolor-green {
  color: #198754;
}
html body .maincolor-orange {
  color: #f2991c;
}
html body .maincolor-red {
  color: #E50115;
}
html body section {
  padding: 1rem 0;
  /*コース情報*/
}
html body section.back_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body section.back_white {
  background-color: #fff;
}
html body section.dataSection .dataSectionDlWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html body section.dataSection .dataSectionDlWrap dl {
  width: 49%;
  display: flex;
  justify-content: space-between;
  /*padding: 1rem 0;*/
  border-bottom: 1px solid #2F6FA5;
  /*
  &:first-of-type{
      border-top: 1px solid var.$black;

  }
  &:nth-of-type(2){
      border-top: 1px solid var.$black;
      @include mix.sp() {
      border-top:none;
      }
  }*/
}
@media (max-width: 622px) {
  html body section.dataSection .dataSectionDlWrap dl {
    width: 100%;
  }
}
html body section.dataSection .dataSectionDlWrap dl p {
  margin: 0;
}
html body section.dataSection .dataSectionDlWrap dl dt {
  width: 5em;
}
html body section.dataSection .dataSectionDlWrap dl dt::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  /*background-color:var.$green;*/
  z-index: 1;
}
html body section.dataSection .dataSectionDlWrap dl dd {
  line-height: 1;
  border-left: 1px solid #2F6FA5;
  padding-left: 0.5rem;
  width: calc(100% - 6em);
}
html body section.dataSection .dataSectionDlWrap dl dd ul {
  list-style-type: none;
}
html body .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
html body .container #contents {
  width: calc(100% - 23rem);
  padding-top: 0;
}
@media (max-width: 1346px) {
  html body .container #contents {
    width: calc(100% - 17rem);
  }
}
@media (max-width: 860px) {
  html body .container #contents {
    width: 100%;
  }
}
html body .title_block {
  padding: 1.5rem;
}
html body .title_block.subtitle_area {
  padding-bottom: 0.2rem;
  /*番号付きタイトル*/
}
html body .title_block.subtitle_area .reson_title {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (max-width: 622px) {
  html body .title_block.subtitle_area .reson_title {
    font-size: 1.2rem;
  }
}
html body .title_block.subtitle_area b {
  font-size: 1.2rem;
}
@media (max-width: 622px) {
  html body .title_block.subtitle_area b {
    font-size: 1rem;
  }
}
html body .title_block.subtitle_area h3 {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0;
  text-align: left;
}
html body .title_block.subtitle_area h3.blue {
  color: #2F6FA5;
}
html body .title_block.subtitle_area h3.navy {
  color: #16365f;
}
@media (max-width: 860px) {
  html body .title_block.subtitle_area h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 622px) {
  html body .title_block.subtitle_area h3 {
    font-size: 1.3rem;
  }
}
html body .title_block.subtitle_area .ttlNum {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-indent: 0;
  line-height: 1;
  color: #fff;
  border-radius: 1em;
  width: 1.5em;
  margin-right: 4px;
  padding: 0.2em 0 0.3em;
  background-color: #198754;
}
html body .title_block.back_white {
  background-color: #fff;
  border-radius: 1rem;
}
html body .title_block.back_border_blue {
  /* CY91W */
  border: 3px solid #2F6FA5;
  border-radius: 1rem;
}
html body .title_block p {
  margin: 0;
  font-size: 1rem;
}
@media (max-width: 860px) {
  html body .title_block p {
    font-size: 1.2rem;
  }
}
@media (max-width: 622px) {
  html body .title_block p {
    font-size: 1rem;
  }
}
html body .title_block b {
  font-size: 1.5rem;
}
@media (max-width: 860px) {
  html body .title_block b {
    font-size: 1.8rem;
  }
}
@media (max-width: 622px) {
  html body .title_block b {
    font-size: 1.5rem;
  }
}
html body .title_block b.discount {
  font-size: 5rem;
  color: #E50115;
  text-shadow: 0.02em 0 0 #f2991c;
}
@media (max-width: 860px) {
  html body .title_block b.discount {
    font-size: 4.5rem;
  }
}
@media (max-width: 622px) {
  html body .title_block b.discount {
    font-size: 3rem;
  }
}
html body .title_block b.unit {
  font-size: 1.5rem;
  margin-left: 1rem;
}
html body .title_block b.unit.unit_color {
  color: #E50115;
  text-shadow: 0.02em 0 0 #f2991c;
}
@media (max-width: 860px) {
  html body .title_block b.unit {
    font-size: 1.4rem;
  }
}
@media (max-width: 622px) {
  html body .title_block b.unit {
    font-size: 1.1rem;
  }
}
html body .title_block h1, html body .title_block h2 {
  font-size: 2.2rem;
  padding: 0.5rem 0 1rem;
  text-shadow: 0.03em 0 0 #fff;
  font-weight: 600;
}
@media (max-width: 860px) {
  html body .title_block h1, html body .title_block h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 622px) {
  html body .title_block h1, html body .title_block h2 {
    font-size: 1.4rem;
  }
}
html body .title_block h1.purple, html body .title_block h2.purple {
  color: #4A4D87;
}
html body .title_block h1.green, html body .title_block h2.green {
  color: #198754;
}
html body .title_block h1.navy, html body .title_block h2.navy {
  color: #16365f;
}
html body .title_block h1.center, html body .title_block h2.center {
  text-align: center;
}
html body .title_block .sub_title, html body .title_block .course_title {
  /*　コースタイトル  */
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
html body .title_block .sub_title.center, html body .title_block .course_title.center {
  text-align: center;
}
html body .title_block .sub_title.left, html body .title_block .course_title.left {
  text-align: left;
}
@media (max-width: 860px) {
  html body .title_block .sub_title, html body .title_block .course_title {
    font-size: 1.8rem;
  }
}
@media (max-width: 622px) {
  html body .title_block .sub_title, html body .title_block .course_title {
    font-size: 1.5rem;
  }
}
html body .title_block .sub_title .course_image, html body .title_block .course_title .course_image {
  /*コースタイトル+イメージ*/
  display: flex;
  justify-content: center;
  align-items: center;
}
html body .title_block .sub_title .course_image img, html body .title_block .course_title .course_image img {
  /*　コース画像用  */
  max-width: 300px;
  margin-right: 1rem;
  left: 0;
  /*position: absolute;*/
}
@media (max-width: 860px) {
  html body .title_block .sub_title .course_image img, html body .title_block .course_title .course_image img {
    max-width: 200px;
  }
}
@media (max-width: 622px) {
  html body .title_block .sub_title .course_image img, html body .title_block .course_title .course_image img {
    max-width: 120px;
  }
}
html body .title_block .teacher_image {
  /*講師紹介+イメージ*/
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
html body .title_block .teacher_image .teacher_name {
  /*　講師名  */
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: left;
}
html body .title_block .teacher_image .teacher_name b {
  font-weight: 600;
  border-bottom: solid 2px #198754;
}
@media (max-width: 860px) {
  html body .title_block .teacher_image .teacher_name {
    font-size: 0.9rem;
  }
}
@media (max-width: 622px) {
  html body .title_block .teacher_image .teacher_name {
    font-size: 0.9rem;
  }
}
html body .title_block .teacher_image img {
  /*　講師画像用  */
  max-width: 250px;
  margin-right: 1rem;
  left: 0;
}
@media (max-width: 860px) {
  html body .title_block .teacher_image img {
    max-width: 200px;
  }
}
@media (max-width: 622px) {
  html body .title_block .teacher_image img {
    max-width: 200px;
  }
}
html body .title_block .round_title {
  /*コース見出し・コースIDなど*/
  position: relative;
  display: inline-block;
  text-align: left;
  color: #fff;
  background: #2F6FA5;
  padding: 1rem 3rem;
  margin: 1rem 0 1rem -35px;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 0 100vh 100vh 0;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 860px) {
  html body .title_block .round_title {
    font-size: 1.3rem;
  }
}
@media (max-width: 622px) {
  html body .title_block .round_title {
    font-size: 1.1rem;
  }
}
html body .title_block .round_title::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
html body .title_block .promotion {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (max-width: 860px) {
  html body .title_block .promotion {
    margin-bottom: 0rem;
  }
}
@media (max-width: 622px) {
  html body .title_block .promotion {
    margin-bottom: 0rem;
  }
}
html body .title_block .promotion-round {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  background: #198754;
  padding: 1rem;
  margin-right: 1rem;
  border-radius: 10px;
}
@media (max-width: 860px) {
  html body .title_block .promotion-round {
    font-size: 1.3rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 622px) {
  html body .title_block .promotion-round {
    font-size: 1.1rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
html body .title_block .promotion-round::before {
  position: absolute;
  top: calc(50% - 15px);
  right: -20px;
  width: 0;
  height: 0;
  content: "";
  border-width: 15px 0 15px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #198754;
}
@media (max-width: 860px) {
  html body .title_block .promotion-round::before {
    top: calc(50% - 10px);
    right: -15px;
    border-width: 10px 0 10px 15px;
  }
}
@media (max-width: 622px) {
  html body .title_block .promotion-round::before {
    top: calc(50% - 10px);
    right: -15px;
    border-width: 10px 0 10px 15px;
  }
}
html body .student_commentWrap {
  /*受講者の声*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body .student_commentWrap .box {
  position: relative;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid #005276;
  width: calc((100% - 1.5rem) / 2);
}
@media (max-width: 622px) {
  html body .student_commentWrap .box {
    width: 100%;
  }
}
html body .student_commentWrap .box .category {
  position: relative;
  align-items: center;
  padding-left: 4rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
html body .student_commentWrap .box img {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 3rem;
}
html body .image_text_block {
  background-color: #fff;
  margin: 1rem 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 622px) {
  html body .image_text_block {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 860px) {
  html body .image_text_block .block:first-of-type {
    margin-bottom: 2rem;
  }
}
html body .image_text_block .text {
  width: 55%;
}
@media (max-width: 860px) {
  html body .image_text_block .text {
    width: 100%;
  }
}
html body .image_text_block .image {
  width: 45%;
  border: #2F6FA5 solid 2px;
}
@media (max-width: 860px) {
  html body .image_text_block .image {
    width: 100%;
  }
}
html body .image_text_block .image img {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0; /*画像が縮まない */
}
html body .image_text_flex .image_text_block {
  background: none;
  padding: 0;
  margin: 3rem 0;
}
html body .image_text_flex .image_text_block:first-of-type {
  margin-top: 1rem;
}
html body .image_text_flex .image_text_block:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 860px) {
  html body .image_text_flex .image_text_block .block {
    margin-bottom: 1rem;
  }
}
html body .image_text_flex .image_text_block .image {
  position: relative;
  padding-top: 25%;
  overflow: hidden;
  background: linear-gradient(135deg, #198754, #4dabf7);
}
@media (max-width: 860px) {
  html body .image_text_flex .image_text_block .image {
    padding-top: 45%;
  }
}
html body .image_text_flex .image_text_block .image.image_r {
  border-radius: 0 40px 0 40px;
  border: #198754 solid 2px;
}
html body .image_text_flex .image_text_block .image.image_l {
  border-radius: 40px 0 40px 0;
  border: #198754 solid 2px;
}
html body .image_text_flex .image_text_block .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
html body .a_btn.center {
  display: flex;
  justify-content: center;
}
html body .a_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border: 2px solid #16365f;
  color: #16365f;
  font-weight: 600;
  border-radius: 0.5rem;
  padding: 0.8rem 0.3rem 0;
  margin: 1rem 0 0 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
}
html body .a_btn .btn.green {
  border: 2px solid #198754;
  color: #198754;
}
html body .a_btn a:hover {
  background-color: #E6F3EC;
}
html body .student_BoxWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
html body .student_BoxWrap::after {
  display: block;
  width: calc((100% - 2rem) / 3);
  content: "";
  order: 999;
}
@media (max-width: 860px) {
  html body .student_BoxWrap::after {
    content: none;
  }
}
html body .student_BoxWrap .box {
  text-decoration: none;
  margin-bottom: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1rem;
  border: 1.5px solid #198754;
  width: calc((100% - 2rem) / 3);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  transition: all ease 0.5s;
}
html body .student_BoxWrap .box:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
@media (max-width: 860px) {
  html body .student_BoxWrap .box {
    width: calc((100% - 2rem) / 2);
  }
}
@media (max-width: 622px) {
  html body .student_BoxWrap .box {
    width: 100%;
  }
}
html body .student_BoxWrap .box .category {
  min-height: 10rem;
  max-height: 23rem;
  align-items: center;
  position: relative;
}
@media (max-width: 860px) {
  html body .student_BoxWrap .box .category {
    max-height: 25rem;
  }
}
@media (max-width: 622px) {
  html body .student_BoxWrap .box .category {
    max-height: 30rem;
  }
}
html body .student_BoxWrap .box .category img {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
html body .student_BoxWrap .box .text {
  padding: 1rem;
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
}
html body .student_BoxWrap .box .text .studentname {
  font-size: 1.5rem;
  color: #198754;
  font-weight: 600;
  min-height: 1em;
}
@media (max-width: 860px) {
  html body .student_BoxWrap .box .text .studentname {
    font-size: 1.4rem;
  }
}
@media (max-width: 622px) {
  html body .student_BoxWrap .box .text .studentname {
    font-size: 1.3rem;
  }
}
html body .student_BoxWrap .box .text .in {
  flex-grow: 1;
}
html body .student_BoxWrap .box .text .in p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding: 1rem 0;
}
@media (max-width: 860px) {
  html body .student_BoxWrap .box .text .in p {
    font-size: 1.1rem;
  }
}
@media (max-width: 622px) {
  html body .student_BoxWrap .box .text .in p {
    font-size: 1.2rem;
  }
}
html body .page_width {
  margin: 0 auto;
  padding: 3px 3px 1.5px;
  max-width: 1250px;
}
html body .page_width.header_width {
  max-width: 100%;
}
html body .page_width.catch_width {
  max-width: 1180px;
}
html body .page_width.narrow {
  max-width: 780px;
}
html body .page_width.small {
  max-width: 540px;
}
html body .page_width .free_button {
  width: 60%;
  border: 2px solid #112B4C;
  border-radius: 1rem;
  padding: 1rem;
  background-color: white;
  margin: 0 auto;
  text-align: center;
}
html body .page_width .free_button a {
  text-decoration: none;
}
html body .page_width .free_button a h3, html body .page_width .free_button a span {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 860px) {
  html body .page_width .free_button a h3, html body .page_width .free_button a span {
    font-size: 1.2rem;
  }
}
@media (max-width: 622px) {
  html body .page_width .free_button a h3, html body .page_width .free_button a span {
    font-size: 1.2rem;
  }
}
html body .page_width .free_button:hover {
  background-color: #E6F3EC;
}
html body .page_width .free_button.btn_orange {
  border: 2px solid #f2991c;
}
html body .page_width .free_button.btn_green {
  border: 2px solid #198754;
}
html body .hidden {
  overflow: hidden;
}
html body .inner {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 622px) {
  html body .inner.sp_right_none {
    padding-right: 0;
  }
  html body .inner.sp_rl_none {
    padding-left: 0;
    padding-right: 0;
  }
}

/*html*/
/*# sourceMappingURL=style.css.map */