/*
Theme Name: NEW! Imoto
*/
.mt1em {
    margin-top: 1em;
}

.mb0 {
    margin-bottom: 0 !important;
}

.img-full {
    width: 100%;
    height: auto;
}

.halfimg {
    max-width: 50% !important;
    height: auto;
}

.t-red {
    color: #FF0000;
}

.t-green {
    color: #00CA00;
}

.t-blue {
    color: #0000CE;
}

.box-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*title*/
.title-std-l {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 150%;
    color: #0054A6;
}

.title-std-s {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 150%;
}

.title-bar {
    background: #0054A6;
    color: #FFF;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 200%;
    padding: 0 1em;
    margin-bottom: 1em;
}

.title-bar-s {
    background: #0054A6;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    line-height: 120%;
    padding: .5em 1em;
    margin-bottom: 1em;
}

.title-box {
    color: #0054A6;
    font-weight: bold;
    font-size: 3rem;
    padding: .5em;
    border: 1px solid;
    margin-bottom: 1em;
    text-align: center;
}

.title-page {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: .1em;
    line-height: 120%;
    margin-bottom: 1em;
}

.title-page span {
    font-size: .3em;
    color: #C49522;
    display: block;
    font-style: italic;
    line-height: 180%;
}

.title-home {
    overflow: hidden;
    text-align: center;
}

.title-page.home {
    display: inline-block;
    position: relative;
}

.title-page.home:before,
.title-page.home:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #0054a6;
    display: block;
    position: absolute;
    top: .5em;
    margin: auto;
}

.title-page.home:before {
    right: 100%;
    margin-right: 1em;
}

.title-page.home:after {
    left: 100%;
    margin-left: 1em;
}

.title-page.icon {
    display: table;
    margin: 0 auto 1em;
    padding-left: 2.5em;
    background-position: left center;
    background-size: 2em 2em;
    background-repeat: no-repeat;
}

.title-page.icon.medical {
    background-image: url(./img/icon-service.jpg);
}

.title-page.icon.public {
    background-image: url(./img/icon-public.jpg);
}

.title-page.icon.traditional {
    background-image: url(./img/icon-traditional.jpg);
}

.title-page.icon.apartment {
    background-image: url(./img/icon-apartment.jpg);
}

.title-page.icon.renovation {
    background-image: url(./img/icon-renovation.jpg);
}

.title-page.icon.comercial {
    background-image: url(./img/icon-comercial.jpg);
}

.title-page.tb-line {
    border-top: 3px solid #0054A6;
    border-bottom: 3px solid #0054A6;
    padding: 1em 0;
}

.title-plus {
    color: #0054A6;
    margin-bottom: 1em;
    font-size: 1.5rem;
    font-weight: bold;
}

.title-plus:before {
    content: '+';
    font-weight: normal;
    margin-right: .5em;
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
}

.post-title {
    font-size: 2rem;
    color: #0054A6;
    border-top: 2px solid #0054A6;
    border-bottom: 2px solid #0054A6;
    padding: .5em 0 .5em 6em;
    margin-bottom: 1em;
}

.post-title .date {
    font-size: .6em;
    margin-left: -10em;
    width: 10em;
    display: inline-block;
}

.title-results {
    font-size: 1.5rem;
    color: #FFF;
    background: #0054A6;
    padding: .5em 1em;
    margin-bottom: .5em;
}

.title-news {
    color: #0054A6;
    font-size: 2.3rem;
    font-weight: bold;
    padding: .5em 0 1em 3em;
    border-bottom: 6px solid #0054A6;
    background-position: .2em .2em;
    background-repeat: no-repeat;
    background-size: 2em 2em;
}

.title-news.news {
    background-image: url(./img/icon-news.png);
}

.title-news.release {
    background-image: url(./img/icon-release.png);
}

.title-news.award {
    background-image: url(./img/icon-award.png);
}

#results-slider .swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.title-sublead {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 2em;
    color: #0054A6;
}

.title-excel {
    min-width: 70%;
    border: 2px solid #4AB04C;
    color: #4AB04C;
    line-height: 120%;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: bold;
    padding: .5em 2em;
    text-align: center;
    display: table;
    margin: 0 auto;
    background: #FFF;
    margin-bottom: 1em;
}

.title-excel span {
    font-size: .7em;
}

.title-excel-s {
    font-size: 2.1rem;
    font-weight: bold;
    padding-left: .5em;
    border-left: 1rem solid #4AB04C;
    margin-bottom: .5em;
    margin-left: .5em;
}

@media screen and (max-width: 900px) {
    .title-page {
        font-size: 2rem;
    }

    .title-news {
        text-align: center;
        padding: .2em 0 .2em 1.8em;
        background-size: 1.2em 1.2em;
        display: table;
        margin: 0 auto 1em;
        border: none;
    }

    .title-box {
        font-size: 2rem;
    }

    .title-bar {
        font-size: 1.8rem;
    }

    .title-bar-s {
        font-size: 1.5rem;
    }

    ..title-std-l {
        font-size: 1.8rem;
    }

    .title-excel {
        font-size: 1.8rem;
    }

    .title-excel-s {
        font-size: 1.5rem;
    }
}

.title-page {
    font-size: 1.8rem;
}

.title-box {
    font-size: 1.8rem;
}

.title-bar {
    font-size: 1.5rem;
}

.title-bar-s {
    font-size: 1.3rem;
}

..title-std-l {
    font-size: 1.5rem;
}

.title-excel {
    font-size: 1.5rem;
}

.title-excel-s {
    font-size: 1.3rem;
}
}

/*button*/
.btn-plus,
a.btn-plus {
    color: #0054A6;
    border: 1px solid #0054A6;
    font-size: 1.4rem;
    line-height: 150%;
    padding: 1em 3em;
    position: relative;
    display: inline-block;
}

.btn-plus:after,
a.btn-plus:after {
    content: '+';
    font-size: 2em;
    height: 1em;
    position: absolute;
    margin-left: 3px;
    font-family: 'Montserrat', sans-serif;
}

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

    .btn-plus,
    a.btn-plus {
        font-size: 1.2rem;
        padding: .8em 3em .8em .8em;
    }
}

/*box*/
.blue-box {
    border: 1px solid #0054A6;
    padding: 1em;
}

/*table*/
.table-std {
    width: 100%;
    border-top: 1px solid #0054A6;
    border-bottom: 1px solid #0054A6;
    font-size: 1.3rem;
}

