@charset "UTF-8";
/* --------------------------
---- ここからreset.css -----
-------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* --------------------------
---- ここまでreset.css -----
-------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #1a1a1a;
}

a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover,
a:focus,
button:hover,
button:focus {
  opacity: 0.7;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd{
  line-height: 1.6;
}

.container{
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.row{
  display: flex;
  justify-content: space-between;
}

.col-main{
  width: 65%;
}

.col-main a{
  color: #16839e;
}

.col-side{
  width: 30%;
}

.mb-xs{
  margin-bottom: 10px!important;
}

.mb-s{
  margin-bottom: 20px!important;
}

.mb-m{
  margin-bottom: 30px!important;
}

.mb-l{
  margin-bottom: 70px!important;
}

.mt-xs{
  margin-top: 10px!important;
}

.mt-s{
  margin-top: 20px!important;
}

.mt-m{
  margin-top: 30px!important;
}

.mt-l{
  margin-top: 70px!important;
}

.pb-xs{
  padding-bottom: 10px!important;
}

.pb-s{
  padding-bottom: 20px!important;
}

.pb-m{
  padding-bottom: 30px!important;
}

.pb-l{
  padding-bottom: 70px!important;
}

.pt-xs{
  padding-top: 10px!important;
}

.pt-s{
  padding-top: 20px!important;
}

.pt-m{
  padding-top: 30px!important;
}

.pt-l{
  padding-top: 70px!important;
}

.ta-c{
  text-align: center!important;
}

.ta-l{
  text-align: left!important;
}

.ta-r{
  text-align: right!important;
}

.spView{
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?bk59s9');
  src:  url('../fonts/icomoon.eot?bk59s9#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bk59s9') format('truetype'),
    url('../fonts/icomoon.woff?bk59s9') format('woff'),
    url('../fonts/icomoon.svg?bk59s9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.red{
  color: #D9162B;
}

.blue{
  color: #16839e;
}

/*  title  */
.cont_title{
  width: 100%;
  margin: 70px auto 30px;
  padding: 6px 10px 6px 20px;
  background: #f7f7f7;
  color: #c36d00;
  font-size: 20px;
  border-left: 3px solid #c36d00;
}

.side_title{
  width: 100%;
  margin-bottom: 20px;
  padding: 6px 10px;
  background: #f7f7f7;
  color: #000;
  font-size: 18px;
  border-top: 3px solid #c36d00;
}


/*  select  */
.select {
  overflow: hidden;
  width: 230px;
}

.select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  border-radius: 3px;
}

.select select::-ms-expand {
    display: none;
}

.select.trainer_select {
  position: relative;
  margin-right: 20px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background: #ffffff;
}

.select.trainer_select:before {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  font-family: "icomoon";
  content: "\e900";
  font-size: 30px;
  pointer-events: none;
  color: #6a6a6a;
}

.select.trainer_select select {
  padding: 8px 38px 8px 8px;
  color: #6a6a6a;
}


/*  header  */
.header {
  width: 100%;
  height: 90px;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.15);
  z-index: 10;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  max-width: 1060px;
  margin: 0 auto;
}

.header_logo {
  width: 225px;
}

.header_logo img {
  width: 100%;
}

.global-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.global-nav_item {
  font-size: 11px;
  width: 112px;
  border-left: 1px solid #1a1a1a;
}

.global-nav_item:last-of-type {
  border-right: 1px solid #1a1a1a;
}

.global-nav_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.global-nav_icon {
  width: 38px;
  margin-bottom: 2px;
}

.global-nav_text {
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
}

.is-navActive .global-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburgerButton {
  display: none;
}

.is-navActive .hamburgerButton__line {
  background-color: transparent;
}

.is-navActive .hamburgerButton__line:before,
.is-navActive .hamburgerButton__line:after {
  top: 0;
  background-color: black;
}

