@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;/* */
  width: 100%;
  color: #161616;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
a {color: #161616; text-decoration: none;}
a:hover {text-decoration: underline;}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.sp_only{display: none;}

@media screen and (max-width: 767px){
  .pcview{display: none;}
  .spview{display: block;}
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-weight: normal;
  text-align: start;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;
  word-break: normal;
  -webkit-text-size-adjust:100%;
	/* z-index: 1; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 0;
  color: #000;
  position: relative;
  overflow: hidden;
}
body .wrapper::before {
  position: fixed;
  top: 0;
  left: 0;
  background: url(mvbg.jpg) no-repeat center top;
  width: 100%;
  height: 100vh;
  background-size: cover;
  content: "";
  z-index: -1;
}
footer{
  background: #fff;
  position: relative;
  z-index: 1;
}

.header{
  width: 740px;
  max-width: 90%;
  margin: 60px auto;
  text-align: center;
  color: #fff;
}
.title_shoulder{
  line-height: 50px;
  border: 2px solid #fff;
  border-radius: 25px;
  padding: 0 30px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
.header .title{
  /* font-feature-settings: "palt"; */
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: bold;
}
.header .title_main{
  margin-bottom: 30px;
}
.header .title_sub{
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.wrapper p{
  font-size: 1.6rem;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper a:hover {
  cursor: pointer;
}
.wrapper .ib{
  display: inline-block;
}
.wrapper .inner{
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
  padding: 5%;
}
.main_contents{
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  background-color: rgba(255, 255, 255, 1);
  padding: 45px 0;
}
.thumb{
  display: flex;
  justify-content: space-around;
  gap: 2%;
}
.thumb img{
  display: block;
  width: 31.333%;
}
.lead{
  margin-bottom: 1em;
}
.lead p{
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .5em;
}
.detail{
  overflow: hidden;
  border: 1px solid #999;
  padding: 20px 30px;
}
.detail h3{
  color: #000;
  font-size: 1.5rem;
  line-height: 21px;
  text-align: center;
  margin-bottom: .5em;
}
.detail dl{
  line-height: 1.5;
  padding-top: 10px;
}
.detail dt{
  margin-bottom: 5px;
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  font-size: 1.7rem;
  flex: 1;
}
.detail span.lecturer{
  width: auto;
  /* flex: 1; */
  font-size: 1.4rem;
}
.detail dt span.ttl{
  background-color: #000;
  color: #fff;
  margin-right: 6px;
  padding: 4px 8px 4px;
  font-size: 1.2rem;
  font-weight: bold;
  align-self: flex-start;
}
.detail dd{
  margin-bottom: 1em;
}
.detail dd span{
  display: inline-block;
}
@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .header_mv {
    position: absolute;
    bottom: 15px;
    left: 60%;
    width: calc(40vw - 15px);
  }
  section.inner{
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px){
  .inner{
    max-width: 100%;
    padding: 5%;    
  }
  .header{
    margin: 7.5% auto 2.5%;
  }
  .title_shoulder{
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .header .title_main{
    font-size: 5rem;
  }
  .header .title_sub{
    font-size: 2rem;
  }
  .main_contents{
    margin: 0 auto;
    padding: 2.5% 0;
  }
  .detail{
    padding: 4% 5% 2.5%;
  }
  .detail dt{
    margin-right: 0;
    width: 100%;
    display: block;
    line-height: 1.7;
  }
  .detail dt span.ttl{
    padding: 2px 8px 2px;
    font-size: 1.2rem;
  }
  .detail dt span.lecturer{
    display: block;
    font-size: 1.2rem;
  }
  .detail dd{
    width: 100%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 460px){
  .title_shoulder{
    font-size: 1.3rem;
    line-height: 30px;
    border-radius: 15px;
  }
  .header .title_main{
    font-size: 3.4rem;
  }
  .header .title_sub{
    font-size: 1.6rem;
  }
}

/* nextlink
----------------------------------------*/
.nextlink{
  width: 100%;
  max-width: 640px;
  background-color: #041741;
  border-radius: 10px;
  margin: 30px auto 0;
}
.nextlink a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  padding: 2.5% 5% 3%;
}
.nextlink a:hover{
  text-decoration: none;
}
.nextlink a .txt{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.nextlink a .txt span{
  font-size: 1.25em;
  display: block;
}
.nextlink a .btn{
  font-size: 3rem;
  font-weight: bold;
  text-align: right;
  padding-right: 32px;
  position: relative;
  top: 10px;
  color: #A2B6FF;
  transition: 0.5s;
}
.nextlink a .btn::before, .nextlink a .btn::after {
  position: absolute;
  top: calc(50% - 8px);
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid #A2B6FF;
  border-bottom: 2px solid #A2B6FF;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.nextlink a .btn::after {
  right: 20px;
  transition: 0.5s;
}
.nextlink a .btn::before {
  right: 12px;
}
.nextlink a:hover .btn{
  padding-right: 27px;
  position: relative;
}
.nextlink:hover{
  opacity: .9;
}

.movie_contents{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: rgba(000, 000, 000, .5);
}
.movie_box{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 5%;
}
.movie_box > div
.movie_box > script{
  max-width: 100%;
  height: auto;
}
.contact{
  text-align: center;
  padding-bottom: 5%;
}
.contact h3{
  display: inline-block;
  line-height: 40px;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0 30px;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1em;
}
.contact p{
  color: #fff;
  font-weight: bold;
}
.contact a{
  color: #fff;
}

@media screen and (max-width: 767px){
  .nextlink a .txt{
    font-size: 1.1rem;
  }
  .contact h3{
    font-size: 1.6rem;
    line-height: 30px;
    border-radius: 15px;
  }
  .contact p a{
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 460px){
  .nextlink a .btn{
    font-size: 1.6rem;
  }
  .nextlink a .btn::before, .nextlink a .btn::after{
    position: absolute;
    top: calc(50% - 6px);
    content: "";
    width: 12px;
    height: 12px;
  }
  
}

/* note_text
----------------------------------------*/
#note_text{
  margin: 10px auto 0;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  color: #fff;
    width: 90%;
}
#errorMessage {
font-size: 12px;
color: #ffffff;
line-height: 1.4em;
margin-bottom: 30px;
text-align: center;
}
@media screen and (max-width: 767px){
  #note_text-note{
    font-size: 1.3rem;
  }
}

/* pagenation
----------------------------------------*/
.pagenation{
  padding: 60px 5%;
}
.pagenation-list{
  display: flex;
  justify-content: center;
}
.pagenation-list li{
  margin: 0 0.4em;
}
.pagenation-list-current,
.pagenation-list-link{
  width: 50px;
  height: 50px;
  border: solid 1px #041741;
  line-height: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.pagenation-list-current{
  background: #041741;
  color: #fff;
}
.pagenation-list-link a{
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #041741;
  text-decoration: none;
  transition: 0.5s;
}
.pagenation-list-link a:hover{
  background: #041741;
  color: #fff;
}

@media screen and (max-width: 767px){
  .pagenation{
    padding: 1.5em 5%;
  }
  .pagenation-list-current,
  .pagenation-list-link{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.0rem;
  }
}


/* お問い合わせ
----------------------------------------*/
/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 5px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
@media screen and (max-width: 767px){
  .pagetop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}