.table-std tr+tr {
    border-top: 1px solid #0054A6;
}

.table-std th,
.table-std td {
    padding: 1.5em;
}

.table-std th {
    background: #E0EBF4;
}

.table-excel {
    width: 100%;
    border: 1px solid #4AB04C;
    background: #FFF;
    margin-bottom: 2em;
}

.table-excel tr+tr {
    border-top: 1px solid #4AB04C;
}

.table-excel th+th,
.table-excel th+td,
.table-excel td+td {
    border-left: 1px solid #4AB04C;
}

.table-excel th {
    padding: 1em;
}

.table-excel td {
    padding: 1em;
    ;
}

.table-excel.gray th {
    background: #D8D8D8;
}

.table-excel.red th {
    background: #FAE8ED;
}

.table-excel.green th {
    background: #B7DFB7;
}

.table-excel.yellow th {
    background: #FFF9E5;
}

.table-excel.yellow .title-row th,
.table-excel.yellow .title-row td {
    background: #FDE27F;
}

@media screen and (max-width: 900px) {
    .table-std {
        font-size: 1rem;
    }

    .table-std th,
    .table-std td {
        padding: 1em;
    }
}

/*list*/
.list-triarrow>li {
    padding-left: 1.5em;
    margin-bottom: .5em;
    color: #0054A6;
}

.list-triarrow>li:before {
    content: '';
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #0054A6;
    border-style: solid;
    border-width: .5em 0 .5em .8em;
    display: inline-block;
    margin-left: -1.5em;
    margin-right: .7em;
}


.list-step {
    margin: 5rem 0;
}

.list-step>li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 1em;
}

.list-step>li .num {
    color: #0054A6;
    width: 7em;
    text-align: center;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5em 0;
}

.list-step>li .num span {
    width: 100%;
}

.list-step>li .num.arrow span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .8em .6em 0;
    border-color: #0054A6 transparent transparent;
    display: block;
    margin: .5rem auto 0;
}

.list-step>li .num.finish {
    background: #CCDDED;
}

.list-step>li .num.finish span:after {
    content: '◎';
    font-size: 1.5em;
    display: block;
    margin: 0 auto;
}

.list-step>li .text {
    width: calc(100% - 9em);
}

.list-step>li .text .title {
    font-size: 2rem;
    font-weight: bold;
    color: #0054A6;
}

/*breadcrumb*/
.breadcrumbs {
    margin: 1rem auto 3rem;
    font-weight: bold;
    color: #0054A6;
}

.breadcrumbs span {
    color: #000;
    display: inline-block;
    margin: 0 .5em;
}

.breadcrumbs span:first-of-type {
    margin-left: 0;
}

.breadcrumbs:before {
    content: '+';
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
}

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

/*contents*/
.inner-links {
    color: #0054A6;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #0054A6;
    margin-bottom: 100px;
    line-height: 110%;
}

.inner-links>li {
    font-size: 1.2rem;
    text-align: center;
}

.inner-links a {
    padding: 1em;
    height: 100%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-links a span {
    text-align: left;
    display: inline-block;
}

.inner-links a.here,
.inner-links a:hover {
    background: #0054A6;
    color: #FFF;
    opacity: 1;
}

.inner-links.company>li {
    width: 33.33%;
    border-right: 1px solid #0054A6;
}

.inner-links.company>li:nth-child(3n) {
    border-right: none;
}

.inner-links.company>li:nth-child(n + 4) {
    border-top: 1px solid #0054A6;
}


.inner-links.public>li:nth-child(odd) {
    border-right: 1px solid #0054A6;
}

.inner-links.public>li:nth-child(-n + 4) {
    width: 50%;
    border-bottom: 1px solid #0054A6;
}

.inner-links.public>li:nth-child(n + 5) {
    width: 50%;
}

.inner-links.public>li:last-child {
    /* border-left: 1px solid #0054A6; */
    border-right: none;
}


@media screen and (max-width: 900px) {
    .inner-links>li {
        font-size: .9rem;
        line-height: 120%;
    }
}


.lead {
    margin: 3rem 0 5rem;
}

.lead .title-lead {
    font-size: 2.6rem;
    line-height: 150%;
    font-weight: bold;
    color: #0054A6;
    text-align: left;
    margin-bottom: .5em;
}

.lead p {
    font-size: 1.5rem;
    line-height: 200%;
}

.box-section .lead {
    margin: 0;
}

@media screen and (max-width: 900px) {
    .lead .title-lead {
        font-size: 2.5rem;
    }

    .lead p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 600px) {
    .lead .title-lead {
        font-size: 1.8rem;
    }

    .lead p {
        font-size: 1rem;
    }
}

/*home*/
.mainvisual {
    position: relative;
    padding-bottom: 2rem;
    text-align: center;
}

.mainvisual .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
    background-position: center center;
}

.mainvisual .contents_wrap {
    position: relative;
    z-index: 2;
}

.mainvisual .text {
    background: rgba(13, 79, 154, .5);
    padding: 1.5rem;
    text-align: center;
    z-index: 2;
}

.mainvisual .text h1 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 120%;
    color: #FFF;
    text-shadow: 0 0 5 rgba(0, 0, 0, .5);
    text-align: center;
}

.mainvisual .text h1 img {
    display: block;
    max-width: 40%;
    margin: 0 auto;
}

.mainvisual .text p {
    color: #FFF;
    font-weight: bold;
    line-height: 150%;
}

.mainvisual .text a {
    display: inline-block;
    background: #FFF;
    margin-top: 2rem;
}

.mainvisual .flex-control-paging li a {
    width: 50px;
    height: 5px;
    border-radius: 0;
    background: #CCC;
}

.mainvisual .flex-control-paging li a.flex-active {
    background: #0054a6;
}

.facebook-wrap {
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 1200px) {
    .mainvisual .text h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 900px) {
    .mainvisual .text h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 600px) {
    .mainvisual .text h1 {
        font-size: 2rem;
    }
}

.home-copy {
    color: #0054A6;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 150%;
    margin: 1.5em 0;
    text-align: center;
}

.list-home-business {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 -8px 50px;
}

.list-home-business>li {
    width: 50%;
    position: relative;
    padding: 0 8px;
    margin-bottom: 18px;
}

