/* pageVisual */

#pageVisual img{
    width: 100%;
    height:auto;
}

section .pure-g{
    margin:0 -20px;
}

section .pure-g [class*=pure-u]{
    padding:0 20px;
}
/* navigation */

.navigation {
    text-align: center;
    margin-bottom:90px;
}

.navigation li{
    display: inline-block;
    margin:0 5px;
}

.navigation li a{
    display: inline-block;
    min-width: 250px;
    line-height: 50px;
    color:#fff;
    background: #bbbbbb;
    font-weight: bold;
    font-size:1.6rem;
    text-align: center;
    padding:0 10px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 5px;
}

.navigation li.current_page_item a{
    background:#1d4672;
}


/* title */

.ttl-subpage-1{
    position: relative;
    font-size:9rem;
    color:#f5f5f5;
    line-height: 1;
    margin-bottom:90px;
}

.ttl-subpage-1 span{
    position: absolute;
    top:35px;
    left:50%;
    transform: translateX(-50%);
    font-size:3rem;
    color:#1d4672;
}

.ttl-subpage-2{
    font-size:2.2rem;
    color:#1d4672;
    margin-bottom:30px;
}

.ttl-subpage-3{
    padding-bottom:5px;
    margin-bottom:30px;
    font-size:2.2rem;
    color:#1d4672;
    border-bottom:solid 2px #1d4672;
}

.ttl-subpage-3 span{
    font-size:1.8rem;
    color:#333;
    margin-left:15px;
}

.ttl-subpage-4{
    font-size:2.6rem;
    color:#1d4672;
    margin-bottom:20px;
}

.ttl-subpage-5{
    font-size:1.8rem;
    margin-bottom:15px;
}

.ttl-subpage-6{
    padding-bottom:10px;
    margin-bottom:50px;
    font-size:2.6rem;
    color:#1d4672;
    border-bottom:solid 2px #1d4672;
}

.ttl-subpage-6 span{
    font-size:1.8rem;
    color:#333;
    margin-bottom:10px;
    display: block;
}



/* service
*********************************************************/

#service .section1,
#service .section2{
    margin-bottom:60px;
}

#service .section2 .head-img,
#service .section2 .area-txt{
    margin-bottom:35px;
}

#service .section3{
    padding:50px 0;
    background:#f4f4f4;
}

#service .section4{
    padding:50px 0;
}


/* outline
*********************************************************/

#outline section,#accessmap section{
    margin-bottom:60px;
}

/* human
*********************************************************/

#human .section1{
    margin-bottom:60px;
}

#human .section2{
    padding:80px 0;
    background:#f4f4f4;
}

#human .section3{
    padding:80px 0;
}


/* Contact
*********************************************************/

span.text03{
    color:#1d4672;
    font-weight: bold;
}

#contact #main {
    padding-bottom: 60px;
}

#contact .wrap01 {
    padding-top: 60px;
}

#contact .catch01 {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .catch01 h4{
    font-size:2.2rem;
    font-weight: normal;
}

#contact .catch01 span {
    font-size: 2.8rem;
    color: #1d4672;
    font-weight: bold;
    display: inline-block;
}

#contact .catch01 span+span {
    padding-left: 1em;
}

#contact .catch01 small {
    font-size: 1.6rem;
}

#contact ol.list01 {
    font-size: 1.6rem;
    list-style: decimal;
    padding-left: 1.75em;
    line-height: 2;
}

#contact ul.list01 {
    font-size: 1.5rem;
    list-style: disc;
    padding-left: 1.75em;
    line-height: 2;
    margin-bottom: 35px;
}


#contact .text01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

#contact h2 {
    font-size: 2.2rem;
    color:#333;
    margin-bottom: 15px;
}

#contact table {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

#contact table th,
#contact table td {
    border: none;
    padding: 15px;
    font-size: 1.6rem;
    vertical-align: top;
    text-align: left;
    background: #fff;
    border: solid 2px #fff;
    background: #f2f2f2;
}

#contact table th {
    width: 250px;
    background: #e4e4e4;
}

#contact table th span {
    color: red;
}

#contact table td label {
    font-weight: normal;
}

#contact table td .inner01 {
    padding-right: 20px;
}

#contact table td input[type=text],
#contact table td input[type=mail],
#contact table td input[type=tel] {
    width: 400px;
    padding: 10px;
}

#contact table td input[type=text].var01 {
    width: 10em;
}

#contact table td input[type=checkbox] {
    display: inline-block;
    margin-right: 0.5em;
}

#contact table td input[type=checkbox]+label {
    display: inline-block;
    margin-bottom: 5px;
}

#contact table td input.var02 {
    width: 8em;
}

