@charset "utf-8";

@media print, screen and (min-width:751px){
  .for_sp{
    display:none !important;
  }
}
@media print, screen and (max-width:750px){
  .for_pc{
    display:none !important;
  }
}
#top #banner02{
  padding:20px 0 60px;
  border-bottom:solid 5px #0e326e;
}
#top .banner_area {
    padding: 40px 0 0;
}
#top .banner_area  .inner{
    width:1000px;;
    margin:0 auto;
}
#top .banner_area a{
  display:block;
}
#top .banner_area a:not(:last-child){
  margin-bottom:40px;
}
#top .banner_area  a.dummy:before{
    content: "バナー画像が入ります\A(1000×150px)";
    white-space: pre;
    width:100%;
    height: 150px;
    background:#ddd;
    border:solid 5px #aaa;
    box-sizing:border-box;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    line-height:1.2;
}
#top .banner_area  a.dummy img{
    display:none;
}
#top .banner_area a img{
    max-width:100%;
    height:auto;
    transition: .4s;
}
#top .banner_area  a:hover img{
  opacity: .7;
}
#top #sec_video{
    /*background:#f7f5f6;*/
    border-bottom:solid 5px #0e326e;
    padding:60px 0;
}
#top #sec_video .inner{
    width:1000px;;
    margin:0 auto;
}

#top #sec_video .ttl_02 {
  position: relative;
  margin-bottom: 20px;
  text-align:center;
}
#top #sec_video .ttl_02:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid #0E326E;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  margin: 0 auto;
}
#top #sec_video .ttl_02 h2 {
  color: #0E326E;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 2px solid #0E326E;
  text-align: center;
  padding-bottom: 15px;
  margin: 0 auto;
  position: relative;
  display:inline-block;
  padding: 0 0.5em 0.5em;
}
#top #sec_video .ttl_02 h2:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 40%;
  height: 2px;
  border-bottom: 2px solid #666666;
  text-align: center;
}
#top #sec_video .video_list{
  display:flex;
  justify-content:space-between;
  align-items:stretch;
  margin-bottom:25px;
}
#top #sec_video .video_list li{
  width:32%;
}
#top #sec_video .video_list a{
  display:block;
  color:#333;
}
#top #sec_video .video_list .thumb{
  position:relative;
  margin-bottom:15px;
}
#top #sec_video .video_list .thumb img{
  position:relative;
  z-index:1;
  max-width:100%;
  height:auto;
}
#top #sec_video .video_list h3{
  font-size:15px;
  line-height:1.4;
  border-bottom:solid 1px #0e326e;
  color:#0E326E;
  margin-bottom:.3em;
  padding-bottom:.15em;
}
#top #sec_video .video_list p{
  font-size:12px;
}
#top #sec_video .video_list time{
  position:absolute;
  right:0;
  bottom:0;
  font-size:10px;
  z-index:2;
  background:#2152ac;
  color:#fff;
  line-height:1;
  padding:5px 8px 4px 8px;
}
#top #sec_video .link_btn{
  text-align:center;
  line-height:1;
}
#top #sec_video .link_btn a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 40px;
    border-radius: 20px;
    transition: 0.4s;
    background:#0E326E;
}
/***********************
動画(共通)
***********************/
#video #mainimage .h2_box h2 {
    background: url(../Image/video/h2_icon.png) top center no-repeat;
}
#video #mainimage .h2_box span{
  display:block;
}
#video #mainimage .h2_box .txt_s{
  margin-top:.5em;
  font-size:50%;
}
#video #mainimage .h2_box .txt_s:before{
  content:"\03C";
  margin-right:.3em;
}
#video #mainimage .h2_box .txt_s:after{
  content:"\03E";
  margin-left:.3em;
}
#video #mainimage .h2_box h2 + p{
  margin-top:.5em;
}
#video section .inner{
  width:1000px;
  margin:0 auto;
}

