@charset "UTF-8";



/* sec1 */
.sec1{
    position: relative;
  width: 100%;
  height: 1040px;
  overflow: hidden;
}
.sec1 .bg_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1040px;
    object-fit: cover;
    z-index: -1;
	filter: grayscale(100%);
}
.sec1_content{
    width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.sec1_content h1{
    width: 500px;
    height: fit-content;
    margin-bottom: 50px;
}
.sec1_content p{
    width: 280px;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.3;
    border-right: 2px solid #000000;
}
.sec1 img{
    width: 100%;
}
/* /sec1 */
/* sec2 */
.sec2{
    padding: 150px 0;
    background-color: #F8F8F8;
}
.sec2 h2{
    font-size: 80px;
    line-height: 1;
    padding-bottom: 90px;
    border-bottom: solid 1px #DCDCDC;
}
.sec2 ul li{
    width: 100%;
    display: flex;
    font-size: 20px;
    font-weight: 600;
}
.sec2 li:first-child{
    padding-top: 40px;
}
.sec2 li{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #DCDCDC;
}
.sec2 ul li:last-child{
    border-bottom: solid 0px #DCDCDC;
}
.sec2_r{
    width: 20%;
}
.sec2_l{
     width: 80%; 
}
/* /sec2 */
/* sec3 */
.sec3{
    padding: 150px 0;
}
.sec3 h2{
    font-size: 70px;
    line-height: 1;
    padding-bottom: 90px;
    margin-bottom: 0px;
    border-bottom: solid 0px #DCDCDC;
}
.sec3 .map{
    display: flex;
    justify-content: space-between;
}
.sec3 .map div{
    width: 600px;
    font-size: 20px;
}
.sec3 .map iframe{
    margin-bottom: 30px;
}
/* /sec3 */



