@charset "UTF-8";
.grade-list {
  display: flex;
  justify-content: space-between;
  width: 95%;
  font-weight: bold;
  border-bottom: 1px dotted #fb6a00;
  margin-bottom: 20px;
}
.count_grades {
  color: red;
}

.grade-container {
  width: 85%;
  margin: 24px auto 50px auto;
}
.recent-grade {
  border-bottom: 4px solid #fbab00;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 5px;
  position: relative;
  padding-left:30px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 40px;
}

.recent-grade::before {
  background: #fbab00;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  position: absolute;
  top: 10px;
}

.copy03_con {
  display: flex;
  flex-direction: column;
}
#caution {
  color: white;
  font-size: 12px;
  padding-top: 24px;
  text-align: center;
}
main {
  z-index: 0;
}
.btn-container {
  display: flex;
  flex-direction: column;
  padding-top:12px;
  z-index: 999;
}
.resource > a {
  width: 300px;
}
.css-cancel{
  display: inline-block;
  position: relative;
  margin: 0 25px 0 7px;
  padding: 0;
  width: 12px;
  height: 27px;
  background: #ee8b20;
  transform: rotate(45deg);
}

.css-cancel:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 25px;
  height: 5px;
  margin-top: -2px;
  background: #ee8b20;
}

section.tonarini {
  background-color: #35383a05;
  padding-bottom: 30px;
}


div.agita_item2 {
  margin-top: 24px;
}

div.online_head {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: rgb(238 139 32);
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.online_body {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 8px;
  background-color: #ffffff;
  color: black;
  width: 90%;
  margin: 0 auto;
  border-radius: 2%;
  border: solid 5px #eea72c;
}

div.agita {
  height: 270px;
  overflow: hidden;
  position: relative;
}

.agita_h {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  width: 100%;
  background-color: #181818;
  color: white;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
}

.agita_item {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 24px;
}

.agita_item1, .agita_item2 {
  padding-left: 32px;
  background-color: rgba(255, 255, 255, 0.767);
  font-weight: bold;
  font-size: 18px;
} 

.graph_section {
  margin-top: 18px;
}

.agitation {
  height: 600px;
}

.careful {
  margin-top: 52px;
  background-color: #fff;
  padding-bottom: 12px;
}

.graph_head {
  background-color: #256271;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 16px;
  text-align: center;
}

.graph_conclu {
  color: #256271;/*文字色*/
  border: solid 3px #89C6DC;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  font-size: 16px;
  font-weight: bold;
  width: 76%;
  margin: 0px auto 24px;
  text-align: center;
}

.graph_img {
  width: 100%;
}

.graph_dis {
  text-align: center;
  font-size: 6px;
  margin-left: 100px;
}

.graph_area {
  text-align: center;
  width: 77%;
  margin: 24px auto 28px;
  padding-top: 16px;
  margin-top: 16px;
}

.graph_intro {
  font-size: 20px;
  line-height: 42px;
  font-weight: bold;
  margin-top: 0px;
}

.graph_intro span {
  font-size: 32px;
  color: rgb(0, 0, 0);
}

.head_test {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  font-size: 24px;            /* 文字サイズ指定 */
  background-color: rgb(238 139 32);    /* 背景色指定 */
  color:  #fff;               /* 文字色指定 */
  font-weight: bold;
  width: 100%;
  padding: 12px 36px;
}

div.check_mark {
  content: '';
  width: 25px;
  height: 20px;
  border-left: 6px solid #ffffff;
  border-bottom: 6px solid #ffffff;
  transform: rotate(-45deg);
  margin-bottom: 10px;
}

ul.check_list {
  width: 75%;
  margin: 36px auto;
  font-size: 24px;
}
ul.check_list li{
  display: flex;
  position: relative;
  font-size: 16px;
  margin-top: 40px;
  color: #000;
  font-weight: bold;
}

.main-btn > a {
  position: relative;
}
.header-btn-inner {
  width: 100%;
  height: 100%;
  text-align: center;
}

li {
  list-style: none;
  font-family: Noto Sans JP;
}
a {
  color: #000;
  text-decoration: none;
}

/* ul.fv-musk-list {
  display: flex;
} */
/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 9999;
  background-color: #fff;
}
.header-wrapper {
  right: 0;
  padding: 15px 155px 15px;
  display: flex;
  justify-content: flex-end;
  background-color: white;
  height: 70px;
}
.header-logo {
  display: none;
}
.header-copy {
  display: none;
}
.header-list {
  display: flex;
  padding-right: 20px;
}
.header-item {
  padding-right: 50px;
  text-transform: uppercase;
  text-align: center;
}
.header-item:hover {
  opacity: .7;
}
.item01::after {
  content: "特徴";
  font-size: 10px;
  display: block;
  text-align: center;
}
.item02::after {
  content: "料金";
  font-size: 10px;
  display: block;
  text-align: center;
}
.item03::after {
  content: "お客さまの声";
  font-size: 10px;
  display: block;
  text-align: center;
}
.item04::after {
  content: "よくある質問";
  font-size: 10px;
  display: block;
  text-align: center;
}
.header-btn {
  background-color: #1CB903;
  border-radius: 20px;
  width: 200px;
  height: 45px;
  display: flex;
}
.header-btn:hover  {
  opacity: .7;
}
.header-btn-inner {
  height: 100%;
  padding: 0 18px;
  display: flex;
}
.pc-words {
  font-size: 15px;
  line-height: 45px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.sp-words {
  display: none;
}
.header-btn p {
  line-height: 4;
}
.header-btn img{
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 2px;
  color: #fff;
}

/* メイン */
.bg01 {
  background: linear-gradient(180deg, rgba(245, 156, 9, 0.192614) 0.01%, rgba(245, 156, 9, 0.529688) 52.6%, rgba(245, 156, 9, 0.9) 100%);
  width: 15vw;
  height: 60vh;
  position: absolute;
  top: 6vh;
  left: 0;
  z-index: -3;
}
.bg02 {
  background: radial-gradient(100% 749.39% at 100% 100%, rgba(196, 196, 196, 0.8) 0%, rgba(202, 202, 203, 0.677334) 13.02%, rgba(209, 209, 210, 0.548827) 22.4%, rgba(222, 222, 223, 0.314399) 32.29%, rgba(233, 233, 235, 0.0967154) 44.79%, rgba(196, 196, 196, 0.283238) 81.77%, rgba(196, 196, 196, 0.570833) 100%);
  width: 90%;
  position: absolute;
  top: 05px;
  right: 40px;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  z-index: 90;
}
.bg03 {
  display: flex;
  width: 80%;
  height: 560px;
  z-index: 99;
  padding-top: 13px;
}
.kuwahara-img {
  position: absolute;
  right: 5%;
  bottom: 0;
  z-index: -2;
}
.kuwahara-img img {
  vertical-align: bottom;
}
.text-box {
  margin-right: 20px;
  min-width: 520px;
}
.copy01 {
  background: linear-gradient(90deg, rgba(243, 152, 2, 0.85) 0%, rgba(243, 152, 2, 0.801366) 5.81%, rgba(243, 152, 2, 0.434425) 30.64%, rgba(243, 152, 2, 0.165352) 42.41%, rgba(243, 152, 2, 0.272758) 53.54%, rgba(243, 152, 2, 0.747341) 101.62%);
  border-radius: 5px;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
  "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 7px 50px;
  margin-bottom: 20px;
  width: 370px;
  margin-left: auto;
}

.copy02 {
  display: flex;
  /* height: 95px; */
  height: auto;
  margin-bottom: -2px;
}
.term {
  font-size: 5.1rem;
  font-weight: bold;
  font-family: Hiragino Kaku Gothic ProN,Noto Sans JP;
  letter-spacing: -0.05em;
  height: 95px;
  margin-right: 30px;
  background-image: linear-gradient(90deg, #F6A724 12.53%, rgba(246, 167, 36, 0) 49.13%, rgba(246, 167, 36, 0.623167) 77.6%, rgba(246, 167, 36, 0.852273) 96.41%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 16px; 
  margin-bottom: 30px;
  position: relative;
}
.term::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 16px solid rgba(243, 152, 2, 0.787879);
}
.term span {
  font-size: 9.6rem;
  font-family: Hiragino Mincho ProN,Noto Sans JP;
  font-weight: bold;
  text-shadow: #F39802 5px 0px;
  display: inline;
  line-height: 0;
}
.point {
  font-family: Hiragino Kaku Gothic ProN,Noto Sans JP;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.point span {
  font-family:  Hiragino Mincho Pro,Noto Sans JP;
}
.point span:first-of-type {
  font-size: 2.85rem;
}
.copy03 {
  font-family: Hiragino Kaku Gothic ProN,Noto Sans JP;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  background-image: linear-gradient(90deg, #F6A724 12.53%, rgba(246, 167, 36, 0) 49.13%, rgba(246, 167, 36, 0.623167) 77.6%, rgba(246, 167, 36, 0.852273) 96.41%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 16px; 
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
}

.copy03b {
  font-family: Hiragino Kaku Gothic ProN,Noto Sans JP;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 30px;
  background-image: linear-gradient(90deg, #F6A724 12.53%, rgba(246, 167, 36, 0) 49.13%, rgba(246, 167, 36, 0.623167) 77.6%, rgba(246, 167, 36, 0.852273) 96.41%);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 16px; 
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  width: 314px;
}
.copy03 .copy03-02::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-top: 16px solid rgba(243, 152, 2, 0.787879);
}
.br-sp {
  display: none;
}
.copy04 {
  display: flex;
}
.copy04 p {
  border: 2px solid #000;
  padding: 7px 15px;
  margin-right: 25px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
  "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  height: 70px;
  display: none;
}
.copy04 span {
  font-weight: bold;
}
.copy04 .main-btn {
  background-color: #1CB903;
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
  "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}

.copy04 .main-btn a {
  color: #fff;
}
.copy04 .main-btn::after {
  content: ">";
  font-size: 5px;
  vertical-align: middle;
}
.copy04 .main-btn:hover  {
  opacity: .7;
}
.comment {
  font-family: Hiragino Mincho Pro,Noto Sans JP;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  width: 230px;
  height: 150px;
  padding: 21px 21px 30px 21px;
  margin-right: 300px;
  position: relative;
}
.comment::after {
  content: "";
  position: absolute;
  right: -19px;
  bottom: -10px;
  border: 8px solid transparent;
  border-left: 18px solid rgba(255, 255, 255, 0.9);
  transform: rotate(35deg);
  transform: rotate(35deg);
}
.comment span {
  font-size: 1.7rem;
  font-weight: bold;
  border-bottom: 3px solid #F39802;
}
.comment span::before{
  content: "“";
}
.comment span::after{
  content: "”";
}
div.campaign-section {
  width: 100%;
  margin-top: 600px;
}
.campaign {
  background-color: #F5F5F5;
  border-bottom: 4px solid #F39802 ;
  height: 90px;
  min-width: 730px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  padding: 15px 45px;
  margin-left: 840px;
}
#gizagiza a , #gizagiza a:after , #gizagiza a:before , #gizagiza a span {
  content:"";
  width:30px;
  height:30px;
  background-color:#F59B05;
  position:absolute;
  top:0px;
  font-size: 12px;
}
#gizagiza , #gizagiza a , #gizagiza a:after , #gizagiza a:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
}
#gizagiza a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 30px;
  color: #fff;
}
#gizagiza {
  position:relative;
  width:30px;
  height:30px;
  background-color:#F59B05;
  margin:0 0 20px 20px ;
}
.campaign-item:not(:last-child) {
  margin-right: 17px;
}
.campaign-box01 {
  background-color: #F35C5A;
  color: #fff;
  width: 80px;
  height: 60px;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.campaign-box01 span:first-child {
  font-size: 1.7rem;
  line-height: 30px;
}
.campaign-box01 span:nth-child(2) {
  font-size: 0.7rem;
}
.campaign-box02 {
  display: flex;
  border-top: 2px solid #F35C5A;
  border-bottom: 2px solid #F35C5A;
  color: #F35C5A;
  min-width: 420px;
  height: 60px;
  line-height: 60px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.triangle1 {
  position:relative;
  height:10px;
  width:15px;
  background-color:#F35C5A;
  border-color: #F35C5A;
  margin-left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.triangle1::before {
  position:absolute;
  content:"";
  border:solid 10px transparent;
  border-left:solid 10px #F35C5A;
  top: -5px;
  left:15px;
}
.enroll-price01 {
  font-size: 24px;
  letter-spacing: -1%;
  margin-left: 10px;
  margin-right: 6px;
  line-height: 50px;
}
.enroll-price02 {
  font-size: 48px;
  line-height: 48px;
  margin-right: 6px;
}
.normal-price {
  height: 100%;
  font-size: 14px;
  line-height: 1.7;
  margin-right: 6px;
}
.normal-price01 {
  margin-bottom: 6px;
}
.normal-price02 {
  color: #000;
  text-align: center;
  position: relative;
}
.normal-price02::after {
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  height:2px; 
  background:#F35C5A;
  transform:rotate(-4.5deg);
}
.normal-price02 span {
  font-size: 10px;
}
.after-price {
  margin-left: 10px;
}
.after-price span {
  font-family: Impact;
  font-size: 55px;
  line-height: 50px;
}
.campaign-box03 {
  background-color: #F69D0B;
  opacity: .74;
  width: 80px;
  height: 60px;
  padding: 0 10px;
  font-size: 0.7rem;
  line-height: 1.7;
}
.campaign-box03 span {
  font-size: 0.78rem;
}
.campaign-box03 p:first-child {
  text-align-last: left;
  margin-bottom: 2px;
}
.campaign-box03 p:nth-child(2) {
  text-align-last: center;
  font-weight: bold;
  margin-bottom: 1px;

}
.campaign-box03 p:last-child {
  text-align-last: right;
}
.left-box {
  display: flex;
  align-items: center;
}
.logo-sen {
  display: none;
  font-size: 14px;
}
.other_videos {
  background-color: #36373a;
  height: 120px;
  margin-bottom: 24px;
}
.study-site {
  text-align: center;
  padding-top: 16px;
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  padding: 15px 22px;
  font-size: 18px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

header.site-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
.drawer-content {
  padding: 0 12px 0 0;
  display: flex;
  justify-content: space-around;
}
.drawer-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
  width: 100%;
}
.drawer-item {
  list-style-type: none;
}

.drawer-item > span > a {
  color: rgb(59, 59, 59);
  font-weight: bold;
  font-size: 12px;
}

ul.drawer-list{
  margin: 0 auto;
  padding: 0 ;
  width: 80%;
  text-align: center;
  }
ul.drawer-list li{
  display: table-cell;
  min-width: 50px;
  }
ul.drawer-list li a{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  }
ul.drawer-list li.current{
  border-bottom: 3px solid #92D050;
  }
ul.drawer-list li:hover{
  color: #E7DA66;
  border-bottom: 3px solid #F0E475;
  }
  



  
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .4s;
}


.site-header{
  background: rgb(255, 255, 255);
  padding: 0px 20px;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
  height: 60px;
}

.site-header.hide{
  transform: translateY(-100%);
}

.site-logo > img {
  height: 90%;
}

div.site-logo {
  width: 90px;
  height: 60px;
}



#dakara {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 24px;
  margin-bottom: 0%;
}
#therefore:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  border-top: 50px solid #ffffff;
  border-bottom: none;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
} 
#therefore {
  background-color: white;
}
#therefore div{
  color: rgb(17, 17, 17);
}
ol.sample2{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
  width: 90%;
  margin: 0 auto 12px;
}
ol.sample2 li{
  position:relative;
  margin: 14px 0 14px 0px;
  padding-left: 50px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size:16px;
  line-height: 30px;
  border: solid 1px #F6A38B;
  border-radius:20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
ol.sample2 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  line-height:35px;
  background: #F6A38B;
  border-radius: 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ol.sample2 li:hover{
  background: #F6A38B;
  color: #fff;
}
ol.sample2 li:hover:before{
  background: #fff;
  color: #F6A38B;
}
.intro_top {
  line-height: 30px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 1rem;
  text-align: center;
  color: #fff;
  background: #AA0201;
  font-size: 18px;
}

.intro_top:before,
.intro_top:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #AA0201;
}

