/**************************************************

BASE

****************************************************/

#main img {
    max-width: 100%;
    height   : auto;
}


#pageVisual {
    overflow: hidden;
}

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

#pageVisual.privacy-policy-main {
    height: 70px;
}

.footer-contact {
    margin-top: 100px;
}

#main section+section {
    margin-top: 70px;
}

.pure-g {
    margin-right: -25px;
    margin-left : -25px;
}

.pure-g [class*=pure-u] {
    padding-right: 25px;
    padding-left : 25px;
}


/* title */

.ttl-subpage-1 {
    font-size    : 4rem;
    color        : #46739B;
    margin-bottom: 55px;
}

.ttl-subpage-1 small {
    display  : block;
    font-size: 1.8rem;
    color    : #333;
}

.ttl-subpage-2 {
    font-size    : 2.4rem;
    margin-bottom: 25px;
}

.ttl-subpage-3 {
    font-size    : 3.4rem;
    margin-bottom: 20px;
}

.ttl-subpage-4 {
    margin-bottom: 15px;
    color        : #46739B;
    font-size    : 2rem;
}

.ttl-subpage-5 {
    margin-bottom : 25px;
    color         : #46739B;
    font-size     : 2.2rem;
    padding-bottom: 15px;
    border-bottom : 2px solid #ccc;
}

.ttl-subpage-6 {
    margin-bottom: 10px;
    color        : #46739B;
    font-size    : 1.6rem;
}

/* table */

table,
tbody,
tr {
    border    : none;
    width     : 100%;
    height    : auto !important;
    box-sizing: border-box;
}

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

th {
    background: #bee0ff;
}

/* anchorlink */

.anchorlink {
    margin-bottom: 50px;
    background   : #f9f9f9;
    padding      : 15px;
}

.anchorlink li {
    display    : inline-block;
    font-size  : 1.6rem;
    /*min-width: 180px;*/
    padding    : 0 30px;
}

.anchorlink li+li {
    border-left: 1px solid #333;
}

.anchorlink {
    background: #46739B;
}

.anchorlink li a {
    color          : #fff;
    font-size      : 2rem;
    text-decoration: none;
}

.anchorlink li a:hover,
.anchorlink li.current_page_item a {
    font-weight: bold;
    opacity    : 1;
    color      : #7FFF00;
}

.recruit.green .anchorlink li a:hover,
.recruit.green .anchorlink li.current_page_item a {
    color: #7FFF00;
}

.recruit.yellow .anchorlink li a:hover,
.recruit.yellow .anchorlink li.current_page_item a {
    color: #FFFF00;
}

/* pagenation */

.pagination {
    clear      : both;
    padding    : 20px 0;
    position   : relative;
    font-size  : 14px;
    line-height: 14px;
    text-align : center;
}

.pagination-box {
    display: inline-block;
}

.pagination span,
.pagination a {
    display        : block;
    float          : left;
    margin         : 2px 2px 2px 0;
    padding        : 10px 15px 10px 15px;
    text-decoration: none;
    width          : auto;
    color          : #333;
    background     : #d2d2d2;
}

.pagination a:hover {
    color     : #fff;
    background: #dc1d1e;
}

.pagination .current {
    padding   : 10px 15px 10px 15px;
    color     : #fff;
    background: #dc1d1e;
}

@media only screen and (max-width: 413px) {
    .pagination {
        font-size  : 12px;
        line-height: 12px;
    }

    .pagination span,
    .pagination a {
        padding: 8px 10px 8px 10px;
    }

    .pagination .current {
        padding: 8px 10px 8px 10px;
    }
}

/*************************************************

CONTENTS

****************************************************/

/* csr
*******************************************************/

#csr dl {
    display   : table;
    margin-top: 20px;
}

#csr dt {
    font-weight: bold;
}

#csr dt,
#csr dd {
    font-size: 1.6rem;
    display  : table-cell;
}


/* outline
*******************************************************/
#outline tr th,
#history tr th,
#equipment tr th,
#requirements tr th {
    background: #46739B;
    color     : #fff;
}

#outline td li {
    display   : inline-block;
    width     : 33%;
    box-sizing: border-box;
}


#outline .print-only {
    display: none;
}

#outline iframe {
    width: 100%;
}

#outline .wp-block-column img {
    margin-top: 10px;
}

