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%;
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%;
}

.column.col5_5 .column_left, .column.col5_5 .column_right {
    width: calc(100% / 2 - 40px);
    margin: 0;
}

.us_img_list_col3 {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.us_img_list_col3 li {
    width: calc(100% / 3 - 20px);
    text-align: center;
}

.thumb_link_list li {
    width: calc(100% / 2 - 20px);
    margin-bottom: 0px;
}

.btn_box {
    margin: 20px 40px;
}

.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: -80px;
	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;
}


.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: space-between;
}

.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;
}

.flexBox02 .item {
    flex: 1;
    text-align: center;
    margin: 0 60px;
    width: 33.333%;
    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) {

.btn_box {
    margin: 20px 0;
}

.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;
}

.us_img_list_col3 {
    display: block;
    margin: -20px 0 40px 0;
}

.us_img_list_col3 li {
    width: 100%;
    margin-bottom: 20px;
}
	
.column.col5_5 .column_left, .column.col5_5 .column_right {
    margin: 0 0 20px 0;
	width: 100%;
}

.column.col5_5 .column_left, .column.col5_5 .column_right {


}