.intro_top:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.intro_top:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.intro_top span {
  position: relative;
  display: block;
}
.intro1 {
  background-color: #1a1c27;
  color: white;
  padding: 24px 32px;
}
.intro1 div {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.intro2 div {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
}
.gyakuten {
  background-color: #000;
}
.talk {
  margin-bottom: 40px;
  margin-top: 24px;
  }
  
  .talk figure img {
  width: 100%;
  height: 100%;
  border: 2px solid #313131;
  border-radius: 50%;
  margin: 0;
  }
  
  /* 画像の下のテキスト */
  .talk-imgname {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  }
  
  p.talk-text {
  margin: 0 0 8px;
  font-weight: bold;
  }
  
  p.talk-text:last-child {
  margin-bottom: 0px;
    font-size: 14px;
  }
  
  /* 回り込み解除 */
  .talk:after,.talk:before {
  clear: both;
  content: "";
  display: block;
  }
  
  /* ----- 左の場合 ----- */
  
  /* 左画像 */
  .talk-Limg {
  margin-left: 4px;
  margin-top: -1px;
  float: left;
  width: 60px;
  height: 60px;
  }
  
  /* 左からの吹き出しテキスト */
  .talk-Ltxt {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 10px 5px 10px 10px;
  border: 2px solid #313131;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  }
  
  /* 左の三角形を作る */
  .talk-Ltxt:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #313131;
  top: 15px;
  left: -20px;
  }
  
  .talk-Ltxt:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -16px;
  }
.plan_discription1 {
  border-left: 5px solid #114d86;
  padding:5px;
  text-align: start;
  margin-top: 24px;
}

.plan_discription2 {
  border-left: 5px solid #04a737;
  padding:5px;
  text-align: start;
  margin-top: 24px;
}

.plan_discription3 {
  border-left: 5px solid #c20d0d;
  padding:5px;
  text-align: start;
  margin-top: 36px;
}

.plan_box {
  text-align: start;
}

.plan_h_box {
  text-align: center;
}


.plan_box > p {
  margin-top: 16px;
}
.plan_h {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  margin: 20px auto 0px;
  font-size: 20px;
}

.plan_h:before, .plan_h:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 16px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.plan_h:before {
  left:0;
}
.plan_h:after {
  right: 0;
}


.hukidashi_box {
  text-align: end;
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 20%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #555;
  box-sizing: border-box;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.balloon2 p {
  margin: 0;
  padding: 0;
}
.youtube_h {
  text-align: center;
  margin-bottom: 30px;
}
.subject {
  text-align: center;
  margin-top: 42px;
}
.pdf_box {
  border: 4px solid #000;
  margin-top: 24px;
  text-align: center;
}
.header__sub-title {
  height: 100%;
  width: 90%;
}
.lecture {
  margin-top: 60px;
}
#why:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  left: 0;
  border-top: 50px solid #404040;
  border-bottom: none;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
}