#outline table {
    background           : url(../../images/page/img_history1.png);
    background-attachment: fixed;
    background-position  : 80% 0;
    background-repeat    : no-repeat;
}

#history table {
    background           : url(../../images/page/img_history1.jpg);
    background-attachment: fixed;
    background-position  : 80% 0;
    background-repeat    : no-repeat;
}

#history tr th {
    background: #46739B;
}

#history tr th span {
    visibility: hidden;
}

#outline tr td,
#history tr td {
    background: rgba(249, 249, 249, 0.4);
}

#outline .wp-block-button__link,
#history .wp-block-button__link {
    font-size: 16px;
}

#equipment .btn__print,
#outline .btn__print,
#history .btn__print {
    display: none;
}


/* equipment
********************************************************/

#equipment figure {
    margin: 0 0 15px 0;
}

#equipment table {
    background           : url(../../images/page/img_equipment_back.jpg);
    background-attachment: fixed;
    background-position  : 80% 0;
    background-repeat    : no-repeat;
}

#equipment table tr th {
    width: 20%;
}

#equipment table tr td {
    background: rgba(249, 249, 249, 0.4);
}


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

#message .section1 .ttl-subpage-1 {
    padding-bottom: 20px;
    border-bottom : 2px solid #ccc;
}

#vision h3 {
    font-size    : 3.4rem;
    margin-bottom: 15px;
    color        : #46739B;
}

#vision h3 small {
    display      : block;
    margin-bottom: 10px;
    color        : #333;
    font-size    : 2.4rem;
}

#vision span {
    font-size  : 1.6rem;
    color      : #999999;
    font-weight: bold;
}

#message .section2 .ttl-subpage-1 {
    margin-bottom: 20px;
    font-size    : 3.4rem;
}

#message .section2 .daihyo {
    margin-top: 30px;
    font-size : 2.4rem;
}

/* voice
*******************************************************/

#voice .area-txt+.area-txt,
#csr .area-txt+.area-txt {
    margin-top: 25px;
}

#voice .staff-name {
    display      : block;
    margin-bottom: 15px;
    color        : #46739B;
    font-size    : 1.6rem;
}

#voice .section2 {
    padding   : 70px 0;
    background: #f9f9f9;
}

#voice .aside1 img {
    display      : block;
    width        : 100%;
    margin-bottom: 50px;
}


/* requirements
********************************************************/

#requirements th,
#outline th,
#history th {
    width: 250px;
}


/* personality
********************************************************/

#personality .section2 .ttl-subpage-1 {
    margin-bottom: 25px;
}

#personality .section2 .pure-g {
    margin: 45px -5px 0;
}

#personality .section2 .pure-g [class*=pure-u] {
    padding: 0 5px;
}

#personality .section3 a {
    display: block;
}

#personality .section3 .area-btn a {
    margin-top: 30px;
    display   : inline-block;
}


/* Service
*******************************************************/

#service .section1 .unit {
    background: #f8f8f8;
    padding   : 35px;
    height    : 100%;
}

#service .section1 .unit .group1 {
    margin: 0 -15px;
}

#service .section1 .unit .group1 [class*=pure-u] {
    padding: 0 15px;
}

#service .section1 .group2 {
    margin: 0 -20px;
}

#service .section1 .group2 [class*=pure-u] {
    padding: 0 20px 40px;
}

#service figure {
    margin: 0;
}

#service .section2 .area-img .wp-block-columns {
    margin-bottom: 10px;
}

#service .section2 .area-img .wp-block-column:not(:first-child) {
    margin-left: 5px;
}

#service .section2 p {
    padding-left: 20px;
}

#service .section2 p[class*=num] {
    position: relative;
}

#service .section2 p[class*=num]::before {
    position: absolute;
    top     : 0;
    left    : 0;
    content : "1.";
}

#service .section2 p.num2::before {
    content: "2.";
}

#service .section2 p.num3::before {
    content: "3.";
}

#service .section2 p.num4::before {
    content: "4.";
}

#service .section2 p.num5::before {
    content: "5.";
}

#service .section2 p.num6::before {
    content: "6.";
}

#service .section2 p.num7::before {
    content: "7.";
}

#service .section01 ul,
#service .section02 ul {
    display        : -webkit-flex;
    display        : -moz-flex;
    display        : -ms-flex;
    display        : -o-flex;
    display        : flex;
    justify-content: space-around;
    margin         : 0 -20px;
}