.is-navActive .hamburgerButton__line:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-navActive .hamburgerButton__line:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*  mv  */
.mv {
  width: 100%;
  height: 511px;
  background-image: url(../img/mv.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv_catch {
  padding-top: 90px;
  text-align: center;
  font-size: 41px;
  color: #EFDC05;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
}

.course_title{
  position: relative;
  width: 100%;
  height: 320px;
  background-image: url(../img/course01.jpg);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course_title.img01{
  background-image: url(../img/course01.jpg);
}

.course_title.img02{
  background-image: url(../img/course02.jpg);
}

.course_title.img03{
  background-image: url(../img/course03.jpg);
}

.course_title.img04{
  background-image: url(../img/course04.jpg);
}

.course_catch {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
}


/*  summary */
.summary {
  padding: 90px 0 120px;
}

.summary_wrapper {
  width: 756px;
  margin: 0 auto;
}

.summary_text {
  line-height: 24px;
  margin-bottom: 24px;
}

.summary_text:last-of-type {
  margin-bottom: 60px;
}

.summary_text span {
  font-weight: bold;
  font-size: 19px;
}

/* banner */
.banner {
  width: 490px;
  height: 92px;
  padding: 8px;
  margin: 0 auto;
  background-color: #F1B500;
  border: 3px solid #FFAA17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.banner_img {
  display: block;
  margin-right: 54px;
}

.banner_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-right: 30px;
}

.button {
  width: 490px;
  height: 68px;
  padding: 8px;
  margin: 30px auto;
  background-color: #F1B500;
  border: 3px solid #FFAA17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.button .button_text {
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
}

.button.edit{
  background: #d1d1d1;
  border: 3px solid #c1c1c1;
}

.button img {
  position: absolute;
  right: 10px;
}

.button-row{
  max-width: 756px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.button-row > .button{
  width: 48%;
}

.side_button{
  display: block;
  max-width: 100%;
  padding: 12px;
  background: #16839e;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

/* news */
.news {
  padding: 106px 0 116px;
  background-color: #F7F7F7;
}

.news_wrapper {
  width: 752px;
  margin: 0 auto;
}

.news_title {
  margin-bottom: 37px;
}

.news_item {
  background-color: #ffffff;
  padding: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_item:not(:last-of-type) {
  margin-bottom: 15px;
}

.news_date {
  display: block;
  height: 29px;
  padding: 0 8px;
  margin-right: 14px;
  background-color: #C36D00;
  color: #ffffff;
  font-weight: bold;
  line-height: 29px;
}

.news_text {
  font-weight: bold;
  line-height: 29px;
}

.news_content p{
  margin-bottom: 1rem;
}

/* footer */
.footer {
  background-color: #12171E;
  padding-top: 33px;
  text-align: center;
  color: #ffffff;
}

.footer_logo {
  width: 249px;
  margin-bottom: 27px;
}

.footer_nav {
  margin-bottom: 22px;
}

.footer_copyright {
  height: 40px;
  display: block;
  background-color: #000000;
  line-height: 40px;
  font-size: 14px;
}

.footer-nav_list {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav_item {
  margin-right: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.footer-nav_item a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/chevron-dbl.svg);
  margin-right: 6px;
  vertical-align: bottom;
}

/* about-page */
.main_container {
  width: 100%;
  padding: 70px 0;
}

.main_container:nth-of-type(even) {
  background-color: #F7F7F7;
}

.main_container.--pt-l {
  padding-top: 120px;
}

.main_container.--pb-l {
  padding-bottom: 120px;
}

.main_text {
  width: 756px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 30px;
}

.main_img {
  display: block;
  width: 880px;
  margin: 0 auto;
}

.main_img.--coin {
  margin-bottom: 42px;
}

.main_img.--man {
  width: 594px;
  margin-bottom: 10px;
}

.main_img.--play {
  margin-top: 72px;
  margin-bottom: 52px;
}

.main_img.--pyramid {
  margin-bottom: 90px;
}

.main_img.--order {
  margin-top: 42px;
  margin-bottom: 52px;
}

.main_title {
  margin-bottom: 60px;
}

.main_banner {
  margin-top: 52px;
}

.main_list {
  width: 756px;
  margin: 0 auto 52px;
  padding: 30px;
  background-color: #ffffff;
}

.main_list.bg-gray{
  background: #F7F7F7;
}

.main_item {
  font-size: 18px;
  line-height: 40px;
  text-indent: -44px;
   padding-left: 44px;
}

.main_item::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/check.svg);
  vertical-align: middle;
  margin-right: 14px;
}

.profile {
  width: 880px;
  margin: 0 auto;
  padding: 32px;
  background-color: #ffffff;
}

.profile_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 31px;
}

.profile_img {
  width: 327px;
}

.profile_textBox {
  width: 467px;
}

.profile_name {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #C36D00;
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: solid 3px #C36D00;
}

.profile_name span {
  font-size: 14px;
}

.profile_text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}

.profile_list {
  background-color: #F7F7F7;
  padding: 21px 16px;
}

.profile_label {
  display: inline-block;
  padding: 0 22px;
  margin-bottom: 8px;
  height: 24px;
  border-radius: 12px;
  background-color: #1a1a1a;
  color: #ffffff;
  line-height: 24px;
}

.profile_desc {
  letter-spacing: 0.06em;
  line-height: 24px;
}

.profile hr {
  border-top: 1px solid #1a1a1a;
}

.u-title {
  text-align: center;
  color: #C36D00;
  font-size: 30px;
  font-weight: bold;
}

.u-title:after {
  content: "";
  display: block;
  width: 158px;
  height: 3px;
  background-color: #C36D00;
  display: block;
  margin: 12px auto 0;
}

.u-visuallyHidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.u-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 214px;
  margin-top: 90px;
  background-image: url(../img/about-bg.jpg);
  background-size: cover;
  color: #ffffff;
  font-size: 41px;
  text-align: center;
  font-weight: bold;
}

