/*
font-family: 'Noto Serif JP', serif;
*/

/* all */
body{
    background-color:white;
    background-image: linear-gradient(#f7f7f7 1px, transparent 1px),
    linear-gradient(90deg, #f7f7f7 1px, transparent 1px),
    linear-gradient(rgba(247,247,247,.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247,247,247,.3) 1px, transparent 1px);
    background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
    background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

a{
    text-decoration: none;
}

.pc{
    display: block;
}

.sp{
    display: none;
}

.common-head-o,.common-head-s{
    position: relative;
}

.common-text{
    position: absolute;
    top: 40%;
    left: 0;
}

.common-head-o .common-text{
    top: 40%;
}

.common-text h2{
    font-family: 'Noto Serif JP', serif;
    color: #0075c2;
    font-size: 30px;
    letter-spacing: .2em;
}

.common-text h2 span{
    font-size: 18px;
    color: #1b1a1b;
    letter-spacing: 0;
}

.common-text h4{
    color: #001e43;
    font-weight: lighter;
    letter-spacing: .5em;
    font-size: 18px;
}


/* index.html */
.navbar{
    padding-left: 20px;
    display: flex!important;
}

.navbar-expand-lg .navbar-nav{
    margin-left: auto;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
}

.navbar .dropdown-menu {
    border:none;
    background-color:rgba(0, 117, 194, .8)!important;
}

.navbar-brand,.nav-link{
    color: black;
    font-weight: bold;
}

.navbar-brand{
    display: block;
    width: 15%;
}

.navbar-brand figure{
    margin: 0;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top:0;
        padding-bottom:0;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding:23px 8px;
        margin:0 .25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {position:static;}

    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        /*  height of nav-item  */
        top:90px;
        display:block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;

    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        background-color: #fff;
    }
}

.nav-link:hover{
    color: #0075c2;
}

.grnv-ser ul{
    margin-top: 20px;
}

.grnv-ser li{
    margin: 10px 0;
}

.grnv-ser li a{
    position: relative;
    display: inline-block;
    color: white;
}

.grnv-ser li a::after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #bbdbf3;
    transform: scale(0,1);
    transform-origin: center top;
    transition: transform .3s;
}

.grnv-ser li a:hover::after{
    transform: scale(1,1);
}

.grnv-ser li a i{
    padding-right: 10px;
}

.grnv-img{
    text-decoration: none;
}

.grnv-img img{
    margin-top: 20px;
    border: 5px solid white;
}

.grnv-img p{
    margin-bottom: 0;
    color: #0075c2;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    padding: 10px;
}

.grnv-img p i{
    margin-left: 10px;
}

.grnv-contact{
    background-color: #0075c2;
    color: white;
    padding: 10px 20px!important;
    border-radius: 40px;
}

.grnv-contact:hover{
    background-color: #bbdbf3;
}

.swiper{
    width: 100%;
}

.swiper{
    position: relative;
}

.swiper-slide img{
    width: 100%;
}

.swiper-text{
    position: absolute;
    top: 45%;
    left: 5%;
    z-index: 1000;
}

.swiper-text h1{
    font-family: 'Noto Serif JP', serif;
    color: #fafdff;
    font-size: 20px;
    text-shadow: 00px 3px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.swiper-text p{
    font-family: 'Noto Serif JP', serif;
    font-size: 34px;
    color: white;
    text-shadow: 00px 3px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}

/*
.container-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    animation: load 1.5s 0.8s ease-out forwards;
    z-index: 1;
}

.video-pattern{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23006e54' fill-opacity='0.2' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    z-index: 10;
}

.container-video #video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    transform: translate(-50%, -50%) scale(1.05);
}

.video-text {
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 100;
}

.video-text > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}

.video-text > div h1 {
    color: #fff;
    text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px;
    font-size: 2em;
    font-weight: 600;
}
*/
.top-news{
    margin: 100px auto;
}

.top-news .row{
    align-items: center;
}

.top-news h3{
    font-family: 'Noto Serif JP', serif;
    color: #0075c2;
}

.top-news h5{
    font-family: 'Noto Serif JP', serif;
    border-left: 3px solid #0075c2;
    padding-left: 10px;
}

.top-news dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 300px;
    overflow: scroll;
}

.top-news dt,.top-news dd{
    padding: 20px 0;
    border-bottom: 1px solid #bbdbf3;
}

.top-news dt{
    width: 30%;
    font-family: 'Noto Serif JP', serif;
}

.top-news dd{
    width: 70%;
    margin-bottom: 0;
}

.top-bnr{
    margin-top: 150px;
    margin-bottom: 50px;
}

.top-bnr a{
    transition: .3s;
}

.top-bnr a:hover{
    opacity: 80%;
}

.top-ser{
    background-image: url(../img/index/ser-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 150px;
}

.top-ser-title{
    text-align: right;
    margin: 50px auto;
}

.top-ser-title img{
    width: 30%;
}

.top-ser-title h2{
    font-family: 'Noto Serif JP', serif;
    margin-top: -20px;
    color: #0075c2;
}

.top-ser-content{
    display: flex;
}

.top-ser-l img,.top-ser-r img{
    width: 100%;
}

.top-ser-l h3,.top-ser-r h3,.top-kyoninka-content h3{
    font-family: 'Noto Serif JP', serif;
    color: #0075c2;
    margin: 30px 0;
}

.top-ser-l p,.top-ser-r p,.top-kyoninka-content p{
    line-height: 2em;
}

.blue-link{
    font-family: 'Noto Serif JP', serif;
    display: block;
    width: 220px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    background-color: #0075c2;
    color: white;
    margin-top: 30px;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    border: 2px solid #0075c2;
    overflow: hidden;
}

.blue-link:hover{
    color: #0075c2;
}

.blue-link::before,.blue-link::after{
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
}

.blue-link,.blue-link::before,.blue-link::after{
    box-sizing: border-box;
    transition: all .3s;
}

.blue-link::after{
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}

.blue-link:hover::after{
    left: 0;
    background-color: white;
}

.top-kyoninka{
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.top-kyoninka figure{
    text-align: right;
}

.top-kyoninka img{
    width: 100%;
    max-width: 1000px;
    height: 100%;
}

.top-comp{
    margin-top: 200px;
}

.top-comp,.comp-book{
    display: flex;
}

.comp-btn,.comp-bg{
    position: relative;
    width: 100%;
    height: 100%;
}

.comp-btn p,.comp-book-btn{
    position: absolute;
    top: 0;
    left: 0;
}

.comp-btn p,.comp-book-btn{
    font-family: 'Noto Serif JP', serif;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
}

.comp-btn p{
    font-size: 30px;
    width: 100%;
}

.comp-btn p span,.comp-book-btn p span{
    display: block;
    color: #0075c2;
    font-size: 14px;
}

.comp-btn p span{
    margin-top: 20px;
}

.comp-btn img,.comp-book img{
    width: 100%;
}

.comp-btn .comp-poly{
    position: absolute;
    left: 0;
    vertical-align: top;
    transition: .3s;
}

.comp-btn:hover .comp-poly{
    opacity: 50%;
}

.comp-book-btn .blue-link{
    font-size: 16px;
}

.comp-book figure{
    padding: 0;
    margin: 0;
}

.top-comp-book .row{
    display: flex;
    margin: 100px auto;
}

.top-comp-book h2{
    font-size: 30px;
    margin-top: 50px;
    color: #001e43;
}

.top-comp-book .col-md-2 p{
    font-size: 14px;
    color: #0075c2;
    border-top: 1px solid #0075c2;
    padding-top: 5px;
}

.top-comp-book a{
    transition: .3s;
}

.top-comp-book a:hover img{
    filter: opacity(60%) saturate(140%);
}

.top-comp-book img{
    width: 100%;
    transition: .3s;
}

.top-comp-book p{
    margin-top: 10px;
    color: #001e43;
    font-size: 18px;
    font-weight: bold;
}

.top-comp-book p span{
    color: #0075c2;
    font-size: 14px;
}

.top-comp-book p i{
    padding-right: 10px;
}

footer{
    background-color: #001e43;
}

.foot-info{
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.foot-info figure{
    width: 80%;
}

.foot-info li{
    color: white;
}

.foot-info li i{
    margin-right: 5px;
}

.foot-info .blue-link{
    margin: 0;
}

.foot-sitemap{
    display: flex;
    padding: 50px 0;
    border-top: 1px solid #1d2d42;
    border-bottom: 1px solid #1d2d42;
}

.foot-sitemap h4{
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #0075c2;
    width: 70%;
    padding-bottom: 5px;
}

.foot-comp{
    display: flex;
}

.foot-comp ul{
    margin-right: 30px
}

.foot-sitemap li{
    line-height: 2em;
}

.foot-sitemap a{
    color: white;
    font-size: 14px;
    transition: .3s;
}

.foot-sitemap a:hover{
    color: #0075c2;
}

.foot-copy{
    padding: 50px 0;
}

.foot-copy p{
    text-align: center;
    color: white;
    font-size: 14px;
}




/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* service */
.ser-btn{
    position: relative;
    display: block;
    margin: 50px auto;
}

.ser-btn-text{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    background-color: rgba(255, 255, 255, .8);
    padding: 20px 60px;
    transition: .3s;
}

.ser-btn:hover .ser-btn-text{
    background-color: #001e43;
}

.ser-btn-text h3{
    font-family: 'Noto Serif JP', serif;
    color: #0075c2;
    border-bottom: 1px solid #001e43;
    padding-bottom: 10px;
    transition: .3s;
}

.ser-btn-text h3 i{
    padding-right: 10px;
}

.ser-btn:hover .ser-btn-text h3{
    color: white;
    border-bottom: 1px solid white;
}

.ser-btn-text p{
    color: black;
    margin-bottom: 0;
    transition: .3s;
}

.ser-btn:hover .ser-btn-text p{
    color: white;
}

.ser-btn img,.ser-works img{
    width: 100%;
}

.ser-works{
    margin-top: 50px;
}

.ser-works h3{
    font-family: 'Noto Serif JP', serif;
    color: #0075c2;
    margin-bottom: 40px;
    border-bottom: 1px solid #001e43;
    padding-bottom: 10px;
}

.ser-works-top{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
}

.ser-works-content{
    width: 30%;
    margin: 30px auto;
}

.ser-works-img{
    width: 100%;
    margin: 0 auto;
}

.ser-works-img a{
    transition: .3s;
}

.ser-works-img a:hover{
    opacity: 80%;
}

.ser-works-content dl{
    margin-top: 14px;
}

.ser-works-img dt{
    font-size: 14px;
    color: #001e43;
}

.ser-works-info{
    font-size: 12px;
    margin-top: 5px;
    color: #0075c2;
}

.ser-works a{
    margin: 50px auto;
}

/* works 施工事例 */
.works-photo{
    margin: 50px auto;
}

.works-photo img{
    width: 100%;
}

.col2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col2 figure{
    width: 49%;
}

.works-content{
    margin-bottom: 50px;
}

.works-content h4{
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    color: #0075c2;
}

.works-content table{
    width: 100%;
    margin-top: 20px
}

.works-content th,.works-content td{
    padding: 20px 0;
}

.works-content th{
    border-bottom: 1px solid #001e43;
    text-align: center;
}

.works-content td{
    border-bottom: 1px solid #0075c2;
}

.works-content .blue-link{
    margin: 50px auto 0 auto;
}

.ser-works-text{
    font-size: 13px;
    margin-bottom: 50px;
}

.ser-works-text table{
    width: 100%;
}

.ser-works-text th{
    border-bottom: 1px solid #001e43;
    color: #001e43;
    padding-bottom: 10px;
}

.ser-works-text td:first-child{
    width: 50%;
}

.ser-works-text td{
    padding: 10px 0;
    border-bottom: 1px solid #001e43;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* item 取扱商品 */
.item-content{
    position: relative;
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #001e43;
}

.item-content img{
    width: 100%;
}

.item-content h3{
    position: absolute;
    top: 47%;
    right: -100px;
    font-family: 'Noto Serif JP', serif;
    background-color: #001e43;
    color: white;
    width: 350px;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
}

.item-content .col-md-6{
    margin-top: 50px;
}

.item-content p{
    line-height: 2em;
}

/* carport */
.cp-feature{
    margin: 50px auto;
}

.cp-feature-1 h3,.cp-point h3,.cp-color h3,.cp-snow h3{
    text-align: center;
    background-color: #0075c2;
    color: white;
    padding: 20px;
}

.cp-feature-1 ul{
    display: flex;
    justify-content: space-between;
}

.cp-feature-1 li{
    width: 49%;
}

.cp-outline{
    margin: 20px auto;
}

.cp-outline h3{
    color: #0075c2;
    border-left: 3px solid #0075c2;
    padding-left: 10px;
}

.cp-outline h3 span{
    color: #1d2d42;
    font-size: 20px;
    padding-left: 10px;
}

.cp-feature-1 li img{
    width: 100%;
}

.cp-point,.cp-color,.cp-snow{
    margin-bottom: 50px;
}

.cp-point-1,.cp-point-2{
    display: flex;
}

.cp-point-1 img,.cp-point-2 img{
    width: 100%;
}

.cp-color-hontai h4,.cp-color-arumi h4{
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cp-color-hontai ul,.cp-color-arumi ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cp-color-hontai li{
    width: 30%;
    text-align: center;
}

.cp-color-arumi li{
    width: 25%;
    text-align: center;
}

.cp-color-hontai li span,.cp-color-arumi li span{
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin: 20px auto;
}

.color1{
    background-color: #614d4a;
}

.color2{
    background-color: #b5b5b6;
}

.color3{
    background-color: #d5c8a0;
}

.color4{
    background-color: #221815;
}

.color5{
    background-color: #595757;
}

.color6{
    background-color: #004737
}

.color7{
    background-color: #3d3d3e;
}

.color8{
    background-color: #969670;
}

.color9{
    background-color: #1b1a1b;
}

.color10{
    background-color: white;
    border: 1px solid black;
}

.cp-snow-flex{
    display: flex;
    align-items: center;
}

.cp-snow-flex ul{
    width: 60%;
}

.cp-snow-flex li{
    padding-right: 20px;
    line-height: 2em;
}

.cp-snow-flex figure{
    width: 40%;
}

.cp-snow-flex img{
    width: 100%;
}

/* resort */
.resort img{
    width: 100%;
}

.resort-photo1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px auto;
}

.resort-photo-l,.resort-photo-r{
    width: 49%;
}

.resort-photo-l p{
    margin-bottom: 30px;
    text-align: center;
}

.resort-photo2{
    margin-top: 50px;
    margin-bottom: 100px;
}

.resort-photo2 figure{
    text-align: center;
}

.resort-photo2 img{
    width: 95%;
}

.resort-photo3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resort-photo3-res04{
    width: 35%;
}

.resort-photo3-img{
    width: 60%;
}

.resort-photo3-img p{
    line-height: 2em;
}

.resort-text{
    margin: 100px auto;
}

.resort-text h3{
    text-align: center;
    color: #0075c2;
    font-size: 40px;
    font-weight: bold;
    border-bottom: 1px solid #0075c2;
}

.resort-text h3 span{
    font-size: 20px;
    padding: 10px;
    font-weight: normal;
}

.resort-text-t{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resort-text-t table{
    width: 45%;
    margin-top: 20px;
}

.resort-text-t th,.resort-text-t td{
    padding: 10px;
}

.resort-text-t th{
    border-bottom: 1px solid #0075c2;
}

.resort-text-t td{
    border-bottom: 1px solid #1b1a1b;
}

/* rental housing assets */
.rental-teian,.rental-subtit,.rental-kagayaki,.rental-corp,.rental-korei-text{
    margin-top: 100px;
}

.rental-korei{
    margin-bottom: 100px;
}

.rental img{
    width: 100%;
}

.rental-teian{
    margin: 0 auto;
}

.rental-teian th,.rental-teian td{
    font-size: 20px;
}

.rental-teian th{
    background-color: #0075c2;
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
}

.rental-teian td{
    padding-left: 20px;
}

.rental-subtit{
    text-align: center;
    border: 1px solid #0075c2;
    padding: 20px;
}

.rental-subtit p{
    margin: 0;
}

.rental-subtit h3{
    font-size: 36px;
    color: #0075c2;
    font-weight: bold;
}

.rental-kagayaki{
    display: flex;
    align-items: center;
}

.rental-kagayaki-l h4{
    color: #0075c2;
    text-align: center;
    font-weight: bold;
}

.rental-kagayaki-l li{
    line-height: 2em;
}

.rental-kagayaki-r,.rental-corp div,.rental-korei{
    text-align: center;
}

.rental-kagayaki-r dl,.rental-kagayaki-r dd,.rental-corp dl,.rental-corp dd,.rental-korei dl,.rental-korei dd{
    margin-bottom: 0;
}

.rental-kagayaki-r dt,.rental-corp dt,.rental-korei dt{
    background-color: #0075c2;
    color: white;
    padding: 5px 0;
}

.rental-corp{
    display: flex;
    justify-content: space-between;
}

.rental-corp div{
    width: 32%;
}

.rental-korei-text{
    text-align: center;
}

.rental-korei-text h4{
    color: #0075c2;
    font-weight: bold;
}

.rental-korei-text span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.rental-korei{
    display: flex;
    justify-content: space-between;
}

.rental-korei div{
    width: 45%;
}

/* seismic */
.seismic-content{
    margin: 100px 0;
}

.seismic-content h3{
    text-align: center;
    color: #0075c2;
    font-size: 30px;
    margin-bottom: 20px;
}

.seismic-photo{
    display: flex;
    flex-wrap: wrap;
}

.seismic-6{
    width: 50%;
    margin-bottom: 50px;
}

.seismic-6 p{
    text-align: center;
    color: #001e43;
}

.seismic-6 p i{
    padding-right: 10px;
}

.seismic-6 img{
    width: 100%;
}

.seismic-text{
    text-align: center;
}

.seismic-text p{
    background-color: #001e43;
    color: white;
    padding: 20px;
    border-radius: 40px;
}

.seismic-text h4{
    font-size: 50px;
    color: red;
    font-weight: bold;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* company */

.company img{
    width: 100%;
}

.company-top{
    position: relative;
}

.company-top-content{
    position: absolute;
    z-index: 100;
    background-color: white;
    top: 200px;
    padding: 50px;
}

.company-top-content h3{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #0075c2;
    margin-bottom: 20px;
}

.company-top-content p{
    line-height: 2em;
}

.company-list .col-md-10{
    margin: 200px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.complist-btn {
    font-family: 'Quattrocento', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 20px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: white;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
}
.complist-btn * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.complist-btn img {
    max-width: 100%;
    vertical-align: top;
}
.complist-btn figcaption {
    position: absolute;
    top: calc(74%);
    width: 100%;
    background-image: url(../img/company/comp-list0.svg);
    padding: 15px 25px 65px;
}
.complist-btn figcaption:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 80px;
}
.complist-btn h3,
.complist-btn p {
    margin: 0 0 10px;
}
.complist-btn h3 {
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.2em;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
}
.complist-btn p {
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
}
.complist-btn a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.complist-btn:hover figcaption,
.complist-btn.hover figcaption {
    top: 80px;
}

/* greeting */
.greeting-content .container{
    margin: 100px auto;
}

.greeting-content img{
    width: 100%;
}

.greeting-content p{
    letter-spacing: .1em;
    line-height: 2em;
}

.greeting-content .container figure{
    width: 20%;
    margin-top: 50px;
    margin-left: auto;
}

/* mp-cc 経営理念・社是 */
.keiei,.syaze,.mpcc-hoshin{
    margin: 100px auto;
}

.keiei figure,.syaze figure{
    margin-bottom: 50px;
}

.keiei h4,.syaze h4,.license-content h3,.mpcc-hoshin h4{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #0075c2;
    font-size: 30px;
    margin-bottom: 20px;
}

.keiei li,.syaze li{
    line-height: 2em;
}

.syaze h3{
    text-align: center;
    color: #001e43;
    font-size: 40px;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
}

.syaze li{
    text-align: center;
}

.mpcc-hoshin{
    display: flex;
}

.mpcc-kankyo,.mpcc-hinshitu{
    border: 1px solid #0075c2;
    background-color: white;
    padding: 20px;
    margin: 20px 10px;
}

.seitei{
    text-align: center;
    margin-bottom: 0;
}


/* profile 会社概要 */
.profile-content{
    margin: 100px auto;
}

.profile-content table{
    width: 100%;
}

.profile-content th{
    width: 20%;
    padding: 20px 0;
    border-bottom: 1px solid #0075c2;
    color: #0075c2;
}

.profile-content td{
    padding: 20px 10px;
    border-bottom: 1px solid #e3e3e3;
    width: 80%;
}

.yakuin-title{
    color: #0075c2!important;
    font-weight: bold!important;
    border-bottom: 1px solid #0075c2!important;
    padding-left: 0;
}

.yakuin-text{
    width: 20%!important;
    color: black!important;
    font-weight: normal!important;
    border-bottom: 1px solid #e3e3e3!important;
    padding-left: 10px!important;
}

.yakuin-sp td{
    width: 25%;
}

.yakuin-sp td:last-child{
    text-align: right;
    padding-right: 350px;
}

/* logo ロゴの由来 */
.logo-content{
    margin: 100px auto;
}

.logo-content figure{
    text-align: center;
}

.logo-content figure img{
    width: 60%;
}

.logo-content h3{
    margin-top: 50px;
    text-align: center;
    color: #0075c2;
    font-size: 40px;
    font-family: 'Noto Serif JP', serif;
}

.logo-content p{
    text-align: center;
    line-height: 2em;
}

/* access アクセス */
.access-content{
    margin: 50px auto;
}

.access-content p{
    text-align: center;
}

/* license 各種許認可・資格者一覧 */
.license .common-text h2{
    font-size: 30px;
    letter-spacing: .5em;
}

.license .common-text h4{
    font-size: 18px;
}

.license-content{
    margin: 50px auto 100px auto;
}

.license-content h3{
    margin: 50px 0;
}

.lice-outline{
    display: flex;
    align-items: center;
}

.lice-outline figure{
    width: 40%;
}

.lice-outline ul{
    width: 55%;
    margin-left: 50px;
}

.lice-outline li{
    line-height: 3em;
    border-bottom: 1px solid #e3e3e3;
}

.lice-tech table{
    width: 100%;
}

.lice-tech th,.lice-tech td{
    padding: 20px 0;
}

.lice-tech th{
    width: 60%;
    padding-left: 20px;
    border-bottom: 1px solid #1d2d42;
}

.lice-tech td{
    width: 40%;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
}

/* bunko 萬木文庫(児童図書) */
.bunko-content{
    margin: 50px 0;
}

.bunko-text{
    border: 1px solid #001e43;
    padding: 30px;
}

.bunko-text p{
    color: #001e43;
    margin-bottom: 0;
}

.kizou{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.kizou div{
    width: 48%;
    margin: 50px 0;
}

.kizou div p{
    text-align: center;
    border-bottom: 1px solid #001e43;
}

/* jojuan */
.library-content{
    margin: 100px 0;
}

.library-content h3{
    text-align: center;
    font-size: 30px;
    color: #0075c2;
    letter-spacing: 2px;
    font-family: 'Noto Serif JP', serif;
}

.library-content p{
    line-height: 2em;
    margin: 20px 0;
    text-align: center;
}

.library-text img{
    width: 100%;
}

.jojuan-content{
    margin-bottom: 100px;
}

.jojuan-kanban{
    margin-top: 50px;
}

.jojuan-photo{
    display: flex;
}

.jojuan-photo figure{
    margin: 10px;
}

.jojuan-info{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 50px auto;
}

.jojuan-riyo{
    width: 45%;
}

.jojuan-riyo h4{
    text-align: center;
    color: #0075c2;
    border-bottom: 1px solid #0075c2;
    padding-bottom: 10px;
}

.jojuan-riyo ul{
    border: 1px solid #001e43;
    padding: 10px;
}

.jojuan-riyo li:first-child{
    text-align: center;
    font-weight: bold;
    color: #0075c2;
}

.jojuan-map{
    width: 45%;
}

/* SDGs */
.sdgs-block{
    display: block;
}

.sdgs-logo{
    margin: 100px 0;
}

.sdgs-title{
    text-align: center;
}

.sdgs-title h3{
    color: #0075c2;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
}

.sdgs-title p{
    letter-spacing: 2px;
}

.sdgs-greeting{
    margin-bottom: 100px;
    background-color: #f7fefe;
    padding: 50px 0;
}

.sdgs-gre-text p,.sdgs-sup-text p{
    letter-spacing: 2px;
    line-height: 2em;
    margin-top: 30px;
}

.sdgs-gre-text figure{
    text-align: right;
}

.sdgs-gre-text img{
    width: 30%;
}

.sdgs-support{
    margin-bottom: 100px;
}

.sdgs-initiative .col-md-10{
    max-width: 960px;
    width: 100%;
    background: url(../img/sdgs/bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.sdgs-init-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
}

.sdgs-init-content div{
    width: 45%;
}

.sdgs-init-content div h3{
    width: 50%;
    margin: 0 auto;
}

.sdgs-init-content div p{
    font-size: 14px;
    margin: 10px auto;
    width: 90%;
}

.sdgs-init-3,.sdgs-init-4{
    margin-top: 200px;
}

.sdgs-init-content ul{
    display: flex;
    justify-content: center;
}

.sdgs-init-content li{
    width: 15%;
}

.sdgs-init-content li img{
    width: 100%;
}

.sdgs-init-content div a{
    width: 30%;
    display: block;
    margin: 0 auto;
    transition: .3s;
}

.sdgs-init-content div a:hover{
    -webkit-animation: heartbeat 1.5s ease-in-out both;
    animation: heartbeat 1.5s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-9-12 10:39:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
}
@keyframes heartbeat {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}
45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}
}

.torikumi-icon{
    width: 100%;
}

.sdgs-init-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.sdgs-init-center figure{
    width: 50%;
    margin: 0 auto;
}

.sdgs-init-center i{
    font-size: 30px;
}

.sdgs-init-center h3{
    color: #0075c2;
    font-weight: bold;
}

.sdgs-init-center h4{
    font-family: 'Noto Serif JP', serif;
    color: #0075c2;
}

.sdgs-activity{
    background-color: #f2f2f2;
    margin: 100px 0;
    padding: 50px 0;
}

.sdgs-suisin h3,.sdgs-process h3{
    font-family: 'Noto Serif JP', serif;
    color: #0075c2;
    border-bottom: 1px solid #0075c2;
    padding-bottom: 5px;
}

.sdgs-vision{
    margin-bottom: 100px;
}

/* iso */
.iso{
    margin-top: 100px;
}

.iso-copy p{
    text-align: center;
}

.iso-text{
    margin-top: 50px;
}

.iso-text h3{
    text-align: center;
    color: #0075c2;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 20px;
    font-size: 40px;
}

.iso-text span{
    display: block;
    text-align: right;
}

.iso-date{
    display: flex;
    align-items: center;
    margin: 50px auto;
}

.iso-date table{
    width: 100%;
}

.iso-date th,.iso-date td{
    padding: 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.iso-date figure{
    text-align: center;
}

.iso-date figure img{
    width: 70%;
}

/* women */
.women{
    margin-top: 100px;
}

.women-title{
    text-align: center;
}

.women-title h3,.women-directer h3{
    font-family: 'Noto Serif JP', serif;
    color: #0075c2;
    font-size: 30px;
}

.women-directer{
    margin: 100px auto;
}

.women-directer h3{
    text-align: center;
}

.women-directer figure{
    text-align: center;
    margin: 20px 0;
}

.women-kouryu{
    display: flex;
    align-items: center;
    border: 1px solid #0075c2;
    padding: 30px;
    margin-bottom: 50px;
}

.women-kouryu figure{
    margin-bottom: 0;
}

.women-kouryu img{
    width: 100%;
}

.women-img{
    display: flex;
    margin-top: 10px;
}

.women-kouryu-text{
    padding: 20px;
}

.women-kouryu-text h3{
    color: #0075c2;
}

.women-kouryu-text span{
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 働き方改革・健康経営 */
.health-img{
    display: flex;
    justify-content: space-between;
}

.health-img img{
    width: 48%;
    height: 100%;
    border: 1px solid #eee;
}

.hegr h4{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    color: #0075c2;
}

.hegr-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hegr-content figure{
    width: 35%;
}

.hegr-content figure img{
    width: 100%;
}

.health-greeting{
    border: 1px solid #0075c2;
    padding: 20px;
}

.hegr-text{
    width: 60%;
}

.hegr-text p{
    line-height: 1.5em;
}

.hegr-text figure{
    width: 60%;
    margin-left: auto;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Event イベント */
.event{
    margin-bottom: 100px;
}

.event-content{
    margin-top: 50px;
}

.event-content h3{
    color: #0075c2;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    border-left: 5px solid #0075c2;
    padding-left: 10px;
}

.event-content p{
    border: 1px solid black;
    padding: 20px;
}

.event-photo{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event-photo figure{
    width: 48%;
}

.event-photo figure img{
    width: 100%;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* award 表彰等 */
.award h3{
    color: #0075c2;
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid #0075c2;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
}

.award p{
    font-size: 16px;
    margin-left: 10px;
    color: gray;
    text-align: center;
}

.award-content{
    margin: 50px auto 100px auto;
}

.award-img{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.award-img .col-md-6{
    width: 47%;
    margin: 50px auto;
}

.award-img img{
    width: 100%;
}

/* 地域貢献 */
.chiiki{
    margin: 100px 0;
}

.chiiki .row{
    margin: 50px 0;
}

.chiiki img{
    width: 100%;
}

.chiiki-title{
    text-align: center;
}

.chiiki-title h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    color: #0075c2;
    margin-bottom: 30px;
}

.chiiki-title h5{
    background-color: #0075c2;
    color: white;
    font-family: 'Noto Serif JP', serif;
    padding: 10px 0;
    margin-top: 50px;
}

.chiiki-content h6 span{
    padding-left: 20px;
}

.chiiki-sub{
    font-size: 20px;
    font-weight: bold;
    border-left: 3px solid #001e43;
    color: #001e43;
    padding-left: 10px;
}

.chiiki-photo{
    display: flex;
}

.chiiki-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chiiki-list .col-md-4{
    width: 30%;
}

.chiiki-list dl{
    text-align: center;
}

.chiiki-list dt{
    color: #0075c2;
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid #0075c2;
    padding-bottom: 5px;
    font-size: 18px;
}

.chiiki-list dd{
    font-size: 16px;
    margin-left: 10px;
    color: gray;
    padding-top: 5px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* contact お問い合わせ */

.contact-content h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    color: #0075c2;
}

.contact-tel,.contact-mail{
    margin: 50px 0;
}

.contact-tel .tel{
    font-size: 30px;
    font-weight: bold;
    color: #0075c2;
    letter-spacing: .1em;
}

.contact-tel .tel span{
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    color: black;
    letter-spacing: 0;
}

.contact-mail table{
    width: 100%;
}

.contact-mail th{
    width: 35%;
    padding: 20px 0;
    border-bottom: 1px solid #0075c2;
    color: #0075c2;
}

.contact-mail td{
    width: 65%;
    padding: 20px 0;
    border-bottom: 1px solid #bbdbf3;
}

.contact-mail th span{
    color: white;
    background-color: red;
    padding: 5px 20px;
    margin-left: 10px;
    border-radius: 40px;
}

.contact-btn{
    border: 1px solid #001e43;
    border-radius: 40px;
    padding: 10px 50px;
    background-color: #001e43;
    color: white;
    margin-top: 50px;
    transition: .2s;
}

.contact-btn:hover{
    color: #001e43;
    background-color: white;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* privacypolicy 個人情報保護方針 */
.pripoli-content{
    margin: 50px auto;
}

.pripoli-content p,.pripoli-content li{
    font-size: 14px;
}

.pripoli-content h3{
    font-size: 20px;
    margin-top: 30px;
    color: #0075c2;
    border-bottom: 1px solid #001e43;
    padding-bottom: 10px;
}



/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* sitemap サイトマップ */
.sitemap-link{
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 1px solid #bbdbf3;
}

.sitemap-link a,.sitemap-link-b a{
    margin-bottom: 10px;
    margin-right: 10px;
    color: #0075c2;
    font-size: 20px;
    transition: .2s;
}

.sitemap-content i{
    margin-right: 10px;
}

.sitemap-link ul{
    display: flex;
    flex-wrap: wrap;
}

.sitemap-link ul li{
    width: 300px;
    margin: 5px 0;
}

.sitemap-link ul li a{
    color: #001e43;
    font-size: 16px;
    transition: .2s;
}

.sitemap-link a:hover,.sitemap-link-b a:hover,.sitemap-link ul li a:hover{
    color: #bbdbf3;
}

.sitemap-link-b{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

