@charset "UTF-8";
/* CSS Document */
html {
  box-shadow: inset 0px 0px 50px 16px rgba(46, 29, 73, 0.2);
  font-size: 16px;
}
body {
    font-family:'Noto Sans JP', sans-serif , YakuHanJPs, Roboto, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, nc3Jp, sans-serif !important;
    background-color: #DAD2DD;
    background-image: url("../img/background.jpg");
    color: #2E1D49;
    height: 100%;
    font-feature-settings: "palt" 1;
    }
a:link{
    color: #2E1D49;
}
#ft_container a:link {
        color: #FFF;
    }

img {
    max-width: 100%;
    height: auto;
}
.imgborder{
    border-radius: 16px;
    box-shadow: 0px 5px 15px -5px rgba(18, 1, 54, 0.53);
}
/*nav start*/
@import url(https://fonts.googleapis.com/css?family=EB+Garamond|Work+Sans:700);
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
}
section {
  padding: 12.5%;
  width: 100%;
}
section:nth-of-type(even) {
  background: #fff;
  color: #111;
}

p {
    font-size: 1.2rem;
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

h2 {
  font: bold 2.8rem "Work Sans", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 2em;
}
h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0 0 20px 0;
    font-weight: normal;
}
nav {
  mix-blend-mode: normal;
  z-index: 100;
}
nav ul {
  position: fixed;
  top: 95px;
  right: 15px;
  height: 100vh;
  visibility: hidden;
  pointer-events: none;
  list-style: none;
  width: 35px;
}
nav ul li {
  font: bold 1rem "Work Sans", "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0.75em 0;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
nav.active ul {
  visibility: visible;
  pointer-events: initial;
  transition-delay: 0.2s;
}

.nav-icon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  position: fixed;
  top: 70px;
  right: 22px;
  transition: background 0.3s;
  width: 35px;
}
.nav-icon span {
  position: absolute;
  top: 15px;
  left: 5px;
  background: #2E1D49;
  display: block;
  height: 3px;
  right: 5px;
  transition: transform 0.3s;
}
.nav-icon span:before, .nav-icon span:after {
  width: 100%;
  height: 3px;
  background: #2E1D49;
  content: "";
  display: block;
  left: 0;
  position: absolute;
}
.nav-icon span:before {
  top: -8px;
}
.nav-icon span:after {
  bottom: -8px;
}
.active .nav-icon span {
  transform: rotate(90deg);
}
/*nav end*/

#contents{
    width: 74%;
    min-width: 1000px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 70px 0 70px;
    background: rgb(228,222,230);
    background: linear-gradient(90deg, rgba(228,222,230,0) 0%, rgba(228,222,230,1) 20%, rgba(228,222,230,1) 80%, rgba(228,222,230,0) 100%);
}

.scroll {
  margin     : 0 auto 0px auto;
  padding: 3px;
  width      : 74%;
  font-size  : 1rem;
  line-height: 1.5em;
  text-align : center;
  color      : rgb(228,222,230);
    background: rgb(228,222,230);
    background: linear-gradient(90deg, rgba(228,222,230,0) 0%, rgba(43,30,71,1) 20%, rgba(43,30,71,1) 80%, rgba(228,222,230,0) 100%);
    overflow   : hidden;
}
.scroll span{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  animation   : scrollAnime 30s linear infinite;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}