.list-home-business>li a {
    display: block;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.list-home-business img {
    margin-bottom: 0 !important;
    width: 100%;
    height: auto;
    transition: .3s;
    opacity: 1;
}

.list-home-business>li a .text-box {
    background: rgba(0,84,166,.9);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 15px;
    width: 100%;
    z-index: 99;
    transition: .3s;
}

.list-home-business>li a .text-box h3 {
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    font-weight: 700;
}

.list-home-business>li a .text-box span {
    display: block;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    font-style: italic;
}

.list-home-business>li a:hover .text-box {
    background: rgba(0,84,166,.5);
}

.list-home-business>li a:hover img {
    transform: scale(1.05);
}

.home-btn-wrap {
    margin: 3rem 0 0;
}

.home-btn-wrap a {
    display: inline-block;
}

.home-results-wrap {
    background: #ebf1f8;
    padding: 5rem 0;
    margin-bottom: 5rem;
}

.btn-recruit {
    background: url(./img/top-recruit.png) center center /cover;
    padding: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.btn-recruit .en {
    width: 55%;
    font-size: 4.5rem;
    font-weight: bold;
    opacity: .5;
    color: #FFF;
    line-height: 120%;
}

.btn-recruit .en span {
    font-size: .5em;
    display: block;
    line-height: 120%;
}

.btn-recruit .ja {
    width: 40%;
    font-weight: bold;
    color: #FFF;
    font-size: 3rem;
    letter-spacing: .8em;
    text-align: center;
}

.btn-recruit .ja .btn-plus {
    font-size: 1.5rem;
    margin-top: 1em;
    padding: .5em 3em .5em 1em;
    background: rgba(255, 255, 255, .8);
    color: #000;
    display: block;
    width: 100%;
    letter-spacing: 0;
    border: none;
}


.sns-sp {
    display: none;
    text-align: center;
}

.sns-sp .foot-sns a {
    width: 5rem;
    height: 5rem;
    ;
}

@media screen and (max-width: 1200px) {
    .btn-recruit .en {
        width: 55%;
        font-size: 4rem;
    }

    .btn-recruit .ja {
        font-size: 2.3em;
        letter-spacing: .5em;
    }
}

@media screen and (max-width: 900px) {
    .home-copy {
        font-size: 1.5rem;
    }

    .list-home-business p {
        font-size: 1.2rem;
    }

    .btn-recruit .en {
        width: 100%;
        text-align: center;
        margin-bottom: .5em;
    }

    .btn-recruit .ja {
        width: 100%;
    }

    .btn-recruit .ja .btn-plus {
        display: none;
    }

    .sns-pc {
        display: none;
    }

    .sns-sp {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .home-copy {
        font-size: 1rem;
    }

    .list-home-business {
        border-top: 1px solid #0054A6;
    }

    .list-home-business>li {
        width: 100%;
        background: #FFF;
        border-bottom: 1px solid #0054A6;
        padding: 0 20px;
    }

    .list-home-business>li a {
        padding: 1rem 0 0;
        display: block;
    }

    .list-home-business>li:nth-child(3) a,
    .list-home-business>li:nth-child(7) a {
        padding: 1rem 0;
    }

    .list-home-business>li a:after {
        display: none;
    }

    .list-home-business>li:nth-child(odd) {
        background: #FFF;
    }

    .list-home-business>li:nth-child(even) {
        background: #ebf1f8;
    }

    .list-home-business>li:nth-child(5),
    .list-home-business>li:nth-child(7) {
        width: 100%;
    }

    .list-home-business>li:nth-child(6) {
        width: 100%;
    }

    .post-body .list-home-business>li {
        margin-bottom: 0;
    }

    .post-body .list-home-business>li a .text-box {
        padding: 15px;
    }

    .post-body .list-home-business .text-box {
        background: none;
        color: #0054A6;
        top: auto;
        left: auto;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        padding-left: 4em !important;
        position: relative;
        min-height: 4em;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .post-body .list-home-business .text-box:before {
        content: '';
        width: 3em;
        height: 3em;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: atuo;
        background-size: 100% 100%;
        border-radius: 5px;
    }
    
    .post-body .list-home-business .text-box h3 {
        color: #0054A6;
        line-height: 22px;
    }

    .post-body .list-home-business .text-box span {
        color: #0054A6;
    }

    .post-body .list-home-business img {
        display: none;
    }


    .post-body .list-home-business>li:first-child .text-box:before {
        background-image: url(./img/icon-service.jpg);
    }

    .post-body .list-home-business>li:nth-child(2) .text-box:before {
        background-image: url(./img/icon-public.jpg);
    }

    .post-body .list-home-business>li:nth-child(3) .text-box:before {
        background-image: url(./img/icon-apartment.jpg);
    }

    .post-body .list-home-business>li:nth-child(4) .text-box:before {
        background-image: url(./img/icon-traditional.jpg);
    }

    .post-body .list-home-business>li:nth-child(5) .text-box:before {
        background-image: url(./img/icon-comercial.jpg);
    }

    .post-body .list-home-business>li:nth-child(6) .text-box:before {
        background-image: url(./img/icon-excel.png);
    }

    .post-body .list-home-business>li:nth-child(7) .text-box:before {
        background-image: url(./img/icon-renovation.jpg);
    }

    .post-body .list-home-business>li:nth-child(8) .text-box:before {
        background-image: url(./img/icon-sdgs.jpg);
    }


    .btn-recruit .en {
        font-size: 2rem;
    }

    .btn-recruit .ja {
        font-size: 1.5rem;
    }
}

/*service*/
.conts-facility {
    margin-bottom: 5rem;
}

.conts-facility p {
    font-size: 1.5rem;
    line-height: 180%;
    margin-bottom: 1em;
}

.conts-facility figure img {
    margin-bottom: 0;
}

.conts-facility figcaption {
    font-size: 1.5rem;
    margin-top: .5em;
}

.conts-facility figcaption:before {
    content: '+';
    color: #0054A6;
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
}

.conts-facility .btn-plus {
    margin: 3rem 0 2rem auto;
    display: inline-block;
}

@media screen and (max-width: 600px) {
    .conts-facility p {
        font-size: 1rem;
    }
}

.service-info {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.service-info>div {
    width: 100%;
    margin-bottom: 1em;
}

.service-info .text {
    padding: 0 1em 1em;
}

.service-contact {
    width: 90%;
    text-align: center;
    padding: 2rem;
    border: solid 1px #0054A6;
    box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #0054A6;
    margin: 5rem auto 8rem;
}

.service-contact .inner {
    display: inline-block;
    text-align: left;
}

.service-contact .telnum {
    font-size: 4rem;
    font-weight: bold;
    line-height: 100%;
    color: #0054A6;
    margin-bottom: 1rem;
}

.service-contact .telnum:before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    background: url(./img/icon-tel.svg) no-repeat center center/ 100% 100%;
    margin-top: -.3em;
}

.service-contact .telnum.freedial {
    color: #00A63C;
}

.service-contact .telnum.freedial:before {
    background: url(./img/icon-freedial.svg) no-repeat center center/ 100% auto;
    margin-top: 0;
}

.service-contact dl>* {
    color: #0054A6;
    display: inline-block;
}

.service-contact dl dt {
    font-size: 1.1rem;
    padding: 0 .5em;
    margin-right: .5em;
    direction: inline-block;
    vertical-align: middle;
    color: #0054A6;
    border-left: 1px solid;
    border-right: 1px solid;
    text-align: center;
    line-height: 150%;
    font-weight: bold;
}

.service-contact dl dd {
    font-size: 2rem;
    font-weight: bold;
}

.service-contact dl dd+dt {
    margin-left: 1em;
}

.service-contact .btn-block {
    font-size: 1.8rem;
    margin: .5em 0;
    display: block;
    line-height: 120%;
    padding: 1em 1em 1em 5em;
    color: #FFF;
    border-radius: 10px;
    background: #0054A6 url(./img/mail.svg) no-repeat 1em center /3em auto;
    text-align: center;
}

.service-contact.excel,
.service-contact.excel .telnum,
.service-contact.excel dl>*,
.service-contact.excel dl dt {
    color: #00A63C;
}

.service-contact.excel .telnum:before {
    background-image: url(./img/icon-tel-gr.svg);
}

.service-contact.excel {
    border: solid 1px #00A63C;
    box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #00A63C;
}

.service-contact.excel .btn-block {
    background-color: #00A63C;
}

@media screen and (max-width: 900px) {
    .service-contact {
        padding: 1.5rem;
    }

    .service-contact .inner {
        text-align: center;
    }

    .service-contact .telnum {
        font-size: 2.5rem;
    }

    .service-contact dl dd {
        font-size: 1.3rem;
    }

    .service-contact dl dd {
        font-size: 1.5rem;
    }

    .service-contact .btn-block {
        font-size: 1.3rem;
    }

}

@media screen and (max-width: 600px) {
    .service-contact {
        padding: 1rem;
    }

    .service-contact .inner {
        text-align: center;
    }

    .service-contact .telnum {
        font-size: 2rem;
    }

    .service-contact dl dd {
        font-size: 1rem;
    }

    .service-contact dl dd {
        font-size: 1.3rem;
    }

    .service-contact .btn-block {
        font-size: 1rem;
    }

}

.contents-excel {
    background: url(./img/bg-excel.png);
    padding-bottom: 1px;
}

.excel-lead {
    background: url(./img/excel1.png) no-repeat center center/ cover;
    text-align: center;
    padding: 3rem 0 20rem;
}

.excel-green {
    background: url(./img/bg-excel-green.png);
}

.excel-price {
    padding: 5em 0;
}

.excel-price .title-excel-price {
    margin-top: -15rem;
}

.excel-price .point {
    color: #FFF;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
}

.excel-price .point:Before {
    content: '';
    width: 3em;
    height: 3em;
    display: block;
    background: url(./img/img-point.png) no-repeat center right/ contain;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin: auto;
}

.excel-price .point span {
    font-size: .6em;
}

.excel-price .btn-block-excel {
    background: #FFFF00;
    padding: 1em;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
}

.excel-price .btn-block-excel:before {
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background: url(./img/icon-mail-excel.png) no-repeat center center/ 100% auto;
    vertical-align: middle;
    margin-right: .5em;
}

.excel-lead2 {
    padding-top: 1em;
    line-height: 180%;
    font-weight: bold;
}

.excel-lead2 img {
    float: right;
    max-width: 50%;
    margin-top: -5rem;
    margin-left: 1em;
}


.excel-feature {
    counter-reset: listnum;
}

.excel-feature>li {
    padding-left: 6rem;
    position: relative;
    counter-increment: listnum;
    margin-bottom: 2rem;
}

.excel-feature>li:before {
    content: counter(listnum, decimal-leading-zero);
    font-size: 2rem;
    font-weight: bold;
    padding-top: 1rem;
    line-height: 3rem;
    text-align: center;
    color: #FFF;
    width: 4rem;
    height: 4rem;
    background: url(./img/icon-house.png) no-repeat center center/ 100% auto;
    margin-left: -6rem;
    display: block;
    position: absolute;
}

.excel-feature p:first-of-type {
    color: #4AB04C;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 130%;
}

.excel-feature p:first-of-type em {
    background: -webkit-linear-gradient(top, transparent, transparent 60%, #FFFF00 60%, #FFFF00);
    background: -webkit-linear-gradient(top, transparent, transparent 60%, #FFFF00 60%, #FFFF00);
    background: linear-gradient(transparent, transparent 60%, #FFFF00 60%, #FFFF00);
    background-size: 1em 100%;
}

.excel-feature .text-sub {
    font-weight: bold;
    font-size: 1.5rem;
}

.list-excel-case {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 130%;
}

.list-excel-case>li {
    width: 49%;
    border: 2px solid #4AB04C;
    padding: 1rem;
    border-radius: 10px;
}

.list-excel-case .num {
    display: inline-block;
    background: #4AB04C;
    color: #FF0;
    padding: 0 .5em;
    margin-bottom: .5em;
}

.list-excel-case .num:before {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url(./img/icon-crown.png) no-repeat center center/ contain;
    vertical-align: baseline;
    margin-right: .5em;
}

.list-excel-case h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 130%;
}

.excel-inner-link {
    padding: 5rem 0 3rem;
}

.excel-inner-link h2 {
    color: #FF0;
    text-align: center;
    font-size: 2rem;
    position: relative;
}

.excel-inner-link h2:before {
    content: '';
    width: 80%;
    height: 0;
    padding-bottom: 20%;
    display: block;
    background: url(./img/excel-deco1.png) no-repeat top center/ 100% auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.excel-inner-link h2 span {
    display: block;
    color: #FFF;
}

.excel-inner-link ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
}

.excel-inner-link ul>li {
    width: 32%;
    margin-bottom: 2rem;
    padding: 1em;
    background: #FFF;
}

.excel-inner-link ul>li a {
    font-size: 2rem;
    display: block;
    border: 2px dashed #4AC366;
    text-align: center;
    padding: 1em 0;
    font-weight: bold;
}

.excel-comcept {
    margin-top: 5rem;
    box-shadow: 0 0 5px #000;
    background: #FFF;
    padding: 2rem 3rem;
    text-align: center;
}

.excel-comcept .copy {
    font-size: 1.8rem;
    font-weight: bold;
}

.excel-comcept .copy em {
    font-size: 2em;
}

.excel-comcept .yellow {
    display: block;
    background: #FFFF00;
    padding: .5em 3em;
    position: relative;
}

.excel-comcept .yellow:before {
    content: '';
    width: 4em;
    height: 4em;
    font-weight: bold;
    display: block;
    background: url(./img/deco2.png) no-repeat center center /100% auto;
    position: absolute;
    left: -1em;
    top: 0;
    margin: auto;
}

.note-excel {
    font-size: .8em;
    font-weight: bold;
    margin-left: 2em;
    margin-bottom: 1em;
}

.contents-excel .list-num {
    display: table;
    font-weight: bold;
    margin: 0 auto 5rem;
}

.contents-excel .list-num {
    counter-reset: listnum;
}

.contents-excel .list-num>li {
    counter-increment: listnum;
}

.contents-excel .list-num>li:before {
    content: counter(listnum)'.';
}

.list-qa>dt {
    font-size: 2.2rem;
    font-weight: bold;
    color: #4AB04C;
    padding-top: .5em;
    line-height: 130%;
}

.list-qa>dd {
    font-weight: bold;
}

.list-qa>dt,
.list-qa>dd {
    padding-left: 7rem;
    margin-bottom: 1em;
    min-height: 6rem;
    position: relative;
}

.list-qa>dt:before,
.list-qa>dd:before {
    content: '';
    width: 6rem;
    height: 6rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.list-qa>dt:before {
    background-image: url(./img/iconQ.png);
}

.list-qa>dd:before {
    background-image: url(./img/iconA.png);
}

@media screen and (max-width: 900px) {
    .excel-lead {
        pdding: 2rem 0 50vw;
    }

    .excel-feature p:first-of-type {
        font-size: 1.8rem;
    }

    .excel-comcept {
        padding: 1em;
    }

    .excel-comcept .column2>* {
        width: 100%;
    }

    .excel-comcept .copy {
        font-size: 1.5rem;
    }

    .excel-inner-link h2:before {
        width: 110%;
        left: -5%;
        padding-bottom: 25%;
    }

    .excel-price .title-excel-price {
        margin-top: -25vw;
    }

    .excel-price .column2>* {
        width: 100%;
    }

    .excel-price .point {
        width: 90%;
        margin-bottom: 1em;
        font-size: 1.8rem;
    }

    .excel-price .point:before {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .excel-feature p:first-of-type {
        font-size: 1.8rem;
    }

    .list-qa>dt {
        font-size: 1.5rem;
    }

    .excel-comcept .copy {
        font-size: 1.3rem;
    }

    .excel-inner-link ul>li {
        width: 48%;
    }

    .excel-price .title-excel-price {
        margin-top: -30vw;
    }

}

/*company*/
.list-meneber dt {
    width: 40%;
    float: left;
}

.list-meneber dd {
    padding-left: 40%;
}

.table-befaf {
    color: #0054A6;
    width: 100%;
    border: 1px solid #0054A6;
    margin: 3rem 0 5rem;
}

.table-befaf th {
    width: 50%;
    border-bottom: 1px solid #0054A6;
    font-size: 3rem;
    text-align: center;
    padding: .5em;
    line-heihgt: 150%;
}

.table-befaf th:first-child {
    background: #99BBDB;
}

.table-befaf th:nth-child(2) {
    background: #C2D6E9;
}

.table-befaf td {
    padding: 1em;
    font-size: 2rem;
}

.table-befaf th+th,
.table-befaf td+td {
    border-left: 1px solid #0054A6;
}

@media screen and (max-width: 900px) {
    .table-befaf th {
        font-size: 2.5rem;
    }

    .table-befaf td {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 600px) {
    .table-befaf th {
        font-size: 1.8rem;
    }

    .table-befaf td {
        font-size: 1rem;
    }
}

.conts-philosophy {
    text-align: center;
    margin: 100px 0;
}

.conts-philosophy p {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 180%;
    margin-top: 1em;
}

.conts-philosophy h4 {
    font-size: 2.5rem;
    color: #0054A6;
    font-weight: bold;
    line-height: 180%;
    margin-top: 2em;
}

.conts-greeting {
    text-align: center;
    font-size: 1.1rem;
    line-height: 200%;
}

.conts-greeting .photo {
    max-width: 50%;
    margin-right: 1rem;
    margin-bottom: 1rem;
    float: left;
}

.conts-greeting .name {
	max-width: 263px;
    display: inline-block;
    margin: 5rem auto;
    text-align: left;
    font-size: 1.7rem;
}

.conts-greeting .name img {
    display: block;
}

.conts-greeting .message {
    text-align: left;
}

.list-branch>dt {
    display: inline-block;
    background: #0054A6;
    color: #FFF;
    border-radius: 8px;
    font-size: .8em;
    line-height: 200%;
    padding: 0 1em;
    float: left;
}

.list-branch>dd {
    padding-left: 8em;
    margin-bottom: 1em;
    line-height: 150%;
}

a.maplink {
    color: #0054A6;
    font-size: .8em;
    font-weight: bold;
}

a.maplink:after {
    content: '';
    width: .6em;
    height: .6em;
    display: inline-block;
    border-top: 2px solid #0054A6;
    ;
    border-right: 2px solid #0054A6;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: .5em;
}

@media screen and (max-width: 900px) {
    .conts-philosophy {
        margin: 70px 0;
    }

    .conts-philosophy p {
        font-size: 1.5rem;
    }

    .conts-philosophy h4 {
        font-size: 1.3rem;
    }

    .list-branch>dt {
        float: none;
    }

    .list-branch>dd {
        padding-left: 0;
    }

    .conts-greeting .name {
        font-size: 1.3rem;
        width: 45%;
        margin: 3em 0;
    }
}

#slidemenu {
    width: 90%;
    max-width: 1024px;
    overflow: visible;
}

#slidemenu img {
    margin-bottom: 0;
}

#slidemenu p {
    text-align: center;
    color: #FFF;
    padding: .5em;
}

#slidemenu .swiper-slide:nth-of-type(odd) {
    background: #0054A6;
}

#slidemenu .swiper-slide:nth-of-type(even) {
    background: #3376B8;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    width: 44px;
    background-color: #0054A6;
    background-size: 50% auto;
}



/*privacy policy*/
.contents-privacy {
    font-size: 1.1rem;
    line-height: 150%;
}

.privacy-lead {
    color: #0054A6;
    font-size: 1.3rem;
    font-weight: bold;
    border-top: 15px solid #0054A6;
    padding-top: 1em;
    margin-bottom: 2em;
    line-height: 150%;
}

/*post*/
.post-body {
    font-size: 1.3rem;
    line-height: 200%;
}

.post-body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.post-results .gallery {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em;
}

.post-results .gallery>li {
    position: relative;
    overflow: hidden;
    width: 32%;
    padding-bottom: 20%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 1rem;
}

.post-results .gallery>li+li {
    margin-left: 2%;
}

.post-results .gallery>li:nth-child(3n+1) {
    margin-left: 0;
}

.post-results .gallery a {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
}

/*

#thumb-gallery .swiper-wrapper{ display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; margin-top: 1em; }*/
#thumb-gallery .swiper-slide {
    width: 32%;
    padding-bottom: 20%;
    background-position: center center;
    background-size: cover;
    margin-bottom: 1rem;
}

#thumb-gallery .swiper-slide+swiper-slide {
    margin-left: 2%;
}


.post-results .table-std {
    margin-top: 2em;
}

.pager {
    text-align: center;
    margin: 100px 0 200px;
}

@media screen and (max-width: 900px) {
    .post-body {
        font-size: 1rem;
    }
}



/*archive*/
.list-news-archive {
    color: #0054A6;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1em 0;
    border: 1px solid;
}

.list-news-archive>li {
    width: 25%;
    text-align: center;
    border-right: 1px solid;
}

.list-news-archive>li:nth-child(4n) {
    border-right: none;
}

.list-news-archive a {
    font-weight: bold;
    display: block;
    padding: .5em;
}

.conts-news-archive {
    margin: 3rem 0 5rem;
}

.list-news-posts>li {
    border-bottom: 1px dotted #0054a6;
}

.list-news-posts>li a {
    font-size: 1.1rem;
    padding: 1em;
    display: block;
}

.list-news-posts>li .date {
    display: inline-block;
    float: left;
    font-weight: bold;
    width: 9em;
}

.list-news-posts>li .title {
    padding-left: 9em;
}

@media screen and (max-width: 900px) {
    .list-news-archive>li {
        width: 50%;
    }

    .list-news-posts {
        border-top: 1px solid #0054a6;
    }
}

@media screen and (max-width: 600px) {
    .list-news-posts>li a {
        padding: .5em 0;
        font-size: 1rem;
    }

    .list-news-posts>li .date {
        float: none;
        width: 100%;
        line-height: 120%;
    }

    .list-news-posts>li .title {
        padding-left: 0;
    }
}

/*results*/
.category_links {
    font-size: 1.1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
}

.category_links>li {
    width: 32%;
    border: 1px solid #0054A6;
    margin-bottom: .5em;
    margin-right: 2%;
}

.category_links>li:nth-child(3n) {
    margin-right: 0;
}

.category_links a {
    color: #0054A6;
    display: block;
    padding: .5em 3em .5em .5em;
    position: relative;
}

.category_links a:after {
    content: '+';
    font-weight: 100;
    font-size: 2em;
    height: 1em;
    font-family: 'Montserrat', sans-serif;
    line-height: 100%;
    position: absolute;
    top: 0;
    right: .5em;
    bottom: 0;
    margin: auto;
}


.list-result-archive {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    margin: 1em 0;
}

.list-result-archive>li {
    width: 30%;
    margin-bottom: 2em;
    margin-right: 5%;
}

.list-result-archive>li:nth-child(3n) {
    margin-right: 0;
}

.list-result-archive a:focus {
    outline: 0;
}

.list-result-archive .text {
    font-weight: bold;
}

.list-result-archive .text p {
    color: #0054A6;
    font-size: .9rem;
}

.list-result-archive dl dt {
    font-size: .7rem;
    color: #FFF;
    background: #0054A6;
    display: inline-block;
    width: 4em;
    border-radius: 8px;
    float: left;
    line-height: 150%;
    text-align: center;
}

.list-result-archive dl dd {
    padding-left: 4em;
    font-size: .9rem;
    line-height: 120%;
    margin-bottom: .5em;
}

@media screen and (max-width: 900px) {
    .category_links>li {
        width: 49%;
        margin-right: 2%;
    }

    .category_links>li:nth-child(3n) {
        margin-right: 2%;
    }

    .category_links>li:nth-child(2n) {
        margin-right: 0;
    }

    .list-result-archive>li {
        width: 48%;
        margin-right: 4%;
    }

    .list-result-archive>li:nth-child(3n) {
        margin-right: 4%;
    }

    .list-result-archive>li:nth-child(even) {
        margin-right: 0;
    }

}

/*contact*/
.contact-tel {
    border: 1px solid #0054A6;
    margin: 3rem 0 5rem;
    padding: 2em;
    text-align: center;
    font-weight: bold;
}

.contact-tel .inner {
    display: inline-block;
    text-align: left;
}

.contact-tel .title {
    font-size: 1.5rem;
    line-height: 150%;
    color: #0054A6;
    font-weight: bold;
}

.contact-tel dl dt {
    font-size: 1.3rem;
    width: 7rem;
    float: left;
    color: #0054A6;
    border-left: 1px solid;
    border-right: 1px solid;
    text-align: center;
    line-height: 150%;
}

.contact-tel dl dd {
    padding-left: 7.5rem;
    margin-bottom: .5rem;
    line-height: 150%;
}

.contact-tel dl dt:first-of-type {
    border: 1px solid;
    font-size: 1.1rem;
    padding: .5em 0;
}

.contact-tel dl .telnum {
    font-size: 3rem;
    font-weight: bold;
    line-height: 100%;
    color: #0054A6;
}

.contact-tel dl .telnum:before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    background: url(./img/icon-tel.svg) no-repeat center center/ 100% 100%;
    margin-top: -.3em;
}

.list-contact-flow {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0054A6;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border: 1px solid;
    margin: 2rem 0;
}

.list-contact-flow>li {
    width: 33.33%;
    background: #CCDDED;
    text-align: center;
    padding: .5em 0;
}

.list-contact-flow>li:nth-child(2) {
    -webkit-transform: skewX(-45deg) scaleX(1.2);
    -ms-transform: skewX(-45deg) scaleX(1.2);
    transform: skewX(-45deg) scaleX(1.2);
    border-right: 1px solid;
}

.list-contact-flow>li:nth-child(2) span {
    -webkit-transform: scaleX(.8) skewX(45deg);
    -ms-transform: scaleX(.8) skewX(45deg);
    transform: scaleX(.8) skewX(45deg);
    display: block;
}

.list-contact-flow>li.here {
    color: #FFF;
    background: #0054A6;
}


.list-form {
    margin: 5rem 0 3rem;
    color: #0054A6;
    font-weight: bold;
}

.list-form dt {
    color: #0054A6;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: .5em
}

.list-form dd {
    margin-bottom: 1em;
}

.list-form dt.line {
    border-bottom: 2px solid;
}

.contact-kind {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contact-kind>span:nth-child(odd) {
    dislay: inline-block;
    width: 60%;
}

.contact-kind>span:nth-child(even) {
    dislay: inline-block;
    width: 30%;
}

.list-form .zip input[type=text] {
    width: 50%;
    display: inline-block;
}

.list-form .must {
    color: #FFF;
    font-size: .6em;
    line-height: 150%;
    padding: 0 .5em;
    background: #F00;
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
}

.list-form input[type=text],
.list-form input[type=number],
.list-form input[type=date],
.list-form input[type=email],
.list-form input[type=tel],
.list-form select {
    -webkit-appearance: none;
    width: 100%;
    height: 2.2em;
    font-size: 1em;
    padding: 5px 8px;
    margin: 3px 0;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #0054A6;
    background: #FFF;
}

.list-form textarea {
    -webkit-appearance: none;
    padding: 5px 8px;
    border: 1px solid #0054A6;
    background: #FFF;
    font-size: 1em;
    font-family: inherit;
    width: 100%;
    height: 10rem;
}

.form-buttons {
    color: #0054A6;
    font-weight: bold;
}

.form-buttons .mwform-checkbox-field label {
    font-weight: bold;
}

.form-buttons a {
    display: inline-block;
    font-size: 1rem;
    text-decoration: underline;
    margin-left: 2em;
    font-weight: normal;
}

.form-buttons input[type="submit"] {
    color: #FFF;
    background: #0054A6;
    border: none;
    text-align: center;
    width: 50%;
    font-size: 1.5rem;
    padding: .8em;
    margin: 3em auto 0;
    display: block;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: .1em;
}

.form-buttons input[type="submit"].btn-back {
    padding: 0;
    color: #0054A6;
    background: none;
    width: auto;
    margin: 0 auto;
}

.list-confirm .list-form dt {
    border-bottom: 2px solid #0054A6;
}

.list-confirm .list-form dd {
    color: #000;
}

.list-confirm .link-privacy {
    display: none;
}

.form-error {
    background: #F00;
    color: #FFF;
    padding: .5em;
    display: inline-block;
}

.thanks-message {
    color: #0054A6;
    font-weight: bold;
}

.thanks-message .contact-tel .title {
    color: #C49522;
}


@media screen and (max-width: 900px) {
    .contact-tel {
        padding: 1.5rem;
    }

    .contact-tel dl .telnum {
        font-size: 2.5rem;
    }

    .list-contact-flow {
        font-size: 1rem;
    }

    .list-contact-flow>li:nth-child(2) {
        -webkit-transform: skewX(-30deg) scaleX(1.2);
        -ms-transform: skewX(-30deg) scaleX(1.2);
        transform: skewX(-30deg) scaleX(1.2);
        border-right: 1px solid;
    }

    .list-contact-flow>li:nth-child(2) span {
        -webkit-transform: scaleX(.8) skewX(30deg);
        -ms-transform: scaleX(.8) skewX(30deg);
        transform: scaleX(.8) skewX(30deg);
        display: block;
    }

    .list-form dt {
        font-size: 1.3rem;
    }
}

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

    .contact-tel dl .telnum {
        font-size: 2rem;
    }

    .contact-kind>span:nth-child(odd),
    .contact-kind>span:nth-child(even) {
        width: 100%;
    }

    .list-contact-flow {
        font-size: .8rem;
    }

    .form-buttons input[type="submit"] {
        width: 100%;
    }
}


.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    padding: 0;
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 300%;
    display: inline-block;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi .page {
    background: #ccdded;
    padding: 0;
    border: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    color: #0054a6;
    background: none;
    border: none;
}

.wp-pagenavi .current {
    font-weight: bold;
    color: #FFF;
    background: #0054a6;
    padding: 0;
    border: none;
}


/** LP **/
#lps1,
#lps2,
#lps3,
#lps4,
#lps5 {
    position: relative;
}

