/* =============================================================================
Reset
========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
Reset
========================================================================== */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* =============================================================================
Basic
========================================================================== */
#wrapper {
  background: #fff;
  margin: 0 auto;
}

body {
  color: #111;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}

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

.mincho {
  font-family: YuMincho, "Yu Mincho", serif;
}

.Meiryo {
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

/*==============================================================================
Responsive
============================================================================= */
@media screen and (min-width: 769px) {
  a {
    color: inherit;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }

  a:hover {
    opacity: .8;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333333333vw;
  }

  body {
    font-size: .3rem;
  }

  .inner {
    margin: 0 .3rem;
  }
}

body {
  font-family: "TazuganeInfoStdN-Regular" !important;
}

p {
  font-size: 18px;
}

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

@media screen and (max-width:1023px) {
  .pc {
    display: none;
  }
}

@media (min-width:751px) and (max-width:1000px) {
  .inner {
    width: 100% !important;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.position-relative {
  position: relative;
}

.position-fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10001;
  opacity: 1 !important;
}

.position-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10001;
  opacity: 1 !important;
}


@media screen and (min-width:751px) {
  .header {
    padding: 20px 0;
    background-color: #fff;
  }

  .header .inner {
    width: 1000px;
    margin: 0 auto;
  }

  .header .header_block01 {
    display: flex;
    align-items: center;
  }

  .header .header_logo01 {
    width: 200px;
    margin: 0 20px 0 0;
  }

  .header .header_txt01 {
    font-size: 14px;
  }

  .header .header_box01 {
    display: flex;
    margin-left: auto;
  }

  .header .header_btn01 {
    width: 195px;
    margin-right: 5px;
  }
}

@media screen and (max-width:750px) {
  .header {
    padding: .1995rem 0;
    background-color: #fff;
  }

  .header img {
    max-width: 100% !important;
  }

  .header .inner {
    margin: 0 3.75%;
    box-sizing: border-box;
  }

  .header .header_block01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .header .header_logo01 {
    width: 1.995rem;
    margin: 0 0 0;
  }

  .header .header_txt01 {
    margin: .1195rem 0 0;
    font-size: .1995rem;
  }

  .header .header_box01 {
    display: flex;
    margin-left: auto;
  }

  .header .header_btn01 {
    width: 1.995rem;
    margin-right: 5px;
  }
}

/*==============================================================================
メインビジュアル
============================================================================= */
.fv_title {
  background: #0857C3;
  color: #fff;
  padding: 5px;
  margin: 0 2px;
}

.fv_marker {
  background: linear-gradient(transparent 70%, #F3BC4E 70%);
}

.fv_img {
  box-shadow: 2px 2px 4px gray;
}

@media screen and (min-width:751px) {
  .mainVisual [class="main07"] {
    padding: 120px 0 80px;
    background: url("/lp/datascientistcourse2/assets/images/fv-bg.png") no-repeat 50% 0;
    background-size: cover;
  }

  .mainVisual [class="main07"] ul,
  [class="main01"] li {
    list-style: none;
  }

  .mainVisual [class="main07"] [class="inner"] {
    max-width: 1000px;
    margin: 0 auto;
  }

  .mainVisual [class="main07"] [class="main_txt01"] {
    margin: 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
  }

  .mainVisual [class="main07"] [class="main_txt02"] {
    margin: 5px 0 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.35;
    font-family: "TazuganeInfoStdN-Regular";
  }

  .mainVisual [class="main07"] [class="main_txt03"] {
    width: 490px;
    margin: 30px 0 0;
    font-size: 20px;
  }

  .mainVisual [class="main07"] [class="main_block01"] {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    padding: 0;
    width: 510px;
  }

  .mainVisual [class="main07"] [class="main_box01"] {
    width: 170px;
    padding: 15px 0;
  }

  .mainVisual [class="main07"] [class="main_box09"] {
    width: 160px;
    margin: 0 10px;
    padding: 15px 0;
    background: #fff;
  }

  .mainVisual [class="main07"] [class="main_txt04"] {
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
    word-break: break-all;
    width: 160px;
  }

  .mainVisual [class="main07"] [class="main_img01"] {
    width: 160px;
    margin: 10px auto 0;
    text-align: center;
  }
}

@media (min-width:751px) and (max-width:1000px) {
  .mainVisual [class="main07"] {
    background-position-x: 70%;
  }

  .mainVisual [class="inner"] {
    padding: 0 20px;
  }
}

@media screen and (max-width:750px) {
  .mainVisual [class="main07"] {
    padding: 6vw 0;
    background: url("/lp/datascientistcourse2/assets/images/fv-bg_sp.webp") no-repeat 50% 0 !important;
    background-size: cover !important;
    background-position: 0px -27vw !important;
    height: 130vw;
  }

  .mainVisual [class="main07"] ul,
  [class="main01"] li {
    list-style: none;
    position: absolute;
    bottom: 10vw;
    right: 0;
    left: 0;
  }

  .mainVisual [class="main07"] [class="inner"] {
    margin: 0 3.75%;
  }

  .mainVisual [class="main07"] [class="main_txt01"] {
    margin: 0;
    color: #ff0000;
    font-size: 3vw;
    font-weight: bold;
  }

  .mainVisual [class="main07"] [class="main_txt02"] {
    margin: 0.667vw 0 0;
    font-size: 7vw;
    font-weight: bold;
    line-height: 1.5;
  }

  .mainVisual [class="main07"] [class="main_txt03"] {
    width: auto;
    margin: 4vw 0 0;
    font-size: 4vw;
  }

  .mainVisual [class="main07"] [class="main_block01"] {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    width: 90vw;
  }

  .mainVisual [class="main07"] [class="main_box01"] {
    width: 30%;
    padding: 2vw 0;
    margin: 0 1%;
    width: 28vw;
  }

  .mainVisual [class="main07"] [class="main_txt04"] {
    margin: 0;
    font-size: 3vw;
    text-align: center;
  }

  .mainVisual [class="main07"] [class="main_img01"] {
    width: 90%;
    margin: 2.666vw auto 0;
    text-align: center;
  }

  .mainVisual [class="main07"] img {
    max-width: 100% !important;
  }
}

/*==============================================================================
お悩み
============================================================================= */
@media screen and (min-width:751px) {
  .worries [class="col01_03"] {
    padding: 30px 0 0;
    background: #f5f5f5;
  }

  .worries [class="col01_03"] [class="inner"] {
    max-width: 1000px;
    margin: 0 auto;
  }

  .worries [class="col01_03"] [class="col01_txt03"] {
    margin: 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col01_03"] [data-ttl="col01_ttl03"] {
    margin: 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width:750px) {
  .worries [class="col01_03"] {
    padding: 4vw 0;
    background: #f5f5f5;
  }

  .worries [class="col01_03"] [class="inner"] {
    margin: 0 3.75%;
  }

  .worries [class="col01_03"] [class="col01_txt03"] {
    margin: 0;
    color: #ff0000;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col01_03"] [data-ttl="col01_ttl03"] {
    margin: 0;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (min-width:1024px) {
  .worries [class="col02_05"] .add_ttl01 {
    margin: 0 0 25px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .worries [class="col02_05"] .add_lead {
    margin: 0 0 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] {
    padding: 50px 0;
    background: #f5f5f5;
  }

  .worries [class="col02_05"] [class="inner"] {
    width: 1000px;
    margin: 0 auto;
  }

  .worries [class="col02_05"] [class="other_block01"] {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .worries [class="col02_05"] [class="other_box01"] {
    width: 300px;
    list-style: none;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
  }

  .worries [class="col02_05"] [class="other_box01"] {
    margin: 0 50px 0 0;
  }

  .worries [class="col02_05"] [class="other_box01"]:nth-child(3n+3) {
    margin: 0;
  }

  .worries [class="col02_05"] [class="other_box01"]:nth-child(n+4) {
    margin-top: 40px;
  }

  .worries [class="col02_05"] [class="other_img01"] {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    text-align: center;
  }

  .worries [class="col02_05"] [class="other_txt01"] {
    margin: 30px 0 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] [data-ttl="other_ttl01"] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] [class="other_txt02"] {
    margin: 30px 0 0;
    font-size: 20px;
    line-height: 1.7;
  }
}

@media screen and (max-width:1023px) {
  .worries [class="col02_05"] .add_ttl01 {
    margin: 0 0 3vw;
    font-size: 4.2vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .worries [class="col02_05"] .add_lead {
    margin: 0 0 4vw;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] {
    padding: 4vw 0;
    background: #f5f5f5;
  }

  .worries [class="col02_05"] [class="inner"] {
    margin: 0 3.75%;
  }

  .worries [class="col02_05"] [class="other_block01"] {
    display: flex;
    flex-direction: column;
  }

  .worries [class="col02_05"] [class="other_box01"] {
    width: 80%;
    margin: 0 auto 4vw;
    padding: 10px;
    list-style: none;
    border-radius: 10px;
    background: #fff;
  }

  .worries [class="col02_05"] [class="other_box01"]:nth-child(n+4) {
    margin-top: 4vw;
  }

  .worries [class="col02_05"] [class="other_img01"] {
    width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .worries [class="col02_05"] [class="other_txt01"] {
    margin: 4vw 0 0;
    color: #ff0000;
    font-size: 2.66vw;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] [data-ttl="other_ttl01"] {
    margin: 0;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] [class="other_txt02"] {
    margin: 4vw 0 0;
    font-size: 4vw;
    line-height: 1.7;
  }
}

@media (min-width:751px) and (max-width:1023px) {
  .worries [class="col02_05"] .add_ttl01 {
    margin: 0 0 3vw;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .worries [class="col02_05"] .add_lead {
    margin: 0 0 4vw;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] {
    padding: 4vw 0;
    background: #f5f5f5;
  }

  .worries [class="col02_05"] [class="inner"] {
    margin: 0 3.75%;
  }

  .worries [class="col02_05"] [class="other_block01"] {
    display: flex;
    flex-direction: row;
  }

  .worries [class="col02_05"] [class="other_box01"] {
    width: 80%;
    margin: 0 1vw;
    padding: 10px;
    list-style: none;
    border-radius: 10px;
    background: #fff;
  }

  .worries [class="col02_05"] [class="other_box01"]:nth-child(n+4) {
    margin-top: 4vw;
  }

  .worries [class="col02_05"] [class="other_img01"] {
    width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .worries [class="col02_05"] [class="other_txt01"] {
    margin: 4vw 0 0;
    color: #ff0000;
    font-size: 2.66vw;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] [data-ttl="other_ttl01"] {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .worries [class="col02_05"] [class="other_txt02"] {
    margin: 4vw 0 0;
    font-size: 18px;
    line-height: 1.7;
  }
}

/*==============================================================================
可能性
============================================================================= */
.possibility .img_shadow {
  margin: 10px auto;
  width: 200px;
  box-shadow: 10px 10px 0 #0857C3;
}

@media screen and (min-width:751px) {
  .possibility [class="col02_07"] .add_ttl01 {
    margin: 0 0 25px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .possibility [class="col02_07"] .add_lead {
    margin: 0 0 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .possibility [class="col02_07"] {
    padding: 50px 0;
    background: #fff;
  }

  .possibility [class="col02_07"] [class="inner"] {
    max-width: 1000px;
    margin: 0 auto;
  }

  .possibility [class="col02_07"] [class="other_block03"] {
    padding: 20px 0 0;
  }

  .possibility [class="col02_07"] [class="other_block02"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
  }

  .possibility [class="col02_07"] [class="other_block02"]+[class="other_block02"] {
    margin: 30px 0 0;
  }

  .possibility [class="col02_07"] [class="other_img03"] {
    width: 200px;
  }

  .possibility [class="col02_07"] [class="other_box03"] {
    width: 750px;
    margin: 0 0 0 40px;
  }

  .possibility [class="col02_07"] [class="other_txt04"] {
    margin: 0;
    color: #0857C3;
    font-size: 20px;
    font-weight: bold;
  }

  .possibility [class="col02_07"] [data-ttl="other_ttl03"] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    border-top: 1px solid #0857C3;
    border-bottom: 1px solid #0857C3;
  }

  .possibility [class="col02_07"] [class="other_txt05"] {
    padding: 10px;
    margin: 0;
    font-size: 20px;
    line-height: 1.7;
  }
}

@media screen and (max-width:750px) {
  .possibility [class="col02_07"] .add_ttl01 {
    margin: 0 0 3vw;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .possibility [class="col02_07"] .add_lead {
    margin: 0 0 4vw;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .possibility [class="col02_07"] {
    padding: 4vw 0;
    background: #fff;
  }

  .possibility [class="col02_07"] [class="inner"] {
    margin: 0 3.75%;
  }

  .possibility [class="col02_07"] [class="other_block03"] {
    padding: 0;
  }

  .possibility [class="col02_07"] [class="other_block02"] {
    display: flex;
    flex-direction: column;
    list-style: none;
  }

  .possibility [class="col02_07"] [class="other_block02"]+[class="other_block02"] {
    margin: 4vw 0 0;
  }

  .possibility [class="col02_07"] [class="other_img03"] {
    width: 100%;
  }

  .possibility [class="col02_07"] [class="other_box03"] {
    width: 100%;
  }

  .possibility [class="col02_07"] [class="other_txt04"] {
    margin: 10px 0 0;
    color: #0857C3;
    font-size: 4vw;
    font-weight: bold;
  }

  .possibility [class="col02_07"] [data-ttl="other_ttl03"] {
    margin: 0;
    font-size: 5vw;
    font-weight: bold;
  }

  .possibility [class="col02_07"] [class="other_txt05"] {
    margin: 2.66vw 0 0;
    font-size: 4vw;
    line-height: 1.7;
  }

  .possibility .img_shadow {
    width: 100%;
  }
}

@media (min-width:751px) and (max-width:1023px) {
  .possibility [class="col02_07"] [class="other_box03"] {
    width: 65%;
    margin: 0 0 0 40px;
  }

  .possibility [class="col02_07"] [class="inner"] {
    margin: 0 3.75%;
  }
}

/*==============================================================================
選ばれる理由
============================================================================= */
.reason p {
  margin: 0;
  font-size: 20px;
  text-align: left;
  line-height: 1.7;
}

.reason ol {
  list-style: none;
}

.reason .img_shadow {
  margin: 10px auto;
  width: 200px;
  box-shadow: 10px 10px 0 #0857C3;
}

.reason_number {
  font-size: 90px;
  color: #0857C3;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.reason_text {
  padding: 10px;
}

@media screen and (min-width:751px) {
  .reason [class="col02_01"] .add_ttl01 {
    margin: 0 0 25px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .reason [class="col02_01"] .add_lead {
    margin: 0 0 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .reason [class="col02_01"] {
    padding: 40px 0;
    background: #f5f5f5;
  }

  .reason [class="col02_01"] [class="inner"] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
  }

  .reason [class="col02_01"] [class="col02_block01"] {
    padding: 50px 0 0;
  }

  .reason [class="col02_01"] [class="col02_box01"] {
    display: flex;
    list-style: none;
  }

  .reason [class="col02_01"] [class="col02_box01"]:not(:first-child) {
    margin-top: 30px;
  }

  .reason [class="col02_01"] [class="col02_box02"] {
    display: flex;
    list-style: none;
  }

  .reason [class="col02_01"] [class="col02_img03"] {
    width: 200px;
  }

  .reason [class="col02_01"] [class="col02_block02"] {
    width: 710px;
    margin: 0 0 0 20px;
    padding: 30px 0;
  }

  .reason [class="col02_01"] [data-ttl="col02_ttl02"] {
    position: relative;
    margin: 50px 0 10px;
    padding-left: 160px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    line-height: 1.35;
  }

  .reason [class="col02_01"] [class="col02_txt01"] {
    margin: 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
  }

  .reason [class="col02_01"] [class="col02_05"] [data-ttl="col02_ttl01"] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
  }

  .reason [class="col02_01"] [class="col02_txt03"] {
    margin: 25px 0 0;
    font-size: 20px;
    line-height: 1.7;
  }

  .reason [class="col02_01"] [class="col02_block03"] {
    width: 610px;
    padding: 30px;
  }
}

@media screen and (max-width:750px) {
  .reason [class="col02_01"] .add_ttl01 {
    margin: 0 0 3vw;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .reason [class="col02_01"] .add_lead {
    margin: 0 0 4vw;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .reason [class="col02_01"] {
    padding: 4vw 0;
    background: #fff;
  }

  .reason [class="col02_01"] [class="inner"] {
    margin: 0 3.75%;
  }

  .reason [class="col02_01"] [class="col02_block01"] {
    padding: 3vw 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .reason [class="col02_01"] [class="col02_box01"] {
    list-style: none;
    display: flex;
    flex-direction: column-reverse;
  }

  .reason [class="col02_01"] [class="col02_box01"]:not(:first-child) {
    margin: 0;
  }

  .reason [class="col02_01"] [class="col02_box02"] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .reason [class="col02_01"] [class="col02_box02"] {
    margin: 0;
  }

  .reason [class="col02_01"] [class="col02_block02"] {
    display: block;
  }

  .reason [class="col02_01"] [data-ttl="col02_ttl02"] {
    position: relative;
    padding: 0;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
  }

  .reason [class="col02_01"] [class="col02_img03"] {
    width: 70%;
    margin: 0 auto;
  }

  .reason [class="col02_01"] img {
    width: 100%;
  }

  .reason [class="col02_01"] [class="col02_block02"] {
    margin: 1vw;
    padding: 0;
    width: auto;
  }

  .reason [class="col02_01"] [class="col02_block03"] {
    margin: 4vw;
    padding: 3vw 0;
  }

  .reason [class="col02_01"] [class="col02_txt01"] {
    margin: 0;
    color: #ff0000;
    font-size: 2.66vw;
    font-weight: bold;
  }

  .reason [class="col02_01"] [class="col02_05"] [data-ttl="col02_ttl01"] {
    margin: 0;
    font-size: 4vw;
    font-weight: bold;
  }

  .reason [class="col02_01"] [class="col02_txt03"] {
    margin: 3.5vw 0 0;
    font-size: 2.66vw;
    line-height: 1.7;
  }

  .reason_number {
    display: block;
    font-size: 20vw;
    position: relative;
    margin: 0 auto;
  }

  .section_reason p {
    font-size: 4vw;
  }
}

@media (min-width:751px) and (max-width:1023px) {
  .reason [class="col02_01"] [data-ttl="col02_ttl02"] {
    font-size: 24px;
  }
}

/*==============================================================================
他スクールとの比較
============================================================================= */
.p-compairson__inner {
  max-width: 980px;
  margin: 0 auto;
}

.p-compairson {
  padding: 50px 0;
  background: url(https://datamix.co.jp/assets2/images/bg-img02.png);
  background-size: cover;
}

.p-compairson__img {
  position: relative;
}

.p-compairsonHead {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 60px;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.p-compairsonHead__s {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.u-tab--hidden {
  display: none;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 200px;
  height: 150px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: url(https://datamix.co.jp/assets2/images/scroll-img.png);
  background-size: cover;
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background: unset;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  transition-delay: 2.4s;
  background: unset;
}

@media screen and (max-width: 1024px) {
  .p-compairson__inner {
    padding: 0;
    max-width: 700px;
  }

  .p-compairsonHead {
    position: unset;
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
    top: -10px;
    font-size: 22px;
  }

  .p-compairsonHead__s {
    font-size: 17px;
  }

  .u-tab--hidden {
    display: block;
  }

  .p-compairson__satis {
    max-width: 400px;
    margin: 0 auto 20px;
    padding: 0 20px;
  }

  .p-compairson__scroll {
    min-width: 820px;
    max-width: 820px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

.original-add_css-004,
.original-add_css-005 {
  font-size: 14px;
  margin: 5px 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .original-add_css-005 {
    display: none;
  }

  .original-add_css-004 {
    font-size: 12px;
  }
}

/*==============================================================================
CTA
============================================================================= */
.cta_ttl01 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
}

.cta_ttl01::before,
.cta_ttl01::after {
  content: '';
  width: 3px;
  height: 60px;
  background-color: #F3BC4E;
}

.cta_ttl01::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}

.cta_ttl01::after {
  margin-left: 30px;
  transform: rotate(35deg)
}

.cta_btn a {
  display: block;
  position: relative;
  background: #CD4949;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.012em;
  padding: 20px 20px;
  width: 400px;
  margin: 20px auto;
  z-index: 10;
  border-radius: 50px;
}

.cta_btn01 a {
  display: block;
  position: relative;
  background: #CD4949;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.012em;
  padding: 20px 20px;
  width: 400px;
  margin: 20px auto;
  z-index: 10;
  border-radius: 50px;
}

.cta_btn a::before,
.cta_btn01 a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

.cta [class="cta_02"] {
  padding: 50px;
  background: #0857C3;
}

.bg-white [class="cta_02"] {
  background: #fff !important;
}

.cta [class="cta_02"] [class="inner"] {
  margin: 0 auto;
}

.cta [class="cta_02"] [data-ttl="cta_ttl01"] {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.cta [class="cta_02"] [class="cta_txt01"] {
  max-width: 700px;
  margin: 10px auto 0;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.cta [class="cta_01"] [class="cta_block01"] {
  padding: 0;
}

.cta [class="cta_02"] [class="cta_btn01"] {
  margin: 30px auto 0;
  list-style: none;
  display: block;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width:1023px) {
  .cta [class="cta_02"] {
    padding: 4vw 0;
    background: #0857C3;
  }

  .cta [class="cta_02"] img {
    max-width: 100% !important;
  }

  .cta [class="cta_02"] [class="inner"] {
    margin: 0 3.75%;
    width: auto;
  }

  .cta [class="cta_02"] [data-ttl="cta_ttl01"] {
    margin: 0;
    font-size: 3.9vw;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
  }

  .cta [class="cta_02"] [class="cta_txt01"] {
    margin: 2.66vw auto 0;
    font-size: 2.66vw;
    line-height: 1.7;
    text-align: center;
    word-break: break-all;
  }

  .cta [class="cta_02"] [class="cta_block01"] {
    padding: 0;
  }

  .cta [class="cta_02"] [class="cta_btn01"] {
    width: 55vw;
    margin: 4vw auto 0;
    list-style: none;
  }

  .cta_btn a {
    font-size: 4vw !important;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.012em;
    padding: 10px 20px;
    width: auto !important;
    margin: 20px auto !important;
    z-index: 10;
  }

  .cta_ttl01::before,
  .cta_ttl01::after {
    content: '';
    width: 3px;
    height: 9vw !important;
    background-color: #F3BC4E;
  }

  .cta_ttl01::before {
    margin-right: 10px !important;
    transform: rotate(-35deg)
  }

  .cta_ttl01::after {
    margin-left: 10px !important;
    transform: rotate(35deg)
  }
}

@media screen and (max-width: 750px) {
  .original-add_css-001 {
    display: block !important;
  }

  .original-add_css-001 .cta_btn,
  .original-add_css-001 .cta_btn a {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .original-add_css-001 .cta_btn {
    margin-bottom: 30px !important;
  }

  .original-add_css-003 h2 {
    font-size: 23px !important;
  }

  .original-add_css-002 {
    display: block !important;
  }

  .original-add_css-002 ul {
    margin: 0 auto !important;
  }

  .cta_ttl01 {
    font-size: 4vw !important;
  }

  .bg-white .cta_ttl01 {
    font-size: 7vw !important;
  }

  .cta_txt01 {
    font-size: 5vw !important;
  }

  .cta .cta_btn01 {
    width: 90% !important;
    margin: 0 auto !important;
  }

  .cta_btn01 a {
    width: 100% !important;
    font-size: 4vw !important;
    padding: 15px 30px;
  }
}

/*==============================================================================
データサイエンスを学ぶビジネスパーソンが増えている
============================================================================= */
.under_line {
  border-bottom: 1px solid #0857C3;
}

h2 {
  position: relative;
  text-align: center;
}

@media screen and (min-width:751px) {
  .needs [class="col02_01"] .add_ttl01 {
    margin: 0 0 25px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .needs [class="col02_01"] .add_lead {
    margin: 0 0 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .needs [class="col02_01"] {
    padding: 40px 0;
    background: #fff;
  }

  .needs [class="col02_01"] [class="inner"] {
    max-width: 1000px;
    margin: 0 auto;
  }

  .needs [class="col02_01"] [class="col02_block01"] {
    padding: 0;
  }

  .needs [class="col02_01"] [class="col02_box01"] {
    display: flex;
    list-style: none;
    align-items: center;
  }

  .needs [class="col02_01"] [class="col02_box01"]:not(:first-child) {
    margin-top: 30px;
  }

  .needs [class="col02_01"] [class="col02_box02"] {
    display: flex;
    list-style: none;
    align-items: center;
  }

  .needs [class="col02_01"] [class="col02_img03"] {
    width: 300px;
  }

  .needs [class="col02_01"] [class="col02_block02"] {
    width: 610px;
    margin: 0 0 0 40px;
    padding: 30px 0;
  }

  .needs [class="col02_01"] [data-ttl="col02_ttl02"] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
  }

  .needs [class="col02_01"] [class="col02_txt01"] {
    margin: 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
  }

  .needs [class="col02_01"] [class="col02_05"] [data-ttl="col02_ttl01"] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
  }

  .needs [class="col02_01"] [class="col02_txt03"] {
    margin: 25px 0 0;
    font-size: 20px;
    line-height: 1.7;
  }

  .needs [class="col02_01"] [class="col02_block03"] {
    width: 610px;
    margin: 0 40px 0 0;
    padding: 30px 0;
  }
}

@media (min-width:751px) and (max-width:1000px) {
  .needs [class="inner"] {
    padding: 0 20px;
  }
}

@media screen and (max-width:750px) {
  .needs [class="col02_01"] .add_ttl01 {
    margin: 0 0 3vw;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .needs [class="col02_01"] .add_lead {
    margin: 0 0 4vw;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .needs [class="col02_01"] {
    padding: 4vw 0;
    background: #fff;
  }

  .needs [class="col02_01"] [class="inner"] {
    margin: 0 3.75%;
  }

  .needs [class="col02_01"] [class="col02_block01"] {
    padding: 0;
  }

  .needs [class="col02_01"] [class="col02_box01"] {
    list-style: none;
  }

  .needs [class="col02_01"] [class="col02_box01"]:not(:first-child) {
    margin: 0;
  }

  .needs [class="col02_01"] [class="col02_box02"] {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .needs [class="col02_01"] [class="col02_block02"] {
    display: block;
  }

  .needs [class="col02_01"] [class="col02_img03"] {
    width: 80%;
    margin: 0 auto;
  }

  .needs [class="col02_01"] img {
    width: 100%;
  }

  .needs [class="col02_01"] [class="col02_block02"] {
    margin: 0;
    padding: 0;
  }

  .needs [class="col02_01"] [class="col02_block03"] {
    margin: 0;
    padding: 0;
  }

  .needs [class="col02_01"] [class="col02_txt01"] {
    margin: 0;
    color: #ff0000;
    font-size: 0.3rem;
    font-weight: bold;
  }

  .needs [class="col02_01"] [data-ttl="col02_ttl02"] {
    margin: 0;
    font-size: 5vw;
    font-weight: bold;
    text-align: left;
  }

  .needs [class="col02_01"] [class="col02_05"] [data-ttl="col02_ttl01"] {
    margin: 0;
    font-size: 4vw;
    font-weight: bold;
  }

  .needs [class="col02_01"] [class="col02_txt03"] {
    margin: 3.5vw 0 0;
    font-size: 4vw;
    line-height: 1.7;
  }
}

/*==============================================================================
講座紹介
============================================================================= */
.l-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.color-main {
  color: #0857C3;
}

.color-main::after {
  background: #0857C3;
}

.u-sp--hidden {
  display: block;
}

.u-tab--hidden {
  display: none;
}

.p-introduction {
  padding: 80px 0 50px;
}

.p-introduction__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.p-introductionHead {
  margin-bottom: 80px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.p-introductionHead__s {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.07em;
}

.p-introductionHead__line {
  display: inline-block;
}

.p-introductionContent {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/*.p-introduction__inner::after {
  position: absolute;
  content: "";
  top: -105px;
  right: -540px;
  width: 800px;
  height: 580px;
  background: url(https://datamix.co.jp/assets2/images/line-right.png);
  background-size: cover;
  z-index: -1;
}*/

.p-introductionContentLeft {
  min-width: 520px;
}

.p-introductionContent__img {
  max-width: 100%;
  margin-right: -80px;
}

.p-introductionContentLeft__line {
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.07em;
  line-height: 3.5;
}

.p-introductionContentLeft__line--txt {
  position: relative;
  padding-right: 20px;
  background: #fff;
  z-index: 1;
}

.p-introductionContentLeft__line::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2%;
  width: 87%;
  height: 1px;
}

.p-introductionContentLeftList {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-introductionContentLeftList__item {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.p-introductionContentLeftList__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 19px;
  height: 8px;
  border-left: 6px solid #0857C3;
  border-bottom: 6px solid #0857C3;
  transform: rotate(-45deg);
}

.p-introductionContentLeftList__bold {
  font-weight: 800;
}

@media screen and (max-width: 750px) {
  .u-sp--hidden {
    display: none;
  }

  .u-tab--hidden {
    display: block;
  }

  .p-introduction {
    padding: 34px 0 40px;
  }

  .p-introduction__inner {
    max-width: 700px;
    padding: 0;
  }

  .p-introductionHead {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 0;
  }

  .p-introductionHead__s {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 25px;
  }

  .p-introductionHead__line {
    display: initial;
  }

  .p-introductionContent {
    padding: 0 20px;
    flex-direction: column;
    gap: 25px;
  }

  .p-introductionContentLeft {
    min-width: unset;
  }

  .p-introductionContentLeft__line {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 2;
  }

  .p-introductionContentLeftList {
    gap: 10px;
  }

  .p-introductionContentLeftList__item {
    padding-left: 22px;
    font-size: 16px;
    letter-spacing: 0;
  }

  .p-introductionContentLeftList__item::before {
    top: 6px;
    left: 0px;
    width: 11px;
    height: 5px;
    border-left: 3px solid #0857C3;
    border-bottom: 3px solid #0857C3;
  }
}


button {
  border: none;
  background-color: transparent;
  transition: .5s;
}

.list_accordion {
  padding: 0 0 40px;
}

.list_accordion.inner {
  max-width: 980px;
  margin: 0 auto;
}

.list_accordion>li {
  background-color: #fff;
  margin: 0 0 15px;
  padding: 30px;
}

.list_accordion .list_accordion_head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.list_accordion .list_accordion_number {
  color: #bdc4c4;
  font-size: 34px;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: .04em;
  margin-right: 24px;
}

.btn_circle_icon {
  border-radius: 50%;
  border: 1px solid #000;
  flex-shrink: 0;
  padding: 0;
  margin-left: auto;
  height: 30px;
  width: 30px;
  position: relative;
}

.btn_circle_icon::after,
.btn_circle_icon::before {
  content: "";
  background-color: #000;
  display: block;
  margin: auto;
  height: 1px;
  width: 13px;
  transition: .3s;
  position: absolute;
  left: 0;
  right: 0;
}

.btn_circle_icon::after,
.content_icon .content_icon_plus::after {
  transform: rotate(90deg);
}

.list_accordion .list_accordion_head.is_open .btn_circle_icon::after {
  transform: rotate(180deg);
}

.list_accordion .list_accordion_body {
  border-top: 1px solid #dadede;
  display: none;
  margin-top: 30px;
  padding-top: 30px;
}

.list_accordion .list_accordion_body>.text_lead {
  margin: 0 0 40px;
}

.text_lead {
  font-weight: 500;
  line-height: 1.8;
}

.list_accordion .list_accordion_detail {
  border-bottom: 2px solid #fff;
}

.list_accordion .list_accordion_detail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.list_accordion .list_accordion_detail dd,
.list_accordion .list_accordion_detail dt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.list_accordion .list_accordion_detail dt {
  background-color: #f7f7f7;
  font-weight: 700;
}

.list_accordion .list_accordion_detail dt {
  flex-shrink: 0;
  padding: 24px 30px;
  margin-right: 30px;
  min-width: 125px;
}

@media screen and (max-width: 750px) {
  .list_accordion {
    padding: 20px 0 30px;
  }

  .list_accordion>li {
    padding: 20px;
  }

  .list_accordion .list_accordion_head {
    font-size: 16px;
    justify-content: space-between;
  }

  .list_accordion .list_accordion_number {
    font-size: 21px;
    margin-right: 10px;
  }

  .btn_circle_icon {
    margin-left: 10px;
    height: 14px;
    width: 14px;
  }

  .btn_circle_icon::after,
  .btn_circle_icon::before {
    width: 6px;
  }

  .list_accordion .list_accordion_body {
    margin-top: 20px;
    padding-top: 20px;
  }

  .list_accordion .list_accordion_body>.text_lead {
    margin: 0 0 20px;
    font-size: 16px;
  }

  .list_accordion .list_accordion_detail dt {
    font-size: 16px;
  }

  .list_accordion .list_accordion_detail dd,
  .list_accordion .list_accordion_detail dt {
    padding: 10px;
  }

  .list_accordion .list_accordion_detail .text_lead {
    font-size: 14px;
  }
}

@media screen and (min-width:751px) {
  .achievements [class="col02_05"] .add_ttl00 {
    margin: 0 0 25px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
  }

  .achievements [class="col02_05"] .add_ttl01 {
    margin: 0 0 25px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .achievements [class="col02_05"] .add_lead {
    margin: 0 0 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .achievements [class="col02_05"] {
    padding: 50px 0;
    background: #f5f5f5;
  }

  .achievements [class="col02_05"] [class="inner"] {
    max-width: 1000px;
    margin: 0 auto;
  }

  .achievements [class="col02_05"] [class="other_block01"] {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .achievements [class="col02_05"] [class="other_box01"] {
    width: 300px;
    list-style: none;
    background: #fff;
    margin: 0 50px 0 0;
    padding: 20px;
  }

  .achievements [class="col02_05"] [class="other_box01"]:nth-child(3n+3) {
    margin: 0;
  }

  .achievements [class="col02_05"] [class="other_box01"]:nth-child(n+4) {
    margin-top: 40px;
  }

  .achievements [class="col02_05"] [class="other_img01"] {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .achievements [class="col02_05"] [class="other_txt01"] {
    margin: 30px 0 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .achievements [class="col02_05"] [data-ttl="other_ttl01"] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .achievements [class="col02_05"] [class="other_txt02"] {
    margin: 30px 0 0;
    font-size: 20px;
    line-height: 1.7;
  }
}

@media screen and (max-width:750px) {
  .achievements [class="col02_05"] .add_ttl00 {
    margin: 20px 0 25px;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .achievements [class="col02_05"] .add_ttl01 {
    margin: 0 0 3vw;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .achievements [class="col02_05"] .add_lead {
    margin: 0 0 4vw;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .achievements [class="col02_05"] {
    padding: 4vw 0;
    background: #f5f5f5;
  }

  .achievements [class="col02_05"] [class="inner"] {
    margin: 0 3.75%;
    background: #f5f5f5;
  }

  .achievements [class="col02_05"] [class="other_block01"] {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .achievements [class="col02_05"] [class="other_box01"] {
    width: 100%;
    margin: 3vw 0;
    padding: 10px;
    list-style: none;
    background: #fff;
  }

  .achievements [class="col02_05"] [class="other_box01"]:nth-child(n+4) {
    margin-top: 4vw;
  }

  .achievements [class="col02_05"] img {
    max-width: 100% !important;
  }

  .achievements [class="col02_05"] [class="other_txt01"] {
    margin: 4vw 0 0;
    color: #ff0000;
    font-size: 2.66vw;
    font-weight: bold;
    text-align: center;
  }

  .achievements [class="col02_05"] [data-ttl="other_ttl01"] {
    margin: 0;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
  }

  .achievements [class="col02_05"] [class="other_txt02"] {
    margin: 4vw 0 0;
    font-size: 4vw;
    line-height: 1.7;
  }

  .achievements [class="col02_05"] [class="other_img01"] {
    width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
}

@media (min-width:751px) and (max-width:1023px) {
  .achievements [class="col02_05"] [class="other_block01"] {
    display: flex;
    justify-content: center;
  }

  .achievements [class="col02_05"] [class="other_box01"] {
    width: 40%;
    margin: 2%;
  }
}

/*==============================================================================
受講生の声
============================================================================= */
.voice_box {
  text-align: center;
  padding: 50px 0 0;
}

.btn_voice {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50px;
  background: #0857C3;
  color: #fff;
  font-size: 24px;
  position: relative;
}

.btn_voice::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

@media screen and (min-width:751px) {
  .voice [class="col02_05"] .add_ttl01 {
    margin: 0 0 25px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .voice [class="col02_05"] .add_lead {
    margin: 0 0 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .voice [class="col02_05"] {
    padding: 50px 0;
    background: #f5f5f5;
  }

  .voice [class="col02_05"] [class="inner"] {
    max-width: 1000px;
    margin: 0 auto;
  }

  .voice [class="col02_05"] [class="other_block01"] {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .voice [class="col02_05"] [class="other_box01"] {
    width: 300px;
    list-style: none;
    margin: 0 50px 0 0;
    padding: 20px;
    background: #fff;
  }

  .voice [class="col02_05"] [class="other_box01"]:nth-child(3n+3) {
    margin: 0;
  }

  .voice [class="col02_05"] [class="other_box01"]:nth-child(n+4) {
    margin-top: 40px;
  }

  .voice [class="col02_05"] [class="other_img01"] {
    width: 100%;
    text-align: center;
    padding: 20px 20px 0 20px;
    background-color: #f5f5f5;
  }

  .voice [class="col02_05"] [class="other_txt01"] {
    margin: 10px 0 0;
    color: #0857C3;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .voice [class="col02_05"] [data-ttl="other_ttl01"] {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #0857C3;
    border-bottom: 1px solid #0857C3;
  }

  .voice [class="col02_05"] [class="other_txt02"] {
    margin: 10px 0 0;
    font-size: 20px;
    line-height: 1.7;
  }
}

@media screen and (max-width:750px) {
  .voice [class="col02_05"] .add_ttl01 {
    margin: 0 0 3vw;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .voice [class="col02_05"] .add_lead {
    margin: 0 0 4vw;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .voice [class="col02_05"] {
    padding: 0;
    background: #f5f5f5;
  }

  .voice [class="col02_05"] [class="inner"] {
    margin: 0 3.75%;
  }

  .voice [class="col02_05"] [class="other_block01"] {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  .voice [class="col02_05"] [class="other_box01"] {
    width: 100%;
    margin: 4vw 0;
    padding: 20px 10px;
    background: #fff;
    list-style: none;
  }

  .voice [class="col02_05"] [class="other_box01"]:nth-child(3n+3) {
    margin: 4vw 0 0;
  }

  .voice [class="col02_05"] [class="other_img01"] {
    width: 70%;
    text-align: center;
    padding: 20px 20px 0 20px;
    margin: 0 auto;
    background-color: #f5f5f5;
  }

  .voice [class="col02_05"] [class="other_txt01"] {
    margin: 4vw 0 0;
    color: #0857C3;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
  }

  .voice [class="col02_05"] [data-ttl="other_ttl01"] {
    margin: 0;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }

  .voice [class="col02_05"] [class="other_txt02"] {
    margin: 4vw 0 0;
    font-size: 4vw;
    line-height: 1.7;
  }

  .voice_box {
    padding: 50px 0;
  }
}

@media (min-width:751px) and (max-width:1023px) {
  .voice [class="col02_05"] [class="other_block01"] {
    display: flex;
    justify-content: center;
  }

  .voice [class="col02_05"] [class="other_box01"] {
    width: 30%;
    margin: 1% !important;
  }

  .voice [class="col02_05"] [class="other_box01"]:nth-child(3n+3) {
    margin: 1% !important;
  }

  .voice [class="col02_05"] [class="other_box01"]:nth-child(n+4) {
    margin: 0 !important;
  }
}

.voice [class="col02_05"] [class="other_box01"] {
  margin: 0 50px 0 0;
  padding: 15px;
  background: #fff;
}

/*==============================================================================
講座概要
============================================================================= */
.lesson_sub_box.lesson_table {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lesson_sub_box.lesson_table th {
  background: #0857C3;
  color: #fff;
  padding: 10px;
  width: 0;
  white-space: nowrap;
  text-align: center;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.lesson_sub_box.lesson_table td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
  padding: 10px;
}

.lesson_sub_list li {
  list-style: none;
  padding: 5px 0;
  line-height: 1.35;
}

.lesson_sub_list li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: '';
  border-radius: 100%;
  background: #0857C3;
}

.lesson_sub_box img {
  max-height: 300px;
  max-width: 300px;
}

.img_reskill {
  margin: 0 auto;
  width: 150px;
}

.img_course {
  margin: 0 auto;
  width: 150px;
}

.lesson_area {
  background: #f5f5f5;
  padding: 30px;
}

.block-child {
  width: 470px !important;
  box-shadow: none !important;
}

.cta_inner {
  background: #f5f5f5;
  padding: 20px 0;
}

.cta_inner ul {
  display: flex;
  justify-content: center;
}

.cta_inner li {
  margin: 0 10px;
}

.cta_btn a.document_dl,
.cta_btn01 a.document_dl {
  background: #F3BC4E;
}


@media screen and (min-width:751px) {
  .course [class="col02_04"] .add_ttl01 {
    margin: 0 0 25px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
    color: #fff;
  }

  .course [class="col02_04"] .add_lead {
    margin: 0 0 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .course [class="col02_04"] {
    padding: 50px 0;
    background: #0857C3;
  }

  .course [class="col02_04"] [class="inner"] {
    max-width: 1000px;
    margin: 0 auto;
  }

  .course [class="col02_04"] [class="col02_block10"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .course [class="col02_04"] [class="col02_block10-2"] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 0px 30px;
  }

  .course [class="col02_04"] [class="col02_block11"] {
    width: 460px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 30px;
  }

  .course [class="col02_04"] [class="col02_block11"]:nth-child(n + 3) {
    margin: 40px 0 0;
  }

  .course [class="col02_04"] [class="col02_img04"] {
    width: 460px;
  }

  .course [class="col02_04"] [class="col02_txt04"] {
    margin: 0;
    font-size: 19px;
    text-align: center;
  }

  .course [class="col02_04"] [data-ttl="col02_ttl02"] {
    margin: 0;
    padding: 20px 0 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
  }

  .course [class="col02_04"] [data-ttl="col02_ttl03"] {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .course [class="col02_04"] [class="col02_txt05"] {
    width: 450px;
    margin: 20px auto 0 0;
    font-size: 20px;
    line-height: 1.7;
  }
}

@media screen and (max-width:750px) {
  .course [class="col02_04"] {
    padding: 50px 10px;
    background: #0857C3;
  }

  .course [class="col02_04"] .add_ttl01 {
    margin: 0 0 3vw;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
    color: #fff;
  }

  .course [class="col02_04"] .add_lead {
    margin: 0 0 4vw;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .course [class="col02_04"] {
    padding: 4vw 0;
    background: #0857C3;
  }

  .course [class="col02_04"] [class="inner"] {
    margin: 0 3.75%;
  }

  .course [class="col02_04"] [class="col02_block10"] {
    display: block;
    padding: 0;
    margin-top: -20px;
  }

  .course [class="col02_04"] [class="col02_block11"] {
    margin: -1px 0 0;
    list-style: none;

  }

  .course [class="col02_04"] [class="col02_block11"]:nth-child(n + 3) {
    margin: 5.333vw 0 0;
  }

  .course [class="col02_04"] img {
    width: 100%;
  }

  .course [class="col02_04"] [class="col02_txt04"] {
    margin: 3vw 0 0;
    font-size: 4vw;
    text-align: center;
  }

  .course [class="col02_04"] [data-ttl="col02_ttl02"] {
    padding: 4vw 0 0;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
    background: #f5f5f5;
  }

  .course [class="col02_04"] [data-ttl="col02_ttl03"] {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }

  .course [class="col02_04"] [class="col02_txt05"] {
    margin: 2.66vw auto 0 0;
    font-size: 2.66vw;
    line-height: 1.7;
  }

  .lesson_area {
    padding: 30px 30px 10px;
    margin-top: -1px;
  }

  .lesson_sub_list {
    padding-left: 5vw;
  }

  .lesson_sub_list li::before {
    left: -2vw;
  }

  .lesson_box_wrap {
    display: flex;
    flex-direction: column;
  }

  .block-child {
    width: auto !important;
    font-size: 3vw;
    padding: 0 0 4vw;
  }

  .block-child .lesson_sub_box {
    text-align: center;
  }

  .explanation {
    margin: 0;
    box-shadow: none;
  }

  .explanation_child {
    padding: 10px 30px;
    background: #f5f5f5;
  }

  .explanation_inner {
    background: #fff;
    padding: 10px;
  }

  .cta_block01 {
    display: flex;
    flex-direction: column;
  }

  .cta_block01 a {
    margin: 10px auto !important;
    width: auto;
  }

  .cta_inner {
    margin-top: -1px;
  }

  .cta_inner li {
    margin: 0 30px;
  }
}

@media (min-width:751px) and (max-width:1023px) {
  .block-child {
    width: 50% !important;
    font-size: 17px !important;
  }

  .course [class="col02_04"] [class="col02_block10-2"] li {
    width: 49% !important;
  }

  .cta_block01 a {
    font-size: 3vw !important;
    padding: 10px 50px !important;
  }
}

/*==============================================================================
オンライン説明会
============================================================================= */
.img_shadow {
  margin: 30px auto;
  width: 300px;
  box-shadow: 30px 30px 0 #0857C3;
}

.add_ttl01 {
  margin: 20px 0;
}

.lesson_box {
  background: #f5f5f5;
  padding: 10px;
  margin: 5px;
  flex: 1;
}

.lesson_box table th {
  white-space: nowrap;
  font-weight: normal;
  vertical-align: top;
}

.lesson_box table td {
  vertical-align: top;
}

.lesson_box_wrap {
  display: flex;
  padding-top: 10px;
}

.cta_inner-2 {
  max-width: 1000px;
  margin: -20px auto 0;
  background: #fff;
  padding: 20px 0 !important;
}

.lesson_theme {
  list-style-type: disc;
  margin-left: 10px;
}

.cta_inner-2 .cta_ttl01::before,
.cta_inner-2 .cta_ttl01::after {
  content: '';
  width: 3px;
  height: 60px;
  background-color: #000;
}

@media screen and (min-width:751px) {
  .informationSession [class="col02_01"] .add_ttl01 {
    margin: 0px 0;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .informationSession [class="col02_01"] .add_lead {
    margin: 0 0 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }

  .informationSession [class="col02_01"] {
    padding: 20px 0;
    background: #f5f5f5
  }

  .informationSession [class="col02_01"] [class="inner"] {
    max-width: 1000px;
    margin: 20px auto 0;
    padding: 20px;
    background: #fff;
  }

  .informationSession [class="col02_01"] [class="col02_block01"] {
    padding: 0;
  }

  .informationSession [class="col02_01"] [class="col02_box01"] {
    display: flex;
    list-style: none;
  }

  .informationSession [class="col02_01"] [class="col02_box01"]:not(:first-child) {
    margin-top: 30px;
  }

  .informationSession [class="col02_01"] [class="col02_img03"] {
    width: 300px;
    text-align: center;
  }

  .informationSession [class="col02_01"] [class="col02_block02"] {
    width: 610px;
    margin: 0 0 0 80px;
    padding: 30px 0;
  }

  .informationSession [class="col02_01"] [class="col02_txt01"] {
    margin: 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
  }

  .informationSession [class="col02_01"] [class="col02_05"] [data-ttl="col02_ttl01"] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
  }

  .informationSession [class="col02_01"] [class="col02_txt03"] {
    margin: 20px 0 0;
    font-size: 20px;
    line-height: 1.7;
  }

  .informationSession [class="col02_01"] [data-ttl="col02_ttl01"] {
    margin: 25px 0 0;
    font-size: 25px;
    line-height: 1.7;
    color: #0857C3;
  }
}

@media screen and (max-width:750px) {
  .informationSession [class="col02_01"] .add_ttl01 {
    margin: 3vw 0;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
  }

  .informationSession [class="col02_01"] .add_lead {
    margin: 0 0 4vw;
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
  }

  .informationSession [class="col02_01"] {
    padding: 4vw 0 0;
    background: #fff;
  }

  .informationSession [class="col02_01"] [class="inner"] {
    margin: 0 3.75%;
  }

  .informationSession [class="col02_01"] [class="col02_block01"] {
    padding: 0;
  }

  .informationSession [class="col02_01"] [class="col02_box01"] {
    list-style: none;
  }

  .informationSession [class="col02_01"] [class="col02_box01"]:not(:first-child) {
    margin: 3vw;
  }

  .informationSession [class="col02_01"] [class="col02_block02"] {
    display: block;
  }

  .informationSession [class="col02_01"] [class="col02_img03"] {
    width: 100%;
    text-align: center;
  }

  .informationSession [class="col02_01"] [class="col02_img03"] img {
    margin: 10px;
  }

  .informationSession [class="col02_01"] [class="col02_block02"] {
    margin: 4vw;
    padding: 3vw 0;
  }

  .informationSession [class="col02_01"] [class="col02_txt01"] {
    margin: 0;
    color: #ff0000;
    font-size: 2.66vw;
    font-weight: bold;
  }

  .informationSession [class="col02_01"] [class="col02_txt01"] {
    font-size: 4vw;
    font-weight: bold;
  }

  .informationSession [class="col02_01"] [class="col02_05"] [data-ttl="col02_ttl01"] {
    margin: 0;
    font-size: 4vw;
    font-weight: bold;
  }

  .informationSession [class="col02_01"] [class="col02_txt03"] {
    margin: 3.5vw 0 0;
    font-size: 4vw;
    line-height: 1.7;
  }

  .informationSession [class="col02_01"] [data-ttl="col02_ttl01"] {
    font-size: 3.9vw;
    line-height: 1.7;
    color: #0857C3;
    text-align: center;
  }

  .lesson_box_wrap {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
  }

  .cta_inner-2 {
    width: auto;
    margin: 0 auto;
  }

  .cta_ttl01 {
    font-size: 3.9vw;
  }

  .cta_red_big {
    font-size: 4vw;
  }

  .cta_red_small {
    font-size: 5vw;
  }

  .btn_last {
    margin: 0 30px;
  }
}

@media (min-width:751px) and (max-width:1023px) {
  .informationSession [class="col02_01"] [class="col02_box01"] {
    display: flex;
    flex-direction: column;
  }

  .informationSession [class="col02_01"] [class="col02_img03"] {
    width: 100%;
    text-align: center;
    margin: 10px;
  }

  .btn_last a {
    width: 55vw !important;
  }
}

/*==============================================================================
よくある質問
============================================================================= */
@media screen and (min-width: 751px) {
  .question {
    padding: 40px 0;
    background: #f5f5f5;
  }

  .question .inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .question .other_ttl01 {
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  .question .other_txt01 {
    margin: 0;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .question .other_block01 {
    margin: 0;
    padding: 0;
  }

  .question .other_box01 {
    margin: 20px 0 0;
    list-style: none;
    background: #fff;
    padding: 20px;
    cursor: pointer;
  }

  .question .other_box02 {
    display: flex;
    margin: 30px 0 0;
  }

  .question summary {
    display: flex;
    position: relative;
  }

  .question summary::-webkit-details-marker {
    display: none;
  }

  .question .arrow {
    font-size: 30px;
    width: 36px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    transition: .5s;
  }

  .question details[open] .arrow {
    width: 36px;
    transform: translateY(-50%) rotate(45deg);
  }

  .question .question-icon {
    width: 35px;
    margin: -10px 30px 0 0;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    word-break: break-all;
  }

  .question .question-txt {
    width: 890px;
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
  }

  .question .ancer-icon {
    width: 35px;
    margin: -10px 30px 0 0;
    font-size: 30px;
    font-weight: bold;
    word-break: break-all;
  }

  .question .ancer-txt {
    width: 940px;
    margin: 0;
    font-size: 24px;
  }
}

@media screen and (max-width:750px) {
  .question {
    padding: .4687rem 0;
    background: #fff;
  }

  .question .inner {
    width: auto;
    margin: 0 .2929rem;
  }

  .question .other_ttl01 {
    margin: .2rem 0 .39rem;
    font-size: .45rem;
    font-weight: bold;
    text-align: center;
  }

  .question .other_txt01 {
    margin: 0;
    font-size: .26rem;
    font-weight: bold;
    text-align: center;
    word-break: break-all;
  }

  .question .other_block01 {
    margin: 0;
    padding: 0;
  }

  .question .other_box01 {
    margin: 0 0 0;
    list-style: none;
  }

  .question .other_box01:not(:first-of-type) {
    margin: .3rem 0 0;
    list-style: none;
  }

  .question .other_box02 {
    display: flex;
    margin: .3rem 0 0;
  }

  .question summary {
    display: flex;
    position: relative;
  }

  .question summary::-webkit-details-marker {
    display: none;
  }

  .question .arrow {
    width: .39rem;
    position: absolute;
    top: 50%;
    right: .16rem;
    transform: translateY(-50%);
    transition: .5s;
  }

  .question details[open] .arrow {
    width: .39rem;
    transform: translateY(-50%) rotate(45deg);
  }

  .question .question-icon {
    width: .4rem;
    margin: 0 10px 0 0;
    font-size: .3rem;
    font-weight: bold;
    word-break: break-all;
  }

  .question .question-txt {
    width: 5.77rem;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: .3rem;
    font-weight: bold;
  }

  .question .ancer-icon {
    width: .4rem;
    margin: 0 10px 0 0;
    font-size: .3rem;
    font-weight: bold;
    word-break: break-all;
  }

  .question .ancer-txt {
    width: 5.77rem;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: .3rem;
  }
}

/*==============================================================================
footer
============================================================================= */
.footer-copyright {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .footer {
    background: #fff;
    color: #000;
    padding: 30px 0 150px;
    text-align: center;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    padding: 30px 0 220px;
  }
}

/*==============================================================================
下部追従ボタン
============================================================================= */
.floating {
  position: fixed;
  bottom: 0;
  z-index: 10;
  background-color: #FFF;
  width: 100vw;
  padding-top: 10px;
}

.floating_cta_text {
  font-weight: bold;
  text-align: center;
}

.floating.cta_btn a {
  width: 100% !important;
  font-size: 20px !important;
  margin: 10px auto;
  padding: 10px 20px;
}

.floating li {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .floating {
    display: none !important;
    /* 初期は非表示 */
    transition: opacity 0.7s ease;
    opacity: 0;
  }

  .floating.show {
    display: block !important;
    /* 途中から表示 */
    opacity: 1;
  }

  .floating.cta_btn a {
    font-size: 4vw !important;

    margin: 10px auto !important;
    padding: 10px 20px;
  }
}