@charset "utf-8";

.about #h2-title .h2-titleInner {
    background-image: url(../images/about/bg-h2-title.jpg);
}

.about #h2-title h2::before {
    background-image: url(../images/about/h2-title.svg);
}

.about #contents .section-head {
    margin: 0 0 60px;
}

.about #contents .section-head h3 {
    position: relative;
    padding: 0 0 0 62px;
    line-height: 1;
}

.about #contents .section-head h3:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 37px;
    height: 57px;
    background-image: url(../images/about/h3-before.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about #contents .section-head h3 span.ja {
    font-size: 2.5rem;
}

.about #contents .section-head h3 span.en,
.about #contents .section-body .boxlist .list a span.en,
.about .section-body .page-item .title span.en {
    display: block;
    color: #999999;
    margin: 15px 0 0;
}

.about .section-body .page-item .title span.en {
    line-height: 1;
    margin: 5px 0 0;
}

.about .boxlist .list a,
.about .section-body .boxlist .page-item a {
    text-decoration: none;
}

.about #contents .section-body .boxlist .list a span.ja {
    font-weight: 500;
}

.about #contents .section-body .list.current {
    background-color: #f0f8ff;
}

.about #contents .section-body .list {
    position: relative;
}

.about #contents .section-body .list::after {
    background-color: #004098;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%;
}

.about #contents .section-body .list:hover::after {
    transform: scale(1, 1);
}


/*一覧*/
.about .section-body .boxlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.about .section-body .boxlist .page-item {
    width: 48%;
    text-align: center;
    margin: 0 0 4% 0;
}

.about .section-body .boxlist.entrance .page-item {
    margin: 0 4% 4% 0;
    opacity: 0;
}

.about .section-body .boxlist.entrance .page-item:nth-child(2n) {
    margin: 0 0 4%;
}

.about .section-body .boxlist.entrance .page-item:nth-child(n+3) {
    margin: 0 4% 0 0;
}

.about .section-body .boxlist.entrance .page-item:last-child {
    margin: 0 !important;
}


.about #contents .boxlist .page-item .image {
    position: relative;
}

.about #contents .boxlist .page-item .image .imageInner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.about #contents .boxlist .page-item .image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);

}

.about #contents .boxlist .page-item .title {
    margin: 15px 0;
}

.about #contents .boxlist .page-item a {
    overflow: hidden;
    display: inline-block;
}

.about #contents .boxlist .page-item a {
    display: block;
    transition: .25s;
}

.about #contents .boxlist .page-item a:hover {
    transform: scale(1.025, 1.025);
    box-shadow: rgb(220, 220, 220) 0px 4px 8px;
}

.about #contents .imageInner span {
    position: relative;
}

.about #contents .imageInner span::after {
    content: "";
    background-image: url(../images/about/point.svg);
    width: 25px;
    height: 25px;
    top: 3px;
    position: absolute;
    right: -35px;
    background-repeat: no-repeat;
}

.about .parent .section-body .boxlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

.about .section-body .boxlist .list {
    width: 22%;
    margin: 0 4% 0 0;
}

.about .section-body .boxlist .list:first-child {
    margin: 0 78% 2% 0;
}

.about .section-body .boxlist .list:last-child {
    margin: 0;
}

.about .section-body .boxlist .list a {
    position: relative;
    display: block;
    padding: 20px 50px 20px 20px;
}

.about .section-body .boxlist .list a::after {
    position: absolute;
    content: "\f054";
    top: 50%;
    font-weight: 900;
    line-height: 1;
    font-family: 'Font Awesome\ 5 Free';
    color: #004098;
    margin-top: -7.5px;
    right: 17.5px;
}


.about #contents .section-body .boxlist .list a span.en {
    font-size: 1.5rem;
}

.about #contents .section-area.parent {
    padding: 0 !important;
}

/*会社概要*/
.profile.about #h2-title h2::before {
    background-image: url(../images/about/cp-h2-title.svg);
}

.profile.about #contents .section-area .section-body table th {
    text-align: left;
}

/*代表メッセージ*/
.message.about #h2-title h2::before {
    background-image: url(../images/about/m-h2-title.svg);
}

.message.about #contents .article-area .article-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.message.about #contents .article-area .article-body .image {
    max-width: 300px;
}
.message.about #contents .article-area .article-body .detail {
    width: 100%;
    margin: 0 0 0 -300px;
    padding: 0 0 0 420px;
}

.message.about #contents .article-area .article-body .detail dl dt{
    font-size:120%;
    color:#004098;
    margin-bottom:25px;
    line-height: 2;
    letter-spacing: 0;
}