img.lpcr {
    display: block;
    margin: 30px auto;
}

#lps1 a.gotop,
#lps2 a.gotop,
#lps3 a.gotop,
#lps4 a.gotop,
#lps5 a.gotop {
    top: auto;
    bottom: -70px;
}

.lpback {
    background-image: url("http://iomto.sakura.ne.jp/imoto/wp-content/themes/imoto/img/lp/background.png");
    background-position: 0px -10px;
}

.lpback .contents_wrap {
    padding: 0px !important;
}

ul.evimg {
    margin: 30px 0px;
}

ul.evimg li {
    display: inline-block;
    margin: 5px;
}

div.event {
    width: 800px;
    margin: 20px auto 100px;
    overflow: hidden;
}


div.event h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 5px;
}


div.event ul {
    width: 350px;
    float: left;
}

div.event p {
    float: right;
    width: 450px;
}

p.last {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0px 70px;
    line-height: 1.4;
    padding: 30px 0px 70px;
}


/** LP  ~780px **/

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

    #lps1,
    #lps3,
    #lps5 {
        background: #CCE2F1;
    }

    #lps2,
    #lps4,
    #lps6 {
        background: #a3c8e4;
    }

    ul.evimg {
        width: 90%;
        margin: 30px auto;
        text-align: center;
    }

    ul.evimg li {
        display: inline-block;
        margin: 5px;
        width: 45%;
    }

    img.lpcr {
        width: 90%;
        height: auto;
        display: block;
        margin: 0px auto;
        padding: 30px 0px;
    }

    img.lpcrt {
        display: block;
        margin: 0px auto;
        padding: 20px 0px;
        width: 60%;
    }

    p.lptop {
        font-size: 17px;
        font-weight: bold;
        padding: 20px;
    }

    div.event {
        width: 90%;
        margin: 0px auto;
        overflow: hidden;
        padding: 0px 0px 30px;
        font-size: 10px;
    }

    div.event ul {
        width: 52%;
        float: left;
    }

    div.event p {
        float: right;
        width: 35%;
    }

    a.gotop:before {
        content: '';
        width: 1rem;
        height: 1rem;
    }

    #lps1 a.gotop,
    #lps2 a.gotop,
    #lps3 a.gotop,
    #lps4 a.gotop,
    #lps5 a.gotop {
        top: auto;
        bottom: 6px;
        right: 9px;
    }

    a.gotop {
        width: 35px;
        height: 35px;
        display: block;
    }


}

