@charset "UTF-8";
/*----------------------------
* setting
*----------------------------*/
img{
  pointer-events: none;
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
html { font-size: 62.5%;}
body{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: 2;
  font-weight: 500;
  color:#242424;

  font-size: 1.6rem;
}

.gutters{
  max-width: 1200px;
  width:100%;
  margin: 0 auto;
}


@media screen and (max-width:767px) {
  body{
    font-size: 1.4rem;
  }
}
section{
  padding:5% 2%;
}
.tel-number a {
  color:#111;
  text-decoration:none;
}
.pc-only{display: block !important;}
.sp-only{display: none !important;}
@media screen and (max-width:767px) {
  .pc-only{display: none !important;}
  .sp-only{display: block !important;}
}
.text-large{
  font-size: 140%;
}
.text-xlarge{
  font-size: 180%;
}
.underline{
  border-bottom: 	double;
}
.mb0{margin-bottom: 0 !important;}
.mt0{margin-top: 0 !important;}
a {
  color: #4cb3e8;
  text-decoration: underline;
}
a img.bnr:hover{
  opacity:.6;
  transition: .5s;
}
p.more {
    display: block;
    overflow: hidden;
    margin: auto;
}
p.more.pd {
    padding: 10px 20px;
}
.more a {
    display: block;
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
    background-image: url(../img/a_btn_arr.png);
    background-position: right 5% center;
    background-repeat: no-repeat;
    padding: .7em 0.5em .8em;
    margin: 0 auto 1px;
    max-width: 340px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border-radius:35px;
    font-size: 1.8rem;
}
.more a:hover{
    border: 1px solid #333;
    background-color: #333;
    background-image: url(../img/a_btn_arr.png);
    background-position: right 3% center;
    background-repeat: no-repeat;
    transition: .3s;
}
@media screen and (max-width:767px) {
  .more a {
      font-size: 14px;
  }
}


.text-center{text-align: center !important;}
.text-center img{
  display: block;
  margin: 0 auto;
}
.text-left{text-align: left !important;}
.text-right{text-align: right !important;}
.blBtn{
  text-align: right;
  margin-top: 30px;
}
.blBtn a{
  text-decoration: underline;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  margin: 5% auto 0;
}


h3{
  text-align: left;
  background-color:#ddd;
  font-weight: 500;
  padding: 4px 0;
  padding-left: 20px;
  margin-bottom: 20px;
}

/*color *************************************************/
.white{color:#fff !important;}
.black{color:#111 !important;}
.pink{color:#f14889 !important;}
.yellow{color:#d09a00 !important;}
.green{color:#4ea544 !important;}
.blue{color:#00a0ea !important;}
.red{color:#de3427 !important;}

/*Header *************************************************/




.header {
  background-color: white;
  width: 100%;
  height: 90px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  max-width: 1252px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  margin: 0 auto;
}


/* ヘッダーのロゴ部分 */
.header__title {
  width: 120px;
}


@media screen and (min-width: 960px) {
  .header__title {
    width: 120px;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}
@media screen and (max-width: 960px) {
  .header__nav {
    display: none;
  opacity: 0;
  }
}

@media screen and (min-width: 961px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 65%;
  }
}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}


@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}

/* ナビのリンク */
.nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  text-decoration: none;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}


/* ハンバーガーメニュー */

.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}



/*main *************************************************/

main{
  max-width: 1252px;
  width: 100%;
  margin: 0 auto;
}
  @media screen and (max-width:1024px) {
    main{}
  }

.Mv img{
  width: 100%;
}

main section{
  width: 100%;
  max-width: 1087px;
  margin: 3% auto 0%;
}
main section .Title{
  background-color: #08489E;
  padding: 10px 0 10px 35px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  min-height: 80px;
}
@media screen and (max-width:1024px) {
  main section .Title{
    font-size: 20px;
    padding: 5px 0 5px 15px;
    min-height: 40px;
  }
}
main section .Title .Icon{
  position: absolute;
  top:-20px;
}
main section .Title .Txt{
  position: absolute;
  top:0px;
  left: 170px;
}

@media screen and (max-width:1024px) {
  main section .Title .Icon{
    position: absolute;
    top:-20px;
  }
  main section .Title .Icon img{
    max-width: 80px;
  }
  main section .Title .Txt{
    position: absolute;
    top:0px;
    left: 100px;
  }
}


main section .TextArea{
  width: 100%;
  max-width: 100%;
  padding: 2% 5% 5%;
  font-size: 24px;
  line-height: 1.6;
  background-color: #fff;
}

#voice .TextArea .row{
  display: flex;
  align-items:center;
}
#voice .TextArea .row .col.img{
  width: 30%;
}

#voice .TextArea .row .col.img img{
  max-width: 260px;
}

@media screen and (max-width:820px) {
  #voice .TextArea .row .col.img img{
    max-width: 200px;
  }
}