#service .section02 ul {
    margin: 0 -10px;
}

#service .section01 ul li,
#service .section02 ul li {
    flex-basis   : 50%;
    padding      : 0 20px;
    margin-bottom: 40px;
}

#service .section02 ul li {
    padding: 0 10px;
}

#service .section01 .wrap2 ul li {
    flex-basis: 30.3%;
}

#service .section01 ul li img {
    margin-bottom: 30px;
}

#service .section01 ul li .wrap {
    padding   : 30px 40px 50px;
    background: #f8f8f8;
    height    : 100%;
}

#service .section02 ul li p {
    margin-top: 10px;
}


/* strength
********************************************************/

#strength .ttl-subpage-6.space {
    margin-top: 20px;
}

#strength .section3 {
    background: #f8f8f8;
    padding   : 40px 0;
}

#strength .section3 .pure-g {
    margin: 0 -12px;
}

#strength .section3 .pure-g [class*=pure-u] {
    padding: 0 12px;
}

#strength p[class*=num] {
    display     : block;
    position    : relative;
    padding-left: 20px;
    font-weight : bold;
}

#strength p[class*=num]::before {
    display : block;
    position: absolute;
    top     : 0;
    left    : 0;
    content : "1.";
}

#strength p.num2::before {
    content: "2.";
}

#strength p.num3::before {
    content: "3.";
}


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

#contact.entry.check .check-agree,
#contact.confirm .check-agree {
    display: none;
}

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

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

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

#contact table li {
    display: inline-block;
}

#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        : #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

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

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

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

#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 table {
    margin: 0;
}

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

#contact select {
    height: 48px;
}

#contact .check-agree {
    font-size: 1.6rem;
}

#contact .agree-wrap {
    font-size : 1.6rem;
    background: #f9f9f9;
    margin    : 20px 0 40px;
    padding   : 10px;
    box-sizing: border-box;
}

#contact table table th,
#contact table table td {
    background: none;
    border    : none;
}

#contact table table th {
    font-weight   : normal;
    width         : 190px;
    vertical-align: middle;
    color         : #333;
}

#contact table th {
    width     : 250px;
    background: #50AFCB;
    color     : #fff;
}

#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=email],
#contact table td input[type=tel] {
    width  : 500px;
    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,
#contact .fm-modoru {
    appearance     : none;
    border         : none;
    width          : 300px;
    height         : 65px;
    line-height    : 65px;
    color          : #fff;
    border-radius  : 35px;
    background     : #46739B;
    display        : block;
    margin         : 20px auto;
    font-size      : 1.6rem;
    font-weight    : bold;
    text-align     : center;
    text-decoration: none;
}

#contact .fm-modoru {
    margin    : 0 auto;
    color     : #fff;
    background: #666;
}

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

#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;
}

/* accordion */

.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;
}



body .mw_wp_form .error {
    color           : #a94442;
    background-color: #f2dede;
    padding         : 10px;
    margin          : 5px 0;
}


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

    #contact input[type="file"] {
        box-sizing: border-box;
        width     : 100%;
    }

    #contact .catch01 span,
    #contact h2 {
        font-size: 2rem;
    }

    #contact .catch01 br {
        display: none;
    }

    #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 th,
    #contact table td {
        border: none;
    }

    #contact table td input[type=text],
    #contact table td input[type=email],
    #contact table td input[type=tel] {
        width             : 100%;
        -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: 6em;
    }

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

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

    .btnWrap01 {
        text-align: center;
    }
}



/* privacy-policy
********************************************************/

#privacy-policy dt {
    font-weight  : bold;
    font-size    : 1.6rem;
    color        : #223174;
    margin-bottom: 15px;
}

#privacy-policy dd {
    margin-bottom: 45px;
    font-size    : 1.6rem;
}



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

#news {
    padding-bottom: 30px;
}

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

#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        : #46739B;
    font-weight  : bold;
    margin-bottom: 10px;
}


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

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

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