.u-detail {
  font-size: 26px;
}

.u-detail p{
  font-size: 18px;
}

/*****
Lecture
*****/
.lecture_list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.lecture_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
  padding: 16px;
  margin-right: 1%;
  margin-bottom: 30px;
  box-shadow: 6px 6px 10px rgba(49,49,49,0.18);
  background: #f7f7f7;
}

.lecture_box:nth-child(2n){
  margin-left: 1%;
  margin-right: 0;
}

.lecture_img{
  width: 50%;
}

.lecture_text{
  width: 48%;
}

span.label{
  display: inline-block;
  background: #404040;
  color: #fff;
  margin-bottom: 10px;
  padding: 3px 6px;
  border-radius: 3px;
}

span.date{
  display: inline-block;
  color: #16839e;
  padding: 3px 10px;
  margin-bottom: 10px;
  border: 2px solid #16839e;
  border-radius: 16px;
}

.lecture_text .title{
  font-weight: bold;
  line-height: 1.5;
}

.detail_thumb{
  margin-bottom: 20px;
}

.detail_thumb img{
  width: 100%;
  height: auto;
}

.detail_top{
  margin-bottom: 10px;
}

.detail_top .date{
  margin-left: 10px;
}

.detail_title{
  font-weight: bold;
  margin-bottom: 30px;
}

.detail_sub{
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  background: #f7f7f7;
}

.detail_sub .label{
  border-radius: 12px;
  padding: 3px 10px;
}

.detial_list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.detial_list dt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  margin: 0 20px 10px 0;
  padding: 3px 5px;
  text-align: center;
  font-weight: bold;
  background: #f7f7f7;
}

.detial_list dd{
  width: calc(100% - 100px);
  margin-bottom: 10px;
}

.detail_map{
  margin-bottom: 30px;
}

.detail_map iframe{
  width: 100%;
}

.list-disc{
  list-style: disc;
  list-style-position: inside;
}