.rel-company>li {
    vertical-align: bottom;
}

.rel-company>li img {
    margin-bottom: 4px;
}

.post-thumbnail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.post-thumbnail__list {
    width: 33.333333%;
    padding: 0 5px;
}

.post-thumbnail__list a {
    display: block;
    opacity: 1;
}

.post-thumbnail__list .thumb-box figure {
    display: block;
    position: relative;
    overflow: hidden;
}

.post-thumbnail__list .thumb-box figure::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: .3s;
    background: rgba(0,0,0,.3);
}

.post-thumbnail__list .thumb-box img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    transition: .3s;
    vertical-align: middle;
}

.post-thumbnail__list h3 {
    background: #0054A6;
    line-height: 62px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.post-thumbnail__list a:hover .thumb-box figure::after {
    background: transparent;
}

.post-thumbnail__list a:hover .thumb-box img {
    transform: scale(1.05);
}

.banner-page img {
    width: 100%;
    height: auto;
}

.whats-sdgs {
    padding-top: 78px;
}

.whats-sdgs__main {
    text-align: center;
    margin-bottom: 45px;
}

.whats-sdgs__main p {
    font-size: 17px;
    line-height: 40px;
    color: #707070;
}

.thumb-box img {
    width: 100%;
    height: auto;
}

.whats-imotos {
    padding-top: 136px;
}

.whats-imotos__main .head-box {
    margin-bottom: 65px;
}

.whats-imotos__main .head-box h2 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px;
}

