@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notoserifjp.css");


html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 75%;
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 2.0;
}

a {
  text-decoration: underline;
  color: #333;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
a:hover {
  text-decoration: none;
	opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
}
p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 1.8rem;
}
img {
  width: 100%;
}
ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#ejaTop {
  background: url(../img/hero.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 0 4rem 0;
}
#ejaTop img {
  width: 100%;
}
#ejaTop h1 {
  margin: 3.5rem auto 0 auto;
  padding: 1rem;
  width: 80%;
  color: #163179;
  text-align: center;
  background-color: rgba(255,255,255,0.9);
}
#ejaTop h1 span {
  margin: 0;
  padding: 0.5rem;
  width: auto;
  background-color: #163179;
  color: #fff;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 2;
}
#ejaTop h1 span.h1text {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0.2rem 0 0.4rem 0;
  width: 100%;
  border-bottom: solid 1px;
  background: none;
  color: #163179;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
}
#ejaTop h1 small {
  display: block;
  padding: 0;
  border-bottom: solid 1px;
  font-size: 1.2rem;
  font-weight: 800;
}


#ejaSec {
  background: url(../img/hero.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 3rem 0;
  padding: 0 0 2rem 0;
}
#ejaSec h1 {
  margin: 2rem auto 0 auto;
  padding: 1rem;
  width: 75%;
  color: #163179;
  text-align: center;
  line-height: 1.4;
  background-color: rgba(255,255,255,0.9);
}
#ejaSec h1 span {
  margin: 0;
  padding: 0.3rem 0.5rem;
  width: auto;
  background-color: #163179;
  color: #fff;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 2;
}
#ejaSec h1 span.h1text {
  margin: 0 auto 0 auto;
  padding: 0.5rem 0 0 0;
  width: 100%;
  background: none;
  color: #163179;
  text-align: center;
  letter-spacing: 0.0rem;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.2;
  border-bottom: solid 1px;
}
#ejaSec h1 small {
  padding: 0;
  font-size: 1.0rem;
}

h1 img {
  margin: 0 auto;
  padding: 0;
}
h2 {
  margin: 0 0 0.8rem 0;
  padding: 0;
  text-align: left;
  color: #22AC38;
}
h3 {
  margin: 0.8rem 0;
  padding: 0 0 0 1rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
  border-left: solid 5px #333;
}
.pageTop {
  margin: 4em 0;
  width: 100%;
  text-align: center;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/* 画面外にいる状態 */
.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  -moz-opacity:0.0;
  transition : all 500ms;
  transform : translate(-50px, 0);
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  -moz-opacity:0.0;
  transition : all 500ms;
  transform : translate(50px, 0);
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  -moz-opacity:0.0;
  transition : all 500ms;
  transform : translate(0, 50px);
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
}

/* 画面内に入った状態 */
.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -moz-opacity:1.0;
  transform : translate(0, 0);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
}



/*header*/
header {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
header p {
  margin: 0 auto;
  padding: 0.5rem 0;
  width: 90%;
  display: block;
  font-size: 0.8rem;
}
header #headerArea {
  background-color: #163179;
  color: #fff;
}


/*contents*/
#main section {
  background-color: #fff;
}
#main section:nth-last-child(1) .contentSet {
  border-bottom: none;
}
.contentsArea {
  display: block;
  padding: 2rem 0;
  width: 100%;
}
.contentSet {
  display: block;
  margin: 0 auto;
  padding: 1.0rem 0 2rem 0;
  width: 90%;
  word-wrap: break-word;
}
.contentSet p.sponsor {
  font-size: 1.2rem;
  line-height: 3.0rem;
  margin: 0 0 2rem 0;
}
.contentSet p.sponsor img {
  width: 12.0rem;
  position: relative;
  top: 14px;
}
.contentSet ul {
  margin: 0;
}
.contentSet ul li {
  display: block;
  width: 100%;
  margin: 2rem 0 0 0;
}
.contentSet ul li a {
  display: flex;
  width: 92%;
  height: 100%;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 4%;
}
.contentSet ul li a img, #contentsArea1 img {
  width: 100%;
}
.contentSet ul li a div, #contentsArea1 div {
  width: 100%;
}
.contentSet ul li a div:nth-child(2) {
  margin: 0 0 30px 0;
}
.contentSet ul li a div p, #contentsArea1 div p {
  padding: 0;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.8rem;
}
.contentSet ul li a div p small, #contentsArea1 div p small {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.contentSet ul li a div h2, #contentsArea1 div h2 {
  display: flex;
  border-bottom: solid 1px #22AC38;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.contentSet ul li a div h2 span, #contentsArea1 div h2 span {
  padding: 1rem 0.5rem 1rem 0.5rem;
  color: #333 !important;
  font-weight: 800;
  font-size: 0.8rem;
  width: 18%;
  text-align: center;
}
.contentSet ul li a div h2 span.h2title, #contentsArea1 div h2 span.h2title {
  margin: 0;
  padding: 0.5rem 1rem 1rem 1rem;
  border-left: solid 1px #22AC38;
  color: #22AC38 !important;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1.4;
  width: 82%;
  text-align: left;
}

.contentSet ul li a div h2.blue, #contentsArea1 div h2.blue {
  display: flex;
  border-bottom: solid 1px #2ea7e0 !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.contentSet ul li a div h2.blue span.h2title, #contentsArea1 div h2.blue span.h2title {
  margin: 0;
  padding: 0.5rem 1rem 1rem 1rem;
  border-left: solid 1px #2ea7e0 !important;
  color: #2ea7e0 !important;
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1.4;
  width: 82%;
  text-align: left;
}

.contentSet ul li.backHome {
  display: block;
  margin: 0 auto;
  width: 30% !important;
  text-align: center;
  font-size: 1.4rem;
}
.contentSet ul li.backHome a {
  display: block;
  padding: 1rem 0;
  width: 100%;
  border: solid 1px #163179;
  background-color: #163179;
  color: #fff;
}
.contentSet ul li.backHome a:hover {
  background-color: #fff;
  color: #163179;
  opacity:1;
  filter: alpha(opacity=100);
  -moz-opacity:1;
}

#contentsArea1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 90%;
  margin: 0 auto;
}

.contentSet .column {
  display: block;
}
.contentSet .column div {
  width: 100%;
}
.contentSet .column .columnInner {
  width: 100%;
}
.contentSet .column img {
  width: 100%;
  margin: 1rem 0 0 0;
}

.contentSet .columnSec p {
  margin: 1.4rem auto 0 auto;
  width: 100%;
  line-height: 1.8 !important;
  letter-spacing: -0.03rem;
}
.contentSet .columnSec p.prof {
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.6 !important;
}
.contentSet .columnSec p.prof span {
  font-weight: 600;
  font-size: 1.2rem;
}
.contentSet .columnSec p span.name {
  font-weight: 800;
}
.contentSet .columnSec:nth-child(2) img {
  margin: 2rem 0 0 0;
}

 .contentSet .columnSec ul li a p {
   margin: 0;
   width: 100%;
   line-height: 1.4 !important;
 }

 .video{
   width:100%;
   padding-bottom: 56.25%;
   height:0px;
   position: relative;
 }
 .video iframe{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }
/*------------------------------------------*/

/*footer*/
footer {
  display: block;
  padding: 1rem 0;
  width: 100%;
  background-color: #163179;
}
#footerContent {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#footerContent p {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  font-size: 0.7rem;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
}