#contact table td input.var03 {
    width: 8em;
}

#contact table td select {
    margin-right: 5px;
    max-width: 20em;
}

#contact table td textarea {
    width: 100%;
    height: 10em;
}

#contact table td .bg-danger {
    padding: 10px;
    margin-top: 5px;
}

#contact .btnWrap01 {
    padding: 25px 0 0;
    overflow: hidden;
}

#contact .btnWrap01 p {
    font-size: 1.4rem;
}

#contact input[type=submit],
#contact .btnWrap01 a {
    appearance: none;
    border: none;
    border-radius: none;/*
    width: 300px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    background: #0796c9;
    background: -moz-linear-gradient(left, #07acc9 0%, #0796c9 100%);
    background: -webkit-gradient(linear, left center, right center, from(#07acc9), to(#0796c9));
    background: -webkit-linear-gradient(left, #07acc9 0%, #0796c9 100%);
    background: -o-linear-gradient(left, #07acc9 0%, #0796c9 100%);
    background: -ms-linear-gradient(left, #07acc9 0%, #0796c9 100%);
    background: linear-gradient(to right, #07acc9 0%, #0796c9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#07acc9, endColorstr=#0796c9, GradientType=1);
    display: block;
    margin: 20px auto;
    font-size: 1.8rem;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;*/
    background:url(../../images/common/ico_arrow_3.png) no-repeat 95% center #1d4672;
    font-size:1.6rem;
    font-weight: bold;
    color:#fff;
    padding:15px 45px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    min-width: 300px;
    text-align: center;
    margin: 20px auto;
    box-sizing: border-box;
}

#contact .btnWrap01 a.btn01 {
    background: #666;
}

#contact .wrap03 {
    padding: 0 15px;
    margin-bottom: 20px;
}

#contact .wrap03 p {
    padding: 15px;
    background: #EDEDED;
    font-size: 0.9rem;
}

#contact p.text03 {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #555555;
    padding: 10px 15px;
    margin-bottom: 0;
}

#contact .textWrap02 {
    margin-bottom: 30px;
}

#contact .textWrap02 .inner01 {
    border: solid 1px #CCC;
    padding: 15px;
    height: 240px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
}

#contact input[name=policy] {
    transform: scale(1.5);
}

#contact label[for=policy] {
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0.5em;
}

.accbox label.acotitle {
    display: block;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label.acotitle h2:before {
    content: '▶';
    padding-right: 8px;
    color:#ccc;
    font-size:1.5rem;
}

.cssacc:checked + label.acotitle h2:before {
    content: '▼';
}

.accbox input.cssacc {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + label.acotitle + .accshow {
    height: auto;
    opacity: 1;
}

@media screen and (max-width:768px) {
    #contact .catch01 span {
        display: block;
    }
    #contact .catch01 span+span {
        padding-left: 0;
    }
    #contact table th,
    #contact table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact table th {
        /*background: #ccc;*/
    }
    #contact table td input[type=text],
    #contact table td input[type=mail],
    #contact table td input[type=tel] {
        width: 85%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #contact table td input.var02 {
        width: 4em;
    }
    #contact table td input[type=text].var01 {
        width: 100%;
        margin-bottom: 10px;
    }

    #contact table td input.var03 {
        width: 4em;
    }

    #contact table td input.var03+br+input.var01 {
        margin-top: 20px;
    }

    #contact input[type=submit],
    #contact .btnWrap01 a {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .btnWrap01{
        text-align: center;
    }
}



/* news
*********************************************************/


#news {
    padding-bottom: 30px;
}

#news .section01 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #cccccc;
}

#news .section01:last-of-type,
#news .section01.var01 {
    border: none;
    margin-bottom: 0;
}

#news .section01 .pure-g {
    margin-left: -20px;
    margin-right: -20px;
}

#news .section01 .pure-g [class*=pure-u] {
    padding-left: 20px;
    padding-right: 20px;
}

#news .section01 .date {
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}


#news .section01 h2 {
    font-size: 2.2rem;
    color: #1d4672;
    margin-bottom: 15px;
}

#news .section01 h2 a {
    color: inherit;
    text-decoration: none;
}

#news .section01 .inner01 {
    font-size: 1.6rem;
    line-height: 1.8;
}


/* message
*********************************************************/

#message .section1,
#requirement .section1{
    margin-bottom:65px;
}

.daihyo{
    display: inline-block;
    float:right;
    margin-top:40px;
}

.daihyo span{
    font-size: 2.2rem;
}

/* outline
*********************************************************/

td dl{
    display: table;
}

td dt, td dd{
    display: table-cell;
}