.facebook_wrap{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
 
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 500px !important;
}
#ft_container{
    width: 74%;
    min-width: 1040px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 70px 0 70px;
    background-color: #2E1D49;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.01);
    border-radius:10px 10px 0px 0px ;
}
.pagetitle-container{
    background: rgb(228,222,230);
    background: linear-gradient(90deg, rgba(228,222,230,0) 0%, rgba(46,29,73,0.9010197829131653) 20%, rgba(46,29,73,0.9) 80%, rgba(228,222,230,0) 100%);    text-align: center;
    color: #FFF;
    margin: 20px 0 20px 0;
    padding: 20px;
    border-radius:10px;

}
.h2-pagetitle{
    font-family: 'Noto Sans JP', sans-serif;
    padding: 10px 0 0 0;
    margin-bottom: 0;
}
.pagetitle-en{
    
}
.logo{
    margin: 0 auto;
    width: 350px;
}
.maincopy{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 4rem;
    font-weight: 100;
    line-height: 5rem;
    margin: 80px 0 20px 0;
}
.mainbodycopy{
    font-size: 1.5rem;
    text-align: right;
}
h2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin-bottom: 10px;
}
h4{
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0 0 10px 0;
}
.txt-small{
    font-size: 0.8rem;
    font-weight: bold;
}
.columnc-ontainer{
    display: flex;
    margin: 0 0 30px 0;
}
.contact-container-item1{
    width: 50%;
    padding: 0 10px 0 0;
}
.contact-container-item2{
    width: 50%;
    padding: 0 0 0 10px;
}
.columnc-ontainer2{
    display: flex;
    margin: 0 0 10px 0;
}
.contact-container2-item1{
    width: 50%;
    padding: 0 5px 0 0;
}
.contact-container2-item2{
    width: 50%;
    padding: 0 0 0 5px;
}.contact-container-item1-prf{
    width: 30%;
    padding: 0 10px 0 0;
}
.contact-container-item2-prf{
    width: 70%;
    padding: 0 0 0 10px;
}
.students-container{
    display: flex;
    align-items: stretch;
}
.students-containar_item1{
    width: 50%;
    padding: 0 10px 0 0;
}
.students-containar_item2{
    width: 50%;
    padding: 0 0 0 10px;
}
.students-containar_item2 p{
    font-size: 1rem;
}
.students-prf{
    font-weight: bold;
    font-size: 1rem !important;
    margin: 0;
}
.students-prf2{
    font-weight: bold;
    font-size:0.8rem !important;
    margin: 0 0 5px 0;
}
.profile_container{
    display: flex;
    margin-bottom: 5px;
}
.profile_item1{
    width: 300px;
    padding-right: 30px;
}
.profile_item2{
    align-self: center;
}
.profile_jobname{
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.profile_yomi{
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5em;
    margin-bottom: 5px;
}
.profile_name{
    font-size: 2rem;
    font-weight: bold;
    padding: 0;
    line-height: 0.8em;
}
.profile_readcopy{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 2.5rem;
    letter-spacing: 0.4rem;
    text-align: right;
}
.profile_bodycopy{
    margin: 0 0 35px auto;
    font-size: 1.2rem;
    text-align: right;
    width: 65%;
}
.prf-h3{
    font-size: 1rem;
    font-weight: bolder;
    display: inline-block;
    padding: 2px 5px;
    border: solid 1px #2E1D49;
    margin: 0 0 10px 0;
    background-color: #FFF;
    border-radius: 3px;
    line-height: 1.5rem;
}
.prf-p{
    font-size: 1rem;
    line-height: 1.2em;
    padding-bottom: 5px;
    border-bottom: 1px solid #453e50;
}
.contact-container{
    display: flex;
    width: 70%;
    margin: 50px auto 40px auto;
    border-radius:10px 10px 0px 0px ;
}
.ft-maps_container{
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 1rem;
}
.ft-maps_item1{
    width: 300px;
    padding-right: 30px;
}
.ft-maps_item2{
}

.ft-copyright{
    font-size: 0.8rem;
    text-align: center;
    padding: 10px;
    color: #FFF;
}
.icon-youtube--box{
    background-color: #2b1f47;
    border-radius: 16px;
    padding: 20px 10px 20px 10px;
    margin: 0 0 10px 0;
}
.icon-youtube--box a{
    display: block;
    background-image: url("../img/icon_youtube.png");
    background-size: 2em;
    background-position: center left 10px;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 10px 0 60px;
}
.icon-youtube {
}
.ft-navi {
    font-size: 1.2rem;
    font-weight: bold;
    list-style: none;
}
.ft-navi li{
    float: left;
    padding: 0 15px 0 15px;
    border-right: solid 1px #FFF;
}
.ft-navi li:last-child{
    border-right: none;
}
.ft-navi li:first-child{
    padding-left: 0;
}

.container_bt-contact {
/*  height: 100%;*/
  }
.elm {
  width: 200px;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: 800;
  background-color: #2E1D49;
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 34px 30px 30px 30px;
  color: #fff;
  transition: 0.2s;
  opacity: 1;
  border-radius:100px;
  border: solid 1px #FFF;
}
.table_smalltxt{
    font-size: 0.7em;
    font-weight: bolder;
    line-height: 1.5em;
    display: block;
}
.table_style{
    width: 100%;
	border-spacing: 0;
	border-collapse: separate;
    font-size: 1.2rem;
}
.table_style th,.table_style td{
	border-top: 1px solid #2E1D49;
	border-left: 1px solid #2E1D49;
	vertical-align: baseline;
}
.table_style th{
	padding: 5px 10px;
	background: #3F2863;
	color: #FFFFFF;
	text-align: left;
}
.table_style tr:nth-child(even) th{
	background: #2E1D49;
}
.table_style td{
	padding: 10px 10px;
	background: #FCFCFC;
	color: #2E1D49;
}
.table_style tr:nth-child(even) td{
	background: #EEEEEE;
}
.table_style th:last-child,.table_style td:last-child{
	border-right: 1px solid #2E1D49;
}
.table_style tr:last-child th,.table_style tr:last-child td{
	border-bottom: 1px solid #2E1D49;
}
.table_style tr:first-child :first-child{
	border-top-left-radius: 5px;
}
.table_style tr:first-child :last-child{
	border-top-right-radius: 5px;
}
.table_style tr:last-child :first-child{
	border-bottom-left-radius: 5px;
}
.table_style tr:last-child :last-child{
	border-bottom-right-radius: 5px;
}
.table_style th:not(:first-child),.table_style td:not(:first-child){
	border-left:none;
}
.table_style tr:not(:first-child) th,.table_style tr:not(:first-child) td{
	border-top:none;
}

.btn,
a.btn {
  color: #fff;
  background-color: #2E1D49;
  font-size: 1rem;
  font-weight: bolder;
  padding: 10px 20px 10px 20px;
  margin: 10px;
}
.btn:hover,
a.btn:hover {
  color: #fff;
  background: #453e50;
}

a.btn--radius {
   border-radius: 100vh;
}
.button-insta{
    width: 50px;
    display: inline-block;
    position: fixed;
    top: 15px;
    right: 15px;
}
.dokidoki{   
    animation-name:dokidoki;	/* アニメーション名の指定 */
    animation-delay:0s;		/* アニメーションの開始時間指定 */
    animation-duration: 3s;	/* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き（徐々に早く徐々に遅く）*/
    animation-iteration-count: infinite; /* アニメーションをループさせる */
}
 
@keyframes dokidoki {
    0% {
        transform: scale(1);
    }
 
    40% {
        transform: scale(1);
    }
 
    50% {
        transform: scale(1.1);
    }
    
    60% {
        transform: scale(1);
    }
     
    100% {
        transform: scale(1);
    }
}

.pc { display: block !important; }
.sp { display: none !important; }


.newsbn-wrap{
     display: flex;
     flex-wrap: wrap;
}
.newsbn-wrap div{
     width: 25%;
}


/* 画面サイズ スマホ */
@media (max-width: 599px) {
    #contents{
        width: 90%;
        min-width: 90%;
        margin: 0 auto;
        height: 100%;
        padding: 50px 0px 0px 0px;
    }
    .columnc-ontainer{
        display:block;
        margin: 0 0 0 0;
    }
    .contact-container-item1-prf{
        width: 100%;
        padding: 0;
    }
    .contact-container-item2-prf{
        width: 100%;
        padding: 0;
    }
    .contact-container{
    display: flex;
    width: 100%;
    margin: 50px auto 40px auto;
}
    .contact-container-item1{
        width: 100%;
        padding: 0 0 0 0;
    }
    .contact-container-item2{
        width: 100%;
        padding: 0 0 0 0;
    }
    #ft_container{
        width: 90%;
        min-width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 15px 15px 0 15px;
        background-color: #2E1D49;
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.01);
        border-radius:10px 10px 0px 0px ;
    }
    #ft_container a:link {
        color: #FFF;
    }
    .ft-maps_container{
        display: flex;
        align-items: flex-start;
        margin-bottom: 5px;
        color: #FFF;
        font-size: 1rem;
    }
    .ft-maps_item1{
        width: 50%;
        padding-right: 10px;
    }
    .ft-maps_item2{
            width: 50%;

    }
    .ft-maps_item1 p{
        font-size: 1rem;
    }
    #ft_container h2{
        font-size: 1.8rem;
    }
    .ft-navi {
        font-size: 1rem;
        font-weight: bold;
        list-style: none;
    }
    .ft-navi li{
        float:none;
        padding: 0 0 0 5px;
        border-left: solid 1px #FFF;
        border-right: none;
    }
    .ft-navi li:last-child{
        border-right: none;
    }
    .ft-navi li:first-child{
        padding-left: 5px;
    }
    .logo{
        margin: 0 auto;
        width: 70%;
    }
    .maincopy{
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 2.4rem;
        font-weight: normal;
        line-height: 3rem;
        margin: 80px 0 20px 0;
    }
    .mainbodycopy{
    text-align: left;
    font-size: 1.2rem;
    }

    h2 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        margin-bottom: 10px;
    }
    p{
        font-size: 1.2rem;
    }
    .profile_jobname{
        font-size: 0.8em;
        margin-bottom: 14px;
    }
    .profile_item1{
        width: 40%;
        padding-right: 30px;
    }
    .profile_item2{
        align-self: center;
    }
    .profile_jobname{
    font-size: 1rem;
    margin-bottom: 2px;
    }
    .profile_yomi{
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.5em;
    margin-bottom: 5px;
    }
    .profile_name{
    font-size: 1.8rem;
    font-weight: 800;
    padding: 0;
    line-height: 0.8em;
    }
    .profile_readcopy{
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 5px;
        line-height: 2rem;
        letter-spacing: 0.4rem;
        text-align: left;
    }
    .profile_bodycopy{
        line-height: 1.3em;
        margin: 0 0 35px 0;
        font-size: 1.2rem;
        text-align: left;
        width: 100%;
    }
    .students-container{
        display: flex;
    }
    .students-containar_item1{
        width: 40%;
        padding: 0 5px 0 0;
    }
    .students-containar_item2{
        width: 60%;
        padding: 0 0 0 10px;
    }
    .students-containar_item2 p{
        font-size: 0.8rem;
    }
    .students-prf{
        font-weight: bold;
        font-size: 1rem !important;
        margin: 0;
    }
    .students-prf2{
        font-weight: bold;
        font-size:0.8rem !important;
        margin: 0 0 5px 0;
    }
    .elm {
      width: 30%;
      text-decoration: none;
      font-size: 0.7em;
      font-weight: 800;
      background-color: #2E1D49;
      position: fixed;
      bottom: 30px;
      right: 30px;
      padding: 14px 10px 10px 10px;
      color: #fff;
      transition: 0.2s;
      opacity: 1;
      border-radius:100px;
    }
    .icon-youtube--box{
        background-color: #2b1f47;
        border-radius: 16px;
        padding: 10px 10px 10px 10px;
        margin: 0 0 10px 0;
    }
    .icon-youtube--box a{
        display: block;
        background-image: url("../img/icon_youtube.png");
        background-size: 2em;
        background-position: center left 10px;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 1rem;
        font-weight: bold;
        padding: 0 10px 0 60px;
    }
    .icon-youtube {
    }
    .scroll {
      margin     : 0 auto 0px auto;
      padding: 3px;
      width      : 100%;
      font-size  : 1rem;
      line-height: 1.5em;
      text-align : center;
      color      : rgb(228,222,230);
        background: rgb(228,222,230);
        background: linear-gradient(90deg, rgba(228,222,230,0) 0%, rgba(43,30,71,1) 20%, rgba(43,30,71,1) 80%, rgba(228,222,230,0) 100%);
        overflow   : hidden;
    }
    .scroll span{
      display     : inline-block;
      padding-left: 100%;
      white-space : nowrap;
      line-height : 1em;
      animation   : scrollAnime 30s linear infinite;
    }
    @keyframes scrollAnime{
        0% { transform: translateX(0)}
      100% { transform: translateX(-100%)}
    }
    .nav-icon {
        top:70px;
        }
    nav ul li {
      font: bold 1rem "Work Sans", "Arial Black", Gadget, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0.75em 0 0 0;
      text-shadow: 0px 0px 13px rgba(228, 222, 230, 1);
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
    }
    .pc { display: none !important; }
    .sp { display: block !important; }

.newsbn-wrap div{
     width: 50%;
     line-height: 0;
     flex-grow: 1;
}

}