@charset "UTF-8";

/*reset*/

*:focus {
  outline: none !important;
  box-shadow:none !important;
}
body{
  background-repeat: repeat;
  background-position: center top;
  background-size: 756px;
  background-image: url(../images/ast_jinn_black01.jpg);
  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: 17px;
}
h1, h2, h3, h4{
  margin: 0;
  padding: 0;
  text-align: center;
}
main a{
  color: #f7f2c8;
  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: #0d0015;
  color: #fff;
  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-bottom: 20px;
  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: 30px;
}
.fs_md{
  font-size: 1.25rem!important;
}
.fs_s{
  font-size: 1.07rem!important;
}
.fs_ss{
  font-size: 0.875rem!important;
}
.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;
}
.btn_apply{
  max-width: 670px;
  width: 100%;
  height: 130px;
  border:solid 3px #E15A28;
  border-radius: 80px;
  padding: 0.7rem;
  margin: 0 auto 30px;
  background-color: #E15A28;
  color: #fff;
  display: block;
  line-height: 1.6;
  text-align: center;
}
.btn_apply:hover{
  color: #fff;
  background-color: #fff;
  border:solid 3px #E15A28;
}
.btn_apply button{
  font-weight: bold;
  font-size: 23px;
}
.btn_apply span{
  font-size: 1.8rem;
  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,0.85);
  border-radius: 10px;
  padding: 40px 30px;
}
/*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: #fff;
  margin-bottom: 50px;
}
.mainArea p{
  margin-bottom: 24px;
  line-height: 1.625;
}
.mainArea h2.title{
  max-width: 900px;
  margin: 0 auto;
}
.mainArea h2.title img{
  margin-top: -20px;
  width: 730px;
  opacity: 0.75; /* 透明 */
}
.mainArea .row{
  background-size: cover;
  background-position: bottom;
  background-color: #0d0015;
}
.mainArea .contents{
  margin-top: 0;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
  padding: 30px 0 10px;
  white-space:normal;
  word-break:break-word;
}
.mainArea .lead01{
  font-size: 26px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: -10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mainArea .lead02{
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 7px;
  font-weight: bold;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

/*scheduleArea*/
.scheduleArea{
  margin-bottom: 50px;
}
.scheduleArea ul{
  max-width: 600px;
  margin: 0 auto 20px;
}
.scheduleArea ul li.center{
  text-align: center;
}

/*profileArea*/
.profileArea{
  margin-bottom: 50px;
}
.profileArea .contents h2.title02 img{
  margin-top: -850px;
  width: 100%;
  opacity: 0.3; /* 透明 */
}
.profileArea .title-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap; /* この行を追加 */
}
.title-text01 {
    display: flex; /* アイコンとテキストをflexで並べる */
    align-items: center;
}
.title-text-content {
    font-size: 19px;
    font-weight: bold;
    word-break: break-word; /* 長い単語でも途中で改行させる */
    /* または white-space: normal; */
}
.profileArea .title-text01 img.icon{
  display: block;
  width: 12px;
  margin-right: 10px;
}
.profileArea .title-line{
  border: solid 1px #000;
  width: 100%;
}
.profileArea .row{
  background: #;
}
.profileArea .instructor{
  margin-bottom: 5px;
  font-weight: bold;
}
.profileArea .col-12{
  padding-bottom: 0px;
}
.profileArea p{
  line-height: 1.7;
}

/*imgArea*/
.imgArea .contents h2.title02 img{
 text-align: center;
 margin-top: 0px;
 margin-bottom: 0px;
  width: 50%;
  opacity: 0.7; /* 透明 */
}
	 	 
/*applyArea*/
.applyArea {
  margin-bottom: 50px;
}
.applyArea .tri_trans2 {
  font-size: 4rem;
  line-height: 4rem;
  transform: scale(2.1, 0.7);
  color: #E15A28;
  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 p.kairos{
  font-size: 0.9rem;
  font-weight: bold;
  color: #1f2f54;
   border: 1px solid gray; /* 枠線 */
  border-radius: 10px; /* 角丸の半径を15pxに設定 */
  padding: 10px 20px;
}

.applyArea p.kairos .underline_black{
 text-decoration:underline 1.5px solid #1f2f54;
}

/*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{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}
.InformationArea dd{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.625;
  margin-bottom: 30px;
}
.InformationArea .sponsor{
  text-align: center;
  color: #fff;
  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;
}