@charset "UTF-8";
/* CSS Document */


/*    ▼共通部分　PC
====================================*/
.content {
width: 100%;
padding: 0;
margin: 0 auto;
color: #333;
}

.content-box {
max-width: 1000px;
padding: 50px;
background: #fff;
margin: 50px auto 50px ;
box-shadow:0px 0px 10px 0px #c2c2c2;
}


/*    ▼共通部分　SP
====================================*/
@media only screen and (max-width : 980px) {

.content-box {
max-width: 90%;
padding: 5% 2% 2%;
background: #fff;
margin: 50px auto 30px;
box-shadow:0px 0px 10px 0px #c2c2c2;
}

}




/*    ▼カスタムスペース　PC
====================================*/
.flex {
display: -webkit-flex;
display: -ms-flex;
display: flex;
}

/* メインイメージ */
/*#main_Img { padding: 124px 0 0;}
#main_Img > div {
position: relative;
width: 100%;
height: 0;
padding-top: 26.6%;
}
#main_Img > div h2 {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 30px;
letter-spacing: 1.8px;
}
#main_Img.company_Page > div {
background: url(../img/mainImg.jpg) no-repeat center top;
background-size: cover;
}
#main_Img.company_Page2 > div {
background: url(../img/mainImg_2.jpg) no-repeat center top;
background-size: cover;
}*/
.mainimg {
    margin: 120px auto 0;
    position: relative;
}
.mainimg img {
    max-width: 100%;
}
.mainimg p.txt {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    line-height: 1.8;
}


/* パンくず */
#bread_List {
width: 100%;
padding: 7px 20px 10px;
background-color: #2e4873;
box-sizing: border-box;
}
#bread_List a {
color: #fff;
font-size: 12px;
    transition: 0.3s;
}
#bread_List a::after {
content: '>';
display: inline-block;
padding: 0 10px;
color: #fff;
}
#bread_List a:last-of-type { text-decoration: underline;}
#bread_List a:last-of-type::after { content: none;}
#bread_List a:hover {
    text-decoration: underline;
}

