html {
	scroll-behavior: smooth;
}

/*video01*/
.video_wrapper .play-btn01 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}
.video_wrapper .play-btn01 .thumb01 {
    position: absolute;
    width: 100%;
	max-width: 200px;
    max-height: 400px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}
.video_wrapper .play-btn01 .thumb01d {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
z-index:1;
}
.video_wrapper .play-btn01 .btn01 {
	display: block;
	cursor: pointer;
	width: 20%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
z-index:2;
}
.video_wrapper .play-btn01.playActive{display:none;}

/*video02*/
.video_wrapper .play-btn02 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}
.video_wrapper .play-btn02 .thumb02 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
z-index:1;
}
.video_wrapper .play-btn02 .btn02 {
	display: block;
	cursor: pointer;
	width: 20%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
z-index:2;
}
.video_wrapper .play-btn02.playActive{display:none;}

/*video03*/
.video_wrapper .play-btn03 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}
.video_wrapper .play-btn03 .thumb03 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
z-index:1;
}
.video_wrapper .play-btn03 .btn03 {
	display: block;
	cursor: pointer;
	width: 20%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
z-index:2;
}
.video_wrapper .play-btn03.playActive{display:none;}

/*video04*/
.video_wrapper .play-btn04 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}
.video_wrapper .play-btn04 .thumb04 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
z-index:1;
}
.video_wrapper .play-btn04 .btn04 {
	display: block;
	cursor: pointer;
	width: 20%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
z-index:2;
}
.video_wrapper .play-btn04.playActive{display:none;}

/*video05*/
.video_wrapper .play-btn05 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
}
.video_wrapper .play-btn05 .thumb05 {
position:absolute;
width:100%;
height:100%;
left:0;
top:0;
z-index:1;
}
.video_wrapper .play-btn05 .btn05 {
	display: block;
	cursor: pointer;
	width: 20%;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
z-index:2;
}
.video_wrapper .play-btn05.playActive{display:none;}

.video_wrapper {
	position: relative;
	margin:0 auto;
	width: 100%;
}

.video_wrapper video{
	width: 100%;
}

.movie_wrap .movie_box a::after {
    position: absolute;
    content: "";
    width: 148px;
    height: 148px;
    top: 50%;
    left: 50%;
	background-image: url("https://www.socionext.live/jp/common_new/images/icon_start.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translate(-50%,-50%);
}

.height400 {
	height: auto;
	max-height: 400px;
}

.centerMov {
	margin: 10px auto 60px auto;
}

.link09Text01 a {
	color: cornflowerblue;
	text-decoration: underline;
}

.imgBox01sp {
    display: none;
}

.imgBox01 {
    display: block;
}

a.anchor {
    display: block;
    padding-top: 69px;
    margin-top: -69px;
}

#bg-video{
	position: absolute;
	width: 100%;
	height: auto;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background-image: url("../images/poster.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}

.page_title_box .title h1, .page_title_box .title strong {
    position: relative;
    color: #002855;
    text-shadow: 2px 2px 20px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff, 2px 0px 5px #ffffff, 0px 2px 5px #ffffff, -2px 0px 5px #ffffff, 0px -2px 5px #ffffff;
    z-index: 1;
}

.bold {
    font-size: 20px;
    font-weight: bold;
    color: #002855;
    text-shadow: 2px 2px 20px #ffffff, -2px 2px 5px #ffffff, 2px -2px 5px #ffffff, -2px -2px 5px #ffffff, 2px 0px 5px #ffffff, 0px 2px 5px #ffffff, -2px 0px 5px #ffffff, 0px -2px 5px #ffffff;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-40 {
	margin-bottom: 40px;
}


.flexBox01 {
	margin-top: 30px;
	display: flex;
}

.flexBox01 .item {
    flex: 1;
    background-color: #ffffff;
    text-align: center;
    margin: 0 15px;
    width: 25%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.flexBox01 .item p {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
	font-weight: bold;
}

.flexBox01 .item p span {
    font-size: 14px;
}

.flexBox01 .item img {
    width: 100%;
	height: auto;
}

.imgBox01 {
	display: flex;
}

.imgBox_center01 img {
    width: 100%;
	height: auto;
}

.imgBox_center01{
	margin-top: 85px;
}

.imgBox_left01 {
	display: flex;
	flex-direction: column;
}

.imgBox_right01 {
	display: flex;
	flex-direction: column;
}

.flexBox02 {
    margin-top: 40px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flexBox02 .item {
    flex: 1;
    text-align: center;
    margin: 0 30px;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flexBox02 .item p {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
	font-weight: bold;
}

.detailBox01 {
	background-color: #254061;
}

.flexBox03 {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.flexBox03Left {
	text-align: center;
	margin-bottom: 30px;
}

.flexBox03Right {
	text-align: center;
}

.flexBox03Left p {
	text-align: center;
}

.flexBox03Right p {
	text-align: center;
}

.flexBox03Left img {
	width: 80%;
}

.flexBox03Right img {
	width: 80%;
}

.subTitleBl {
    background-color: #254061;
    padding: 15px 15px 20px 15px;
    line-height: 1;
    color: #ffffff;
}

.video01 {
  width: 100%;
  max-width: 640px;
  height: auto;
  display: block;
  margin: auto;
}

.link09Text01 {
    width: fit-content;
    margin: 0 auto;
}

.link09Text01 span {
	margin-left: 0.7em;
}

/*====================レスポンシブwidth480px====================*/

@media (max-width: 480px) {

.video_wrapper .play-btn01 .thumb01 {
    position: absolute;
    width: auto !important;
    height: auto;
    max-height: 400px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}
	
.flexBox01 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.flexBox01 .item {
    flex: 1;
    background-color: #ffffff;
    text-align: center;
    margin: 10px 0;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imgBox01sp {
    display: block;
}

.imgBox01 {
    display: none;
}

.flexBox02 .item {
    flex: 1;
    text-align: center;
    margin: 20px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flexBox02 {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.flexBox03Left img {
	width: 100%;
}

.flexBox03Right img {
	width: 100%;
}

.flexBox03 {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    flex-direction: column;
}
	
.flexBox03Left {
	text-align: center;
	margin-bottom: 30px;
}

.mt-60 {
    margin-top: 30px;
}

.height400 {
	height: auto;
}


}

@media screen and (max-width: 768px) {
.height400 {
	height: auto;
}

.video_wrapper .play-btn01 .thumb01 {
    position: absolute;
    width: 100%;
	height: auto;
    max-height: 400px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    margin: auto;
}

}