.whats-imotos__main .head-box p {
    font-size: 15px;
    line-height: 40px;
    color: #707070;
}

.whats-imotos__main .head-box h3 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 65px;
    margin-top: 42px;
}

.whats-imotos__main .head-box .thumb-box {
    width: 100%;
    max-width: 604px;
    margin: 0 auto 70px;
}

.whats-imotos__main .head-box .note {
    border: 1px dotted #707070;
    padding: 30px 20px;
}

.whats-imotos__main .list-box {
    margin-bottom: 58px;
    padding-bottom: 58px;
    border-bottom: 1px solid #D0CBC9;
}

.whats-imotos__main .list-box:last-child {
    border: none;
}

.whats-imotos__main .list-box .head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 55px;
}

.whats-imotos__main .list-box .head .icon {
    width: 100%;
    max-width: 14.8029819%;
    flex: 0 14.8029819%;
}

.whats-imotos__main .list-box .head .text-box {
    width: 100%;
    max-width: 85.1970181%;
    flex: 0 85.1970181%;
    padding-left: 24px;
}

.whats-imotos__main .list-box .head .text-box p {
    font-size: 20px;
    line-height: 35px;
    color: #707070;
}

.whats-imotos__main .list-box .head .text-box strong {
    font-weight: 700;
}

