@charset "UTF-8";
/* --------------------
共有スタイル
----------------------- */
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: Hiragino Sans,'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Meiryo', 'メイリオ', Verdana,'ＭＳ Ｐゴシック',sans-serif;
  color: #000000; }

body {
  margin: 0px;
  padding: 0px; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

p {
  text-align: left;
  line-height: 1.5;
  color: #000; }

#wrapper {
  width: 100%;
  /* SP/PC 切り替え ------------- */ }
  #wrapper img {
    display: block;
    width: 100%; }
  #wrapper a {
    text-decoration: none; }
  #wrapper .only_sp {
    display: block; }
  #wrapper .only_pc {
    display: none; }

/* wrapper */
/* --------------------
コンテンツ SP版
----------------------- */
article header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 23vw;
  left: 0;
  top: 0;
  border-bottom: solid 1px #1d2087;
  background: #fff; }
  article header > div {
    width: 100%;
    height: 20vw;
    padding-top: 3vw; }
  article header .logo {
    display: block;
    width: 70%;
    margin: 0 auto 1vw; }
  article header a {
    display: block;
    width: 50%;
    margin: 0 auto; }

article .mainWrap {
  padding-top: 23vw; }
  article .mainWrap h1 {
    width: 80%;
    margin: 30px auto 40px; }
  article .mainWrap p.pc {
    display: none; }
  article .mainWrap .movie {
    margin-bottom: 112px;
    position: relative; }
    article .mainWrap .movie:nth-of-type(2) {
      margin-bottom: 30px; }
    article .mainWrap .movie .video-wrapper {
      display: block;
      position: relative;
      width: 90%;
      margin: 0 auto 5px;
      cursor: pointer; }
      article .mainWrap .movie .video-wrapper video {
        width: 100%; }
      article .mainWrap .movie .video-wrapper span {
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 20px;
        background: #1d2087;
        pointer-events: none; }
        article .mainWrap .movie .video-wrapper span::after {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          left: 15px;
          top: 12px;
          border-style: solid;
          border-width: 8px 0 8px 13.9px;
          border-color: transparent transparent transparent #fff; }
    article .mainWrap .movie h2 {
      width: 90%;
      font-size: 23px;
      text-align: center;
      border-bottom: solid 1px #1d2087;
      padding: 6px 0 9px;
      margin: 0 auto 10px;
      line-height: 1; }
      article .mainWrap .movie h2.red {
        color: #e60012; }
      article .mainWrap .movie h2.green {
        color: #009944; }
    article .mainWrap .movie p {
      font-size: 15px;
      line-height: 1.6;
      text-align: center;
      font-weight: bold;
      color: #333; }
      article .mainWrap .movie p.sp {
        font-size: 17px;
        margin-bottom: 15px;
        color: #000; }
      article .mainWrap .movie p.red {
        color: #670101; }
      article .mainWrap .movie p.green {
        color: #013416; }

article footer {
  background-color: #1d2087;
  height: 40px; }
  article footer p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 10px; }

/* article */
/* --------------------
PC版 ここから
----------------------- */
@media all and (min-width: 641px) {
  article header {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 23vw;
    left: 0;
    top: 0;
    border-bottom: solid 1px #1d2087;
    background: #fff; }
    article header > div {
      width: 100%;
      height: 20vw;
      padding-top: 3vw; }
    article header .logo {
      display: block;
      width: 70%;
      margin: 0 auto 1vw; }
    article header a {
      display: block;
      width: 50%;
      margin: 0 auto; }
  article header {
    height: auto; }
    article header > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 95%;
      max-width: 1100px;
      height: auto;
      padding: 20px 0;
      margin: 0 auto; }
    article header .logo {
      width: 50%;
      max-width: 370px;
      margin: 0; }
    article header a {
      width: 30%;
      max-width: 190px;
      margin: 0; }
  article .mainWrap {
    padding-top: 90px;
    margin: 0 auto; }
    article .mainWrap h1 {
      max-width: 400px;
      margin: 60px auto; }
    article .mainWrap p.pc {
      display: block;
      margin-bottom: 20px;
      text-align: center;
      font-size: 24px;
      font-weight: bold; }
    article .mainWrap .flex {
      display: flex;
      justify-content: space-between;
      width: 50%;
      max-width: 1060px;
      text-align: center;
      margin: 0 auto; }
    article .mainWrap .movie {
      width: 100%;
      max-width: 100%; }
      article .mainWrap .movie .video-wrapper {
        width: 100%; }
        article .mainWrap .movie .video-wrapper span {
          width: 50px;
          height: 50px;
          border-radius: 25px; }
          article .mainWrap .movie .video-wrapper span::after {
            left: 19px;
            top: 15px;
            border-width: 10px 0 10px 17.3px; }
      article .mainWrap .movie h2 {
        width: 100%; }
      article .mainWrap .movie p.sp {
        display: none; }
  /* article */ }

@media all and (min-width: 1000px) {
  article header > div {
    padding: 25px 0; }
  article .mainWrap h1 {
    margin: 80px auto 60px; }
  article .mainWrap p.pc {
    margin-bottom: 30px;
    font-size: 28px; }
  article .mainWrap .movie {
    margin-bottom: 80px; }
    article .mainWrap .movie .video-wrapper {
      margin-bottom: 15px; }
      article .mainWrap .movie .video-wrapper span {
        transition: 0.3s; }
      article .mainWrap .movie .video-wrapper:hover {
        cursor: pointer; }
        article .mainWrap .movie .video-wrapper:hover span {
          background: #1d21877f; }
    article .mainWrap .movie h2 {
      font-size: 26px;
      padding-bottom: 15px;
      margin-bottom: 15px; }
    article .mainWrap .movie p {
      font-size: 20px;
      line-height: 1.8; }
  /* article */ }

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* --------------------
ログイン
----------------------- */
.form-wrapper {
  background: #fafafa;
  margin: 3em auto;
  padding: 0 1em;
  max-width: 370px;
}

h1 {
  text-align: center;
  padding: 40px 0;
  font-size: 2em;
  color: #EC7CA4;
  font-weight: bold;
}

form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.button-panel .button {
  background: #00bcd4;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
    border-radius: 10px;
}

.button:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}

/* --------------------
動画ページ
----------------------- */

img {
    max-width: 100%;
   transition: 1.0s ;
}

.row{
    margin: 0 auto;
}

.mov_box{
  position:relative;
  text-align: center;
}

.mov_box a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mov_box span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

.video_play {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    font-size: 6em;
    background: #00bcd4b5;
}
.video_play::before {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
    color: #FFF;
    font-size: 65px;
}


/* --------------------
カラム指定
----------------------- */

.col_4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_4 > div{
	width: 33.33333%;
	padding: 10px;
}
.col_4 > div > a > div{
	background: #eeeeee;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 100%;
	}
}


.col_4 span{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.col_4 p{
    text-align: center;
    line-height: 1.5rem;
    padding-top: 10px;
}


.col_4 span.video_play {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    font-size: 6em;
    background: #0020d4b5;
}



.col_4  span.video_play::before {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.5em solid currentColor;
    box-sizing: border-box;
    content: "";
    color: #FFF;
    font-size: 35px;
}


.head__bloc {
    position: fixed;
    background: #FFF;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px;
    margin: 0;
    height: 150px;
}

.mainBox{
    padding-top: 160px;
}

.logo_af{
    position: absolute;
    right: 10px;
}
.logo_af img{
    height: 80px;
    padding: 10px;
}

    .sp_br{
        display: none;
    }
@media screen and (max-width: 960px) {
	.logo_af{
    position: absolute;
    right: 10px;
}
.logo_af img{
    height: 60px;
}
    h1{
        padding: 60px 0 0;
        font-size: 1.6em;
    }
    .sp_br{
        display: none;
    }
}
@media screen and (max-width: 480px) {
	.logo_af{
    position: absolute;
    right: 10px;
}
.logo_af img{
    height: 50px;
}
    h1{
        padding: 60px 0 0;
    }
    .sp_br{
        display: block;
    }
}

footer{
    background: aliceblue;
    margin: 35px 0 0;
    padding: 20px;
    font-size: 0.8em;
    line-height: 1.5;
    text-align: right;
}


#single .col_4 > div{
	width: 50%;
	padding: 10px;
    margin: 0 auto;
}
#single .col_4 > div > a > div{
	background: #eeeeee;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 960px) {
	#single .col_4 > div{
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	#single .col_4 > div{
		width: 100%;
	}
}