.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	transform: rotate(3deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}

.item__top {
  width: 90%;
  margin: 0 auto;
}

.experience__top {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 auto;
  text-align: center;
  color: #fff;
  background: #44c733;
}

.experience__top:before,
.experience__top:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #44c733;
}

.experience__top:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.experience__top:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.experience__top span {
  position: relative;
  display: block;
}


.coach__top {
  width: 70%;
  margin: 0px auto;
  background-color: #404040;
}

.habits__top {
  text-align: center;
  padding: 1rem 2rem;
  border: 3px solid rgb(255, 255, 255);
  font-size: 24px;
  margin-bottom: 40px !important;
}
/* 矢印 */


.triangle01{
  text-align: center;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px #89C6DC;
  transform: rotate(90deg);
}

.triangle02{
  text-align: center;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 25px transparent;
  border-right: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 25px  #eea72c;;
  transform: rotate(90deg);
}


/* 矢印ここまで */

.if__your__coach {
  padding: 34px 24px;
  background-color: #000;
}

div.coach__about {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  margin-bottom: 0px;
  padding-bottom: 30px 30px;
  font-size: 15px;
  color: white;
}
/* 我々はあなたの最強のコーチになる */
.your_coach {
  background-color: #000;
  padding: 32px 24px;
}
/* そんなあなたにコーチがいたら */