#video section{
  padding: 100px 0;
}
#video section:nth-child(even){
  background:#f7f8f9;
}
#video section:nth-child(n+2){
  border-top:solid  5px #0e326e;
}
/***********************
動画(インタビュー)
***********************/
#video .interview .ttl02 {
  position: relative;
  margin-bottom: 20px;
  text-align:center;
}
#video .interview .ttl02:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid #0E326E;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  margin: 0 auto;
}
#video .interview .ttl02 h3 {
  color: #0E326E;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 2px solid #0E326E;
  text-align: center;
  padding-bottom: 15px;
  margin: 0 auto;
  position: relative;
  display:inline-block;
  padding: 0 0.5em 0.5em;
}
#video .interview .ttl02 h3:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 40%;
  height: 2px;
  border-bottom: 2px solid #666666;
  text-align: center;
}
#video .interview .video_list{
  display:flex;
  justify-content:space-between;
  align-items:stretch;
}
#video .interview .video_list li{
  width:32%;
}
#video .interview .video_list a{
  display:block;
  color:#333;
}
#video .interview .video_list .thumb{
  position:relative;
  margin-bottom:15px;
  background:#fff;
}
#video .interview .video_list .thumb img{
  position:relative;
  z-index:1;
  max-width:100%;
  height:auto;
}
#video .interview .video_list a.current .thumb{
  border:solid 3px #2152ac;
}
#video .interview .video_list a.current .thumb img{
  opacity:.5;
}
#video .interview .video_list h4{
  font-size:15px;
  line-height:1.4;
  border-bottom:solid 1px #0e326e;
  color:#0E326E;
  margin-bottom:.3em;
  padding-bottom:.15em;
}
#video .interview .video_list p{
  font-size:12px;
}
#video .interview .video_list time{
  position:absolute;
  right:0;
  bottom:0;
  font-size:10px;
  z-index:2;
  background:#2152ac;
  color:#fff;
  line-height:1;
  padding:5px 8px 4px 8px;
}

/*=@ single @=*/
#video .interview .single .ttl02 span{
  display:block;
}
#video .interview .single .ttl02 .txt_s:before{
  content:"\03C";
  margin-right:.3em;
}
#video .interview .single .ttl02 .txt_s:after{
  content:"\03E";
  margin-left:.3em;
}
#video .interview .single .ttl02 .txt_s{
  font-size:70%;
  margin-top:.5em;
}
#video .interview .single #main_box .thumb{
  margin-bottom:50px;
}
#video .interview .single #main_box .thumb img{
  max-width:100%;
}

#video .interview .single #main_box .link_btn{
  text-align:center;
  line-height:1;
}
#video .interview .single #main_box .link_btn a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding: 10px 40px;
    border-radius: 20px;
    transition: 0.4s;
    background:#0E326E;
}
#video .interview .single .sub_box{
  background:#f7f8f9;
  padding:40px;
}

#video .interview .single .youtube_box{
  position:relative;
  width:100%;
  padding-top:75%;
  margin-bottom: 40px;
}
#video .interview .single .youtube_box iframe{
  position:absolute;
  left:0;
  top:0;
}
#video .interview .single .edit_box{
  margin-bottom: 30px;
}
#video .interview .single .edit_box *{
  margin-bottom:1em;
}
#video .interview .single .edit_box ul,
#video .interview .single .edit_box ol{
  margin-bottom:1.5em;
}
#video .interview .single .edit_box ul:not(:first-child),
#video .interview .single .edit_box ol:not(:first-child){
  margin-top:1.5em;
}

#video .interview .single .edit_box li{
  position:relative;
  margin-bottom:.5em;
}
#video .interview .single .edit_box ul li{
  padding-left:1.5em;
}
#video .interview .single .edit_box ul li:before{
  position:absolute;
  content:"";
  left:0;
  top:.25em;
  width:1em;
  height:1em;
  border-radius:50%;
  background:#2152ac;
  transform:scale(.5);
}
#video .interview .single .edit_box ol{
  counter-reset:count01 0;
}
#video .interview .single .edit_box ol li{
  padding-left:3em;
  counter-increment:count01 1;
}
#video .interview .single .edit_box ol li:before{
  position:absolute;
  color:#2152ac;
  font-weight:bold;
  content:counter(count01,decimal-leading-zero)')';
  left:0;
  top:0;
}
#video .interview .single .edit_box *:last-child{
  margin-bottom:0;
}
/***********************
動画(講習会)
***********************/
#video .video_box section .ttl_box{
  position: relative;
  margin-bottom: 20px;
  text-align:center;
}
#video .video_box section .ttl_box:after{
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid #0E326E;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  margin: 0 auto;
}
#video .video_box section .ttl_box .ttl02{
  color: #0E326E;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 2px solid #0E326E;
  text-align: center;
  padding-bottom: 15px;
  margin: 0 auto;
  position: relative;
  display:inline-block;
  padding: 0 0.5em 0.5em;

}
#video .video_box section .ttl_box .ttl02:after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 40%;
  height: 2px;
  border-bottom: 2px solid #666666;
  text-align: center;
}
#video .video_box section .ttl_box .ttl02 .txt_l{
  display:flex;
  justify-content:center;
  align-items:flex-end;
}
#video .video_box section .ttl_box .ttl02 .txt_l em{
  display:block;
  font-style:normal;
}
#video .video_box section .ttl_box .ttl02 .txt_l .cross{
  display:block;
  margin:0 .5em;
}
#video .video_box section .ttl_box .ttl02 .txt_l .cross:before{
  content:"\0D7"
}
#video .video_box section .ttl_box .ttl02 .txt_l .txt_sub{
  font-size:50%;
  margin-bottom:.5em
}
#video .video_box section .ttl_box .ttl02 .txt_s{
  font-size:70%;
  margin-top: .75em;
}
#video .video_box section .ttl_box .ttl02 .txt_s:before{
  content:"\03C";
  margin-right:.5em;

}
#video .video_box section .ttl_box .ttl02 .txt_s:after{
  content:"\03E";
  margin-left:.5em;
}
#video .video_box section .thumb{
  margin-bottom:30px;

}
#video .video_box section .thumb a{
  position:relative;
  display:block;
}
#video
#video .video_box section .thumb a:before,
#video .video_box section .thumb a:after{
  position:absolute;
  transition:opacity .4s;
  content:"";
  opacity:0;
}
#video .video_box section .thumb a:before{
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(255,255,255,.5);
}
#video .video_box section .thumb a:after{
  width:100px;
  height:100px;
  background:url(../Image/video/icon_play.png) no-repeat center center /contain;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
