@charset "UTF-8";
/* CSS Document */
@keyframes zoomUp {
0% {
transform: scale(1);
}
100% {
transform: scale(1.15);
}
}
/*PC*/
@media print, screen and (min-width: 768px) {
#about {
position:relative;
margin: 0 auto;
}

#about .section_wrap{
width: 100%;
margin: 0 auto;
}

#about .img_block{
width:calc(100% - 100px);
height: 800px;
margin: 0 auto 120px;
box-sizing: border-box;
position: relative;
}

#about .img_block .swiper-container{
height: 100%;
width: 100%;
overflow: hidden;
}
#about .img_block .swiper-wrapper,
#about .img_block .swiper-slide>div{
height: 100%;
width: 100%;
}

#about .img_block .swiper-slide.sw-1>div{
background: url("../images/about/bg_img01.jpg") center center / cover no-repeat;
}
#about .img_block .swiper-slide.sw-2>div{
background: url("../images/about/bg_img02.jpg") center center / cover no-repeat;
}
#about .img_block .swiper-slide.sw-3>div{
background: url("../images/about/bg_img03.jpg") center center / cover no-repeat;
}
#about .img_block .swiper-slide.sw-4>div{
background: url("../images/about/bg_img04.jpg") center center / cover no-repeat;
}

#about .img_block .swiper-slide-active>div, .swiper-slide-duplicate-active>div,
#about .img_block .swiper-slide-prev>div{
animation: zoomUp 10s linear 0s 1 normal both;
}

#about .img_block .txt_box{
position: absolute;
top:10%;
left: 2.5%;
z-index:10;
}

#about .img_block .txt_box h2{
font-size: 6rem;
font-weight: 200;
margin: 0 0 60px;
color: #FFF;
line-height:1;
letter-spacing: -.05rem;
text-shadow: 0px 0px 5px rgba(0,0,0,.6);
}


#about .img_block .txt_box p{
line-height: 2;
color: #FFF;
letter-spacing: .1rem;
text-shadow: 0px 0px 5px rgba(0,0,0,.6);
}

#about .block{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: #1c1c1c;
flex-direction: row-reverse;
color: #fff;
padding:10vw 0;
box-sizing: border-box;
}

#about .block:nth-child(3){
flex-direction:row;
padding-top:0;
}

#about .block .txt_box{
width: 50%;
padding: 0 5%;
box-sizing: border-box;
color: #FFF;
}

#about .block .txt_box .en_ttl{
font-size:8rem;
font-weight:200;
line-height: 1;
letter-spacing: .1rem;
margin-bottom:10px;
margin-left: -50px;
opacity: .1;
}

#about .block .txt_box h2{
font-size: 1.2rem;
font-weight: 400;
line-height: 1;
letter-spacing: .1rem;
margin: -40px 0 80px;
}

#about .block .txt_box p{
line-height: 2.2;
}

#about .block .txt_box .name{
font-weight: 300;
text-align: right;
margin-top: 30px;
font-size: 1rem;
}

#about .block .txt_box .name span{
font-size: 1.4rem;
}

#about .block .img{
width: 50%;
}


#about .block2{
width: 1000px;
margin:120px auto 120px;
}


#about .block2 .en_ttl{
font-size:1rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #002386;
}

#about .block2 h2{
font-size: 1.7rem;
font-weight: 500;
line-height: 1;
margin-bottom: 50px;
}


#about .co_table{
border-top: 1px solid #00488a;
width: 100%;
margin: 0 auto 120px;
background: #FFF;
}

#about .co_table tr{
border-top: 1px solid #00488a;
}

#about .co_table th{
width: 20%;
text-align: left;
padding: 15px;
box-sizing: border-box;
}

#about .co_table td{
padding: 15px;
box-sizing: border-box;
}

#about .gmap{
width: 100%;
}

#about .gmap iframe{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
vertical-align: bottom;
}

}
/*sp*/
@media only screen and (max-width: 767px) {
#about {
position:relative;
margin: 0 auto 60px;
overflow: hidden;
z-index: 5;
}

#about .section_wrap{
width: 100%;
margin: 0 auto;
}

#about .img_block{
width:calc(100% - 100px);
height: 800px;
margin: 0 auto 120px;
box-sizing: border-box;
position: relative;
}

#about .img_block .swiper-container{
height: 100%;
width: 100%;
overflow: hidden;
}
#about .img_block .swiper-wrapper,
#about .img_block .swiper-slide>div{
height: 100%;
width: 100%;
}

#about .img_block .swiper-slide.sw-1>div{
background: url("../images/about/bg_img01.jpg") center center / cover no-repeat;
}
#about .img_block .swiper-slide.sw-2>div{
background: url("../images/about/bg_img02.jpg") center center / cover no-repeat;
}
#about .img_block .swiper-slide.sw-3>div{
background: url("../images/about/bg_img03.jpg") center center / cover no-repeat;
}
#about .img_block .swiper-slide.sw-4>div{
background: url("../images/about/bg_img04.jpg") center center / cover no-repeat;
}

#about .img_block .swiper-slide-active>div, .swiper-slide-duplicate-active>div,
#about .img_block .swiper-slide-prev>div{
animation: zoomUp 10s linear 0s 1 normal both;
}

#about .img_block .txt_box{
position: absolute;
top:10%;
left: 2.5%;
z-index:10;
}

#about .img_block .txt_box h2{
font-size: 6rem;
font-weight: 200;
margin: 0 0 60px;
color: #FFF;
line-height:1;
letter-spacing: -.05rem;
text-shadow: 0px 0px 5px rgba(0,0,0,.6);
}


#about .img_block .txt_box p{
line-height: 2;
color: #FFF;
letter-spacing: .1rem;
text-shadow: 0px 0px 5px rgba(0,0,0,.6);
}

#about .block{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: #1c1c1c;
flex-direction: row-reverse;
color: #fff;
padding:10vw 0;
box-sizing: border-box;
}

#about .block:nth-child(3){
flex-direction:row;
padding-top:0;
}

#about .block .txt_box{
width: 50%;
padding: 0 5%;
box-sizing: border-box;
color: #FFF;
}

#about .block .txt_box .en_ttl{
font-size:8rem;
font-weight:200;
line-height: 1;
letter-spacing: .1rem;
margin-bottom:10px;
margin-left: -50px;
opacity: .1;
}

#about .block .txt_box h2{
font-size: 1.2rem;
font-weight: 400;
line-height: 1;
letter-spacing: .1rem;
margin: -40px 0 80px;
}

#about .block .txt_box p{
line-height: 2.2;
}

#about .block .txt_box .name{
font-weight: 300;
text-align: right;
margin-top: 30px;
font-size: 1rem;
}

#about .block .txt_box .name span{
font-size: 1.4rem;
}

#about .block .img{
width: 50%;
}


#about .block2{
width: 1000px;
margin:120px auto 120px;
}


#about .block2 .en_ttl{
font-size:1rem;
font-weight:500;
line-height: 1;
margin-bottom:20px;
color: #002386;
}

#about .block2 h2{
font-size: 1.7rem;
font-weight: 500;
line-height: 1;
margin-bottom: 50px;
}


#about .co_table{
border-top: 1px solid #00488a;
width: 100%;
margin: 0 auto 120px;
background: #FFF;
}

#about .co_table tr{
border-top: 1px solid #00488a;
}

#about .co_table th{
width: 20%;
text-align: left;
padding: 15px;
box-sizing: border-box;
}

#about .co_table td{
padding: 15px;
box-sizing: border-box;
}

#about .gmap{
width: 100%;
}

#about .gmap iframe{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(100%);
vertical-align: bottom;
}


}