@media screen and (min-width:1025px) {
  main section .TextArea .Txt{
    padding-top: 80px;
  }
}

@media screen and (max-width:1024px) {
  main section .TextArea{
    padding: 4% 5%;
    font-size: 18px;
  }
}

main section .TextSub{
  margin-top: 10px;
  font-size:15px;
  line-height: 1.6;

}

.presentWrap{
  background-image: url(../img/present_bg.png);
  background-size: cover;
  padding:0;
}

.scheduleWrap{
  background-image: url(../img/schedule_bg.png);
  background-size: cover;
  padding:0;
}

.scheduleTtl{
  font-size: 23px;
  font-weight: bold;
  border-bottom: solid 3px #08489E;
  padding-bottom: 20px;
}
.scheduleTxt{
  font-size: 18px;
  margin-top: 10px;
  padding-left: 20px;
}

@media screen and (max-width:767px) {
  .scheduleTtl{
    font-size: 20px;
  }
  .scheduleTxt{
    font-size: 14px;
    padding-left: 0px;
  }
}

/*footer *************************************************/

footer{
  max-width: 1252px;
  width: 100%;
  margin:  0 auto;
  font-size: 14px;
  background-color: #505050;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width:768px) {
footer{
   margin-bottom: 77px;
}
}
@media screen and (max-width:414px) {
footer{
   margin-bottom: 50px;
}
}

.img{
  width: 100%;
}
.imgBtn{
  width: 100%;
  max-width: 375px;
}
.scheduleimg{
  max-width: 254px;
  display: block;
  margin: 0 auto;
}
.textLarge{
  font-size: 130%;
}
@media screen and (max-width:768px) {
  .textLarge{
    text-align: center;
    display:block;
  }

  .imgBtn{
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: block;
  }
}
.Voiceimg{
  margin: 0 auto;
  display: block;
}
@media screen and (min-width:1025px) {
.Voiceimg{
  margin-top: 50px;
}
}
@media screen and (max-width:768px) {
  img.Voiceimg {
    max-width: 200px;
  }
}

.instructorName{
  display: flex;
  justify-content:space-between;
  align-items: center;
  grid-gap: 30px;
}
.instructorName .name{
  font-size: 64px;
}
@media screen and (max-width:1024px) {
  .instructorName .name{
    font-size: 40px;
  }
}
@media screen and (max-width:768px) {
  .instructorName .name{
    font-size: 30px;
  }
}
.instructorName .name span{
  font-size: 26px;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width:768px) {
  .instructorName .name span{
    font-size: 18px;
    margin-left: 0;
  }
  .instructorName .Img img{
    max-width: 170px;
  }
}



/*pagetop *************************************************/

#pageTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 5000;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0px;
  border-radius: 30px;
  width: 52px;
  height: 52px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.imgRight{
  margin-top: 40px;
}
@media screen and (max-width:768px) {
  .imgRight{
    margin-top: 0;
  }
}


.mgt0{margin-top: 0 !important;}


ul.SeminarList {
    margin: 30px 20px;
}
ul.SeminarList li{
    font-size: 20px;list-style: inside;
}
@media screen and (max-width:768px) {
  ul.SeminarList li{
      font-size: 16px;
  }
}

ul.SeminarList li p{
    display: inline;
    border-bottom: double;

}

.FixedBnr{
  position: fixed;
  right: 15px;
  top: 260px;
  z-index: 100;
}
.FixedBnr a{
  display: inline-block;
}
.FixedBnr a img:hover{
  opacity: .6;
  transition-duration:.3s;
}
@media screen and (max-width:768px) {
  .FixedBnr{
    display: none;
  }
}


.FixedBnrSP{
  position: fixed;
  right: 0;
  left: 0;
  bottom:0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}
.FixedBnrSP a{
  display: inline-block;
}
.FixedBnrSP a img{
  width: 98%;
}
.FixedBnrSP a img:hover{
  opacity: .6;
  transition-duration:.3s;
}
@media screen and (min-width:769px) {
  .FixedBnrSP{
    display: none;
  }
}




.scheduleTextArea{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (max-width:768px) {
  .scheduleTextArea{
    grid-template-columns: 1fr;
  }
}
.scheduleTextArea .Box{
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content:space-around;
  box-shadow: 2px 2px 4px gray;
}
.scheduleTextArea .img{
  width: 28%;
}
@media screen and (max-width:820px) {
  .scheduleTextArea .img img{
    width: 80px;
  }
}

.scheduleTextArea .txt{
  width: 72%;
}


p.btn{
  text-align: center;
}
p.btn a{
  display: block;
}
p.btn a img{
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width:820px) {
  p.btn a img{
    max-width: 220px;
    width: 100%;
  }
}