#video .video_box section .thumb img{
  max-width:100%;
  height:auto;
}
#video .video_box section .tArea{
  width:80%;
  margin:0 auto 30px;
  border:solid 2px #aaa;
  background:#f7f8f9;
  padding:20px 25px;
  box-sizing:border-box;
}
#video .video_box section .tArea p:not(:last-child){
  margin-bottom:1em;
}

#video .video_box section .link_btn{
  text-align:center;
  line-height:1;
}
#video .video_box section .link_btn a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    padding: 10px 40px;
    border-radius: 20px;
    transition: 0.4s;
    background:#0E326E;
}

.fs-lightbox {
    padding: 10px;
    border-radius: 10px;
}

.fs-lightbox-control {
    font-size: 0;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    background: none;
    margin: 0;
}
.fs-lightbox-control:before{
    content:"\f144";
    font-size: 30px;
    position: relative;
}
.fs-lightbox-control_previous{
    transform:rotate(180deg);
    left: 10px;
}

.fs-lightbox-control_next{
    right:10px;
}
.fs-lightbox-close {
    background: #fff;
    font-size: 0;
    border-radius: 50%;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    transform:translate(50%,-50%);
}
.fs-lightbox-close:before{
    content:"\f00d";
    font-size: 20px;
    display:block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.fs-lightbox-tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fs-lightbox-position {
    text-align: center;
    line-height: 1;
    padding: .5em 0 .45em;
}

@media print, screen and (min-width:751px){
#top #sec_video .link_btn a:hover{
  background:#2152ac;
}
#video .video_box section .thumb a:hover:before,
#video .video_box section .thumb a:hover:after{
  opacity:1;
}
#video .video_box section .link_btn a:hover{
  background:#2152ac;
}
}

@media screen and (max-width : 750px ){
  #top #banner02{
    padding-top:0;
  }
  #top .banner_area  .inner{
    width:94%;;
    margin:0 auto;
}
#top #sec_video .inner{
    width:94%;;
    margin:0 auto;
}

#top #sec_video .ttl_02 h2{
  font-size:24px;
}
#top #sec_video .video_list{
  display:block;
}
#top #sec_video .video_list li{
  width:100%;
}
#top #sec_video .video_list li:nth-child(n+2){
  margin-top:25px;
}


#video #mainimage .h2_box h2 + p {
    width: 94%;
    margin: 0 auto;
    margin-top: 1em;
    font-size:12px;
}

#video section {
    padding: 60px 0;
}
#video section .inner {
    width: 94%;
}
#video .video_box section h3 {
    font-size: 24px;
}
#video .video_box section .tArea {
    width: 100%;
    padding: 13px 15px;
    font-size: 13px;
}
#video .video_box section .thumb {
    margin-bottom: 20px;
}
#video .video_box section .thumb a{
  pointer-events: none;
}
#video .video_box section .ttl_box .ttl02 .txt_l {
    flex-direction: column;
    align-items: center;
}

#video .video_box section .ttl_box .ttl02 {
    font-size: 20px;
}

#video .video_box section .ttl_box .ttl02 .txt_l .cross {
    margin:.3em 0;
}
}