td dt{
    width:130px;
}

#outline table,
#requirement table{
    width: 100%;
    border:none;
    box-sizing: border-box;
}

#outline th,
#outline td,
#requirement th,
#requirement td{
    padding:15px;
    font-size: 1.6rem;
    line-height: 1.7;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    background:#f2f2f2;
    border:solid 2px #fff;
}

#outline th,
#requirement th{
    background: #e4e4e4;
}


/* staff
*********************************************************/

#staff #main section{
    margin-bottom:70px;
}

#staff .group1 + .group1{
    margin-top:70px;
} 

#staff .section2{
    padding:55px 0;
    background: #f4f4f4;
}




@media screen and (max-width:768px) {
    .ttl-subpage-1 {
        font-size: 5rem;
        margin-bottom: 40px;
    }
    .ttl-subpage-1 span {
        top: 15px;
        font-size: 2rem;
        width: 100%;
    }
    .area-img{
        margin-bottom:20px;
    }
    .navigation li{
        display: block;
        margin-bottom:10px;
    }
    .navigation{
        margin-bottom:40px;
    }
    .ttl-subpage-2{
        margin-bottom:20px;
    }

    #requirement table,
    #requirement tr,
    #requirement th,
    #requirement td,
    #requirement tbody,
    #outline table,
    #outline tr,
    #outline th,
    #outline td,
    #outline tbody,
    td dl,
    td dt,
    td dd{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .ttl-subpage-6{
        font-size:2.2rem;
    }

    .ttl-subpage-4{
        font-size:2rem;
    }

    .area-map{
        margin-top:20px;
    }
}

@media screen and (min-width:769px) and (max-width:1025px) {
    #service .area-img.flickWrap img{
        max-width: 100%;
        height: auto;
    }
    .navigation li a{
        min-width: 150px;
    }
}

.lower__technology{
    padding-bottom: 200px;
}

.lower__technology--list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px 0;
    margin-bottom: 120px;
}
.lower__technology--link{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 56px;
    width: 300px;
    color: #fff;
    background: #9e9e9e;
    transition: all 0.6s;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 4px;
}

.lower__technology--link svg{
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}

.lower__technology--link.current__on,
.lower__technology--link:hover{
    opacity: 1;
    background: #1e4672;
}
.lower__technology--headline{
    font-size: 2.5rem;
    color: #1e4672;
    margin-bottom: 60px;
}

.lower__technology--wrapper + .lower__technology--wrapper{
    margin-top: 60px;
}

.lower__technology--caption{
    font-size: 1.8rem;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    background: #1e4672;
    margin-bottom: 42px;
}

.lower__technology--columns{
    display: flex;
    gap: 50px;
    padding: 0 50px;
    box-sizing: border-box;
}
.swap{
    flex-direction: row-reverse;
}

.lower__technology--column{
    max-width: calc(50% - 25px);
    flex-basis: calc(50% - 25px);
}

.lower__technology--wrapper li{
    position: relative;
    font-size: 1.6rem;
    padding-left: 1em;
    box-sizing: border-box;
    font-weight: 700;
}

.lower__technology--wrapper li::before{
    position: absolute;
    content: '・';
    top: 0;
    left: 0;
}

.lower__technology--flexs{
    display: flex;
    margin: -12px;
}

.lower__technology--flex{
    padding: 12px;
    box-sizing: border-box;
    max-width: 550px;
    flex-basis: 550px;
}

.lower__technology--flex + .lower__technology--flex{
    max-width: calc(100% - 550px);
    flex-basis: calc(100% - 550px);
}

.lower__technology--inner + .lower__technology--inner{
    margin-top: 30px;
}
.lower__technology--catch{
    font-size: 1.8rem;
    color: #1e4672;
    margin-bottom: 20px;
}

.lower__technology--inner table{
    width: 100%;
}

.lower__technology--inner table + table{
    margin-top: 35px;
}

