@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* base
----------------------------------------*/
html {
  font-size: 62.5%;
  overflow: auto;
  /* scroll-behavior: smooth; */
}
html *{
  box-sizing: border-box;
}
body {
  width: 100%;
  color: #000;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}
img{width: 100%;height: auto;vertical-align: bottom;}

.spview{display: none;}
.tbview{display: none;}

@media screen and (max-width: 900px){
  .pcview{display: none;}
  .tbview{display: block;}
}

@media screen and (max-width: 767px){
  .spview{display: block;}
}


/* wrapper
----------------------------------------*/
.wrapper{
  position: relative;
	width: 100%;
  color: #fff;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper img{
	width: 100%;
	height: auto;
}


/* mv
----------------------------------------*/
.mv{
  padding-bottom: 40px;
  background-color: #000;
}
h1{
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
h1 span{
  display: block;
}
h1 .sub{
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.4;
}
h1 .main{
  margin-top: 15px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}
h1 .main b{
  font-size: 130%;
}
.mvimage{
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
  background: url(mv.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px){
  .mv{
    padding-bottom: 30px;
  }
  h1 .sub{
    font-size: min(6.4vw, 6.4rem);
  }
  h1 .main{
    font-size: min(7.5vw, 7.5rem);
  }
  .mvimage{
    height: auto;
    padding-top: 80%;
    background: url(mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
}


/* lead
----------------------------------------*/
.lead{
  padding-top: 40px;
}
.lead-inner{
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.lead-inner p{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    padding-top: 30px;
  }
}


/* contents
----------------------------------------*/
.contents{
  padding: 80px 0;
  background-color: #292929;
}

@media screen and (max-width: 767px){
  .contents{
    padding: 50px 0;
  }
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section{
  max-width: 900px;
  width: 94%;
  margin: 0 auto;
}
.section + .section{
	margin-top: 80px;
}
.section-heading{
  position: relative;
  margin-bottom: 50px;
  padding: 0 10px 30px;
  border-bottom: solid 1px #7d6e5a;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.section-heading::before{
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background-color: #ccc;
  content: "";
}
.section-inner{
  padding: 0 5.55555555555556%;
}
.section-inner > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section-inner > p:last-of-type{
  margin-bottom: 0;
}
.section-inner .question{
  font-weight: 700;
}
.section-inner .notes{
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .section-heading{
    margin-bottom: 40px;
    padding: 0 10px 20px;
    font-size: 2.5rem;
  }
  .section-inner{
    padding: 0 2%;
  }
}


/* photo
----------------------------------------*/
.photo{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 50px auto;
}
.photo .image{
  width: 50%;
}
.photo .text{
  width: 45%;
}
.photo .text .eng{
  color: #7d6e5a;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 700;
}
.photo .text .profile{
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.photo .text .profile span{
  font-size: 150%;
}
.photo-wide{
  margin: 50px auto;
}

@media screen and (max-width: 767px){
  .photo{
    margin: 30px auto;
  }
  .photo .image{
    width: 100%;
  }
  .photo .text{
    width: 100%;
    margin-top: 20px;
  }
  .photo .text .profile{
    margin-top: 15px;
  }
  .photo .text .eng{
    font-size: 2.6rem;
  }
  .photo-wide{
    margin: 30px auto;
  }
}


/* seminar
----------------------------------------*/
.seminar{
  padding: 50px 0;
  background-color: #091f30;
}
.seminar-inner{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  border: solid 5px #ededed;
}
.seminar-inner a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(bg-seminar.jpg) no-repeat right center;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.seminar-inner a:hover{
  opacity: 0.7;
}
.seminar-inner a::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, transparent 40%, #070d1b);
  content: "";
}
.seminar-inner .text{
  position: relative;
  width: 100%;
  padding: 35px 30px;
  z-index: 10;
}
.seminar-inner .text .shoulder{
  display: inline-block;
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #00c0fa;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.seminar-inner .text .title{
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}
.seminar-inner .text .title small{
  font-size: 80%;
}
.seminar-inner .text .detail{
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.seminar-inner .text .note{
  font-size: 1.3rem;
  line-height: 1.6;
}
.seminar-inner .text p + p{
  margin-top: 5px;
}

@media screen and (max-width: 767px){
  .seminar{
    padding: 30px 0;
  }
  .seminar-inner a{
    padding-top: 64%;
    background: url(bg-seminar-sp.jpg) no-repeat right top;
    background-size: contain;
  }
  .seminar-inner a::before{
    background: none;
  }
  .seminar-inner .text{
    padding: 10px 15px 20px;
  }
  .seminar-inner .text .title{
    font-size: 2.0rem;
  }
}


/* link
----------------------------------------*/
.link{
  padding: 70px 0;
  background-color: #000;
}
.link-inner{
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.link-heading{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #7d6e5a;
  font-size: 2.2rem;
  font-weight: 700;
}
.link-list li span{
  display: block;
  margin-bottom: 0.3em;
  font-size: 1.8rem;
  line-height: 1.7;
}
.link-list li a{
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  word-wrap: break-word;
}
.link-list li + li{
  margin-top: 2em;
}
.link-list + .link-heading{
  margin-top: 3em;
}

@media screen and (max-width: 767px){
  .link{
    padding: 50px 0;
  }
  .link-heading{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 2.0rem;
  }
	.link-list li span{
	  font-size: 1.6rem;
	}
}


/* pagetop
----------------------------------------*/
.pagetop{
	position: relative;
}
.pagetop p{
	position: fixed;
	bottom: 1em;
	right: 2em;
	width: 60px;
	height: 60px;
}
.pagetop p img{
	width: 100%;
	height: auto;
}
.pagetop a{
	transition: 0.5s;
}
.pagetop a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
  .pagetop p{
    right: 1em;
    width: 40px;
    height: 40px;
  } 
}


/* footer
----------------------------------------*/
footer{
  background-color: #fff;
}