.message.about #contents .article-area .article-body .detail p.name {
    margin: 50px 0 0;
    text-align: right;
}

/*アクセスマップ*/
.access.about #h2-title h2::before {
    background-image: url(../images/about/map-h2-title.svg);
}

.access.about .article-area a {
    color: #004098;
}

.access.about .article-area .ggmap-link {
    margin: 50px 0;
}

.access.about .ggmap-link a {
    position: relative;
    padding: 0 0 0 25px;
}

.access.about .ggmap-link a::before {
    position: absolute;
    background-image: url(../images/about/map-icon.svg);
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
    content: "";
    background-repeat: no-repeat;
}

.access.about .article-area .sp-br {
    display: none;
}

.access.about .article-area .pc-txt {
    display: inline-block;
}

/*関連会社*/
.kanren.about #h2-title h2::before {
    background-image: url(../images/about/gc-h2-title.svg);
}

/*
.kanren.about .article-box:first-of-type {
    padding: 0 !important;
}

.kanren.about #contents table {
    max-width: 1280px;
}

.kanren.about .article-box table th {
    width: 200px;
    vertical-align: middle;
}

.kanren.about .article-box table td {
    text-align: left;
    vertical-align: middle;
}

.kanren.about .article-box table tr td:last-child {
    text-align: center;
    vertical-align: middle;
}

.kanren.about #contents .table a {
    text-decoration: none;
}

.kanren.about #contents .table a:hover {
    color: #004098;
}

*/
.kanren.about .article-area,
.access.about .article-area {
    max-width: 1024px;
}

.kanren.about #contents .article-area .article-head {
    margin: 0 auto 40px;
}

.kanren.about #contents .article-area .article-head h4 {
    color: #004098;
    font-weight: 600;
    font-size: 2.25rem;
    margin: 0;
    padding: 0 0 0 20px;
    border-left: 10px solid #004098;
}


.kanren.about .article-area .ggmap-link {
    margin: 25px 0;
}

.kanren.about .ggmap-link a {
    position: relative;
    padding: 0 0 0 25px;
}

.kanren.about .ggmap-link a::before {
    position: absolute;
    background-image: url(../images/about/map-icon.svg);
    width: 20px;
    height: 20px;
    top: 5px;
    left: 0;
    content: "";
    background-repeat: no-repeat;
}

.kanren.about .article-area .sp-br {
    display: none;
}

.kanren.about .article-area .pc-txt {
    display: inline-block;
}

.kanren.about .article-area .article-box:first-of-type {
    padding: 0 !important;
}

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

    .message.about #contents .article-area .article-body .image {
        max-width: 300px;
    }

    .message.about #contents .article-area .article-body .detail {
        margin: 0 0 0 -300px;
        padding: 0 0 0 400px;
    }
}

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

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


    .about #contents .section-head {
        margin: 0 0 50px;
    }

    .about #contents .section-head h3 {
        padding: 0 0 0 59px;
    }

    .about #contents .section-head h3:before {
        width: 34px;
        height: 53px;
    }

    .about #contents .section-body .page-item .title span.en {
        font-size: 1.3rem;
    }

    .about #contents .section-head h3 span.ja {
        font-size: 2.3rem;
    }

    .about #contents .section-head h3 span.en {
        font-size: 1.5rem;
    }

    .profile.about #contents .section-area .section-body table th {
        width: 150px;
    }

    .message.about #contents .article-area .article-body .image {
        width: 26.970954356846473%;
    }

    .message.about #contents .article-area .article-body .detail {
        margin: 0 0 0 -26.970954356846473%;
        padding: 0 0 0 31.12033195020747%;
    }

    .message.about #contents .article-area .article-body .detail p.name {
        margin: 40px 0 0;
    }

    .access.about .article-area .ggmap-link {
        margin: 40px 0;
    }

    .access.about .ggmap-link a::before {
        top: 0px;
    }


    .kanren.about #contents .article-area .article-head {
        margin: 0 auto 30px;
    }

    .kanren.about .ggmap-link a::before {
        top: 0px;
    }


    .ggmap {
        height: 350px;
    }

    .about .section-body .boxlist .list:first-child {
        margin: 0 48% 2% 0;
    }

    .about .section-body .boxlist .list {
        width: 48%;
        margin: 0 4% 2% 0;
    }

    .about .section-body .boxlist .list:nth-child(3) {
        width: 48%;
        margin: 0 0 2%;
    }

    .about .section-body .boxlist .list:nth-child(n+4) {
        margin: 0 4% 0 0;
    }

    .about .section-body .boxlist .list:last-child {
        margin: 0 !important;
    }
}

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

