.zoom01 img {
transform: scale(1.0);
transition-duration: 0.3s;
opacity: 1.0;
}


h1 span:last-of-type {
padding-left: 0px;
}

.block02{
margin-top: 40px;
margin-bottom: 60px;

}

.block02 .l_wrp {
background-color: #000;
float: left;
overflow: hidden;
position: relative;
width: 550px;
}

.block02 .l_r_wrp:first-of-type .l_wrp h3 {
color: #fff;
font-size: 18px;
left: 23%;
pointer-events: none;
position: absolute;
top: 45%;
z-index: 1;
letter-spacing: 0.1em;
}

.block02 .l_wrp img {
display: block;
height: auto;
width: 100%;
}

.block02 .r_wrp {
background-color: #000;
float: left;
overflow: hidden;
position: relative;
width: 550px;
}

.block02 .l_r_wrp:first-of-type .r_wrp h3 {
color: #fff;
font-size: 18px;
left: 34%;
pointer-events: none;
position: absolute;
top: 45%;
z-index: 1;
letter-spacing: 0.1em;
}

.block02 .l_r_wrp:last-of-type .l_wrp h3 {
color: #fff;
font-size: 18px;
left: 42%;
pointer-events: none;
position: absolute;
top: 45%;
z-index: 1;
letter-spacing: 0.1em;
}

.block02 .l_r_wrp:last-of-type .r_wrp h3 {
color: #fff;
font-size: 18px;
left: 34%;
pointer-events: none;
position: absolute;
top: 45%;
z-index: 1;
letter-spacing: 0.1em;
}


.block02 .r_wrp img {
display: block;
height: auto;
width: 100%;
}

.zoom01 a{
position: relative;
display: block;
}


.zoom01 img:hover{
transform: scale(1.1);	/*画像の拡大率*/
transition-duration: 0.3s;
opacity: 0.6;
}

h2{
text-align: center;
background: rgb(29,173,229);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkYWRlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMGExODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(29,173,229,1) 0%, rgba(0,161,132,1) 100%);
background: -webkit-linear-gradient(left, rgba(29,173,229,1) 0%,rgba(0,161,132,1) 100%);
background: linear-gradient(to right, rgba(29,173,229,1) 0%,rgba(0,161,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dade5', endColorstr='#00a184',GradientType=1 );
}

h2 img{
width: 585px;
height: auto;
padding: 38px 0;
}

@media only screen and (max-width:640px){

.cont_1100{
width: 100%;
}

h1 img {
padding-right: 0;
}

h1 span:last-of-type {
display: inline-block;
font-size: 21px;
margin-top: 15px;
padding-left: 0;
}

h2 img{
width: 90%;
height: auto;
padding: 38px 0;
}

.block02{
position: relative;
padding-top: 88px;
}

.block02 h2{
position: absolute;
top: 0;
}

.block02 .l_wrp {
background-color: #000;
float: none;
overflow: hidden;
position: relative;
width: 100%;
}

.block02 .r_wrp {
background-color: #000;
float: none;
overflow: hidden;
position: relative;
width: 100%;
}

.block02 h3 {
color: #fff;
font-size: 18px!important;
left: 50%!important;
pointer-events: none;
position: absolute!important;
top: 50%!important;
transform: translate(-50%, -50%)!important;
z-index: 1;
}

.block02 .l_r_wrp:first-of-type .l_wrp h3 {
line-height: 1.4;
text-align: center;
letter-spacing: -0.08em;
top: 53%!important;
}




















}