/* 遷移ボタン */
.page_Btn {
justify-content: center;
width: 100%;
}
.page_Btn:first-of-type { padding: 0 0 60px;}
.page_Btn:last-of-type { padding: 70px 0 0;}
.page_Btn li {
width: 407px;
padding-right: 4px;
box-sizing: border-box;
}
.page_Btn li:first-of-type { border-right: 1px solid #a3a3a3;}
.page_Btn li:last-of-type { padding-left: 4px;}
.page_Btn a {
display: block;
width: 100%;
height: 0;
padding-top: 11.69%;
}
.page_Btn li:first-of-type a {
background: url(../img/btn_outline_out.jpg) no-repeat center center;
background-size: cover;
}
.page_Btn li:last-of-type a {
background: url(../img/btn_group_out.jpg) no-repeat center center;
background-size: cover;
}
.page_Btn li.here:first-of-type a,
.page_Btn li:first-of-type a:hover {
background: url(../img/btn_outline_over.jpg) no-repeat center center;
background-size: cover;
}
.page_Btn li.here:last-of-type a,
.page_Btn li:last-of-type a:hover {
background: url(../img/btn_group_over.jpg) no-repeat center center;
background-size: cover;
}

.company_content_Wrap { padding: 0 0 70px;}
.company_content_Wrap:last-of-type { padding-bottom: 0;}

.company_Ttl {
display: block;
width: 100%;
padding: 10px 0 10px 20px;
margin: 0 0 30px;
color: #2e4873;
background-color: #e4ecf3;
border-left: 10px solid #2e4873;
font-size: 20px;
box-sizing: border-box;
}





/*    ▼カスタムスペース　SP
====================================*/
@media only screen and (max-width : 980px) {

/* メインイメージ */
/*#main_Img { padding: 63px 0 0;}
#main_Img > div h2 { font-size: 24px;}*/
    .mainimg {
        margin: 60px auto 0;
        overflow: hidden;
    }
    .mainimg img {
        max-width: 300%;
        text-align: center;
        margin: 0 0 0 -50%;
    }
    .mainimg p.txt {
        font-size: 25px;
        top: 43%;
    }

/* 遷移ボタン */
.page_Btn { flex-direction: column;}
.page_Btn:first-of-type { padding: 0 0 40px;}
.page_Btn:last-of-type { padding: 40px 0 0;}
.page_Btn li {
width: 100%;
padding-right: 0;
}
.page_Btn li:first-of-type {
  margin: 0 0 15px;
  border-right: none;
}
.page_Btn li:last-of-type { padding-left: 0;}

.company_content_Wrap { padding: 0 0 50px;}
.company_Ttl {
padding: 8px 8px 8px 16px;
margin: 0 0 20px;
font-size: 18px;
line-height: 1.3;
}

}



/*▼オンマウスで拡大するボタン▼*/
.content ul.btnarea {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content ul.btnarea li.btn-wrap {
    width:46%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 4%;
}
.content ul.btnarea li.btn-wrap img {
    max-width: 100%;
}
.content ul.btnarea li.btn-wrap img.bg {
    transition: 0.5s;
}
.content ul.btnarea li.btn-wrap:hover img.bg {
    transform: scale(1.2);
    transition: 0.s;
}
.content ul.btnarea li.btn-wrap .btn-inner {
    width:90%;
    height: 90%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.content ul.btnarea li.btn-wrap .btn-inner h3 {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    padding: 70px 0 20px;
}
.content ul.btnarea li.btn-wrap .btn-inner p.btn {
    width:80%;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 0;
    text-align: center;
    background: url(../../common/img/arrow.png) no-repeat;
    background-position: top 10px right 15px;
    transition: 0.3s;
}
.content ul.btnarea li.btn-wrap:hover .btn-inner p.btn {
    background: url(../../common/img/aroow-b.png) no-repeat #fff;
    background-position: top 10px right 10px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
/*▲オンマウスで拡大するボタン▲*/
@media only screen and (max-width : 980px) {
.content ul.btnarea li.btn-wrap {
    width:100%;
}
.content ul.btnarea li.btn-wrap .btn-inner h3  {
    padding: 40px 0 20px;
    font-size: 18px;
}
    .content ul.btnarea li.btn-wrap .btn-inner p.btn {
        bottom: 30px;
    }
}

.content-txt{
    display: block;
    text-align: center;
}

.content-txt .ttl{
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
    border-bottom: #333 3px solid;
    padding: 0 0 10px ;
}
.content-txt h2{
    color: #0651a5;
    font-size: 38px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 30px 0;
}
.content-txt .txt{
    font-size: 14px;
    margin-bottom: 50px;
    line-height: 1.5;
}
.DisasterPreventionVideo video {
    width: 1000px;
}
.video-container{
    margin: 70px 0 0;
    justify-content: space-between
}
.video-content{
    width: 70%;
    border: #ccc 2px solid;
    padding: 20px ;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-content-txt{
    /* width: 70%; */
}
.video-content-txt h3{
    width: 95%;
    font-size: 25px;
    font-weight: bold;
    border-bottom: #ccc 2px solid;
    padding-bottom: 10px;
}
.video-content-txt ul{
    margin-top: 20px;
}
.video-content-txt ul li{
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 5px;
}
.video-content p img {
    width: 100%;
}
.qrcode figure{
    text-align: center;
}
.qrcode figure p{
    font-size: 18px;
    padding-bottom: 20px;
}

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

    .content-txt .ttl{
        font-size: 15px;
    }
    .content-txt h2{
        font-size: 25px;
        line-height: 1.3;
    }
    .content-txt .txt{
        font-size: 12px;
    }
    .DisasterPreventionVideo video {
        width: 100%;
    }
    .video-content{
        width: 90%;
        margin-bottom: 30px;
    }
    .video-content-txt{
        margin-bottom: 20px;
    }
    .video-content p {
        width: 100%;
    }
    .qrcode{
        display: none;
    }
}