ul.sample1{
  padding: 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  width: 95%;
  list-style: none;
  margin-top: 42px;
}
ul.sample1 li{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  position: relative;
  padding: 0.5em 0.5em 0.5em 60px;
  margin-bottom:5px;
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  width: 85%;
  margin: 0 auto;
}
ul.sample1 li:after,
ul.sample1 li:before{
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.sample1 li:before{
  top: 0.7em;
  left: 0.2em;
  width: 16px;
  height: 16px;
  border:2px solid rgba(252, 248, 0, 0.986);
}
ul.sample1 li:after{
  top: 0.9em;
  left: 0.7em;
  width: 16px;
  height: 16px;
  background: rgb(230, 255, 1);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
/* 無料体験フロー */
ul.free-flow {
  padding: 0;
  margin-top: 2rem;
}
ul.free-flow li {
  list-style-type: none;
}
ul.free-flow dl dd {
  margin-left: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
}

.free-flow > li {
  position: relative;
}
.free-flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.free-flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #44c733;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}

.free-flow > li dl {
  border: 3px solid #e1ce08;
  border-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  border-image-slice: 1;
  width: 100%;
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
}
.free-flow > li:not(:last-child) dl::before,
.free-flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.free-flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #44c733b9
}
.free-flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: rgba(255, 255, 255, 0.466);
}
.free-flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #44c733;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.free-flow > li dl dt .icon {
  font-size: 1rem;
  color: #fff;
  background: #44c733;
  background: -moz-linear-gradient(left, #0ba360 0%, #3cba92 100%);
  background: -webkit-linear-gradient(left, #0ba360 0%, #3cba92 100%,1);
  background: linear-gradient(to right, #0ba360 0%, #3cba92 100%,1);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
/* what how plan keep */
ul.flow-1 {
  width: 100%;
  padding: 0;
  margin: 20px auto;
  background-color: white;
}
ul.flow-1 > li {
  list-style-type: none;
}
.flow-1 > li dl dd {
  margin-left: 0;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 14px;
}

.flow-1 {
  border: 7px solid #e1ce08;
  border-image: linear-gradient(to right, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  border-image-slice: 1;
}
.flow-1 > li {
  padding: 30px 16px 20px;
}
.flow-1 > li:not(:last-child) {
  border-bottom: 7px solid #e1ce08;
  border-image: linear-gradient(to right, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  border-image-slice: 1;
  position: relative;
}
.flow-1 > li:not(:last-child)::before,
.flow-1 > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-1 > li:not(:last-child)::before {
  border-width: 22px;
  border-top-color: #e1ce08;
}
.flow-1 > li:not(:last-child)::after {
  border-width: 18px;
  border-top-color: #fff;
}
.flow-1 > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow-1 > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #e1ce08;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1rem;
  text-align: center;
}

.flow-1 > li dl dt .icon {
  font-size: 20px;
  color: rgb(255, 255, 255);
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  width: 6rem;
}

.flow-1 > li dl dt .icon-2 img {
  width: 50px;
  max-width: none;
}


/* コンテンツ例追加 */
div.comparison-table-wrap h2 {
  text-align: center;
  position: relative;
  padding: 0 65px;
  text-align: center;
  color: white;
  margin: 0;
  font-weight: normal;
}

.content_example:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: rgb(255, 255, 255);
}

h2.content_example span {
  background-color: #36373a;
  position: relative;
  padding: 0 1em;
  color: rgb(255, 255, 255);
}
.comparison-table-wrap{
  background-color: #36373a;
  width:100%;
  margin: 0 auto 0em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.comparison-table-title{
  background : linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  text-align: center;
   color: #fff;
   font-weight: bold;
   padding: 1em;
   letter-spacing: 1px;
  margin: 0;
  font-size:14px;
  box-shadow: 0 2px 5px rgba(163, 163, 163, 0.1);
}
.comparison-table{
  background-color: #36373a;
}
.comparison-table table{
  border-collapse: separate;
  border-spacing:5px 10px;
  border:none;
  margin-bottom: 0;
  width: 100%;
  background-color: #36373a;
  padding: 1rem 1rem 1rem;
}
.comparison-table table th,.comparison-table table td {
  width:100%;
}


.comparison-table table tbody th{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  background : linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  text-align: center;
  border:none;
  border-radius:30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.733);
  padding: 0.5em 1em;
  /* font-size: 18px; */
  line-height: 1.3;
  width: 100%;
}

.comparison-table table tbody th > span {
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.comparison-table table tbody{
  background:#fff;
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  border-radius:3px;
  border:none;
  padding:0.25em;
  color: #555;
  line-height: 1.8;
  text-align:justify;
  vertical-align:top;
}
.comparison-table table tbody td{
  background:rgb(255, 255, 255);
  box-shadow: 0 2px 5px rgba(100,100,100,0.1);
  border-radius:3px;
  border:none;
  padding:0.25em;
  color: #555;
  line-height: 1.8;
  text-align:justify;
  vertical-align:top;
}
.comparison-table table tbody td p{
  margin:0;
  padding:0;
  margin-bottom:1em;
  font-size: 14px;
}
.comparison-table table tbody td .td-h{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  text-align: start;
  font-weight:bold;
  color:#181818;
  font-size: 14px;
  margin-bottom:7px;
  width: 90%;
  margin: 0 auto;
}
.youtube {
  display: block !important;
  position: relative;
  top: -20px;
  width: 85%;
  margin: 0 auto;
  max-width: 95%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube-display {
  display: none !important;
}
/* コンテンツ追加ここまで */
/* 八尋追記 */

section.travel__section {
  background: black;
  text-align: center;
}
h2.travel__top-under {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

h2.travel__top-under span {
  background-image: -webkit-linear-gradient(
    315deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.travel__discrption {
  font-size: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.play_alpha {
  color: #000000;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 1;
}

.need__item > p,
p.need__about {
  font-size: 1.15rem;
  padding-top: 1.5rem;
}

hr {
  margin-bottom: 1rem;
  height: 1px;
  background: #bbb;
  background-image: -webkit-linear-gradient(left, #eee, #777, #eee);
  background-image: -moz-linear-gradient(left, #eee, #777, #eee);
  background-image: -ms-linear-gradient(left, #eee, #777, #eee);
  background-image: -o-linear-gradient(left, #eee, #777, #eee);
}

p.coach__about__p {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
  "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  margin-top: 0;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

div.coach__about > p {
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
}
.header__title h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 0.5rem 1rem;
  color: #fff;
  padding-top: 0px;
  margin-bottom: 24px;
  font-size: 24px;
}

.header__title h2 span {
  background-image: -webkit-linear-gradient(
    315deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header__title-main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}
.money__text__2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 13px;
}
ul.flow-2 {
  padding: 0;
  padding-left: 120px;
  position: relative;
}
ul.flow-2 li {
  list-style-type: none;
}
ul.flow-2 li dd {
  margin-left: 0;
}
ul.flow-2::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
ul.flow-2 > li {
  position: relative;
}
ul.flow-2 > li:not(:last-child) {
  margin-bottom: 8vh;
}
ul.flow-2 > li .icon {
  font-size: 12px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
ul.flow-2 > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.flow-2 > li dl {
  padding-left: 70px;
  position: relative;
}
ul.flow-2 > li dl::before,
ul.flow-2 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
ul.flow-2 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
ul.flow-2 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
ul.flow-2 > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}
.plan__content {
  font-weight: bold;
  border-bottom: 3px solid #000;
  margin-top: 40px;
  margin-bottom: 40px;
}
.lecture__symbol {
  font-size: 1.5rem;
  display: block;
  margin-top: 1rem;
  margin-left: 1rem;
  color: #000000;
  font-weight: bold;
}
.what_img_box {
  text-align: center;
  padding-bottom: 30px;
  background-color: black;
}
.what_img {
  width: 90%;
  border: 4px rgb(0, 0, 0) solid;
}
div.top {
  height: 80px;
  background: cornsilk;
}
#teach {
  margin-left: 25px;
  margin-bottom: 20px;
}
.important_area {
  margin-top: 0px;
}

.main_tag {
  margin-left: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 12px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background-color:   #AA0609;

  color: rgb(251, 255, 0);
  width: 82%;
}

.main_tag p {
  text-shadow: 0 0 0.1em rgb(255 255 255 / 85%);
  text-align: center;
  margin: 6px 0;
}

#main_tag {
  margin-left: 6px;
  padding-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  color: white;

}

.sub_tag {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.85);
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 40px;
}

.sub_tag:nth-of-type(2) {
 margin-bottom: 6px;
}

.sub_tag_3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  padding: 0;
  color: rgb(0, 0, 0);
  text-align: center;
  background-image: linear-gradient(
90deg,#b06200 0,#fbda77 50%,#b06200 100%);
}



.sub_tag_koko {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.85);
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 0;
}

.sub_tag_koko:first-of-type {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.85);
  font-size: 24px;
  margin-top: 42px;
  margin-bottom: 0;
}

.sub_tag_coach {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.514);
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 0;
  color: rgb(247, 247, 247);
}

.sub_tag:first-of-type {
  margin-top: 12px;
  margin-left: 6px;
}

.sub_tag:last-of-type {
  margin-left: 70px;
}

.sub_tag:nth-of-type(4) {
  margin-top: 20px;
}

p.small_tag {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.75);
  margin-bottom: 20px;
  font-size: 18px;
}

div.header__sub > p {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
  margin-top: 0px;
}

div.header__sub {
  padding-top: 0px;
}

div.header__sub {
  display: flex;
  flex-direction: column;
}

.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #00b900; /*ボタン色*/
  color: #fff;
  /* border-bottom: solid 4px #3b9918; */
  border-radius: 45px;
}

.btn-square > a {
  padding: 10px 20px;
  font-size: 18px;
}

.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}

.readmore {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*以下お好み*/
  /* ボーダーを付ける場合 */
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.readmore-content {
  position: relative;
  overflow: hidden;
  /*以下お好み*/
  /*高さの初期値*/
  padding: 16px;
  height: 220px;
  color: #282c39;
  background-color: #ffffff;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 220px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(15.1%, #ffffff),
    color-stop(61.98%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    #ffffff 15.1%,
    rgba(255, 255, 255, 0) 61.98%
  );
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 16px;
  font-weight: bold;
  font-size: 12px;
  color: #188ffd;
}

.readmore-label:before {
  content: "もっと見る";
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked ~ .readmore-label:before {
  content: "閉じる";
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}

.accordion input {
  display: none;
}

.accordion label {
  position: relative;
  display: block;
  padding: 8px 40px 8px 16px;
  cursor: pointer;
  background-color: #ededf5;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}

.accordion label::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -7px;
  border-top: 2px solid #282c39;
  border-right: 2px solid #282c39;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion div {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.accordion input:checked + label::after {
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.accordion input:checked ~ div {
  height: auto;
  margin-bottom: 16px;
}

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

Stylesheet: ベーススタイル

******************************************************************/
body {
  font-family: "Gothic A1", "Roboto";
}

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

.font-sm,
.sub-title,
.header__sub,
.content__nav,
.catch__about,
.experience__about {
  font-size: 14px;
}

.font-md,
.content__top,
.content__second {
  font-size: 16px;
}

.font-lr,
.catch__top {
  font-size: 22px;
}

.font-lg,
.main-title,
.article__top,
.travel__top,
.coach__top,
.need__top,
.item__top,
.play__top,
.habits__top,
.output__top,
.costomer__top,
.history__top,
.experience__top,
.free__experience__top {
  font-size: 1.75rem;
}

.mb-sm,
.header__sub,
.content__top,
.content__second,
.catch__top,
.need__top,
.need__ul,
.plan__img,
.habits__item > p,
.habits__top,
.output__item > p,
.output__top,
.output__ul,
.live__ul,
.costomer__top,
.costomer__item,
.show__logoItem {
  margin-bottom: 24px !important;
}

.mb-md,
.content__inner,
.experience__top,
.last__top {
  margin-bottom: 40px !important;
}

.free__experience__top {
  margin-top: 2rem;
  font-size: 1.75rem;
  text-align: center;
  font-weight: bold;
}

.mb-lg {
  margin-bottom: 80px !important;
}

.pb-sm,
.costomer__item-top,
.costomer__logo {
  padding-bottom: 16px !important;
}

.pb-md {
  padding-bottom: 40px !important;
}

.pb-lg {
  padding-bottom: 80px !important;
}

.content-width,
.header__title {
  width: 90%;
  margin: 0 auto;
  max-width: 960px;
}

.main-title {
  font-weight: 700;
  display: block;
}

.sub-title {
  color: #535353;
}

.flex,
.header__sub,
.main-title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn {
  color: #ffffff;
  background-color: #00b900;
  font-size: 16px;
  border-radius: 45px;
  border: 0px solid #ffffff;
}

#main-content {
  position: relative;
  z-index: 0;
}

#container {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  margin-top: 48px;
}

.header__color {
  background: linear-gradient(#292c3a, #000000);
  width: 100%;
  height: 450px;
}

.header__inner {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  position: relative;
  padding-top: 26px;
  padding-left: 24px;
  max-width: 500px;
  margin: 0 auto;
  height: 100%;
}

.header__img {
  text-align: right;
  margin-left: 75px;
  overflow: hidden;
  height: 100%;
  }

.header__img > img {
  text-align: end;
  max-width: 250px;
  max-height: 369px;
  margin-left: 90px;
  margin-top: 130px;
}

.header__title {
  position: absolute;
  top: 0;
  color: #ffffff;
  height: 100%;
}

.header__sub {
  line-height: 150%;
}

.header__subUnder {
  font-size: 11px;
  opacity: 0.6;
  text-align: center;
  color: #e0e0e0;
}

.header__btn {
  display: none;
  margin-top: 37px;
  width: 240px;
  white-space: nowrap;
}

.header__btn > a {
  color: #ffffff;
  display: block;
  padding: 16px 0px;
}

.header__btn > p {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

.main-title {
  font-size: 72px;
}

.main-title-sub {
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  margin-left: 12px;
}

.content__top {
  text-align: center;
  color: #e11168;
  font-weight: bold;
}

.content__inner {
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

.content__nav {
  font-weight: bold;
  margin: 0 auto;
}

.content__ul {
  margin-bottom: 0;
}

.content__second {
  text-align: center;
  color: #188ffd;
  font-weight: bold;
}

.catch__color {
  padding: 40px 24px 0 24px;
  height: 225px;
  background-color: #ededf5;
}

.catch__top {
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}

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

.article {
  color: #ffffff;
}

.article__color {
  height: auto;
  background-color: #282c39;
  padding: 40px 24px 40px 24px;
}

.article__top {
  text-align: center;
  margin-bottom: 24px;
}

.article__content {
  padding-bottom: 24px;
}

.article__head {
  padding: 0px 8px 8px 0px;
}

.article__head img,
.article__head > span {
  vertical-align: middle;
  font-size: 16px;
}

.article__about {
  line-height: 18px;
  margin-bottom: 0px;
}

.travel {
  position: relative;
  color: #ffffff;
  background-color: #000;
}

.travel__top {
  text-align: center;
  line-height: 48px;
}

.travel__top-under {
  margin-bottom: 24px;
  margin-top: 0;
  padding-top: 1.5rem;
}

.travel__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  z-index: -1;
}

.travel__img > img {
  width: 100%;
}

.travel__underLine {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(70%, #fd6218)
  );
  background: linear-gradient(transparent 80%, #ee8819 70%);
  font-size: inherit;
  marigin: 20px;
}

.travel__color {
  padding: 24px 24px;
}


.travel__color > p {
  font-size: 24px;
  text-align: left;
  padding-left: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.travel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.travel__content {
  width: 85%;
  margin: 0 auto;
  text-align: start;
  border: #ffff solid 1px;
  border-radius: 10px;
  padding: 5px 10px;
}
.travel__content > p,
.travel__content > span {
  margin-bottom: 1rem;
  color: white;
}

.travel__content-top {
  font-size: 20px;
  font-weight: bold;
  display: inline;
  vertical-align: middle;
}

.travel__content-under {
  margin: 20px 0px 16px 0px !important;
  color: white;
  padding: 0 2rem;
}

.travel__content-underTop {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 35px 40px 35px !important;
  margin-bottom: 0px;
  color: white;
}

.coach {
  position: relative;
  color: #282c39;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.coach__inner {
  width: 100%;
  padding: 0;
}

.coach__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
}

.coach__img > img {
  width: 100%;
}

.coach__top {
  background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 0.5rem 0.5rem;
  color: #fff;
  text-align: center;
  font-size: 24px;
  wi
}

.coach__top.lux {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  padding: 0;
  color: rgb(0, 0, 0);
  text-align: center;
  background-image: linear-gradient(
90deg,#b06200 0,#fbda77 50%,#b06200 100%);
  font-size: 24px;
  margin-bottom: 16px;
}

  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.75rem;
  font-weight: bold;
}
.coach__about {
  font-size: 12px;
  margin-bottom: 24px;
}

.need {
  position: relative;
  color: #ffffff;
}

.need__inner {
  width: 100%;
  padding: 40px 24px 16px 24px;
}

.need__image {
  background-color: #282c39;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  z-index: -1;
}

.need__top {
  text-align: center;
}

.need__ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.need__li {
  font-size: 1.25rem;
  padding-top: 1rem;
}

.need__li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #e11168;
  border-radius: 50%;
  margin-right: 8px;
}

.need__about {
  margin: 0px !important;
}

.item {
  position: relative;
}

.item__inner {
  height: 0;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 0;
  -webkit-transform: skewY(-5.19deg);
  transform: skewY(-5.19deg);
  margin-bottom: 17px;
}
#why {
  background-color: #404040;
  padding: 10px 12px;
}
.item__color {
  background-color: #01104e;
  padding: 10px 12px 0px;
}

.item__top {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
}

.item__top-second {
  -webkit-transform: translateY(-60px) rotate(-5.19deg);
  transform: translateY(-60px) rotate(-5.19deg);
}

.item__top-one {
  font-size: 40px;
}

.lecture__inner {
  padding: 0px 24px 16px 24px;
}

.lecture__inner-top {
  font-weight: bold;
  font-size: 1.25rem;
  /* margin: 24px 0px; */
  text-align: center;
  color: black;
}

.lecture__item {
  width: 100%;
  height: 200px;
  -webkit-box-shadow: 0px 0px 32px rgb(25 23 23 / 93%);
  box-shadow: 0px 0px 32px rgb(0 0 0 / 31%);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  background: white;
}

.lecture__logo {
  width: 60px;
  height: auto;
  margin: 0px auto 10px auto;
}

.lecture__title {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 21px;
}

.play {
  color: #ffffff;
  /* text-align: left; */
}

.play__color {
  background-color: #36373a;
  padding: 40px 24px 10px 24px;
}

.play__top {
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: left;
  /* padding: 1rem 2rem; */
  /* border-left: 4px solid #000; */
  color: white;
  padding: 1rem 2rem;
  border: 3px solid #fff;
  font-size: 20px;
}

.play__content {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}

.play__content.second {
  margin-bottom: 16px;
}

.play__about {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  text-align: left;
}

.play__video {
  margin: 0 auto;
  width: 272px;
  height: 153px;
}

.play__video > iframe {
  width: 100%;
  height: 100%;
}

.plan {
  color: #282c39;
}

.plan__color {
  padding: 0px 24px 28px 24px;
  background-color: #ffffff;
  width: 100%;
}

.plan__top {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
  padding: 1rem 2rem;
  border: 3px solid #000;
  font-size: 20px;
}

.plan__ul {
  padding-left: 16px;
}

.plan__img {
  width: 100%;
}

.habits {
  position: relative;
  color: #ffffff;
}

.habits__top {
    text-align: center;
    padding: 1rem 2rem;
    border: 3px solid #fff;
    font-size: 20px;
    margin-bottom: 40px !important;
  }

.habits__inner {
  width: 100%;
  padding: 40px 24px 40px 24px;
}

.habits__image {
  background-color: #282c39;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  z-index: -1;
}

.habits__about {
  margin: 0px !important;
}

.habits__imgSecond {
  display: block;
  margin: 0 auto;
}

.output {
  position: relative;
  color: #282c39;
}

.output__inner {
  width: 100%;
  padding: 40px 24px 40px 24px;
}

.output__image {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  overflow: hidden;
  z-index: -1;
}

.output__top {
  text-align: center;
  padding: 1rem 2rem;
  border: 3px solid #000;
  font-size: 20px;
}

.output__ul {
  list-style: none;
  margin: 0;
  margin: 3rem 1.5rem;
  padding-left: 1rem;
}

.output__li {
  /* padding:  0.5em 0 0.5em 1.5em; */
  /* font-size: 1.25rem; */
  /* padding-top: 1rem; */
  /* list-style-type: none!important; */
  /* line-height: 1.5; */
  /* border-bottom: 2px solid white; */
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05),
    0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
  content: '';
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}

.output__li::before {
  background: linear-gradient(135deg, #0c0c0c 0%, #b8b8b8 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: counter(gradient-counter);
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
  align-items: flex-end;
  box-shadow: 0.25rem 0.25rem 0.6rem rgb(0 0 0 / 5%),
    0 0.5rem 1.125rem rgb(75 0 0 / 5%);
  color: rgb(253, 253, 253);
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  z-index: 1;
}

.output__li::after {
  background: linear-gradient(135deg, #908989 0%, #ffffff 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

.output__ul__free {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: gradient-counter;
  margin: 1.75rem 0;
  padding-left: 1rem;
}

.output__li__free {
  /* padding:  0.5em 0 0.5em 1.5em; */
  /* font-size: 1.25rem; */
  /* padding-top: 1rem; */
  /* list-style-type: none!important; */
  /* line-height: 1.5; */
  /* border-bottom: 2px solid white; */
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(9, 255, 0, 0.05),
    0 0.5rem 1.125rem rgba(15, 75, 0, 0.05);
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 0.5rem 0.5rem 0.5rem 3rem;
  position: relative;
  font-weight: bold;
}

.output__li__free::before {
  background: linear-gradient(135deg, #caffc1 0%, #0bca27 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
  align-items: flex-end;
  box-shadow: 0.25rem 0.25rem 0.6rem rgb(0 0 0 / 5%),
    0 0.5rem 1.125rem rgb(75 0 0 / 5%);
  color: black;
  display: flex;
  font: 900 1.5em/1 "Montserrat";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

.output__li__free::after {
  background: linear-gradient(135deg, #908989 0%, #ffffff 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}


.output__about {
  padding-bottom: 69px !important;
}

.live__color {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0px 24px;
  display: block;
}

.live__item {
  position: relative;
  margin: 0 auto;
  max-width: 712px;
}

.live__img {
  z-index: -999;
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  opacity: 0.2;
  background-image: url("/images/質問し放題.png");
  width: 385px;
  height: 534px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.live__inner {
  padding-top: 73px;
  padding-bottom: 40px;
  display: block;
  width: 60%;
}

.live__text {
  z-index: 50;
}

.live__title-main {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 16px;
}

.live__title-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 14px;
}

.live__sub {
  font-weight: bold;
  font-size: 14px;
}
.live__sub-title span.travel__underLine {
  font-size: 20px;
}
.live__sub-title span.travel__underLine span {
  font-size: 25px;
}
.live__ul {
  font-weight: bold;
  font-size: 14px;
  list-style: none;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

.live__li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #188ffd;
  border-radius: 50%;
  margin-right: 8px;
}

.live__about {
  font-size: 9px;
}

.costomer {
  color: #ffffff;
}

.costomer__top {
  text-align: center;
}

.costomer__inner {
  width: 100%;
  padding: 40px 24px 40px 24px;
  background-color: #575d6f;
}

.costomer__item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px;
  padding-bottom: 12px !important;
}

.costomer__item-top {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  width: 60%;
  margin: 0 auto;
}

.costomer__item > p {
  color: #282c39;
  font-size: 12px;
}

.costomer__logo {
  display: block;
  margin: 0 auto;
}

.money__inner {
  margin: 0 auto;
  max-width: 712px;
  padding: 40px 24px 40px 24px;
}

.money__img {
  margin: 0 auto;
  display: block;
}

.money__img.sp {
  display: none;
}

.money__top {
  font-weight: bold;
  font-size: 28px;
  color: #1763a9;
  text-align: center;
}

.money__text {
  font-size: 13px;
  line-height: 150%;
  margin-left: 15px;
  display: inline-block;
  width: 60%;
  margin: 0 auto;
}

.money__text.second {
  text-align: center;
  display: block;
  margin-bottom: 33px;
}

.money__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.money__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.money__item-color {
  background-color: #ededf5;
  width: 192px;
  height: 32px;
  margin: 16px auto 8px auto;
  border-radius: 16px;
  color: #5d657d;
  text-align: center;
  font-size: 19px;
  line-height: 32px;
}

.money__item-color > span {
  font-family: "Superclarendon";
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
}

.money__item-text {
  font-size: 15px;
  margin: 0 auto 14px auto;
}

.money__item-about {
  color: #fb6a00;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 33px;
}

.money__item-about > span {
  margin-left: 20px;
}

.money__item-logo {
  border: 2px solid #188ffd;
  border-radius: 50%;
  margin-right: 4px;
}

.money__sub {
  color: #5d657d;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 2em;
}

.money__sub.second {
  color: #188ffd;
}

.money__sub.second::before {
  background-color: #188ffd;
}

.money__sub::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  /*線の上下位置*/
  display: inline-block;
  width: 55px;
  /*線の長さ*/
  height: 4px;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: #282c39;
  /*線の色*/
  border-radius: 2px;
  /*線の丸み*/
}

.money__sub::before:nth-child(2) {
  background-color: #188ffd;
}

.money__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.money__pay-top {
  font-weight: bold;
  font-size: 14px;
  line-height: 200%;
}

.money__pay-about {
  font-weight: bold;
  font-size: 20px;
  line-height: 143%;
  color: #188ffd;
}

.money__pay-text {
  font-size: 9px;
  text-align: center;
}

.money__content {
  text-align: center;
  margin-bottom: 16px !important;
}

table {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  border-collapse: collapse;
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #ededf5;
  border-spacing: 0px;
}

table img {
  width: auto;
  height: auto;
  margin-right: 7px;
}

table tr *:nth-child(1) {
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

table th {
  min-width: 154px;
  min-height: 40px;
  background-color: #114d86;
}

table tr *:nth-child(2) {
  text-align: center;
  min-width: 134px;
  min-height: 40px;
}

table tr *:nth-child(3) {
  min-width: 134px;
  text-align: center;
  min-height: 40px;
}

table tr *:nth-child(4) {
  min-width: 134px;
  text-align: center;
  min-height: 40px;
}

table tr *:nth-child(5) {
  text-align: center;
  width: 134px;
  height: 40px;
}

table th {
  color: #ffffff;
  border: solid 2px #ffffff;
  text-align: center;
}

table td {
  border: solid 2px #ffffff;
  color: #5d657d;
}

.table__title {
  background-color: #515254;
}

.table__place {
  text-align: center;
  color: #184f82;
  font-weight: bold;
  font-size: 20px;
}

.table__text {
  font-weight: bold;
  font-size: 14px !important;
  text-align: center;
  color: #5d657d;
}

.table__text__standard {
  font-weight: bold;
  font-size: 14px !important;
  text-align: center;
  color: #04a737;
}

.table__text__premium {
  font-weight: bold;
  font-size: 14px !important;
  text-align: center;
  color: #c20d0d;
}

.table__img {
  border: 2px solid #188ffd;
  border-radius: 50%;
}

.history {
  color: #ffffff;
}

.history__inner {
  background-color: #282c39;
  padding: 40px 24px;
}

.history__top {
  text-align: center;
  margin-bottom: 24px;
}

.history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.history__item {
  margin: 0 auto;
  padding-bottom: 40px;
}

.history__item-top {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

.history__item > span {
  text-align: center;
  display: block;
  font-weight: bold;
}

.history__img {
  /* border-radius: 27px; */
  padding-bottom: 16px;
  display: block;
  margin: 0 auto;
}

.history__sub {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}

.history__ul {
  padding: 0px;
  padding-left: 16px;
}

.show__inner {
  background-color: #4c5368;
  padding: 40px 24px 40px 32px;
}

.show__logoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  place-content: center;
}

.show__top {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.show__logo {
  max-width: 142px;
  max-height: 186px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: 8px;
}

.show__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.show__item > img {
  max-width: 325px;
  max-height: 178px;
  margin-bottom: 8px;
}

.question__inner {
  padding: 24px 40px;
}

.question__top {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #5d657d;
  margin-bottom: 24px;
}

.question__top-second {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #5d657d;
  margin-bottom: 24px;
  margin-top: 40px;
}

.question__content {
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}

.question__text {
  margin-top: 24px;
  font-weight: bold;
  font-size: 14px;
}

.experience__color {
  padding: 1px 24px 40px 24px;
  background-color: #ededf5;
}

.experience__top, .free__experience__top {
  text-align: center;
  font-weight: bold;
}

.experience__btn {
  display: none;
  margin: 0 auto;
}

.experience__btn > a {
  color: #ffffff;
  display: block;
  padding: 5px 15px;
  /* font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif; */
}

.experience__btn > p {
  text-align: center;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 12px;
  
}

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

.experience__ul {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.last__inner {
  padding: 40px 24px 100px 24px;
}

.last__top {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}

.last__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.last__text {
  margin-bottom: 40px;
}

.last__img {
  border-radius: 50%;
  border: 2px solid #188ffd;
  margin-bottom: 24px;
}



.last__color {
  padding-top: 8px;
  padding-bottom: 23px;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  background-color: rgba(0, 0, 0, 0.904);
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
  height: 158px;
  font-weight: bold;
}

#last_color {
  display: none;
}



@media (min-width: 480px) {
  /* ul.fv-musk-list {
    display: flex;
  } */
  /******************************************************************

Stylesheet: 480px以上(スマホの横向き)のモニタで適用

******************************************************************/
}

@media (min-width: 600px) {
  /******************************************************************

Stylesheet: 600px以上のタブレットやモニタで適用

******************************************************************/
  .flex,
  .header__sub,
  .main-title-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 960px) {
  /******************************************************************

Stylesheet: 960px以上のモニタで適用

******************************************************************/
.grade-list {
  border-bottom: 2px dotted #fbab00;
  margin-bottom: 30px;
  font-size: 24px;
  margin-right: auto;
  margin-left: auto;
}

.grade-container {
  width: 60%;
  margin: 600px auto 100px auto;
}
.recent-grade {
  border-bottom: 4px solid #fbab00;
  font-size: 30px;
  font-weight: normal;
  padding-bottom: 5px;
  position: relative;
  padding-left:50px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
}

.recent-grade::before {
  background: #fbab00;
  content: "";
  height: 30px;
  width: 30px;
  left: 0;
  position: absolute;
  top: 10px;
}
.study-site {
  padding-top: 35px;
}
.footer_btn_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.btn-container {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.triangle01 {
  text-align: center;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 25px transparent;
  border-right: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 25px #89C6DC;
  transform: rotate(
90deg
);
}

.graph_section {
  margin-top: 60px;
}

.graph_head {
  font-size: 30px;
}

.graph_dis {
  margin-left: 300px;
}

.graph_area {
  margin-bottom: 100px;
}

.graph_conclu {
  font-size: 30px;
  width: 35%;
  margin-top: 40px;
}

div.head_test {
  justify-content: center;
}

ul.check_list {
  width: 60%;
}

ul.check_list li {
  font-size: 24px;
}

.head_test div + div {
  margin-left: 24px;
}

.head_test {
  font-size: 30px
}

div.agita {
  height: 600px;
}

.agita_item {
  padding-bottom: 50px;
  padding-left: 400px;
}

.agita_item1, .agita_item2 {
  font-size: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
} 

div.agita_item2 {
  margin-top: 80px;
}

.agita_h {
  font-size: 30px;
  height: 60px;
}

div.online_head {
  margin-bottom: 60px;
  font-size: 30px;
}

.online_body {
  font-size: 30px;
  width: 800px;
  margin: 48px auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.fv-musk-list {
  display: flex;
}

.logo-sen {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-family: serif;
  margin-left: 30px;
  font-size: 14px;
}

.drawer-content {
  padding: 0 120px 0 60px;
  display: flex;
  justify-content: space-between;
}
.drawer-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 0;
}
.drawer-item {
  list-style-type: none;
}

.drawer-item > span > a {
  color: rgb(59, 59, 59);
  font-weight: bold;
  font-size: 16px;
}

ul.drawer-list{
  width: 50%;
  text-align: center;
  margin: 0 150px 0 0;
  }

ul.drawer-list li{
  display: table-cell;
  min-width: 50px;
  }
ul.drawer-list li a{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #555;
  font-size: 20px;
  }
ul.drawer-list li.current{
  border-bottom: 3px solid #92D050;
  }
ul.drawer-list li:hover{
  color: #E7DA66;
  border-bottom: 3px solid #F0E475;
  }
  


.intro2 div {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
ol.sample2 li {
  position: relative;
  margin: 28px auto 28px auto;
  padding-left: 50px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  width: 80%;
}
.flow-1 > li dl dt .icon-2 img {
  width: 100px;
  max-width: none;
  margin-left: 32px;
}

.intro_top {
  width: 40%;
  margin: 32px auto 24px;
  line-height: 30px;
  padding: 0 1rem;
  font-size: 24px;
}
.intro1 div {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
div.header__sub {
  padding-top: 30px;
  padding-left: 32px;
}
.talk-Ltxt {
  color: #444;
  position: relative;
  margin-left: 100px;
  padding: 12px;
  border: 2px solid #313131;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  }
.talk {
  margin-bottom: 40px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  }
.youtube_h {
  text-align: center;
  margin-bottom: 16px;
}
.youtube {
  display: none !important;
}

.youtube-display {
  display: block !important;
  text-align: center;
  padding-bottom: 42px;
}



.question__content {
  font-size: 24px;
}
.money__item-color {
  background-color: #ededf5;
  width: 600px;
  height: 100px;
  margin: 0px auto 32px auto;
  border-radius: 16px;
  color: #5d657d;
  text-align: center;
  font-size: 32px;
  padding: 30px 0px;
}

.money__item-color > span {
  font-family: "Superclarendon";
  font-style: italic;
  font-weight: bold;
  font-size: 32px;
}

.money__sub {
  margin-top: 40px;
}

ul.sample1{
  padding: 50px 0 24px 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  width: 80%;
  list-style: none;
  margin: 0 auto;
}
.travel__discrption {
  text-align: center;
}
.output__item nav p {
  font-size: 24px;
}
.plan__about > p {
  font-size: 20px;
}

.plan__content {
  font-size: 20px;
}

div.coach__about > p {
  font-size: 30px;
  color: rgb(255, 255, 255);
}
p.coach__about__p {
  font-size: 30px;
}
ul.sample1 li{
  font-size: 30px;
  font-weight: bold;
  border-bottom: 2px solid rgba(243, 239, 10, 0.5);
  width: 40%;
  text-align: center;
}
.if__your__coach {
  padding: 34px 120px;
  background-color: #000;
}
.output__li {
  font-size: 24px;
}

ul.flow-1 {
  width: 80%;
  padding: 0;
  margin: 20px auto;
}
ul.free-flow dl dd {
  margin-left: 40px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: bold;
  width: 50%;
  text-align: center;
}

.free-flow > li dl dt .icon {
  font-size: 28px;
}

.free__experience__top {
  margin-top: 2rem;
  font-size: 42px;
  text-align: center;
  font-weight: bold;
}
.output__ul__free {
  width: 60%;
  margin: 40px auto;
}

.output__li__free {
  font-size: 28px;
}
.experience__color {
  width: 80%;
  margin: 0 auto;
}

.experience p {
  width: 70%;
  margin: 24px auto;
}

.comparison-table table{
  border-collapse: separate;
  border-spacing:12px 24px;
  border:none;
  margin-bottom: 0;
  width: 100%;
  padding: 1rem 1rem 1rem;
}
.comparison-table table tbody th{
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  text-align: center;
  border:none;
  border-radius:30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.733);
  padding: 0.5rem 1rem;
  font-size: 32px;
  line-height: 1.3;
}

.comparison-table {
  margin-top: 50px;
}


.comparison-table table tbody td p{
  margin:0;
  padding:0;
  margin-bottom:1em;
  font-size: 14px;
}

.comparison-table table tbody td .td-h{
  text-align: start;
  font-weight:bold;
  font-size: 30px;
  margin-bottom:7px;
  width: 90%;
  margin: 0 auto;
}


h2.content_example span {
  background-color: #36373a;
  position: relative;
  padding: 0 1em;
  color: rgb(255, 255, 255);
  font-size: 30px;
}

.travel__content-under {
  margin: 20px 0px 16px 0px !important;
  color: white;
  padding: 4rem 2rem;
  font-size: 38px;
}
.flow-1 > li dl dd {
  font-size: 24px;
  margin-left: 50px;
}
.flow-1 > li dl dt {
  /* font-size: 40px; */
  font-weight: 600;
  color: #e1ce08;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 1rem;
  text-align: left;
}

.flow-1 > li dl dt .icon {
  font-size: 45px;
  color: rgb(255, 255, 255);
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  width: 100%;
}

.flow-1 > li dl dt .icon-2 {
  font-size: 32px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(315deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2.travel__top-under {
  padding-top: 3rem;
  font-size: 3rem;
  margin-bottom: 3rem;
}

.main_tag {
  margin-left: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 10px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  background-color:   #AA0609;
  color: rgb(251, 255, 0);
  width: 64%;
}

.main_tag {
  margin-left: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 10px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  background-color:   #AA0609;
  color: rgb(251, 255, 0);
  width: 64%;
}

.sub_tag_koko {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.85);
  font-size: 36px;
  margin-top: 65px;
  margin-bottom: 0;
  margin-left: 30px;
}

#teach {
  margin-left: 50px;
  margin-bottom: 40px;
}

.sub_tag {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.85);
  font-size: 32px;
  margin-top: 32px;
  margin-bottom: 0;
}

.sub_tag_3 {
  font-weight: bold;
  font-size: 42px;
  margin-top: 12px;
  margin-bottom: 25px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  padding: 0;
  color: rgb(0, 0, 0);
  text-align: center;
  background-image: linear-gradient(
90deg,#b06200 0,#fbda77 50%,#b06200 100%);
}

p.small_tag {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.75);
  margin-top: 0px;
  font-size: 30px;
}

div.header__sub > p {
  text-shadow: 0 0 0.2em rgba(255, 255, 255, 0.85);
  margin-bottom: 20px;
  margin-top: 0px;
}
.header__title h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  padding: 0rem 1rem;
  color: #fff;
  font-size: 65px;
  margin-bottom: 0px;
}

.header__title h2 span {
  background-image: -webkit-linear-gradient(
    315deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

  .font-sm,
  .sub-title,
  .header__sub,
  .content__nav,
  .catch__about,
  .experience__about {
    font-size: 16px;
  }
  .font-md,
  .content__top,
  .content__second {
    font-size: 19px;
  }
  .font-lr,
  .catch__top {
    font-size: 24px;
  }
  .font-lg,
  .main-title,
  .article__top,
  .travel__top,
  .coach__top,
  .need__top,
  .item__top,
  .play__top,
  .habits__top,
  .output__top,
  .costomer__top,
  .history__top,
  .experience__top {
    font-size: 36px;
  }
  .mb-lg {
    margin-bottom: 150px !important;
  }
  .pb-lg {
    padding-bottom: 150px !important;
  }
  .header {
    /* margin-bottom: 60px */

  }
  .header__color {
    height: 641px;
  }
  .header__inner {
    width: 85%;
    margin: 0 auto;
    max-width: 940px;
  }
  .header__title-mainly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 32px;
  }
  .header__title-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .header__sub {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .header__subUnder {
    font-size: 20px;
  }
  .header__img > img {
    max-width: 420px;
    max-height: 627px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 90px;
    margin-top: 150px;
  }
  .header__btn {
    display: none;
  }

  .main-title {
    font-size: 120px;
  }
  .main-title-sub {
    font-size: 48px;
    margin-left: 32px;
  }
  .content__inner {
    margin-bottom: 60px !important;
  }
  .content__top {
    font-size: 24px;
  }
  .content__nav {
    font-size: 16px;
  }
  .content__second {
    font-size: 24px;
  }
  .catch__color {
    padding: 60px;
    height: 284px;
  }
  .catch__top {
    font-size: 33px;
  }
  .catch__about {
    font-size: 16px;
  }
  .article__color {
    padding: 60px 0px;
  }
  .article__content {
    width: 60%;
    margin: 0 auto;
  }
  .article__about {
    font-size: 14px;
  }
  .travel__color {
    margin: 0 auto;
    width: 60%;
    padding-top: 60px !important;
  }
  .travel__color > p {
    font-size: 32px;
  }
  .travel__top {
    line-height: 63px;
    margin-bottom: 40px !important;
    font-size: 42px;
  }
  .travel__top-under {
    margin-bottom: 40px;
  }
  .travel__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 60%;
  }
  .travel__content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-bottom: 24px;
  }
  .travel__content-top {
    font-size: 30px !important;
  }

  .travel__content-underTop {
    padding-bottom: 60px !important;
    margin-bottom: 0px !important;
    font-size: 36px;
  }
  .travel__content > p {
    margin-bottom: 0;
    font-size: 15px;
  }
  .travel__img > img {
    height: auto;
  }
  .travel__inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .coach__item {
    width: 60%;
    margin: 0 auto;
  }
  .coach__inner {
    padding: 60px 0px 0px 0px;
  }
  .coach__top {
    font-size: 42px;
    letter-spacing: -0.02em;
  }
  .coach__about {
    margin-bottom: 0px;
    padding-bottom: 60px !important;
    font-size: 15px;
    text-align: center;
  }
  .need__inner {
    width: 60%;
    margin: 0 auto;
    padding: 60px 0px 52px 0px;
  }
  .need__top {
    font-size: 42px;
    margin-bottom: 40px !important;
  }
  .need__item > p {
    font-size: 17px;
  }
  .need__ul {
    margin-bottom: 8px !important;
  }
  .item__inner {
    -webkit-transform: skewY(-1.19deg);
    transform: skewY(-1.19deg);
  }
  .item__top {
    font-size: 30px;
    width: 60%;
    margin: 0 auto;
  }
  .item__top-one {
    font-size: 60px !important;
  }
  .item__top-second {
    -webkit-transform: translateY(-60px) rotate(-1.19deg);
    transform: translateY(-60px) rotate(-1.19deg);
  }
  .lecture__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0px 16px 0px;
  }
  .lecture__inner-top {
    font-size: 30px;
    margin: 60px 0px 40px 0px;
  }
  .lecture__item {
    width: 320px;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
  .play__inner {
    width: 60%;
    margin: 0 auto;
  }
  .play__color {
    padding: 60px 0px 60px 0px;
  }
  .play__top {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .play__about {
    margin-bottom: 60px;
    font-size: 24px;
  }
  .play__content {
    font-size: 20px;
  }
  .play__video {
    width: 490px;
    height: 277px;
  }
  .plan__color {
    padding: 60px 0px 48px 0px;
    background-color: #ffffff;
    width: 100%;
  }
  .plan__inner {
    width: 60%;
    margin: 0 auto;
  }
  .plan__top {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .plan__ul {
    padding-left: 16px;
  }
  .plan__about {
    margin-bottom: 40px;
  }
  .plan__img {
    margin-bottom: 40px !important;
  }
  .habits__inner {
    padding: 60px 0px 60px 0px;
  }
  .habits__item {
    width: 60%;
    margin: 0 auto;
  }
  .habits__item > p {
    font-size: 20px;
  }
  .habits__top {
    text-align: center;
    padding: 1rem 2rem;
    border: 3px solid rgb(255, 255, 255);
    font-size: 24px;
    margin-bottom: 40px !important;
  }
  .habits__about {
    padding-bottom: 24px !important;
  }
  .habits__imgSecond {
    display: block;
    margin: 0 auto;
  }
  .output__inner {
    width: 100%;
    padding: 40px 24px 16px 24px;
    margin-bottom: 33px;
  }
  .output__item {
    width: 60%;
    margin: 0 auto;
  }
  .output__item > p {
    font-size: 16px;
  }
  .output__top {
    margin-bottom: 40px !important;
  }
  .output__ul {
    font-size: 16px;
    margin-bottom: 40px !important;
  }
  .output__about {
    padding-bottom: 44px !important;
  }
  .live__item {
    margin-top: 60px;
  }
  .live__img {
    width: 467px;
    height: 538px;
  }
  .live__title {
    margin-bottom: 40px;
  }
  .live__title-main {
    font-size: 42px;
  }
  .live__title-sub {
    font-size: 25px;
  }
  .live__sub {
    font-size: 16px;
  }
  .costomer__top {
    font-size: 42px;
    margin-bottom: 40px !important;
  }
  .costomer__inner {
    padding: 60px 0px 44px 0px;
  }
  .costomer__item {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px !important;
  }
  .money__text {
    font-size: 14px;
  }
  .money__inner {
    margin: 0 auto;
    padding: 44px 0px;
  }
  .money__img {
    margin-bottom: 44px;
  }
  .money__img.sp {
    display: none;
  }
  .money__top {
    display: none;
  }
  .money__items {
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .money__item-color {
    width: 300px;
  }
  table {
    margin-bottom: 16px;
  }
  .history__top {
    font-size: 42px;
    margin-bottom: 40px !important;
  }
  .history__inner {
    padding: 60px 0px 60px 0px;
  }
  .history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px !important;
  }
  .history__item-top {
    font-size: 42px;
    text-align: left;
  }
  .history__item-second {
    margin-left: 20px;
    margin-bottom: 24px;
  }
  .history__item-second > span {
    font-size: 24px;
    font-weight: bold;
  }
  .history__item-sub {
    font-size: 20px;
    display: block;
    padding-top: 24px;
  }
  .history__img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .history__sub {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    padding-bottom: 20px;
  }
  .history__ul {
    font-size: 14px;
  }
  .readmore {
    width: 60%;
    margin: 0 auto;
  }
  .show__inner {
    background-color: #5d657d;
    padding: 60px 0px 52px 0px;
  }
  .show__logoItem {
    width: 60%;
    margin: 0 auto;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show__top {
    line-height: 49.5px;
    font-size: 33px;
  }
  .show__logo {
    -o-object-fit: cover;
    object-fit: cover;
    width: 142px;
    height: 186px;
  }
  .show__item {
    width: 60%;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .show__item > img {
    max-width: 325px;
    max-height: 178px;
    margin-bottom: 8px;
  }
  .question__inner {
    padding: 60px 0px 52px 0px;
  }
  .question__top {
    font-size: 42px;
    margin-bottom: 40px;
  }
  .question__top-second {
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .question__content {
    margin-bottom: 20px;
  }
  .question__text {
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    width: 60%;
    margin: 20px auto 10px auto;
  }
  .accordion label {
    width: 60%;
    margin: 0px auto 8px auto;
    font-size: large;
  }
  .accordion div {
    width: 60%;
    margin: 0 auto;
  }
  .experience__color {
    font-size: 24px;
    padding: 60px 90px;
  }
  .experience__top {
    font-size: 42px;
  }
  .experience__btn {
    display: block;
  }
  .experience__btn > p {
    margin-top: 12px;
    margin-bottom: 4px;
  }
  .experience__ul {
    width: 60%;
    margin: 90px auto;
    font-size: 24px;
    padding: 0px 14px 0px 0px;
  }
  .last__top {
    font-size: 42px;
  }
  .last__text {
    margin-left: 20px;
    font-size: 28px;
    width: 50%;
    margin: 30px auto 100px auto;
  }
}


@media (min-width: 1280px) {
  /******************************************************************

Stylesheet: 1280px以上のモニタで適用

******************************************************************/
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /******************************************************************

Stylesheet: Retinaディスプレイで適用

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

EXAMPLE
.icon {
	background: url(images/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

*/
}

@media print {
  /******************************************************************

Stylesheet: プリンタのみに適用

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

@media screen and (max-width:768px) {
  .header {
    opacity: 0.1;
  }

  .header-wrapper {
    padding: 0 40px 0 40px ;
    height: 50px;
    align-items: center;
  }
  .copy01 {
    display: inline-block;
    margin-left: 50px;
    width: auto;
    padding: 1px 13px;
    font-size: 1.2rem;
  }
  .copy02 {
    display: inline-block;
    width: 100%;
  }
  .term {
    font-size: 2.2rem;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
  }
  .term span {
    font-size: 3.8rem;
  }
  .point {
    display: block;
    font-size: 1.7rem;
  }
  .point span {
    font-size: 2.2rem;
  }
  .copy03 {
    display: block;
    width: 160px;
    line-height: 1;
    margin-right: 0;
  }

  .copy03b {
    display: block;
    width: 160px;
    line-height: 1;
    margin-right: 0;
  }

  .copy03 .copy03-01 {
    display: inline-block;
    width: 160px;
    font-size: 2rem;
    background-image: linear-gradient(90deg, #F6A724 12.53%, rgba(246, 167, 36, 0) 49.13%, rgba(246, 167, 36, 0.623167) 77.6%, rgba(246, 167, 36, 0.852273) 96.41%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 16px;
    position: relative;
  }

  .copy03b .copy03-01 {
    display: inline-block;
    width: 236px;
    font-size: 1.4rem;
    background-image: linear-gradient(90deg, #F6A724 12.53%, rgba(246, 167, 36, 0) 49.13%, rgba(246, 167, 36, 0.623167) 77.6%, rgba(246, 167, 36, 0.852273) 96.41%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 51% 16px;
    position: relative;
  }
  .copy03 .copy03-02 {
    font-size: 2rem;
  }
  .copy03 .copy03-01::after,
  .copy03 .copy03-02::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 16px solid rgba(243, 152, 2, 0.787879);
  }
  .comment {
  background-size: 80px auto;
  font-size: 0.57rem;
  width: 75px;
  height: auto;
  line-height: 1.2;
  padding: 10px;
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 5;
  margin-right: auto;
  display: none;
  }
  .comment01,
  .comment02,
  .comment03,
  .header-btn-inner {
    display: none;
  }


@media screen and (max-width:414px) {
  .coach {
    margin-top: 120px;
  }
  .coach__top {
    width: 95%;
  }


  .header-wrapper {
    padding: 0 59px 0 20px ;
    height: 50px;
    line-height: 80px;
    align-items: center;
  }
  .header-logo {
    display: block;
    width: 40px;
    margin-right: 9px;
  }
  .header-logo img {
    width: 100%;
    object-fit: contain;
    vertical-align: middle;
  }
  .header-copy {
    display: block;
    width: 90px;
    font-size: 8px;
    line-height: 1.7;
    margin-right: auto;
  }
  .header-btn {
    width: auto;
    height: 35px;
  }
  .header-btn-inner {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .header-btn-inner p {
    display: none;
  }
  .pc-words {
    display: none;
  }
  .sp-words {
    display: block;
    color: #fff;
    width: 100%;
    line-height: 35px;
  }
  .header-list {
    padding: 0;
  }
  .header-item {
    display: none;
  }
    /* ハンバーガーメニュー */
     .burger-btn {
      width: 25px;
      height: 17px;
      position: fixed;
      top: 10px;
      right: 26px;
      border-radius: 3px;
      z-index: 10000;
      }
      .bar {
      width: 25px;
      height: 3px;
      background-color: #000;
      border-radius: 5px;
      margin: 5px auto;
      }
      .burger-btn .close .bar-top {
      transform: translate(0, 17px) rotate(45deg);
      }
      .burger-btn .close .bar-mid {
      opacity: 0;
      }
      .burger-btn .close .bar-bottom {
      transform: rotate(-45deg);
      }
      .open-wrapper {
        background-color: #000;
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 9998;
      }
      .fv-musk {
        position: fixed;
        width: 100vw;
        height: 100vh;
        right: 0;
        pointer-events:none;
      }
      .fv-musk ul {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 40%;
        text-align: center;
      }
      .fv-musk li {
        padding-bottom: 20px;
      }
      .fv-musk li a {
        text-transform: uppercase;
        color: #fff;
        font-size: 26px;
        font-weight: bold;
      }

  /* メイン */
  .bg02{
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 70%;
    right: 0;
  }
  .bg03 {
    width: 93%;
    margin-right: 0;
  }
  .kuwahara-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    right: -34%;
    overflow: hidden;
    z-index: -2;
  }
  .kuwahara-img img {
    width: 100%;
    height: auto;

  }
  .br-sp {
    display: block;
  }
  .text-box {
    display: inline-block;
    margin: 0;
  }
  .copy01 {
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 24px;
    width: auto;
    padding: 1px 13px;
    font-size: 0.85rem;
  }
  .copy02 {
    display: inline-block;
    width: 100%;
  }
  .term {
    font-size: 2.2rem;
    height: auto;
    display: inline-block;
    margin-bottom: 0;
  }
  .term span {
    font-size: 3.8rem;
  }
  .point {
    display: block;
    font-size: 1.7rem;
  }
  .point span {
    font-size: 2.2rem;
  }
  .copy03 {
    display: block;
    width: 160px;
    line-height: 1;
    margin-right: 0;
  }
  .copy03 .copy03-01 {
    display: inline-block;
    width: 160px;
    font-size: 2rem;
    background-image: linear-gradient(90deg, #F6A724 12.53%, rgba(246, 167, 36, 0) 49.13%, rgba(246, 167, 36, 0.623167) 77.6%, rgba(246, 167, 36, 0.852273) 96.41%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 16px;
    position: relative;
  }
  .copy03 .copy03-02 {
    font-size: 2rem;
  }
  .copy03 .copy03-01::after,
  .copy03 .copy03-02::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 16px solid rgba(243, 152, 2, 0.787879);
  }
  .comment {
    background-size: 80px auto;
    font-size: 0.57rem;
    width: 75px;
    height: auto;
    line-height: 1.2;
    padding: 10px;
    position: absolute;
    top: 35%;
    left: 45%;
    z-index: 5;
    margin-right: auto;
  }
  .comment01,
  .comment02 {
    display: none;
  }
  .copy04 {
    display: inline-block;
    width: 280px;
    
  }
  .copy04 p {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 10px;
    border-radius: 10px;
    border-color: transparent;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 14px;
    font-family: 'Hiragino Kaku Gothic Pro', 'Arial Narrow', Arial, sans-serif;
    height: 53px;
  }
  .copy04 br {
    display: none;
  }
  .copy04 .main-btn {
    font-size: 1.1rem;
    background: #1CB903;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    width: 300px;
    height: 45px;
    line-height: 45px;
    line-height: 1;
  }
  .main-btn::after {
    display: none;
  }
  .campaign {
    display: inline-block;
    display: flex;
    min-width: 270px;
    height: 100px;
    margin: 0 auto;
    padding: 15px 15px;
  }
  #gizagiza {
    margin: 0;
  }
  .campaign-box01 {
    display: inline-block;
    margin: 0;
  }
  .campaign-box02 {
    min-width: 200px;
  }
  .triangle1,
  .normal-price,
  .after-price {
    display: none;
  }
  .campaign-box03 {
    display: none;
  }
}

@media screen and (max-width:375px) {
  .campaign {
    position: absolute;
    bottom: 0;
    height: 90px;
  }