@media screen and (max-width: 835px) {
    .about #contents .section-head {
        margin: 0 0 40px;
    }


    .message.about #contents .article-area .article-body .detail p.name {
        margin: 30px 0 0;
    }

    .access.about .article-area .ggmap-link {
        margin: 30px 0;
    }

    .kanren.about #contents .article-area .article-head h4 {
        font-size: 2rem;
    }

    .about .section-body .boxlist .list a {
        padding: 15px 50px 15px 20px;
    }

}

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

    .about .section-body .boxlist {
        display: block;
    }

    .message.about #contents .article-area .article-body {
        display: block;
    }

    .message.about #contents .article-area .article-body .image {
        width: 50%;
        margin: 0 auto 25px;
    }

    .message.about #contents .article-area .article-body .detail {
        margin: 0;
        padding: 0;
    }

    .message.about #contents .article-area .article-body .detail p.name {
        margin: 25px 0 0;
    }

    .profile.about #contents .section-area .section-body table th {
        width: 125px;
    }

    .access.about .article-area .ggmap-link {
        margin: 25px 0;
    }

    .access.about .article-area .sp-br {
        display: block;
    }

    .access.about .article-area .pc-txt {
        display: none;
    }


    .kanren.about #contents .article-area .article-head {
        margin: 0 auto 25px;
    }

    .kanren.about .article-area .ggmap-link {
        margin: 25px 0;
    }

    .kanren.about .article-area .sp-br {
        display: block;
    }

    .kanren.about .article-area .pc-txt {
        display: none;
    }

    .kanren.about #contents .article-area .article-head h4 {
        font-size: 1.8rem;
        font-weight: 600;
        padding: 0 0 0 15px;

    }

    .ggmap {
        height: 300px;
    }

    .about .section-body .boxlist .list a {
        padding: 15px 50px 15px 15px;
        letter-spacing: 0;
    }

}

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


    .about #contents .section-head h3 span.ja,
    .about #h2-title h2 span.ja {
        font-size: 2.0rem;
    }

    .about #contents .section-head h3 {
        padding: 0 0 0 51px;
    }

    .about #contents .section-head h3:before {
        width: 31px;
        height: 48px;
    }

    .about #contents .section-head h3 span.en {
        font-size: 1.3rem;
    }

    .about .section-body .boxlist.entrance .page-item,
    .about .section-body .boxlist.entrance .page-item:nth-child(2n),
    .about .section-body .boxlist.entrance .page-item:nth-child(n+3) {
        margin: 0 0 25px;
        width: 100%;
    }

    .about .section-body .boxlist.entrance .page-item:last-child {
        margin: 0 !important;
    }

    .about #contents .section-body .list:first-child::after {
        width: 100%;
    }

    .about #contents .boxlist .page-item a {
        display: flex;
        transition: .25s;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .ggmap {
        height: 300px;
    }

}

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

    .about #contents .section-head h3 {
        padding: 0 0 0 48px;
    }

    .about #contents .section-head h3:before {
        width: 28px;
        height: 44px;
    }

    .about #contents .section-head h3 span.ja,
    .about #h2-title h2 span.ja {
        font-size: 1.6rem;
    }


    .about #contents .section-body .boxlist .list a span.ja {
        font-size: 1.5rem;
    }

    .about #contents .section-body .boxlist .list a span.en {
        font-size: 1.3rem;
    }

    .about #contents .section-area.parent .inner {
        padding: 0 20px !important;
    }

    .about #contents .section-body table,
    .about #contents .section-body table tbody,
    .about #contents .section-body table tbody tr,
    .about #contents .section-body table tbody tr th,
    .about #contents .section-body table tbody tr td {
        display: block;
    }

    .about #contents .section-body table {
        border-top: none;
        border-bottom: none;
    }

    .about #contents .section-body table tbody tr td {
        text-align: center;
    }



    .message.about #contents .article-area .article-body .image {
        width: 66.66%;
    }

    .profile.about #contents .section-area .section-body table th {
        background: #F1F1F1;
        padding: 2.5px 15px;
        width: 100%;
        border-bottom: none;
    }

    .profile.about #contents .section-area .section-body table td {
        text-align: left;
        border-bottom: none;
    }


    .about .section-body .boxlist .list:first-child,
    .about .section-body .boxlist .list,
    .about .section-body .boxlist .list:nth-child(3),
    .about .section-body .boxlist .list:nth-child(n+4) {
        margin: 0 0 20px;
        width: 100%;
    }

    .about .section-body .boxlist .list a {
        padding: 10px 50px 10px 15px;
    }
}

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