@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 {
  color: #333;
  text-decoration: underline;
  -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;
}
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 5rem 0;
}
#ejaTop img {
  width: 100%;
}
#ejaTop h1 {
  margin: 3.5rem auto 0 auto;
  padding: 2rem;
  width: 900px;
  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.4rem;
  line-height: 3;
}
#ejaTop h1 span.h1text {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0.8rem 0 1.2rem 0;
  width: 100%;
  border-bottom: solid 1px;
  background: none;
  color: #163179;
  text-align: center;
  letter-spacing: 0.3rem;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.2;
}
#ejaTop h1 small {
  display: block;
  padding: 0;
  border-bottom: solid 1px;
  font-size: 2.2rem;
}

#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: 640px;
  color: #163179;
  text-align: center;
  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: 1.1rem;
  line-height: 3;
}
#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.25rem;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.2;
  border-bottom: solid 1px;
}
#ejaSec h1 small {
  padding: 0;
  font-size: 1.6rem;
}

h1 img {
  margin: 0 auto;
  padding: 0;
}
h2 {
  margin: 0 0 0.8rem 0;
  padding: 0;
  color: #22AC38;
  text-align: left;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
}

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

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

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



/*header*/
header {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
}
header p {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 0;
  width: 900px;
}
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: 30px 0 40px 0;
  width: 100%;
}
.contentSet {
  display: block;
  margin: 0 auto 40px auto;
  padding: 10px 0;
  width: 900px;
  word-wrap: break-word;
  border-bottom: solid 1px #22AC38;
}
.contentSet.blue {
  border-bottom: solid 1px #2ea7e0;
}

.contentSet p.sponsor {
  margin: 0 0 2rem 0;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.contentSet p.sponsor img {
  height: 4.0rem;
  position: relative;
  top: 14px;
}
.contentSet ul {
  margin: 0;
}
.contentSet ul li {
  display: block;
  margin: 4rem 0 0 0;
  width: 100%;
}

.contentSet ul li a {
  display: flex;
  width: 96%;
  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: 2% 2% 0 2%;
}
.contentSet ul li a img, #contentsArea1 img {
  width: 20%;
}
.contentSet ul li a div {
  width: 80%;
}
.contentSet ul li a img {
  margin: 0 0 30px 0;
}
#contentsArea1 div {
  width: 100%;
}
.contentSet ul li a div p, #contentsArea1 div p {
  padding: 0 0 1rem 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
.contentSet ul li a div p small, #contentsArea1 div p small {
  font-weight: 400;
  font-size: 0.9rem;
  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 1.5rem 1rem 1.5rem;
  color: #333 !important;
  font-weight: 600;
  font-size: 1.2rem;
}
.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: 400;
  font-size: 1.6rem;
  line-height: 1.4;
}

.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 {
  border-left: solid 1px #2ea7e0 !important;
  color: #2ea7e0 !important;
}



.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: 900px;
  margin: 0 auto;
}

.contentSet .column {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.contentSet .column div {
  width: 65%;
}
.contentSet .column .columnInner {
  width: 30%;
}
.contentSet .column img {
  width: 100%;
}

.contentSet .columnSec p {
  margin: 1.4rem auto;
  width: 85%;
  line-height: 2.0 !important;
}
.contentSet .columnSec p.prof {
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1.6 !important;
  width: 100%;
  margin: 0 0 1rem 0;
}
.contentSet .columnSec p.prof span {
  font-weight: 600;
  font-size: 1.6rem;
}
.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: 900px;
}
#footerContent p {
  display: block;
  margin: 0 0 0 1rem;
  padding: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.2rem;
}