.whats-imotos__main .list-box .head .icon img {
    width: 100%;
}

.whats-imotos__main .list-box__main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.whats-imotos__main .list-box__main .thumb-box {
    width: 100%;
    max-width: 42.3855165%;
    flex: 0 42.3855165%;
}

.whats-imotos__main .list-box__main .text-box {
    width: 100%;
    max-width: 57.6144835%;
    flex: 0 57.6144835%;
    padding-left: 20px;
}

.whats-imotos__main .list-box__main .text-box p {
    font-size: 20px;
    line-height: 40px;
    color: #707070;
}

.case-stady .title-page {
    margin-bottom: 130px;
}

.case-stady__main {
    width: 100%;
    max-width: 561px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 25px;
}

.case-stady__main .thumb-box {
    width: 100%;
    max-width: 445px;
    margin: 0 auto 50px;
}

.case-stady__main p {
    font-size: 20px;
    line-height: 40px;
    color: #707070;
}


@media screen and (max-width: 780px) {
    .list-home-business>li a .text-box h3 {
        font-size: 18px;
    }
    .post-thumbnail__list {
        width: 100%;
        margin-bottom: 20px;
    }
    .rel-company {
        text-align: center;
    }
    .rel-company img {
        margin-bottom: 30px;
    }
    .rel-company>li:first-child {
        margin: 0;
    }
    .whats-sdgs__main p br {
        display: none;
    }
    .whats-imotos__main .list-box .head .icon {
        flex: 0 150px;
        width: 150px;
        max-width: none;
        margin-bottom: 30px;
    }
    .whats-imotos__main .list-box .head .text-box {
        padding: 0;
        flex: 0 100%;
        width: 100%;
        max-width: none;
    }
    .whats-imotos__main .list-box__main {
        display: block;
    }
    .whats-imotos__main .list-box__main .thumb-box {
        flex: 0 100%;
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    .whats-imotos__main .list-box__main .text-box {
        flex: 0 100%;
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .whats-imotos__main .list-box__main .text-box br {
        display: none;
    }
	.post-title{
		padding-left: 0;
	}
	.post-title .date{
		margin-left: 0;
		margin-bottom: .5em;
		display: block;
	}
	
}