.detial_table{
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.detial_table th,.detial_table td{
  display: table-cell;
  border: solid 1px #9f9d9d;
  padding: 10px;
}

.detial_table th{
  width: 220px;
  text-align: center;
  font-weight: bold;
  background: #b4b4b4;
  color: #fff;
  vertical-align: middle;
}

.detial_table td{
  width: calc(100% - 200px);
  margin-bottom: 10px;
  background: #fafafa;
}

.member_table{
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.member_table th,.member_table td{
  display: table-cell;
  border: solid 1px #9f9d9d;
  padding: 10px;
}

.member_table th{
  width: 220px;
  text-align: center;
  font-weight: bold;
  background: #b4b4b4;
  color: #fff;
  vertical-align: middle;
}

.member_table td{
  width: calc(100% - 200px);
  margin-bottom: 10px;
  background: #fafafa;
}

.rel_box{
  display: block;
}

.rel_top{
  font-size: 14px;
}

.rel_top .label{
  padding: 5px 6px;
}

.rel_top .date{
  margin-left: 10px;
}

.rel_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d1d0;
}

.rel_flex .lecture_img{
  width: 30%;
}

.rel_flex .title{
  width: 68%;
  font-size: 15px;
  font-weight: bold;
}

.news_detail a{
  color: #16839e;
}


/*****
Voice
*****/
.voice_top{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.top_img{
  width: 120px;
  margin-right: 30px;
}

.top_img img{
  width: 100%;
  height: auto;
}

.top_text{
  max-width: calc(100%  - 150px);
}

.top_text .title{
  font-size: 26px;
  color: #16839e;
  font-weight: bold;
}

.voice_box{
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  padding: 30px;
  background: #f7f7f7;
  border-radius: 5px;
}

.voice_box:before{
  content: "";
  position: absolute;
  top: -30px;
  left: 60px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 20px solid #f7f7f7;
}

.voice_box.white{
  background: #fff;
}

.voice_box.white:before{
  border-bottom: 20px solid #fff;
}

.voice_box p{
  line-height: 2;
  letter-spacing: 1px;
}


/*****
Trainer
*****/
.trainer_sort{
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_sort{
  width: 140px;
  height: 40px;
  background: #000;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
}

.trainer_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.trainer_img{
  width: 30%;
}

.trainer_cont{
  width: 67%;
}

.trainer_title{
  font-size: 26px;
  color: #c36d00;
  font-weight: bold;
  letter-spacing: 2px;
}

.trainer_title span{
  font-size: 16px;
  margin-left: 20px;
}

.trainer_cont .area{
  margin-bottom: 30px;
}

.trainer_cont .area:before{
  display: inline-block;
  content: "\e901";
  font-family: "icomoon";
  margin-right: 10px;
  font-size: 20px;
}

.trainer_block{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 20px 20px 15px 20px;
  border: 1px solid #d1d1d1;
  background: #fff;
}

.trainer_block span{
  display: inline-block;
  position: absolute;
  left: 20px;
  top: -15px;
  padding: 6px 10px;
  font-weight: bold;
  color: #fff;
  background: #000;
  border-radius: 3px;
}

.button_next{
  display: flex;
  position: relative;
  width: 150px;
  height: 30px;
  margin: 10px auto 0;
  padding-right: 20px;
  color: #fff;
  text-align: center;
  background: #d1d1d1;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.button_next:before{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  right: 0;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
  font-family: "icomoon";
  content: "\e900";
  pointer-events: none;
  color: #fff;
  font-size: 20px;
}

.button_next:hover{
  opacity: 0.7;
}

.text_item {
  position: relative;
  overflow: hidden;
  height: 80px;
}

.text_item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}

.grad_trigger {
  display: none;
  order: 2;
}
.button_next{
  order: 3;
}
.grad_trigger:checked ~ .button_next {
  display: none;
}
.grad_trigger:checked ~ .text_item {
  height: auto;
}
.grad_trigger:checked ~ .text_item::before {
  display: none;
}

/*****
Course
*****/
.main_merit{
  width: 756px;
  background: #fff;
  margin: 0 auto 50px;
  padding: 30px 20px 10px;
}

.merit_title{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #1ea6de;
  color: #1ea6de;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.merit_title span{
  font-size: 36px;
  font-weight: normal;
  font-style: italic;
}

.main_merit p{
  line-height: 30px;
  margin-bottom: 30px;
}

.main_step{
  width: 756px;
  background: #fff;
  margin: 0 auto 50px;
}

.step_title{
  padding: 15px 30px;
  color: #fff;
  background: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.step_text{
  padding: 30px 30px 10px;
  background: #f7f7f7;
}

.step_text p{
  line-height: 30px;
  margin-bottom: 30px;
}

.step_text ul{
  margin-bottom: 30px;
  list-style: disc inside;
}

.main_service{
  width: 756px;
  margin: 0 auto 50px;
  padding: 20px 25px 30px;
  background: #f7f7f7;
}

.service_title{
  color: #c36d00;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #c36d00;
  letter-spacing: 1px;
}

.service_box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service_img{
  width: 42%;
}

.service_text{
  width: 53%;
}

.info_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 756px;
  margin: 0 auto 50px;
}

.info_list dt{
  width: 25%;
  padding: 6px 2% 6px 0;
  border-top: 1px solid #d1d1d1;
  font-weight: bold;
}

.info_list dd{
  width: 75%;
  padding: 6px 0;
  border-top: 1px solid #d1d1d1;
}

.info_list dt:first-of-type, .info_list dd:first-of-type{
  border-top: none;
}

.info_list dt:last-of-type, .info_list dd:last-of-type{
  border-bottom: 1px solid #d1d1d1;
}

.main_faq{
  width: 756px;
  margin: 0 auto 50px;
}

.faq_title{
  position: relative;
  padding: 15px 15px 15px 38px;
  color: #fff;
  background: #e49393;
  font-weight: bold;
  line-height: 1.4;
}
.faq_title span{
  position: absolute;
  top: 15px;
  left: 15px;
}

.faq_text{
  position: relative;
  padding: 15px 15px 15px 38px;
  background: #f7f7f7;
}

.faq_text span{
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
}

/** Contact **/
.formBlock{
  width: 756px;
  margin: 0 auto;
  line-height: 30px;
  margin-bottom: 30px;
}

.formBlock dl {
  width: 100%;height: auto;margin: 0 auto;
}

.formBlock dl dt {
  width: 100%;margin: 0 0 5px 0; padding-top: 12px;
}

.formBlock dl dd {
  width: 100%; height: auto; min-height: 40px; margin: 0 0 10px 0; font-size: 120%; font-weight: bold;
}

.formBlock .hissu {
  display: inline-block; width: 40px; height: 16px; margin-left: 6px; text-align: center; background: #e6081f; color: #fff; padding-top: 1px; font-size: 10px; font-weight: bold; border-radius: 10px;
}

.formBlock dl input{
  width:100%;height:46px;padding:0 2%;font-size:16px;line-height:46px;border:1px solid #cdcece;
}

.formBlock dl input.half-l {
  float: left;width: 45%;
}

.formBlock dl input.half-r {
  float: right;width: 45%;
}

.formBlock dl select{
  width:50%;height:46px;padding:0 2%;font-size:16px;line-height:46px;border:1px solid #cdcece;
}

.formBlock dl input[type="file"]{
  border: none;
  display: flex;
}

textarea{
  width:100%;height:175px;padding:2%;font-size:16px;border:1px solid #cdcece;
}

.formBlock dl .error {
  margin: 5px 0; color: #EC2B2E;font-weight: bold;
}

a.deco {
  text-decoration: underline;color: #107BFC
}

.Btn01 {
  margin: 40px auto; text-align: center;
}

.Btn01 a{
  color:#e6081f;padding:13px 7%;font-weight: bold;border:solid 3px #e6081f;display:inline-block;min-width:200px;text-decoration: none;-moz-transition-property:all;-moz-transition-duration: 0.5s;-moz-transition-timing-function: ease;-moz-transition-delay: 0.1s;-webkit-transition-property:all;-webkit-transition-duration: 0.5s;-webkit-transition-timing-function: ease;-webkit-transition-delay: 0.1s;-o-transition-property:all;-o-transition-duration: 0.5s;-o-transition-timing-function: ease;-o-transition-delay: 0.1s;
}

.Btn01 a:hover{
  color:#fff;background:#e6081f;-moz-transition-property:all;-moz-transition-duration: 0.5s;-moz-transition-timing-function: ease;-moz-transition-delay: 0.1s;-webkit-transition-property:all;-webkit-transition-duration: 0.5s;-webkit-transition-timing-function: ease;-webkit-transition-delay: 0.1s;-o-transition-property:all;-o-transition-duration: 0.5s;-o-transition-timing-function: ease;-o-transition-delay: 0.1s;
}



@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mv {
    background-image: url(../img/mv@2x.jpg);
  }
  .course_title{
    background-image: url(../img/course01@2x.jpg);
  }
  .course_title.img01 {
    background-image: url(../img/course01@2x.jpg);
  }
  .course_title.img02 {
    background-image: url(../img/course02@2x.jpg);
  }
  .course_title.img03 {
    background-image: url(../img/course03@2x.jpg);
  }
  .course_title.img04 {
    background-image: url(../img/course04@2x.jpg);
  }
}


@media screen and (max-width: 989px) {
  .container{
    max-width: 100%;
  }

  .header_logo {
    width: 140px;
  }

  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header {
    height: 56px;
    padding: 8px 0;
  }

  .global-nav {
    width: 50vw;
    height: calc(100% - 56px);
    position: fixed;
    top: 56px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: -38px 0 38px -38px rgba(54, 54, 54, 0.67);
            box-shadow: -38px 0 38px -38px rgba(54, 54, 54, 0.67);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .global-nav_list {
    width: 100%;
    display: block;
  }

  .global-nav_item {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    border-left: none;
    border-bottom: 1px solid #1a1a1a;
  }

  .global-nav_item:last-of-type {
    border-right: none;
  }

  .global-nav_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .global-nav_icon {
    display: block;
    margin-bottom: 0;
    margin-right: 18px;
  }

  .hamburgerButton {
    display: block;
    width: 28px;
    height: 28px;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
  }
  
  .hamburgerButton__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 28px;
    height: 3px;
    background-color: #363636;
    -webkit-transition: inherit;
    transition: inherit;
  }

  .hamburgerButton__line:after, .hamburgerButton__line:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: inherit;
    transition: inherit;
  }

  .hamburgerButton__line:before {
    top: -8px;
  }

  .hamburgerButton__line:after {
    top: 8px;
  }

  .mv_catch {
    padding-top: 56px;
  }

  .summary {
    padding: 60px 42px 82px;
  }

  .summary_wrapper {
    width: 100%;
    max-width: 756px;
  }

  .summary_text {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 26px;
  }

  .summary_text:last-of-type {
    margin-bottom: 36px;
  }

  .summary_text span {
    font-size: 22px;
  }

  .news {
    padding: 72px 42px 90px;
  }

  .news_wrapper {
    width: 100%;
    max-width: 752px;
  }

  .news_title {
    margin-bottom: 52px;
  }

  .news_item {
    display: block;
  }

  .news_date {
    display: inline-block;
  }

  .main_container {
    padding: 50px 30px;
  }

  .main_container.--pt-l {
    padding-top: 80px;
  }

  .main_container.--pb-l {
    padding-bottom: 80px;
  }
  
  .main_container.--pb-l {
    padding-bottom: 60px;
  }
  
  .main_text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .main_img {
    width: 100%;
  }

  .main_img.--man {
    width: 80%;
  }

  .main_title {
    margin-bottom: 32px;
  }

  .main_list {
    width: 100%;
  }

  .main_item {
    font-size: 16px;
    line-height: 36px;
  }

  .profile {
    width: 100%;
  }

  .profile_img {
    width: 40%;
    height: 100%;
  }

  .profile_textBox {
    width: 55%;
  }

  .profile_name {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }

  .profile_name span {
    font-size: 13px;
  }

  .profile_text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .profile_label {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
  }

  .profile_desc {
    font-size: 14px;
    line-height: 20px;
  }

  .u-heading {
    margin-top: 56px;
  }

  .u-detail {
    
  }

  .u-detail span{
    
  }

  /*****
  Lecture
  *****/
  span.label{
    font-size: 14px;
  }

  span.date{
    padding: 3px 6px;
    font-size: 12px;
  }

  .lecture_text .title{
    font-size: 14px;
  }

  .button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
  }

  /*****
    Course
  ******/
  .main_merit{
    width: 100%;
  }
  .merit_title{
    line-height: 1.4;
  }

  .main_step{
    width: 100%;
  }

  .step_title{
    line-height: 1.4;
  }

  .main_service{
    width: 100%;
  }

  .service_title{
    line-height: 1.4;
  }

  .info_list{
    width: 100%;
  }

  .main_faq{
    width: 100%;
  }

  /** Contact **/

  .formBlock {
    width: 100%; margin: 0 auto;
  }

  .formBlock dl {
    width: 100%;height: auto;margin: 0 auto;
  }

  .formBlock dl dt {
    width: 100%;margin: 0 0 5px 0; padding-top: 12px;
  }

  .formBlock dl dd {
    width: 100%; height: auto; min-height: 40px; margin: 0 0 10px 0; font-size: 120%; font-weight: bold;
  }

  .formBlock .hissu {
    display: inline-block; width: 40px; height: 16px; margin-left: 6px; text-align: center; background: #e6081f; color: #fff; padding-top: 1px; font-size: 10px; font-weight: bold; border-radius: 10px;
  }
  .formBlock dl input{
    width:100%;height:46px;padding:0 2%;font-size:16px;line-height:46px;border:1px solid #cdcece;
  }

  .formBlock dl input.half-l {
    float: left;width: 45%;
  }

  .formBlock dl input.half-r {
    float: right;width: 45%;
  }

  .formBlock dl select {
    width:50%;height:46px;padding:0 2%;font-size:16px;line-height:46px;border:1px solid #cdcece;
  }

  textarea {
    width:100%;height:175px;padding:2%;font-size:16px;border:1px solid #cdcece;
  }

  .formBlock dl .error {
    margin: 5px 0; color: #EC2B2E;font-weight: bold;
  }

  a.deco {
    text-decoration: underline;color: #107BFC
  }

  .Btn01 {
    margin: 40px auto; text-align: center;
  }

  .Btn01 a {
    color:#e6081f;padding:13px 7%;font-weight: bold;border:solid 3px #e6081f;display:inline-block;min-width:200px;text-decoration: none;-moz-transition-property:all;-moz-transition-duration: 0.5s;-moz-transition-timing-function: ease;-moz-transition-delay: 0.1s;-webkit-transition-property:all;-webkit-transition-duration: 0.5s;-webkit-transition-timing-function: ease;-webkit-transition-delay: 0.1s;-o-transition-property:all;-o-transition-duration: 0.5s;-o-transition-timing-function: ease;-o-transition-delay: 0.1s;
  }

  .Btn01 a:hover {
    color:#fff;background:#e6081f;-moz-transition-property:all;-moz-transition-duration: 0.5s;-moz-transition-timing-function: ease;-moz-transition-delay: 0.1s;-webkit-transition-property:all;-webkit-transition-duration: 0.5s;-webkit-transition-timing-function: ease;-webkit-transition-delay: 0.1s;-o-transition-property:all;-o-transition-duration: 0.5s;-o-transition-timing-function: ease;-o-transition-delay: 0.1s;
  }
}


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

  .spView{
    display: inherit;
  }

  .row{
    flex-wrap: wrap;
  }

  .col-main{
    width: 100%;
  }

  .col-side{
    width: 100%;
  }

  .select select {
    font-size: 14px;
  }

  .banner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
  }

  .banner_img {
    margin-right: 10px;
  }

  .banner_text {
    font-size: 26px;
    margin-right: 0;
  }

  .footer-nav_list {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav_item {
    margin-right: 0;
    width: 50%;
    margin-bottom: 12px;
  }

  .u-heading {
    font-size: 30px;
  }

  .u-detail h1{
    font-size: 24px;
  }

  /*****
  Lecture
  *****/
  .lecture_box{
    width: 100%;
    margin: 0 auto 30px;
  }

  span.label{
    margin-bottom: 6px;
  }

  span.date{
    margin-bottom: 6px;
  }

  .rel_flex{
    margin-bottom: 20px;
  }

  .rel_top{
    margin-bottom: 10px;
  }

  /*****
  Voice
  *****/
  .voice_top{
    flex-wrap: wrap;
  }

  .top_img{
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .top_img img{
    width: 120px;
  }

  .top_text{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .top_text .title{
    font-size: 18px;
    text-align: center;
  }

  .top_text .sub{
    font-size: 14px;
    text-align: center;
  }

  .voice_box{
    padding: 20px;
  }

  .voice_box:before{
    left: 50%;
  }

  .voice_box p{
    line-height: 2;
    letter-spacing: -0.5px;
  }

  /*****
  Trainer
  *****/
  .button_sort{
    font-size: 14px;
  }

  .trainer_box{
    flex-direction: column;
  }

  .trainer_img{
    width: auto;
    max-width: 90%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .trainer_cont{
    width: 100%;
  }

  .trainer_title{
    font-size: 20px;
    text-align: center;
  }

  .trainer_title span{
    font-size: 14px;
    margin-left: 20px;
  }

  .trainer_cont .area{
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .trainer_cont .area:before{
    margin-right: 6px;
    font-size: 18px;
  }

  .trainer_block{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding: 20px 20px 15px 20px;
    border: 1px solid #d1d1d1;
    background: #fff;
  }

  .trainer_block:last-child{
    margin-bottom: 20px;
  }

  .button .button_text{
    font-size: 14px;
  }

  .button img{
    height: 50%;
  }

  .button-row{
    max-width: 100%;
    flex-wrap: wrap;
  }

  .button-row > .button{
    width: 100%;
    margin: 30px auto 0;
  }
}


@media screen and (max-width: 559px) {
  .global-nav_icon {
    width: 28px;
    margin-right: 10px;
  }

  .mv {
    height: 300px;
  }

  .mv_catch {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }

  .course_title {
    height: 220px;
  }

  .course_catch {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }

  .summary {
    padding-right: 15px;
    padding-left: 15px;
  }

  .summary_text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .summary_text span {
    font-size: 19px;
  }

  .banner_img {
    width: 100px;
  }

  .banner_text {
    font-size: 18px;
  }

  .button_text {
    font-size: 18px;
  }

  .news {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-nav_item {
    margin-right: 15px;
    width: auto;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .main_container {
    padding: 40px 15px;
  }

  .main_container.--pt-l {
    padding-top: 60px;
  }

  .main_list {
    padding: 8px;
  }

  .main_item {
    font-size: 14px;
    line-height: 30px;
    text-indent: -28px;
    padding-left: 28px;
  }

  .main_item::before {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 6px;
  }

  .profile {
    padding: 15px;
  }

  .profile_container {
    display: block;
  }

  .profile_img {
    display: block;
    width: 70%;
    max-width: 250px;
    margin: 0 auto;
  }

  .profile_textBox {
    width: 100%;
  }

  .profile_name {
    font-size: 16px;
    padding-bottom: 4px;
    margin-bottom: 8px;
    letter-spacing: 0;
  }

  .profile_label {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }

  .profile_desc {
    font-size: 12px;
    line-height: 18px;
  }

  .u-title {
    font-size: 24px;
  }

  .u-heading {
  }

  /*****
  Course
  *****/
  .main_merit{
    padding: 20px 15px 5px;
  }

  .step_text{
    padding: 20px 15px 5px;
  }

  .main_service{
    padding: 20px 15px;
  }

  .service_box{
    flex-direction: column;
  }

  .service_img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .service_text{
    width: 100%;
    letter-spacing: 1px;
  }

  .info_list dt{
    width: 100%;
    padding: 10px 0 2px;
  }

  .info_list dd{
    width: 100%;
    border-top: none;
    padding: 0 0 10px;
  }

  .info_list dt:last-of-type{
    border-bottom: none;
  }
}

.main_container.gray {
    background: #F7F7F7;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}