.lower__technology--inner th,
.lower__technology--inner td{
    padding: 15px;
    box-sizing: border-box;
    background: #f2f2f2;
    border: 2px solid #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
.lower__technology--inner th{
    background: #e4e4e4;
    width: 200px;
}

.lower__technology--wrapper .slider__stage,
.lower__technology--wrapper .slider__media{
    position: relative;
    display: block;
    height: 0;
    overflow: clip;
    margin: 0 !important;
}

.lower__technology--wrapper .slider__stage{
    padding-top: 500px;
    background: #ccc;
}

.lower__technology--wrapper .slider__media{
    padding-top: 175px;
}

.lower__technology--wrapper .slider__stage .image,
.lower__technology--wrapper .slider__media .image{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

.lower__technology--wrapper .slider__stage .image{
    object-fit: contain;
}
.lower__technology--wrapper .slider__media .image{
    object-fit: cover;
}

.lower__technology--wrapper .slider__sub{
    margin-top: 10px;
}

.lower__technology--wrapper .slider__list{
    margin: 0 -5px;
}

.lower__technology--wrapper .slider__tab{
    padding-left: 0;
    padding: 0 5px;
    box-sizing: border-box;
}
.lower__technology--wrapper .slider__tab::before{
    display: none;
}

.headline__under{
    display: flex;
    gap: 0 24px;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #1e4672;
    margin-bottom: 65px;
    font-weight: 700;
}

.headline__under h2{
    font-size: 2.3rem;
    color: #1e4672;
}
.headline__under span{
    font-size: 2rem;
}

.headline__banner{
    font-size: 1.8rem;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    background: #1e4672;
    margin-bottom: 41px;
}

.lower__sdgs + .lower__sdgs{
    margin-top: 85px;
}

.lower__sdgs--images{
    display: block;
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.lower__sdgs--headline{
    font-size: 2.5rem;
    color: #1e4672;
    margin-bottom: 20px;
}

.lower__sdgs--caption{
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 36px;
}

.lower__sdgs--wrapper{
    padding-bottom: 100px;
}

.lower__sdgs--inner{
    padding: 40px 50px;
    box-sizing: border-box;
    background: #f2f2f2;
}

.lower__sdgs--group{
    background: #fff;
    padding-bottom: 30px;
}
.lower__sdgs--group + .lower__sdgs--group{
    margin-top: 40px;
}

.lower__sdgs--columns{
    display: flex;
    gap: 42px;
    padding: 0 45px;
    align-items: center;
}

.lower__sdgs--column{
    max-width: 212px;
    flex-basis: 212px;
}
.lower__sdgs--column + .lower__sdgs--column{
    max-width: calc(100% - 253px);
    flex-basis: calc(100% - 253px);
}

.lower__sdgs--flexs{
    display: flex;
    margin: 0 -25px;
}

.lower__sdgs--flexs + .lower__sdgs--flexs{
    margin-top: 20px;
}

.lower__sdgs--flex{
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 55%;
    flex-basis: 55%;
}
.lower__sdgs--flex + .lower__sdgs--flex{
    max-width: 45%;
    flex-basis: 45%;
}

.lower__sdgs--catch{
    font-size: 1.8rem;
}

.lower__sdgs--list{
    position: relative;
    font-size: 1.6rem;
    padding-left: 1em;
    box-sizing: border-box;
}
.lower__sdgs--list::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
}

@media screen and (max-width: 828px) {
    .lower__technology--list{
        margin-bottom: 50px;
    }

    .lower__technology--caption{
        font-size: 1.8rem;
        padding: 10px;
        margin-bottom: 20px;
    }

    .lower__technology--columns,
    .lower__technology--flexs{
        display: block;
        padding: 0;
    }

    .lower__technology--column,
    .lower__technology--flex,
    .lower__technology--flex + .lower__technology--flex{
        max-width: 100%;
    }

    .lower__technology--column + .lower__technology--column,
    .lower__technology--flex + .lower__technology--flex{
        margin-top: 30px;
    }

    .lower__technology--wrapper .slider__stage{
        padding-top: 70vw;
    }
    
    .lower__technology--wrapper .slider__media{
        padding-top: 25vw;
    }

    .headline__under{
        display: block;
        margin-bottom: 32px;
    }
    .headline__under h2{
        font-size: 2rem;
    }
    .headline__under span{
        font-size: 1.8rem;
    }

    .lower__sdgs + .lower__sdgs{
        margin-top: 50px;
    }

    .lower__sdgs--inner{
        padding: 0;
    }

    .lower__sdgs--columns{
        display: block;
        padding: 0;
    }

    .lower__sdgs--column,
    .lower__sdgs--column + .lower__sdgs--column{
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .lower__sdgs--column + .lower__sdgs--column{
        margin-top: 30px;
    }

    .lower__sdgs--image{
        display: block;
        max-width: 212px;
        margin: auto;
    }
}

@media screen and (max-width: 450px) {
    .lower__technology--inner th,
    .lower__technology--inner td{
        display: block;
        border: none;
        width: 100%;
        padding: 10px;
        text-align: left;
    }

    .lower__sdgs--flexs{
        display: block;
    }
    .lower__sdgs--flex,
    .lower__sdgs--flex + .lower__sdgs--flex{
        max-width: 100%;
        width: 100%;
    }

    .lower__sdgs--flex + .lower__sdgs--flex{
        margin-top: 16px;
    }
}