@charset "UTF-8";

/*reset*/

*:focus {
  outline: none !important;
  box-shadow:none !important;
}
body{
  background-repeat: repeat;
  background-position: center top;
  background-size: 765px;
  position: relative;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  font-family: "ヒラギノ角ゴ ProN W6","ヒラギノ角ゴ ProN W5","Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.body-inner{
  height: 100%;
  background: rgba(232,240,255,0.00);
}
main ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
main ul li{
  line-height: 1.8rem;
  padding: 5px;
  font-size: 18px;
}
h1, h2, h3, h4{
  margin: 0;
  padding: 0;
  text-align: center;
}
main a{
  color: #88101b;
  text-underline-offset: 3px;
}
main a:hover{
  text-decoration: underline;
  color: #f7f2c8;
  text-underline-offset: 3px;
}
.w-760{
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 543px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 544px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
/*共通*/
h1{
  font-size: 2.0rem;
  margin-bottom: 30px;
}
h2{
  font-size: 2.94rem;
  margin-bottom: 20px;
  position: relative;
}
h3{
  background: #fff;
  color: #000;
  max-width: 300px;
  width: 100%;
  border-radius: 30px;
  height: 50px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
h4{
  font-size: 1.63rem;
  margin-bottom: 30px;
}
h5{
  font-weight: bold;
  font-size: 1.2rem;
}
.btn_area{
  text-align: center;
}
.text_area{
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.fw_b{
  font-weight: bold!important;
}
.fs_xlg{
  font-size: 2rem!important;
}
.fs_lg{
  font-size: 1.5625rem!important;
}
.fs_lg{
  margin-top: 10px;
}
.fs_md{
  font-size: 1.25rem!important;
}
.fs_s{
  font-size: 1.3rem!important;
  text-align: center;
}
.fs_s02{
  margin: 0 0 0 90px;
}
.fs_ss{
  font-size: 0.9rem!important;
}
.fs_ss02{
  font-size: 0.875rem!important;
}
.fs_sg{
  font-size: 0.875rem!important;
  text-align: center;
}
.fs_sss{
  font-size: 0.75rem!important;
}
.ff_a{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fc_b{
  color: #000!important;
}
.fs_mt{
  font-size: 1.1rem!important;
}
.btn_apply01{
  max-width: 670px;
  width: 100%;
  height: 120px;
  border:solid 3px #eb6100;
  border-radius: 80px;
  padding: 0.7rem;
  margin: 0 auto 30px;
  background-color: #eb6100;
  color: #fff;
  display: block;
  line-height: 1.6;
  text-align: center;
}
.btn_apply02{
  max-width: 670px;
  width: 100%;
  height: 120px;
  border:solid 3px #00a960;
  border-radius: 80px;
  padding: 0.7rem;
  margin: 0 auto 30px;
  background-color: #00a960;
  color: #fff;
  display: block;
  line-height: 1.6;
  text-align: center;
}
.btn_apply01:hover{
  color: #fff;
  background-color: #6c757d;
  border:solid 3px #6c757d;
}
.btn_apply02:hover{
  color: #fff;
  background-color: #6c757d;
  border:solid 3px #6c757d;
}

.btn_apply01 button{
  font-weight: bold;
  font-size: 28px;
}
.btn_apply02 button{
  font-weight: bold;
  font-size: 28px;
}
.btn_apply span{
  font-size: 2.0rem;
  font-weight: bold;
}
.btn_contact{
  max-width: 670px;
  width: 100%;
  height: 100px;
  border:solid 3px #120713;
  border-radius: 80px;
  margin: 30px auto 0;
  background-color: #120713;
  color: #fff;
  display: block;
  line-height: 1.6;
}
.btn_contact button{
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.btn_contact:hover{
  color: #120713;
  background-color: #fff;
  border:solid 3px #120713;
}

.btn_contact span{
  font-size: 2rem;
  font-weight: bold;
  width: 200px;
  white-space: normal;
}
.row{
  background-color: rgb(255,255,255);
  border-radius: 10px;
  padding: 10px 10px;
}
/*sns*/
iframe#twitter-widget-0{
  height: 28px!important;
  margin-left: 10px!important;
}

/*mainVisual*/
section.mainVisual{
  margin-bottom: 30px;
}
section.mainVisual .mainVisual-inner{
  padding-top: 24px;
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}
section.mainVisual .back{
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 11;
}
section.mainVisual .back a{
  font-size: 18px;
  background: #120713;
  padding: 0 10px;
  color: #fff;
  border: #120713 solid 1px;
  border-radius: 30px;
  display: inline-block;
}
section.mainVisual .back a:hover{
  background: rgb(255, 255, 255,0.65);
  color: #120713;
  text-decoration: none;
}
section.mainVisual img.main_title{
  max-width: 520px;
  width: 100%;
}
section.mainVisual img.main_title_ruby {
  max-width: 425px;
  width: 100%;
  margin-bottom: 5px;
}
section.mainVisual .container {
  padding-bottom: 0;
  padding-top: 0;
}

/*mainArea*/
.mainArea{
  color: #000;
  margin-bottom: 50px;
  background-color: #fff;
}
.mainArea p{
  margin-bottom: 0px;
  line-height: 1.625;
  margin-bottom: 10px;
}
.mainArea h2.title{
  max-width: 760px;
  margin: 0 auto;
}
.mainArea h2.title img{
  max-width: 760px;
  margin-bottom: 20px;
}
.mainArea .row{
  background-size: cover;
  background-position: bottom;
}
.mainArea .contents{
  text-align: center;
  margin-top: 0;
  padding: 0px 0 10px;
  white-space:normal;
  word-break:break-word;
}
.mainArea .lead01{
  font-size: 44px;
  text-align: center;
  color: #ff0000;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  background: linear-gradient(transparent 60%, yellow 30%);
}
.mainArea .lead02{
  font-size: 33px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  background: linear-gradient(transparent 60%, yellow 30%);
}
.mainArea p.lead03 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
 }
 
.mainArea p.leadbun01 {
font-size: 26px;
 }
 .mainArea p.leadbun02 {
font-size: 20px;
 }
  .mainArea p.leadbun03 {
 font-size: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: bold;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.mainArea p.leadbun04 {
font-size: 30px;
color: #ff0000;
margin-bottom: 30px;
font-weight: bold;
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
 }
.mainArea .triangle3 {
  width: 0;
  height: 0;
  margin: auto;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #a50082;
  padding: 10px 0 30px 0;
}

.btn--orange,
.mainArea a.btn--orange {
  width: 450px;
  height: 80px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0 0;
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  margin: 40px 0 0 0;
}
.btn--orange:hover,
.mainArea a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.mainArea a.btn--radius {
  border-radius: 100vh;
}

/*Area*/
.scheduleArea{
  margin-bottom: 50px;
}
.scheduleArea ul{
  max-width: 480px;
  margin: 0 auto 20px;
}
.scheduleArea ul li.center{
  text-align: center;
}
.scheduleArea p.lead03 {
  font-size: 26px;
  text-align: center;
 }
.scheduleArea .box1 {
    padding: 20px 0 20px 0;
    margin: 0 0 40px 0;
    font-weight: bold;
    background-color: #fff100;  
}
.scheduleArea .box1 p {
  font-size: 30px;
  text-align: center;
  margin: 0; 
  padding: 10px;
}
.scheduleArea .box1 p.comment {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin: 0 30px 0 30px; 
  padding: 10px;
}
.scheduleArea .box1 p.comment2 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin: -15px 30px 0 30px;
}
.scheduleArea img {
  max-width: 760px;
  width: 100%;
  text-align: center;
  margin: 7px 0; 
}
.scheduleArea p.leadbun04 {
font-size: 24px;
background: repeating-linear-gradient(-45deg, yellow, yellow 4px, white 3px, white 8px);
}


/*profileArea*/
.profileArea{
  margin-bottom: 50px;
}
.profileArea .title-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.profileArea .title-text{
  white-space: nowrap;
  padding-right: 10px;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profileArea .title-text img.icon{
  display: block;
  width: 12px;
  margin-right: 10px;
}
.profileArea .title-line{
  border: solid 1px #000;
  width: 100%;
}
.profileArea .row{
  background: #;
}
.profileArea .instructor{
  font-size: 19px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
.profileArea .col-12{
  padding-bottom: 0px;
}
.profileArea p{
  line-height: 1.625;
}
.profileArea img.profile_nakoshi{
  display: block;
  max-width: 150px;
  width: 100%;
  border-radius: 50%;
  margin: auto;
}
.profileArea img.profile_sumi{
  display: block;
  max-width: 150px;
  width: 100%;
  border-radius: 50%;
  margin: auto;
}

/*applyArea*/
.applyArea {
  margin-bottom: 50px;
}
.applyArea .tri_trans2 {
  font-size: 4rem;
  line-height: 4rem;
  transform: scale(2.1, 0.7);
  color: #eb6100;
  display: inline-block;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  padding-bottom: 10px;
}
.applyArea ul{
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.applyArea dd{
  margin-left: 0.5rem;
}
.applyArea dl{
  margin-bottom: 60px;
}
.applyArea .container .order{
  text-align: center;
  margin: 26px 0 0 0;
  font-weight: normal;
  font-size: 1.2.rem;
}
.applyArea .pay{
  font-size: 22px;
  color: #ff0000;
  margin-bottom: 5px;
  font-weight: bold;
}
.applyArea .box2 {
    padding: 5px 0 5px 0;
    margin: 0 0 30px 0;
    font-weight: bold;
    border: solid 2px #000000;
    background-color: #fff;   
}
.applyArea p.tsuika {
font-size: 18px;
 margin-bottom: 30px;
}
/*PersonalArea*/
.personalArea img {
  max-width: 760px;
  width: 100%;
  text-align: center;
}

/*InformationArea*/
.InformationArea{
  color: #fff;
  margin-bottom: 50px;
}
.InformationArea h3 {
  background: transparent;
  color: #fff;
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  height: auto;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 20px;
}
.InformationArea .Information-title img{
  max-width: 300px;
  width: 100%;
}
.InformationArea .row{
  background-color: #120713;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.InformationArea dl{
  margin-bottom: 0;
}
.InformationArea dt{
  margin-bottom: 3px;
}
.InformationArea dd{
  line-height: 1.625;
  margin-bottom: 30px;
}
.InformationArea .sponsor{
  text-align: center;
  color: #000;
  padding: 0 10px;
}

/*footer*/
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,1);
}
.bg-navy{
  background-color: #120713;
}
.bg-blue{
  background-color: rgba(0, 0, 3, 0.83);
}
.btn-p{
  padding: 0 5px!important;
}
footer .navbar-brand img{
  width: 80px;
}

/*pagetop*/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 10;
}


/*personalArea*/

.personalArea p.midashi {
   font-size: 20px;
   margin: 10px 20px 10px 20px;
}
.personalArea p.kotoba {
   font-size: 16px;
   margin: 20px 20px 20px 20px;
}
hr.line2{
  border: none;
  border-top: 1px dotted #999;
}

/*個人情報の利用目的*/
.personal{
margin: 50px 0 50px 0;
}
.personal .subtitle{
text-align: center;
}
.personal .subtitle{
text-align: center;
}
.personal .fs_sg{
text-align: center;
}