@media screen and (max-width:828px) {
    .anchorlink li+li {
        border-left: none;
        border-top : 1px solid #333;
    }

    .anchorlink li {
        display   : block;
        font-size : 1.6rem;
        min-width : 100%;
        padding   : 15px 0;
        box-sizing: border-box;
    }

    body #swipebox-close {
        right: auto;
        left : 0;
    }

    #service figure {
        margin    : 0;
        text-align: center;
    }

    #service .section2 .area-img .wp-block-column:not(:first-child) {
        margin-left: 0;
    }

    .ttl-subpage-1 {
        font-size    : 3rem;
        color        : #46739B;
        margin-bottom: 40px;
    }

    .ttl-subpage-2,
    .ttl-subpage-3,
    #personality .section2 .ttl-subpage-1,
    .ttl-subpage-5,
    #vision h3,
    #message .section2 .ttl-subpage-1 {
        font-size: 2rem;
    }

    #message .section2 .daihyo {
        margin-top: 10px;
        font-size : 2rem;
    }

    #vision h3 small {
        font-size: 1.8rem;
    }

    #main section+section {
        margin-top: 40px;
    }

    #strength .section3 .pure-g [class*=pure-u] {
        padding: 0 12px 15px;
    }

    #service .section1 .unit {
        padding: 20px;
    }

    #requirements table,
    #requirements tbody,
    #requirements tr,
    #requirements th,
    #requirements td,
    #outline table,
    #outline tbody,
    #outline tr,
    #outline th,
    #outline td,
    #history table,
    #history tbody,
    #history tr,
    #history th,
    #history td,
    #equipment table,
    #equipment tbody,
    #equipment tr,
    #equipment th,
    #equipment td {
        display: block;
        width  : 100%;
        height : auto;
    }

    #equipment figure {
        text-align: center;
    }

    #equipment .wp-block-column {
        margin-bottom: 25px;
    }

    #equipment table tr th,
    #equipment table tr td {
        display: block;
        width  : 100%;
        border : none;
    }

    #outline td li {
        display   : block;
        width     : 100%;
        box-sizing: border-box;
    }

    #outline tr th,
    #outline tr td,
    #history tr th,
    #history tr td,
    #requirements th,
    #requirements td {
        display: block;
        width  : 100% !important;
        border : none;
    }

    #outline tr td,
    #history tr td,
    #equipment tr td{
        background: none;
    }

    #outline table,
    #history table,
    #equipment table{
        display: block;
        position: relative;
        background: none;
    }

    #outline table{
        background: url(../../images/page/img_history1.png)no-repeat;
        background-size: 140%;
        background-position: 80% 0;
    }
    
    #history table{
        background: url(../../images/page/img_history1.jpg)no-repeat;
        background-size: 140%;
        background-position: 80% 0;
    }

    #equipment table{
        background: url(../../images/page/img_equipment_back.jpg)no-repeat;
        background-size: 140%;
        background-position: 80% 0;
    }

    #outline .wp-block-columns {
        display: block;
    }

    #outline .wp-block-columns .wp-block-column {
        width: 100%;
    }

    #outline .wp-block-column {
        flex-basis: 100% !important;
        margin    : 0;
    }

    #outline .wp-block-column img {
        display: block;
    }

    #service .section01 ul,
    #service .section02 ul {
        display: block;
    }

    #service .section02 ul li p {
        text-align: center;
    }
}


@media print {

    #pageVisual,
    footer,
    #breadcrumbs,
    header .menu-trigger,
    #gNavi,
    #history .anchorlink,
    #outline .anchorlink {
        display: none;
    }

    .lazy {
        opacity          : 1;
        -webkit-transform: translate(0%, 0);
        transform        : translate(0%, 0);
        -moz-transform   : translate(0%, 0);
        -ms-transform    : translate(0%, 0);
        -o-transform     : translate(0%, 0);
    }

    #outline .wp-block-spacer {
        page-break-after: always;
    }

    #history table {
        /* background: none; */
        background-position: 50% 0;
    }

    #outline iframe {
        display: none;
    }

    #outline .print-only {
        display  : block;
        margin   : 0 auto 30px;
        max-width: 100%;
    }

    #history table {
        background-repeat: repeat-y;
    }

    #outline table th,
    #outline table td,
    #history table th,
    #history table td {
        padding  : 5px;
        font-size: 14px;
        width    : auto !important;
    }

    .btn__print {
        display: none !important;
    }

    #outline .access-block .wp-block-columns:not(:last-of-type) {
        page-break-after: always;
    }

    #outline .access-block .wp-block-columns .wp-block-column:nth-of-type(1) {
        order: 2;
    }

    #history table th {
        width: 18em !important;
    }

    #outline td li {
        display: block;
        width  : auto;
    }
}