#top {
    overflow: hidden
}

html {
    color: #000;
    font-size: 10px;
    line-height: 1.8;
    background-color: #fff
}

html * {
    letter-spacing: 0
}

body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    overflow-x: hidden;
    background-color: #fff
}

@media all and (-ms-high-contrast: none) {
    body {
        line-height: 1
    }
}

.inner {
    width: 100%;
    max-width: calc(1080px + 20rem);
    padding-right: 10rem;
    padding-left: 10rem;
    margin: 0 auto
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .inner {
        padding-right: 3rem;
        padding-left: 3rem
    }
}

.inner.-wide {
    max-width: calc(1200px + 3.2rem)
}

.inner.-tight {
    width: 100%;
    max-width: calc(935px + 32rem);
    padding-right: 16.5rem;
    padding-left: 16.5rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .inner.-tight {
        padding-right: 8%;
        padding-left: 8%
    }
}

@media only screen and (max-width: 768px) {
    .-pc-only {
        display: none
    }
}

.-sp-only {
    display: none
}

@media only screen and (max-width: 768px) {
    .-sp-only {
        display: block
    }
}

.-content {
    padding-top: 6rem;
    padding-bottom: 10.5rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .-content {
        padding-top: 3rem;
        padding-bottom: 5rem
    }
}

.video_link {
    position: relative
}

.video_link-mv {
    position: relative;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(174, 191, 209, 0.4)), to(rgba(196, 169, 195, 0.4)));
    background: -webkit-linear-gradient(left, rgba(174, 191, 209, 0.4) 0%, rgba(196, 169, 195, 0.4) 100%);
    background: linear-gradient(90deg, rgba(174, 191, 209, 0.4) 0%, rgba(196, 169, 195, 0.4) 100%);
    background-position: center;
    background-position: center;
    background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.video_link-mv img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (min-width: 769px) {
    .video_link-mv img:hover {
        opacity: .9
    }
}

.video_link .video_imglink {
    width: 100%;
    margin-bottom: 7rem;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

@media only screen and (min-width: 769px) {
    .video_link .video_imglink:hover {
        opacity: .8
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .video_link .video_imglink {
        margin-bottom: 3.7rem
    }
}

.video_btn {
    position: absolute;
    right: -29px;
    bottom: 44px;
    z-index: 3;
    width: 39%;
    padding: 1.5rem 0;
    color: #fff;
    font-size: 30px;
    letter-spacing: 2.25px;
    text-align: center;
    background: #000;
    -webkit-transform: .3s;
    transform: .3s
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .video_btn {
        font-size: 16px;
        font-size: 4.26667vw;
        bottom: 22px;
        width: 57%;
        padding: 1rem 0;
        font-size: 16px;
        letter-spacing: 1.2px
    }
}

@media only screen and (min-width: 769px) {
    .video_btn:hover {
        background: #005eb0
    }
}

.video_btn img {
    width: 5%;
    margin-right: 1rem
}

@media only screen and (min-width: 769px) {
    .mv_btn:hover {
        background: unset;
        opacity: .8
    }
}

.modal-video-close-btn {
    right: -4px !important
}

@media only screen and (min-width: 769px) {
    .modal-video-close-btn:hover {
        cursor: pointer
    }
}

.modal-video {
    background: rgba(0, 0, 0, 0.8)
}

.modal-video-movie-wrap {
    border: solid 1px #fcfcfc
}

.top__contentLink {
    /*margin-bottom: 10rem;*/
    padding-top: 12rem;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink {
        /*margin-bottom: 5.3rem;*/
        padding-top: 6vw;
    }
}

.top__contentLink .content__block .content__blockVideo {
    position: relative;
    /*padding-top: 14rem;*/
    padding-bottom: 14%;
    margin-bottom: 15.4rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockVideo {
        /*padding-top: 5rem;*/
        padding-bottom: 27%;
        margin-bottom: 5.6rem
    }
}

.top__contentLink .content__block .content__blockVideo:after {
    position: absolute;
    top: 240px;
    right: 0;
    z-index: -1;
    display: inline-block;
    width: 64.4%;
    height: 0;
    padding-top: 34.866667%;
    content: "";
    background-image: url("https://www.shimz.co.jp/hitowaza/img/common/link_blockVideo_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockVideo:after {
        top: 80px;
        width: 67.4%;
        padding-top: 36.866667%
    }
}

.top__contentLink .content__block .content__blockVideo .content__video {
    width: 64vw;
    height: 35vw;
    margin-left: 10rem;
    padding-top: 3rem;
    margin-top: -3rem;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockVideo .content__video {
        width: 67vw;
        margin-left: 3%
    }
}

.top__contentLink .content__block .content__blockVideo .video__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55vw;
    -webkit-clip-path: polygon(11% 0, 100% 0, 100% 99%, 0% 100%);
    clip-path: polygon(11% 0, 100% 0, 100% 99%, 0% 100%);
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width: 769px) {
    .top__contentLink .content__block .content__blockVideo .video__btn:hover {
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer
    }

    .top__contentLink .content__block .content__blockVideo .video__btn:hover:before {
        background: #005eb0
    }

    .top__contentLink .content__block .content__blockVideo .video__btn:hover .video__play {
        background: #005eb0;
        z-index: 0
    }

    .top__contentLink .content__block .content__blockVideo .video__btn:hover .video__play .re {
        z-index: 1
    }

    .top__contentLink .content__block .content__blockVideo .video__btn:hover .video__play .re::before {
        border-left: 1vw solid #fff;
        z-index: 1
    }

    .top__contentLink .content__block .content__blockVideo .video__btn:hover .video__play .re .video__btnText {
        color: #005eb0
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockVideo .video__btn {
        width: 67vw;
        -webkit-clip-path: polygon(16% 0, 100% 0, 100% 99%, 0% 100%);
        clip-path: polygon(16% 0, 100% 0, 100% 99%, 0% 100%)
    }
}

.top__contentLink .content__block .content__blockVideo .video__btn .video__btnText {
    position: absolute;
    bottom: 11%;
    left: 18%;
    width: 15%;
    height: 24%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockVideo .video__btn .video__btnText {
        display: none
    }
}

.top__contentLink .content__block .content__blockVideo .video__btn .video__play {
    position: absolute;
    bottom: 15%;
    left: 11%;
    z-index: 0;
    display: block;
    width: 3.5vw;
    height: 3.5vw;
    margin-left: -2rem;
    content: "";
    background: #fff;
    border-radius: 50%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockVideo .video__btn .video__play {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    .top__contentLink .content__block .content__blockVideo .video__btn .video__play {
        width: 3.3vw;
        height: 3.3vw
    }
}

.top__contentLink .content__block .content__blockVideo .video__btn .video__play .re {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1
}

.top__contentLink .content__block .content__blockVideo .video__btn .video__play .re::before {
    position: absolute;
    bottom: 31%;
    left: 55%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    margin-left: -5px;
    content: "";
    border-top: .7rem solid transparent;
    border-bottom: .7rem solid transparent;
    border-left: 1rem solid #000
}

@media screen and (min-width: 1280px) {
    .top__contentLink .content__block .content__blockVideo .video__btn .video__play .re::before {
        left: 50%;
        border-top: .7vw solid transparent;
        border-bottom: .7vw solid transparent;
        border-left: 1vw solid #000
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockVideo .video__btn .video__play .re::before {
        display: none
    }
}

.top__contentLink .content__block .content__blockVideo .video__btn .video__btnImg {
    position: relative;
    width: 100%;
    background-color: #000000
}

.top__contentLink .content__block .content__blockTora-Asa,
.top__contentLink .content__block .content__blockPhotoGallery,
.top__contentLink .content__block .content__blockaboutProject {
    position: relative;
    padding-bottom: 11%;
    margin-bottom: 14rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa,
    .top__contentLink .content__block .content__blockPhotoGallery,
    .top__contentLink .content__block .content__blockaboutProject {
        padding-bottom: 2%;
        margin-bottom: 9.6rem
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap,
.top__contentLink .content__block .content__blockaboutProject .link__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width: 769px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap:hover,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap:hover,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap:hover {
        cursor: pointer
    }

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap:hover .link__img,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap:hover .link__img,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap:hover .link__img {
        -webkit-transition: .3s;
        transition: .3s;
        opacity: .7
    }

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap:hover .link__arrow,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap:hover .link__arrow,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap:hover .link__arrow {
        -webkit-transform: scale(1.1) translateX(10%);
        transform: scale(1.1) translateX(10%);
        -webkit-transition: .3s;
        transition: .3s
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox {
    width: 38%;
    padding-left: 7%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding-left: 28%;
        margin-left: auto
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__title,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox .link__title,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox .link__title {
    font-family: "Barlow", sans-serif;
    margin-bottom: 1rem;
    font-size: 4.6vw;
    font-style: italic;
    font-weight: 500;
    letter-spacing: .05em;
}
.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__title {
    letter-spacing: 0em;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__title,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox .link__title,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox .link__title {
        margin-bottom: 5%;
        font-size: 7.6vw
    }
}
.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__subtitle,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox .link__subtitle,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox .link__subtitle {
    margin-bottom: 1.3rem;
    font-size: 2.4vw;
    letter-spacing: .03em
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__subtitle,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox .link__subtitle,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox .link__subtitle {
        margin-bottom: 1%;
        font-size: 5.3vw
    }
}
.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__text,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox .link__text,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox .link__text {
    margin-bottom: 15%;
    font-size: 1.45vw;
    line-height: 2;
    letter-spacing: .04em
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__text,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox .link__text,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox .link__text {
        margin-bottom: 3%;
        font-size: 3.2vw;
        line-height: 1.6
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__arrow,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox .link__arrow,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox .link__arrow {
    width: 40%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox .link__arrow,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox .link__arrow,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox .link__arrow {
        width: 38%
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 1.5%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order {
        padding-left: 11.5%
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order .link__title,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order .link__title,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order .link__title {
    padding-top: .6rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order .link__title,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order .link__title,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order .link__title {
        padding-top: .2rem;
        margin-bottom: 3%
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order .link__subtitle,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order .link__subtitle,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order .link__subtitle {
    margin-bottom: 3%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order .link__subtitle,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order .link__subtitle,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order .link__subtitle {
        margin-bottom: 1%
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order .link__text,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order .link__text,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order .link__text {
    margin-bottom: 12%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order .link__text,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order .link__text,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order .link__text {
        margin-bottom: 3%
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order .link__arrow,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order .link__arrow,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order .link__arrow {
    width: 40%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__textbox.-order .link__arrow,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__textbox.-order .link__arrow,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__textbox.-order .link__arrow {
        width: 32%
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__img,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__img,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__img {
    width: 62%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__img,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__img,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__img {
        width: 92%
    }
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__img .link__imgchild,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__img .link__imgchild,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__img .link__imgchild {
    width: 100%
}

.top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__img.-order,
.top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__img.-order,
.top__contentLink .content__block .content__blockaboutProject .link__wrap .link__img.-order {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 61.4%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockTora-Asa .link__wrap .link__img.-order,
    .top__contentLink .content__block .content__blockPhotoGallery .link__wrap .link__img.-order,
    .top__contentLink .content__block .content__blockaboutProject .link__wrap .link__img.-order {
        width: 91.4%
    }
}

.top__contentLink .content__block .content__blockaboutProject {
    margin-bottom: 20.5rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockaboutProject {
        margin-bottom: 9.8rem
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockaboutProject .link__wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.top__contentLink .content__block .content__blockaboutProject:after {
    position: absolute;
    right: 37px;
    bottom: 0;
    z-index: -1;
    display: inline-block;
    width: 51%;
    height: 0;
    padding-top: 41.766667%;
    content: "";
    background-image: url("https://www.shimz.co.jp/hitowaza/img/page/top/top_content_aboutProject_bg_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .top__contentLink .content__block .content__blockaboutProject:after {
        bottom: 0;
        left: 118px;
        display: inline-block;
        width: 74%;
        height: 0;
        padding-top: 59.766667%;
        content: ""
    }
}
.top__contentLink .content__block .content__blockTora-Asa:after,
.top__contentLink .content__block .content__blockPhotoGallery:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 50%;
    height: 0;
    padding-top: 41.766667%;
    content: "";
    background-image: url("https://www.shimz.co.jp/hitowaza/img/page/top/top_content_photoGallery_bg_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.top__contentLink .content__block .content__blockTora-Asa:after {
    background-image: url("https://www.shimz.co.jp/hitowaza/img/page/top/top_content_ToraAsa_bg_1.png");
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .top__contentLink .content__block .content__blockTora-Asa:after,
    .top__contentLink .content__block .content__blockPhotoGallery:after {
        bottom: 0;
        left: -60px;
        display: inline-block;
        width: 74%;
        height: 0;
        padding-top: 59.766667%;
        content: ""
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .blockTopics__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1rem !important
    }
}

.blockTopics__title {
    margin-bottom: 1rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .blockTopics__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-family: "Barlow", sans-serif;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 7.6vw;
        font-style: italic;
        font-weight: 500
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .blockTopics__text {
        font-size: 3.2vw
    }
}

.add_block {
    padding: 0 0 8rem;
}
@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
    .add_block {
        padding: 1.4rem 0 8rem;
    }
}

.content__blockTopics {
    position: relative;
    z-index: 1;
    padding-bottom: 14rem;
    /*padding-bottom: 2.4rem;*/
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics {
        padding-bottom: 6rem;
    }
}

.content__blockTopics:before {
    position: absolute;
    top: 0;
    left: -28px;
    z-index: -1;
    display: inline-block;
    width: 51%;
    height: 0;
    padding-top: 42.066667%;
    content: "";
    background-image: url("https://www.shimz.co.jp/hitowaza/img/page/top/top_conten_topics_bg_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics:before {
        left: -132px;
        width: 76%;
        padding-top: 62.066667%
    }
}

.content__blockTopics:after {
    position: absolute;
    right: -170px;
    bottom: 103px;
    z-index: -1;
    display: inline-block;
    width: 50%;
    height: 0;
    padding-top: 41.766667%;
    content: "";
    background-image: url("https://www.shimz.co.jp/hitowaza/img/page/top/top_conten_topics_bg_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics:after {
        right: -134px;
        bottom: 19%;
        width: 78%;
        height: 0;
        padding-top: 61.766667%
    }
}

.content__blockTopics .blockTopics__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8rem
}

.content__blockTopics .blockTopics__flex .blockTopics__textbox {
    padding-top: 6.5rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .blockTopics__flex .blockTopics__textbox {
        padding-top: 1.2rem
    }
}

.content__blockTopics .blockTopics__flex .blockTopics__textbox .blockTopics__title {
    font-family: "Barlow", sans-serif;
    margin-bottom: 1rem;
    font-size: 4.6vw;
    font-style: italic;
    font-weight: 500
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .blockTopics__flex .blockTopics__textbox .blockTopics__title {
        font-size: 7.6vw
    }
}

.content__blockTopics .blockTopics__flex .blockTopics__textbox .blockTopics__text {
    font-size: 1.45vw;
    line-height: 2
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .blockTopics__flex .blockTopics__textbox .blockTopics__text {
        margin-bottom: 3%;
        font-size: 3.2vw;
        line-height: 1.6
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .blockTopics__flex.-pc-only {
        display: none
    }
}

.content__blockTopics .col_2 {
    /*overflow: hidden;*/
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
.content__blockTopics .col_2 {
    width: 100%;
}
}

@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
        .content__blockTopics .pb {
            padding-bottom: 9rem;
        }
        .content__blockTopics .pt{
        padding-top: 9rem;
    }
}

.content__blockTopics .ttl_area {
    padding: 0 2rem;
    text-align: left;
}

.content__blockTopics .ttl_area .ttl_com {
    display: inline-block;
    padding: 0 0.6em;
    color: #fff;
    font-size: 2.4rem;
}

@media all and (-ms-high-contrast:none) {
    .content__blockTopics .ttl_area .ttl_com {
        padding: 0.6em 0.6em 0;
    }
}

.content__blockTopics .interview_add_ttl {
    text-align: center;
    background: #005eb0;
    padding: 6px;
    margin-bottom: 40px;
}
.content__blockTopics .ttl_area .interview_ttl {
    background: #005eb0;
}
.content__blockTopics .ttl_area .buisiness_ttl {
    background: #b08100;
}
.content__blockTopics .ttl_area .txt_com {
    font-size: 1.8rem;
    padding: 1.5rem 0 3.5rem;
}
.content__blockTopics .interview_add_ttl span {
    display: block;
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    border: 1px solid #fff;
}
@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
    .content__blockTopics .ttl_area {
        width: 100%;
        padding: 0 2rem;
    }
    .content__blockTopics .interview_add_ttl {
        margin-bottom: 25px;
    }
    .content__blockTopics .interview_add_ttl span {
        font-size: 3.8vw;
    }
    .content__blockTopics .ttl_area .ttl_com {
        font-size: 1.6rem;
    }
    .content__blockTopics .ttl_area .txt_com {
        font-size: 1.4rem;
        padding: 1rem 0 3rem;
    }
}

.content__blockTopics .card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*padding: 0 2rem;*/
    margin-bottom: 9.2rem
}

.top_adds .content__blockTopics .card__box {
    padding: 0 2rem;
}

.content__blockTopics .sliders {
    display: block;
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2rem;
    */
    margin-bottom: 9.2rem;
}

.content__blockTopics .card__box .card__skin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 36.5%;
    margin-right: 4.5%;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 4rem;
        /*margin-bottom: 7rem;*/
        margin-bottom: 2rem;
    }
    .content__blockTopics .sliders-2 {
        padding-top: 0rem;
    }
    .content__blockTopics .sliders-2,
    .content__blockTopics .sliders {
        /*-webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 4rem;*/
        display: block;
        padding: 0 0 0 1rem;
        margin-bottom: 7rem;
    }
    .content__blockTopics .col_2:last-of-type .card__box {
        margin-bottom: 0;
    }
}

.content__blockTopics .card__box .card__skin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 36.5%;
    margin-right: 4.5%;
    -webkit-transition: .3s;
    transition: .3s
}

.content__blockTopics .card__box .card__skin_n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 47.5%;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box .card__skin {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem
    }
    .content__blockTopics .card__box .card__skin_n {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3rem
    }
}

.content__blockTopics .card__box .card__skin:last-child {
    margin-right: 0;
}
@media only screen and (min-width: 769px) {
    .slick-slider .slick-list {
        width: 100vw;
        margin-right: calc(50% - 50vw);
    }
    .local .slick-slider .slick-list {
        width: auto;
        margin-right: 0;
    }
    .slick-slider .slick-list {
        padding: 0 76% 0 0!important;
    }
    .slick-slide {
        margin: auto 1.8rem !important;
    }
    .content__blockTopics .col_2 .slick-dots li {
        width: 18px;
        height: 18px;
    }

    .content__blockTopics .local {
        overflow: hidden;
    }
    .content__blockTopics .local .slick-dots {
        display: none !important;
    }
}
/*
.content__blockTopics .card__box.local .card__skin_n.slick-slide:nth-child(2) {

}
.content__blockTopics .card__box.local .card__skin_n.slick-slide:nth-child(3n) {
    display: none;
}
.content__blockTopics .card__box.sliders-2 .card__skin_n.slick-slide:nth-child(3n) {
    display: none;
}
*/

@media only screen and (min-width: 769px) {
    .content__blockTopics .card__box .card__skin_n:hover .card__thumbnail,
    .content__blockTopics .card__box .card__skin:hover .card__thumbnail {
        opacity: .8
    }

.content__blockTopics .ttl_area.add_ttl_area {
    padding: 0 0;
}
.content__blockTopics .card__box.sliders-2 {
    justify-content: space-between;
}
.content__blockTopics .card__box.sliders-2 .card__skin_n {
    width: 48.8%;
}
}

.content__blockTopics .card__box .card__skin_n .permalink,
.content__blockTopics .card__box .card__skin .permalink {
    height: 100%
}

.content__blockTopics .card__box .card__skin_n .card__wrap,
.content__blockTopics .card__box .card__skin .card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 2rem;
    background: #fff;
    border: 1px solid
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box .card__skin_n .card__wrap,
    .content__blockTopics .card__box .card__skin .card__wrap {
        padding: .6rem
    }
}

.content__blockTopics .card__box .card__skin_n .card__wrap .card__thumbnail,
.content__blockTopics .card__box .card__skin .card__wrap .card__thumbnail {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.content__blockTopics .card__box .card__skin_n .card__wrap .card__thumbnail .card__thumbnailChild,
.content__blockTopics .card__box .card__skin .card__wrap .card__thumbnail .card__thumbnailChild {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%
}

.content__blockTopics .card__box .card__skin_n .card__textBox,
.content__blockTopics .card__box .card__skin .card__textBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-top: 1.7rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box .card__skin_n .card__textBox,
    .content__blockTopics .card__box .card__skin .card__textBox {
        padding-top: 0;
        margin: .5rem;
        line-height: 1.3
    }
}

.content__blockTopics .card__box .card__skin_n .card__textBox .card__title,
.content__blockTopics .card__box .card__skin .card__textBox .card__title {
    margin-bottom: 1rem;
    margin-left: 1rem;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    word-wrap: break-word
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box .card__skin_n .card__textBox .card__title,
    .content__blockTopics .card__box .card__skin .card__textBox .card__title {
        margin-bottom: 1rem;
        margin-left: .5rem;
        font-size: 1.6rem;
        word-wrap: break-word
    }
}

.content__blockTopics .card__box .card__skin_n .card__textBox .card__text,
.content__blockTopics .card__box .card__skin .card__textBox .card__text {
    margin-bottom: 2rem;
    margin-left: 1rem;
    font-size: 1.4rem;
    line-height: 1.2;
    line-height: 1.7;
    letter-spacing: 0;
    word-wrap: break-word
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box .card__skin_n .card__textBox .card__text,
    .content__blockTopics .card__box .card__skin .card__textBox .card__text {
        margin-left: .5rem;
        font-size: 1.4rem;
        line-height: 1.5
    }
}

.content__blockTopics .card__box .card__skin_n .card__textBox .card__link,
.content__blockTopics .card__box .card__skin .card__textBox .card__link {
    width: 178px;
    margin-top: auto;
    margin-left: 1.4rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box .card__skin_n .card__textBox .card__link,
    .content__blockTopics .card__box .card__skin .card__textBox .card__link {
        width: 120px;
        margin-left: .6rem
    }
}

.content__blockTopics .card__box .card__skin_n .card__textBox .card__link .card__linkImg,
.content__blockTopics .card__box .card__skin .card__textBox .card__link .card__linkImg {
    width: 100%
}

.content__blockTopics .card__box .card__skin_n .card__textBox .card__flex .card__time,
.content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__time {
    margin-right: 1.7rem;
    margin-left: 1rem;
    margin-bottom: .4rem;
    font-size: 1.4rem;
    letter-spacing: 0
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box .card__skin_n .card__textBox .card__flex .card__time,
    .content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__time {
        margin: 0;
        margin-bottom: .5rem;
        margin-left: .5rem;
        font-size: 1.2rem;
        text-align: left
    }
}

.content__blockTopics .card__box .card__skin_n .card__textBox .card__flex .card__subtitle,
.content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__subtitle {
    display: inline-block;
    padding: .5rem;
    margin-right: 1.7rem;
    margin-bottom: 1.4rem;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 1.2rem;
    background: #005eb0
}

.content__blockTopics .card__box .card__skin_n .card__textBox .card__flex .card__subtitle b,
.content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__subtitle b {
    border: 1px solid #fff;
    padding: 0.2em 3.4em;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .content__blockTopics .card__box .card__skin_n .card__textBox .card__flex .card__subtitle,
    .content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__subtitle {
        margin-bottom: .7rem;
        margin-left: .5rem;
        font-size: 1.2rem;
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

.content__blockTopics .card__box .card__skin_n .card__textBox .card__flex .card__subtitle.-beige,
.content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__subtitle.-beige {
    background: #b08100
}

.formTemplate__submit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 220px;
    height: 45px;
    padding-right: 2rem;
    margin: 0 auto;
    color: #fff;
    font-size: 1.4rem;
    padding-top: 1%;
    padding-bottom: 1%;
    line-height: 16px;
    letter-spacing: .2em;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .formTemplate__submit {
        width: 150px;
        font-size: 1.2rem;
        letter-spacing: .16em;
        border: 1px solid #000000
    }
}

.formTemplate__submit::after {
    position: absolute;
    top: 36%;
    right: 44px;
    display: inline-block;
    width: 8.5px;
    height: 15.7px;
    content: ">"
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .formTemplate__submit::after {
        position: absolute;
        top: 37%;
        right: 14px
    }
}

.formTemplate__submit:hover {
    color: #000;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.news__block {
    padding-top: 2rem;
    padding-bottom: 4.8rem;
    background: #f2f2f2
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__block {
        padding-top: 2rem;
        padding-bottom: 4rem
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__block .inner {
        padding-right: 1.8rem;
        padding-left: 1.8rem
    }
}

.news__block .newslist {
    height: 330px;
    padding: 3.3rem 5rem;
    margin: 0 auto;
    overflow-y: scroll;
    background: #fff
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__block .newslist {
        padding: 33px 20px
    }
}

.news__block .newslist .newslist__text {
    color: #000;
    font-size: 1.4rem;
    /*border-bottom: 1px solid #000;*/
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__block .newslist .newslist__text {
        font-size: 1.4rem
    }
}

@media only screen and (min-width: 769px) {
    .news__block .newslist .newslist__text:hover {
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        opacity: .7
    }
}

.news__block .newslist .newslist__text.-nopointer {
    cursor: default;
    text-decoration: none;
    border-bottom: none;
}

.news__block .newslist .newslist__text.-nopointer:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: default;
    opacity: 1
}

@media screen and (max-width: 1000px) {
    .news__block .newslist .news__flex {
        margin-bottom: 1rem
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__block .newslist .news__flex {
        margin-bottom: 1rem
    }
}

.news_multiple a p{
    padding-bottom: 5px;
}
.news_multiple a:last-of-type p{
    padding-bottom: 0;
}

.news__block .newslist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: start;
    padding: 20px 10px;
    line-height: 1.5;
    border-top: 1px solid black;
    -webkit-box-align: start
}
@media all and (-ms-high-contrast: none) {
.news__block .newslist li.newslist_ie {
    align-items: center;
}
}

@media screen and (max-width: 1000px) {
    .news__block .newslist li {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 14px 10px
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__block .newslist li {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 14px 10px
    }
}

.news__block .newslist li:last-child {
    border-bottom: 1px solid black
}

.news__block .newslist li time {
    padding-right: 15px;
    font-size: 1.4rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__block .newslist li time {
        padding-right: 10px;
        font-size: 1.4rem
    }
}

.news__block .newslist li a {
    color: cornflowerblue;
    text-decoration: none
}
.mainVisual .news__wrap .news__box .mvNews__text.blank:after,
.news__block .newslist li a[target="_blank"] p:after {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    content: "";
    transform: translateY(2px);
    background-image: url(https://www.shimz.co.jp/hitowaza/img/page/about/about_project_link_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__block .newslist li a {
        font-size: 1.4rem
    }
}

.news__block .-nopointer {
    cursor: default
}

.news__block .-nopointer:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: default;
    opacity: 1
}

.news__blockTitle {
    font-family: "Barlow", sans-serif;
    margin-bottom: 4.1rem;
    font-size: 3.8vw;
    font-style: italic;
    font-weight: 500;
    text-align: center
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .news__blockTitle {
        margin-bottom: 2.5rem;
        font-size: 4.25vw;
        letter-spacing: .05em
    }
}

.mainVisual {
    /*border-bottom: 1px solid #000;*/
}

.mainVisual .inner.-pd {
    padding: 0;
}
.mainVisual .add_wrap {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.mainVisual .news__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mainVisual .news__wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1rem;
        margin-bottom: 1.4rem
    }
}

.mainVisual .news__wrap .news__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media only screen and (max-width: 1000px) {
    .mainVisual .news__wrap .news__box {
        display: block;
        margin-bottom: 2rem;
        padding: 0 3vw;
    }
}

.mainVisual .news__wrap .news__box .news__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mainVisual .news__wrap .news__box .news__flex {
        /*margin-bottom: -.4rem*/
    }
}

.mainVisual .news__wrap .news__box .news__flex .mvNews__title {
    font-size: 1.6rem;
    font-weight: bold
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mainVisual .news__wrap .news__box .news__flex .mvNews__title {
        font-size: 3.2vw
    }
}

.mainVisual .news__wrap .news__box .news__flex .mvNews__title2 {
    margin-left: 3.1rem;
    font-size: 1.4rem;
    font-weight: normal
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mainVisual .news__wrap .news__box .news__flex .mvNews__title2 {
        margin-left: 1.1rem;
        font-size: 1.4rem
    }
}

.mainVisual .news__wrap .news__box .mvNews__text {
    display: inline;
    margin-left: 3.9rem;
    font-size: 1.5rem;
    border-bottom: solid 1px #000;
    -webkit-transition: .3s;
    transition: .3s;
}
.mainVisual .news__wrap .news__box p.mvNews__vom {
    margin-bottom: 1rem;
}
.mainVisual .news__wrap .news__box p.mvNews__vom:last-of-type {
    margin-bottom: 0;
}
.mainVisual .news__wrap .news__box .news_multiple_blocks a.mvNews__text{
    display: inherit;
    margin-bottom: 1rem;
}
.mainVisual .news__wrap .news__box .news_multiple_blocks a.mvNews__text:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
.mainVisual .news__wrap .news__box .news_multiple_blocks a.mvNews__text:first-child {
    margin-top: 1rem;
}
}
@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mainVisual .news__wrap .news__box .mvNews__text {
        padding-bottom: .4rem;
        margin-left: 0rem;
        font-size: 1.2rem;
    }
    .mainVisual .news__wrap .news__box .mvNews__vo {
        display: inline-block;
        margin-top: 1rem;
    }
}

@media only screen and (min-width: 769px) {
    .mainVisual .news__wrap .news__box .mvNews__text:hover {
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        opacity: .7
    }
}

.mainVisual .news__wrap .news__box .mvNews__text.-nopointer {
    cursor: default;
    text-decoration: none;
    border-bottom: none;
}

.mainVisual .news__wrap .news__box .mvNews__text.-nopointer:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: default;
    opacity: 1
}

.mainVisual .news__wrap .anchor__link {
    margin-left: 7%;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mainVisual .news__wrap .anchor__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 6.7%;
        margin-bottom: 1rem;
        margin-left: 0
    }
}

@media only screen and (min-width: 769px) {
    .mainVisual .news__wrap .anchor__link:hover {
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        opacity: .7
    }
}

.mvNews__tag {
    display: inline-block;
    width: 135px;
    text-align: center;
    padding: 0.2rem 1.8rem;
    margin-left: 3.1rem;
    color: #000;
    font-size: 1.2rem;
    font-weight: normal;
    background: #e8e8e8
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mvNews__tag {
        width: 8em;
        padding: 0.2rem .5rem;
        margin-right: 0.5em;
        margin-left: 0
    }
}

.mvNews__tag.-list {
    padding: .2rem 8%;
    margin-left: 0rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mvNews__tag.-list {
        padding: .2rem .5rem;
        margin-left: 1.1rem
    }
}

.mvNews__tag.-list2 {
    margin-left: 0rem;
    margin-right: 1rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .mvNews__tag.-list2 {
        padding: .2rem .5rem;
        margin-left: 1.1rem;
        margin-right: 0
    }
}

.wrap {
    position: relative;
    padding: 16px
}

.wrap .swiper-container.-swiperFront {
    position: absolute;
    top: 0;
    width: calc(100% - 164px);
    height: 87%;
    margin: 4rem 8rem !important
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .wrap .swiper-container.-swiperFront {
        width: calc(100% - 49px);
        height: 89%;
        margin: 1rem 2.4rem !important
    }
}

.swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container {
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, transform .3s ease;
    transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease
}

.swiper-slide {
    overflow: hidden
}

.swiper-slide .slide-bgimg {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover
}

.swiper-slide .slide-bgimg .entity-img {
    width: 100%
}

.swiper-slide .slide-bgimg.-Front {
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (min-width: 769px) {
    .swiper-slide .slide-bgimg.-Front:hover {
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        opacity: .8
    }
}

.swiper-slide .content {
    position: absolute
}

.-swiperFront .swiper-slide {
    display: inline-block
}

.main-slider-bg .swiper-wrapper {
    -webkit-transform: translate3d(0, 0px, 0px) !important;
    transform: translate3d(0, 0px, 0px) !important
}

.main-slider-bg .swiper-wrapper .swiper-slide {
    opacity: 0 !important
}

.main-slider-bg .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.slide-img {
    position: relative
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper-container {
        position: relative;
        height: 181px
    }
}

.wrap {
    padding: 0
}

.swiper-pagination-bullet {
    width: 40px !important;
    height: 7px !important;
    margin: 0 5px !important;
    border-radius: inherit !important;
    opacity: .6 !important;
    border: 1px solid #ffffff !important
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper-pagination-bullet {
        width: 23px !important;
        height: 3px !important;
        margin: 0 2px !important;
        border: 1px solid #ffffff !important;
        border-radius: inherit !important
    }
}

.swiper-pagination {
    bottom: 52px !important
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper-pagination {
        bottom: 19px !important
    }
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: .6 !important
}

.swiper-button-next {
    right: 38px !important;
    -webkit-transition: .3s;
    transition: .3s
}

.swiper-button-next:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: .7
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper-button-next {
        right: 11px !important
    }
}

.swiper-button-prev {
    -webkit-transition: .3s;
    transition: .3s
}

.swiper-button-prev:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: .7
}


@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    :root {
        --swiper-navigation-size: 14px !important;
    }
}

.page__topicsTop .content__blockTopics {
    padding-bottom: 0rem
}

.page__topicsTop .content__blockTopics:after {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    content: "";
    -webkit-transform: translate();
    transform: translate()
}

.page__topicsTop .content__blockTopics::before {
    right: 10.3%;
    left: auto
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__topicsTop .content__blockTopics::before {
        right: 2.3%;
        width: 81%;
        padding-top: 67.066667%
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__topicsTop .content__blockTopics .blockTopics__title {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.page__topicsTop .content__blockTopics .blockTopics__flex {
    text-align: center
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__topicsTop .content__blockTopics .blockTopics__flex {
        margin-bottom: 1rem;
        margin-left: 1rem
    }
}

.page_topicsBuisiness .mainVisual,
.page_topicsInterview .mainVisual {
    padding-bottom: 8rem;
    border: none;
    position: relative
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .mainVisual,
    .page_topicsInterview .mainVisual {
        position: relative;
        padding-bottom: 8.4%
    }
}

.page_topicsBuisiness .mainVisual .mainVisual__img .mainVisual__imgChild,
.page_topicsInterview .mainVisual .mainVisual__img .mainVisual__imgChild {
    width: 100%
}

.page_topicsBuisiness .mainVisual .mv__box,
.page_topicsInterview .mainVisual .mv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    bottom: 41%;
    left: 5.2%;
    top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1;
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: .16rem;
    text-align: left
}
.page_topicsBuisiness10 .mainVisual .mv__box,
.page_topicsBuisiness9 .mainVisual .mv__box,
.page_topicsBuisiness8 .mainVisual .mv__box {
    bottom: 16.5%;
    left: 10%;
}
.page_topicsBuisiness7 .mainVisual .mv__box,
.page_topicsBuisiness6 .mainVisual .mv__box,
.page_topicsBuisiness5 .mainVisual .mv__box,
.page_topicsBuisiness4 .mainVisual .mv__box,
.page_topicsBuisiness3 .mainVisual .mv__box {
    bottom: 15%;
}
@media only screen and (max-width: 1366px) {
  .page_topicsBuisiness7 .mainVisual .mv__box,
  .page_topicsBuisiness6 .mainVisual .mv__box,
  .page_topicsBuisiness4 .mainVisual .mv__box,
  .page_topicsBuisiness3 .mainVisual .mv__box {
      bottom: 16.5%;
  }
}

@media all and (-ms-high-contrast:none) {
.page_topicsBuisiness .mainVisual .mv__box {
    top: 8%;
}
.page_topicsBuisiness10 .mainVisual .mv__box,
.page_topicsBuisiness9 .mainVisual .mv__box,
.page_topicsBuisiness8 .mainVisual .mv__box,
.page_topicsBuisiness7 .mainVisual .mv__box,
.page_topicsBuisiness6 .mainVisual .mv__box,
.page_topicsBuisiness5 .mainVisual .mv__box,
.page_topicsBuisiness4 .mainVisual .mv__box,
.page_topicsBuisiness3 .mainVisual .mv__box {
    top: auto;
}
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsBuisiness .mainVisual .mv__box,
    .page_topicsInterview .mainVisual .mv__box {
        top: auto;
        left: 5.2%;
        bottom: 10%
    }
    .page_topicsBuisiness7 .mainVisual .mv__box,
    .page_topicsBuisiness5 .mainVisual .mv__box {
        bottom: 12%
    }
    .page_topicsBuisiness10 .mainVisual .mv__box,
    .page_topicsBuisiness9 .mainVisual .mv__box,
    .page_topicsBuisiness8 .mainVisual .mv__box {
        bottom: 17%
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness2 .mainVisual .mv__box {
        top: 3%;
    }
    .page_topicsBuisiness4 .mainVisual .mv__box,
    .page_topicsBuisiness3 .mainVisual .mv__box {
        bottom: 18%;
    }
}

.page_topicsBuisiness .mainVisual .mv__box .mv__wrap,
.page_topicsInterview .mainVisual .mv__box .mv__wrap {
    display: inherit
}

/*.page_topicsBuisiness3 .mainVisual .mv__box .mg_tb {
    margin: 1.2% 0;
}*/

.page_topicsBuisiness .mainVisual .mv__box .mv__wrap .mv__text,
.page_topicsInterview .mainVisual .mv__box .mv__wrap .mv__text {
    padding: 0 1.9rem;
    margin-bottom: 3%;
    color: #fff;
    font-size: 1.26vw
}
@media only screen and (min-width: 769px) {
    .page_topicsBuisiness10 .mainVisual .mv__box .mv__wrap .mv__text,
    .page_topicsBuisiness9 .mainVisual .mv__box .mv__wrap .mv__text,
    .page_topicsBuisiness8 .mainVisual .mv__box .mv__wrap .mv__text,
    .page_topicsBuisiness7 .mainVisual .mv__box .mv__wrap .mv__text {
        margin-bottom: 7%;
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .mainVisual .mv__box .mv__wrap .mv__text,
    .page_topicsInterview .mainVisual .mv__box .mv__wrap .mv__text {
        padding: 0 .9rem;
        margin-bottom: 1.6rem;
        font-size: 1.26vw;
        font-size: 3vw;
        -webkit-transform-origin: left;
        transform-origin: left
    }

}

.page_topicsBuisiness .mainVisual .mv__box .mv__wrap .mv__textSmall,
.page_topicsInterview .mainVisual .mv__box .mv__wrap .mv__textSmall {
    margin-left: .8rem;
    font-size: 1.4rem
}

.page_topicsBuisiness .mainVisual .mv__box .mv__title,
.page_topicsInterview .mainVisual .mv__box .mv__title {
    padding: 0 1.4rem;
    margin-bottom: 2%;
    font-size: 2.45vw;
    line-height: 1.4;
    border-bottom: 2px solid #000
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .mainVisual .mv__box .mv__title,
    .page_topicsInterview .mainVisual .mv__box .mv__title {
        padding: 0 0 0 .8rem;
        margin-bottom: 1rem;
        font-size: 4.65vw
    }
    .page_topicsBuisiness2 .mainVisual .mv__box .border_none {
        border-bottom: 0;
    }
}

.page_topicsBuisiness .mainVisual .mv__box .mv__title2,
.page_topicsInterview .mainVisual .mv__box .mv__title2 {
    font-family: "Barlow", sans-serif;
    padding: 0 1.2rem 0 1.2rem;
    margin-top: 3%;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: .02em;
    border-bottom: 2px solid #000;
}
.page_topicsBuisiness10 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness9 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness8 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness7 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness6 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness5 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness4 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness3 .mainVisual .mv__box .mv__title2 {
    font-family: inherit;
}

.page_topicsBuisiness10 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness9 .mainVisual .mv__box .mv__title2,
.page_topicsBuisiness8 .mainVisual .mv__box .mv__title2 {
    margin-top: 6%;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .mainVisual .mv__box .mv__title2,
    .page_topicsInterview .mainVisual .mv__box .mv__title2 {
        padding: 0 .8rem;
        margin-top: 1.2rem;
        font-size: 3.35vw;
        line-height: 1.8;
        letter-spacing: 0
    }
}

.page_topicsBuisiness .mainVisual .mv__box .mv__title2.-af,
.page_topicsInterview .mainVisual .mv__box .mv__title2.-af {
    position: relative
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .mainVisual .mv__box .mv__title2.-af,
    .page_topicsInterview .mainVisual .mv__box .mv__title2.-af {
        padding: 0 .8rem 0 .8rem
    }
}

.page_topicsBuisiness .mainVisual .mv__box .mv__title2.-af::after,
.page_topicsInterview .mainVisual .mv__box .mv__title2.-af::after {
    bottom: 2px !important;
    right: 11px !important;
    display: inline-block;
    content: "Ⓡ";
    font-size: 1.4rem;
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .mainVisual .mv__box .mv__title2.-af::after,
    .page_topicsInterview .mainVisual .mv__box .mv__title2.-af::after {
        bottom: 2px;
        right: 5px;
        font-size: 1rem;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        vertical-align: middle;
    }
}

.page_topicsBuisiness .topics,
.page_topicsInterview .topics {
    padding-bottom: 8rem
}
.page_topicsInterview7 .interview7_wrap,
.page_topicsInterview6 .interview6_wrap {
    padding-top: 4rem;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics,
    .page_topicsInterview .topics {
        padding-bottom: 3.3rem
    }
    .page_topicsInterview7 .interview7_wrap,
    .page_topicsInterview6 .interview6_wrap {
        padding-top: 3rem;
    }
}

.page_topicsBuisiness .topics .topics__index,
.page_topicsInterview .topics .topics__index {
    padding: 4rem 6.7rem;
    margin-bottom: 7.8rem;
    border: solid 1px #000
}
.page_topicsBuisiness .topics .add_box {
    background: rgb(194,217,239);
    background: linear-gradient(180deg, rgba(242,247,253,1) 0%, rgba(194,217,239,1) 80%, rgba(146,187,224,1) 100%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 8rem;
}
.page_topicsBuisiness .topics .add_box.bg_gg {
    background: rgb(244,242,242);
    background: linear-gradient(180deg, rgba(244,242,242,1) 0%, rgba(222,219,219,1) 80%, rgba(193,192,192,1) 100%);
}

.page_topicsBuisiness .topics .add_box:first-child {
    background: #fff;
    margin-top: 10px;
}

.page_topicsBuisiness .topics .add_box .col2::after {
    content: "";
    display: block;
    clear: both;
}
@media only screen and (min-width: 769px) {
  .page_topicsBuisiness .topics .add_box .col2 .text_area .topics__text {
      margin-bottom: 2em;
  }
}
.page_topicsBuisiness .topics .add_box .col2 .img_box {
    width: 21%;
    margin-left: 1.5em;
    float: right;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__index,
    .page_topicsInterview .topics .topics__index {
        padding: 1.6rem 1.5rem;
        margin-bottom: 4.4rem
    }

    .page_topicsBuisiness .topics .add_box {
        padding: 6rem 5.7%;
        margin-bottom: 6rem;
    }
    .page_topicsBuisiness .topics .add_box:first-child {
        padding: 2rem 5.7%;
    }
    .page_topicsBuisiness .topics .add_box .col2::after {
        content: none;
    }
    .page_topicsBuisiness .topics .add_box .col2 .img_box {
        width: 50.520833vw;
        margin: 0 auto;
        float: none;
        padding: 0 0 1em;
    }
}

.page_topicsBuisiness .topics .topics__index .index__title,
.page_topicsInterview .topics .topics__index .index__title {
    margin-bottom: 3.7rem;
    font-size: 2.7rem;
    line-height: .7
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__index .index__title,
    .page_topicsInterview .topics .topics__index .index__title {
        margin-bottom: 1.4rem;
        font-size: 1.4rem
    }
}

.page_topicsBuisiness .topics .topics__index .index__link,
.page_topicsInterview .topics .topics__index .index__link {
    display: block;
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__index .index__link,
    .page_topicsInterview .topics .topics__index .index__link {
        margin-bottom: 1rem;
        font-size: 1.4rem;
        line-height: 1.7
    }
}

.page_topicsBuisiness .topics .topics__index .index__link:hover,
.page_topicsInterview .topics .topics__index .index__link:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: .7
}

.page_topicsBuisiness .topics .topics__index .index__link:last-child,
.page_topicsInterview .topics .topics__index .index__link:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__index .index__link .index__linkSmall,
    .page_topicsInterview .topics .topics__index .index__link .index__linkSmall {
        font-size: 1.4rem
    }
}

.page_topicsBuisiness .topics .topics__subtitle,
.page_topicsInterview .topics .topics__subtitle {
    margin-bottom: 1rem;
    color: #b08100;
    font-size: 1.6rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__subtitle,
    .page_topicsInterview .topics .topics__subtitle {
        margin-bottom: 0
    }
}

.page_topicsBuisiness .topics .topics__subtitle .topics__Number,
.page_topicsInterview .topics .topics__subtitle .topics__Number {
    font-family: "Barlow", sans-serif;
    font-size: 3.8rem;
    font-weight: 200
}

.page_topicsBuisiness .topics .topics__title,
.page_topicsInterview .topics .topics__title {
    margin-bottom: 2.7rem;
    color: #b08100;
    font-size: 2.8rem;
    letter-spacing: .05em
}
.page_topicsBuisiness .topics .add_box .topics__title {
    color: #005EB0;
}
.page_topicsBuisiness .topics .add_box.bg_gg .topics__title {
    color: #000;
}
.page_topicsBuisiness .topics .add_box .topics__title span {
    display: block;
    font-size: 1.8rem;
    padding: 6px 0 0;
}

.page_topicsInterview13 .topics .topics__title,
.page_topicsInterview12 .topics .topics__title,
.page_topicsInterview11 .topics .topics__title,
.page_topicsInterview10 .topics .topics__title,
.page_topicsInterview9 .topics .topics__title,
.page_topicsInterview8 .topics .topics__title,
.page_topicsInterview7 .topics .topics__title,
.page_topicsInterview6 .topics .topics__title {
    font-size: 18px;
}

.page_topicsInterview12 .topics .topics__title {
    padding-left: 1em;
    text-indent: -1em;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__title,
    .page_topicsInterview .topics .topics__title {
        margin-bottom: .9rem;
        font-size: 2.1rem;
        letter-spacing: 0
    }
    .page_topicsInterview13 .topics .topics__title,
    .page_topicsInterview12 .topics .topics__title,
    .page_topicsInterview11 .topics .topics__title,
    .page_topicsInterview10 .topics .topics__title,
    .page_topicsInterview9 .topics .topics__title,
    .page_topicsInterview8 .topics .topics__title,
    .page_topicsInterview7 .topics .topics__title,
    .page_topicsInterview6 .topics .topics__title {
        font-size: 1.4rem;
        padding-left: 1em;
        text-indent: -1em;
    }

    .page_topicsBuisiness .topics .add_box .topics__title {
        text-align: center;
    }
    .page_topicsBuisiness .topics .add_box .topics__title span {
        font-size: 1.6rem;
        padding: 15px 0 1.5em;
    }
}

@media screen and (max-width: 370px) {

    .page_topicsBuisiness .topics .topics__title,
    .page_topicsInterview .topics .topics__title {
        font-size: 1.8rem
    }
}

@media screen and (max-width: 350px) {

    .page_topicsBuisiness .topics .topics__title,
    .page_topicsInterview .topics .topics__title {
        font-size: 1.6rem
    }
    .page_topicsInterview13 .topics .topics__title,
    .page_topicsInterview12 .topics .topics__title,
    .page_topicsInterview11 .topics .topics__title {
        font-size: 4.0vw;
    }
}

.page_topicsBuisiness .topics .topics__text,
.page_topicsInterview .topics .topics__text {
    margin-bottom: 5.5rem;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600
}

.page_topicsBuisiness .topics .add_box .topics_add_text {
    margin-bottom: 3.5rem;
}
.page_topicsBuisiness .topics .add_box .topics_add_text:last-of-type {
    text-align: right;
    margin-bottom: 0;
}

.page_topicsBuisiness10 .topics__flexBox_mb2,
.page_topicsBuisiness10 .topics__flexBox_mb {
    margin-bottom: 5.0rem;
}

.page_topicsInterview6 .topics .topics__text_n {
    font-size: 1.7rem;
}

.page_topicsBuisiness8 .topics .topics__img figcaption {
    padding-top: 5px;
    font-size: 1.8rem;
    line-height: 1.2;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__text,
    .page_topicsInterview .topics .topics__text {
        margin-bottom: 4.8rem;
        font-size: 1.4rem;
        line-height: 1.93
    }
    .page_topicsInterview2 .topics .topics__text .small {
        display: block;
        padding-top: 0.9rem;
        line-height: 1.4;
    }
    .page_topicsInterview6 .topics .topics__text_n {
        font-size: 1.5rem;
    }
    .page_topicsBuisiness8 .topics .topics__img figcaption,
    .page_topicsInterview7 .topics .topics__img figcaption {
        font-size: 1.4rem;
    }
}

.page_topicsInterview7 .topics .topics__img figcaption.figcaption_small {
    font-size: 1.0rem;
}

.page_topicsBuisiness9 .topics__box .caption {
    font-size: 1.8rem;
}
.page_topicsBuisiness9 .topics__box .caption {
    margin-bottom: 2.6rem;
}
@media only screen and (max-width: 768px){
    .page_topicsBuisiness9 .topics__box .caption {
        font-size: 1.4rem;
    }
    .page_topicsBuisiness10 .topics__flexBox_mb2,
    .page_topicsBuisiness9 .topics__box .caption {
        margin-bottom: 12px;
    }
}
.page_topicsInterview9 .topics .inner .caption {
    font-size: 1.4rem;
}

.page_topicsBuisiness .topics .topics__text.-mb,
.page_topicsInterview .topics .topics__text.-mb {
    font-weight: 600
}

.page_topicsBuisiness5 .topics figure:last-of-type {
    margin-top: 4px;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsBuisiness5 .topics figure:last-of-type {
        margin-top: 2px;
    }
    .page_topicsBuisiness .topics .topics__text.-mb,
    .page_topicsInterview .topics .topics__text.-mb {
        margin-bottom: 2.4rem
    }
}

.page_topicsInterview .topics .topics__text.worker {
    padding-left: 3em;
    text-indent: -3em;
}
.page_topicsInterview13 .topics .topics__text.worker {
    padding-left: 4em;
}
.page_topicsInterview .topics .topics__text.worker .worker_1 {
    color: #9E4F00;
}
.page_topicsInterview .topics .topics__text.worker .worker_2 {
    color: #158F9F;
}
.page_topicsInterview .topics .topics__text.worker .worker_3 {
    color: #FC4492;
}
.page_topicsInterview13 .topics .topics__text.worker.three {
    padding-left: 4em;
    text-indent: -4em;
}

.page_topicsInterview13 .topics__img img,
.page_topicsInterview12 .topics__img img,
.page_topicsBuisiness10 .topics__box figure img,
.page_topicsBuisiness9 .topics__box figure img,
.page_topicsBuisiness8 .topics__box figure img,
.page_topicsBuisiness7 .topics__box figure img,
.page_topicsBuisiness7 .topics__flexBox2 figure img,
.page_topicsBuisiness7 .topics__flexBox figure img,
.page_topicsInterview7 .topics__flexBox2 figure img,
.page_topicsInterview7 .topics__flexBox figure img,
.project .project_wrap .project_img figure img,
.page_topicsInterview6 .topics .topics__wraps figure img,
.page_topicsInterview6 .topics__flexBox2 figure img,
.page_topicsInterview6 .topics__flexBox figure img,
.page_topicsInterview6 .topics__flexBox3 figure img,
.page_topicsInterview6 .topics__flexBox2 figure img,
.page_topicsInterview6 .topics__flexBox figure img,
.page_topicsInterview5 .topics__flexBox2 figure img,
.page_topicsInterview5 .topics__flexBox figure img,
.page_topicsBuisiness6 .topics__box figure img,
.page_topicsBuisiness5 .topics__box figure img,
.page_topicsBuisiness4 .topics__flexBox figure img {
    vertical-align: bottom;
}

.page_topicsInterview13 .topics__flexBox2,
.page_topicsInterview12 .topics__flexBox2,
.page_topicsInterview11 .topics__flexBox,
.page_topicsInterview10 .topics__flexBox2,
.page_topicsInterview10 .topics__flexBox,
.page_topicsInterview9 .topics__flexBox,
.page_topicsInterview8 .topics__flexBox,
.page_topicsInterview8 .topics__flexBox2,
.page_topicsInterview7 .topics__flexBox,
.page_topicsInterview7 .topics__flexBox2,
.page_topicsInterview6 .topics__flexBox2,
.page_topicsInterview6 .topics__flexBox,
.page_topicsInterview5 .topics__flexBox2,
.page_topicsInterview5 .topics__flexBox,
.page_topicsBuisiness10 .topics__flexBox,
.page_topicsBuisiness9 .topics__flexBox,
.page_topicsBuisiness8 .topics__flexBox,
.page_topicsBuisiness7 .topics__flexBox,
.page_topicsBuisiness6 .topics__flexBox,
.page_topicsBuisiness6 .topics__flexBox2,
.page_topicsBuisiness4 .topics__flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page_topicsInterview13 .topics__flexBox,
.page_topicsInterview12 .topics__flexBox3,
.page_topicsInterview6 .topics__flexBox3 {
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
        .page_topicsInterview12 .topics__flexBox3 {
            flex-wrap: wrap-reverse;
        }
    .page_topicsInterview13 .topics__flexBox,
    .page_topicsInterview6 .topics__flexBox3 {
        flex-wrap: wrap;
    }
}
.page_topicsInterview6 .topics__flexBox3 figure:nth-of-type(1) {
    margin-right: 4px;
}
@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
    .page_topicsInterview6 .topics__flexBox3 figure:nth-of-type(1) {
        margin-right: 0;
        margin-bottom: 2px;
    }
}

  .page_topicsBuisiness4 .topics__flexBox figure:nth-of-type(1),
  .page_topicsBuisiness4 .topics__flexBox figure:nth-of-type(2) {
      margin-bottom: 3px !important;
  }
  .page_topicsInterview5 .topics__flexBox figure:nth-of-type(1) {
      margin-bottom: 2px !important;
  }

  .page_topicsInterview12 .topics__img2,
  .page_topicsInterview8 .topics__flexBox2 figure.topics__img2,
  .page_topicsInterview8 .topics__flexBox figure:nth-of-type(1),
  .page_topicsInterview8 .topics__flexBox2 figure.topics__img2,
  .page_topicsInterview8 .topics__flexBox2 figure:nth-of-type(3),
  .page_topicsInterview6 .topics__flexBox figure:nth-of-type(1) {
      margin-bottom: 4px !important;
  }

  .page_topicsInterview5 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview5 .topics__flexBox figure:nth-of-type(3) {
      width: calc(100% / 2 - 1px);
  }
  .page_topicsBuisiness8 .topics__flexBox figure:nth-of-type(1),
  .page_topicsBuisiness8 .topics__flexBox figure:nth-of-type(2),
  .page_topicsBuisiness6 .topics__flexBox figure:nth-of-type(3),
  .page_topicsBuisiness6 .topics__flexBox figure:nth-of-type(4) {
      width: calc(100% / 2 - 1px);
  }

  .page_topicsBuisiness7 .topics__flexBox figure {
      width: calc(100% / 2 - 3px);
  }

  .page_topicsBuisiness7 .topics__flexBox figure:nth-of-type(1),
  .page_topicsBuisiness7 .topics__flexBox figure:nth-of-type(2),
  .page_topicsBuisiness7 .topics__flexBox.col2_crack3 figure:nth-of-type(-n+4) {
      margin-bottom: 30px;
  }

  .page_topicsInterview5 .topics__flexBox figure:nth-of-type(2) img,
  .page_topicsInterview5 .topics__flexBox figure:nth-of-type(3) img {
      height: 100%;
  }
@media only screen and (min-width: 769px) {
  .page_topicsInterview7 .topics__flexBox figure.equal img,
  .page_topicsInterview6 .topics__flexBox figure:nth-of-type(2) img,
  .page_topicsInterview6 .topics__flexBox figure:nth-of-type(3) img {
      height: 100%;
  }
  .page_topicsInterview13 .topics__flexBox figure:nth-of-type(1),
  .page_topicsInterview13 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview13 .topics__flexBox2 figure:nth-of-type(2),
  .page_topicsInterview13 .topics__flexBox2 figure:nth-of-type(3),
  .page_topicsInterview12 .topics__flexBox2 figure:nth-of-type(2),
  .page_topicsInterview12 .topics__flexBox2 figure:nth-of-type(3),
  .page_topicsInterview10 .topics__flexBox2 div,
  .page_topicsInterview10 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview10 .topics__flexBox figure:nth-of-type(3),
  .page_topicsInterview8 .topics__flexBox2 figure:nth-of-type(3),
  .page_topicsInterview8 .topics__flexBox2 figure:nth-of-type(4) {
      width: calc(100% / 2 - 1px);
  }
  .page_topicsInterview13 .topics__flexBox2 figure:nth-of-type(1),
  .page_topicsInterview12 .topics__flexBox2 figure:nth-of-type(1),
  .page_topicsInterview10 .topics__flexBox2 figure:nth-of-type(1),
  .page_topicsInterview10 .topics__flexBox figure:nth-of-type(1),
  .page_topicsInterview9 .topics__flexBox figure:nth-of-type(1) {
      margin-bottom: 2px;
  }
  .page_topicsInterview11 .topics__flexBox figure:nth-of-type(1),
  .page_topicsInterview11 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview9 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview9 .topics__flexBox figure:nth-of-type(3) {
      width: calc(100% / 2 - 1px);
      margin-bottom: 0;
  }

  .page_topicsBuisiness10 .topics__flexBox figure:nth-of-type(n+3) {
      margin-top: 6px;
  }
}
  .bttm,
  .page_topicsInterview7 .topics__flexBox figure:nth-of-type(1),
  .page_topicsInterview7 .topics__flexBox figure:nth-of-type(2) {
      margin-bottom: 2px;
  }
@media only screen and (min-width: 769px) {
  .bttm,
  .page_topicsBuisiness8 .topics__box figure.topics__img,
  .page_topicsInterview8 .topics__flexBox2 figure.topics__img2,
  .page_topicsBuisiness7 .topics__box figure.topics__img:nth-of-type(1),
  .page_topicsInterview5 .topics__flexBox figure:nth-of-type(1) {
      margin-bottom: 6px !important;
  }
  .page_topicsBuisiness4 .topics__flexBox figure:nth-of-type(1),
  .page_topicsBuisiness4 .topics__flexBox figure:nth-of-type(2) {
      width: 49.8%;
  }

  .page_topicsBuisiness6 .topics__flexBox2 figure:nth-of-type(1),
  .page_topicsBuisiness6 .topics__flexBox2 figure:nth-of-type(2) {
      width: calc(100% / 2 - 2px);
  }

  .page_topicsInterview5 .topics__flexBox2 figure:nth-of-type(1),
  .page_topicsInterview5 .topics__flexBox2 figure:nth-of-type(2) {
        width: calc(100% / 2 - 3px);
    }

  .page_topicsBuisiness10 .topics__flexBox figure.topics__img,
  .page_topicsInterview5 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview5 .topics__flexBox figure:nth-of-type(3) {
        width: calc(100% / 2 - 3px);
  }

  .page_topicsBuisiness9 .topics__flexBox figure:nth-of-type(1),
  .page_topicsBuisiness9 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview6 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview6 .topics__flexBox figure:nth-of-type(3) {
      width: calc(100% / 2 - 2px);
  }

  .page_topicsBuisiness8 .topics__flexBox figure:nth-of-type(1),
  .page_topicsBuisiness8 .topics__flexBox figure:nth-of-type(2),
  .page_topicsInterview8 .topics__flexBox figure:nth-of-type(1),
  .page_topicsInterview8 .topics__flexBox figure:nth-of-type(2) {
      width: calc(100% / 2 - 3px);
  }
  .page_topicsInterview8 .topics__flexBox:nth-child(2n) figure {
      width: calc(100% / 2 - 1px);
  }

  .page_topicsInterview7 .topics__flexBox figure:nth-of-type(1) {
      width: 36%;
      margin-bottom: 3px;
  }
  .page_topicsInterview7 .topics__flexBox figure:nth-of-type(2) {
      width: 63.6%;
      margin-bottom: 3px;
  }
  .page_topicsInterview7 .topics__flexBox figure.equal,
  .page_topicsInterview7 .topics__flexBox2 figure:nth-of-type(1),
  .page_topicsInterview7 .topics__flexBox2 figure:nth-of-type(2) {
      width: calc(100% / 2 - 2px);
  }
  .page_topicsInterview7 .topics__flexBox2 figure:nth-of-type(1) {
      padding-right: 20px;
      border-right: 2px solid #707070;
      box-sizing: border-box;
    }
  .page_topicsInterview7 .topics__flexBox2 figure:nth-of-type(1) {
      padding-right: 20px;
      border-right: 2px solid #707070;
      box-sizing: border-box;
    }
  .page_topicsInterview7 .topics__flexBox2 figure:nth-of-type(2) {
      padding-left: 20px;
    }
}

.page_topicsBuisiness .topics .topics__img,
.page_topicsInterview .topics .topics__img {
    width: 100%;
    margin-bottom: 6.4rem;
}

.page_topicsInterview12 .topics__flexBox3 .topics__img,
.page_topicsInterview6 .topics__flexBox3 .topics__img {
    width: auto;
    overflow: hidden;
}

.page_topicsInterview .topics .topics__img_last {
    width: 100%;
    margin-bottom: 10rem
}

@media only screen and (min-width: 769px){
    .page_topicsInterview12 .topics__flexBox3 {
        margin-top: 10px;
    }
    .page_topicsInterview12 .topics__flexBox3 figure:nth-of-type(2) {
        margin-left:  12px;
    }
    .page_topicsBuisiness9 .topics__box:nth-child(2) figure.topics__img:nth-of-type(2) {
        margin-top: 6px;
    }
    .page_topicsBuisiness9 .add_box:nth-child(2) figure.topics__img:nth-of-type(2) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px){
    .page_topicsInterview12 .topics__flexBox3 .topics__img,
    .page_topicsInterview6 .topics__flexBox3 .topics__img {
        width: 100%;
    }

    .page_topicsInterview .topics .topics__img_last {
        margin-bottom: 4.6rem;
    }

    .page_topicsInterview5 .topics__flexBox2 figure:nth-of-type(1),
    .page_topicsInterview6 .topics__flexBox figure:nth-of-type(1),
    .page_topicsInterview6 .topics__flexBox figure:nth-of-type(2) {
        margin-bottom: 2px !important;
    }

  .page_topicsBuisiness7 .topics__flexBox figure:nth-of-type(1),
  .page_topicsBuisiness7 .topics__flexBox figure:nth-of-type(2),
  .page_topicsBuisiness7 .topics__flexBox.col2_crack3 figure:nth-of-type(-n+4) {
      margin-bottom: 18px;
  }
    .page_topicsBuisiness10 .topics__flexBox .topics__img:not(:last-child),
    .page_topicsBuisiness8 .topics__box figure.topics__img,
    .page_topicsBuisiness7 .topics__box figure.topics__img:nth-of-type(1),
    .page_topicsBuisiness6 .topics__flexBox2 figure:nth-of-type(1) {
        margin-bottom: 2px !important;
    }

    .page_topicsBuisiness7 .topics__flexBox figure {
        width: calc(100% / 2 - 1px);
    }
    .page_topicsInterview13 .topics__flexBox figure:nth-of-type(1),
    .page_topicsInterview13 .topics__flexBox2 figure:nth-of-type(1),
    .page_topicsInterview13 .topics__flexBox2 figure:nth-of-type(2),
    .page_topicsInterview12 .topics__flexBox3 figure:nth-of-type(2),
    .page_topicsInterview12 .topics__flexBox2 figure:nth-of-type(1),
    .page_topicsInterview12 .topics__flexBox2 figure:nth-of-type(2),
    .page_topicsInterview12 .topics__flexBox2 figure:nth-of-type(3),
    .page_topicsInterview11 .topics__flexBox figure:nth-of-type(1),
    .page_topicsInterview10 .topics__flexBox2 div:first-child figure,
    .page_topicsInterview10 .topics__flexBox figure:nth-of-type(1),
    .page_topicsInterview10 .topics__flexBox figure:nth-of-type(2),
    .page_topicsInterview9 .topics__flexBox figure:nth-of-type(1),
    .page_topicsInterview9 .topics__flexBox figure:nth-of-type(2) {
        margin-bottom: 4px;
    }
    .page_topicsInterview9 .topics__flexBox figure:nth-of-type(3) {
        margin-bottom: 0;
    }
    .page_topicsBuisiness9 .topics__box figure.topics__img:nth-of-type(2) {
        margin-top: 2px;
    }
    .page_topicsInterview11 .topics_p_caption p.topics__img {
        margin-bottom: 0.5em;
    }
    .page_topicsInterview11 .topics_p_caption p.topics__img:last-child {
        margin-bottom: 0;
    }
}
.page_topicsBuisiness10 .topics figure.topics__img_w100p,
.page_topicsBuisiness .topics .topics__img .topics__imgChild,
.page_topicsInterview .topics .topics__img .topics__imgChild {
    width: 100%;
}
.page_topicsInterview11 .topics .topics__imgChild,
.page_topicsInterview10 .topics .topics__imgChild,
.page_topicsInterview9 .topics .topics__imgChild,
.page_topicsInterview8 .topics .topics__imgChild,
.page_topicsInterview7 .topics .topics__img .topics__imgChild {
    vertical-align: bottom;
}

.page_topicsBuisiness .topics .topics__wrap,
.page_topicsInterview .topics .topics__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 6.4rem
}

.page_topicsInterview12 .topics .topics__wraps figure:nth-of-type(1),
.page_topicsInterview6 .topics .topics__wraps figure:nth-of-type(1) {
    margin-bottom: 9px;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__wrap,
    .page_topicsInterview .topics .topics__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page_topicsInterview6 .topics .topics__wraps figure:nth-of-type(1) {
        margin-bottom: 2px;
    }
    .page_topicsInterview12 .topics .topics__wraps figure:nth-of-type(1) {
        margin-bottom: 4px;
    }
}

.page_topicsBuisiness .topics .topics__wrap .topics__img2,
.page_topicsInterview .topics .topics__wrap .topics__img2 {
    width: 32.7%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__wrap .topics__img2,
    .page_topicsInterview .topics .topics__wrap .topics__img2 {
        width: 100%
    }
}

.page_topicsBuisiness .topics .topics__wrap .topics__img2 .topics__imgChild,
.page_topicsInterview .topics .topics__wrap .topics__img2 .topics__imgChild {
    width: 100%
}

.page_topicsBuisiness .topics .topics__wrap .topics__img3,
.page_topicsInterview .topics .topics__wrap .topics__img3 {
    width: 66.6%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__wrap .topics__img3,
    .page_topicsInterview .topics .topics__wrap .topics__img3 {
        width: 100%
    }
}

.page_topicsBuisiness .topics .topics__wrap .topics__img3 .topics__imgChild,
.page_topicsInterview .topics .topics__wrap .topics__img3 .topics__imgChild {
    width: 100%
}

.page_topicsBuisiness .topics .topics__wrap .topics__img4,
.page_topicsInterview .topics .topics__wrap .topics__img4 {
    margin-right: 5px
}
.page_topicsInterview4 .topics .topics__img2 {
    margin-bottom: 3px;
}
.page_topicsBuisiness8 .topics .topics__img2,
.page_topicsBuisiness6 .topics .topics__img2 {
    width: 100%;
    margin-bottom: 2px !important;
}
@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsBuisiness .topics .topics__wrap .topics__img2,
    .page_topicsBuisiness .topics .topics__wrap .topics__img4 {
        margin-bottom: 10px;
    }

    .page_topicsBuisiness .topics .topics__wrap .topics__img4,
    .page_topicsInterview .topics .topics__wrap .topics__img4 {
        width: 100%
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__wrap .topics__img4,
    .page_topicsInterview .topics .topics__wrap .topics__img4 {
        margin-right: 0
    }
}

.page_topicsBuisiness .topics .topics__wrap .topics__img4 .topics__imgChild,
.page_topicsInterview .topics .topics__wrap .topics__img4 .topics__imgChild {
    width: 100%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics .topics__wrap .topics__img5,
    .page_topicsInterview .topics .topics__wrap .topics__img5 {
        width: 100%
    }
}

.page_topicsBuisiness .topics .topics__wrap .topics__img5 .topics__imgChild,
.page_topicsInterview .topics .topics__wrap .topics__img5 .topics__imgChild {
    width: 100%
}

.page_topicsInterview13 .topics .topics__text.worker.-mb,
.page_topicsInterview12 .topics .topics__text.worker.-mb,
.page_topicsInterview11 .topics .topics__text.worker.-mb,
.page_topicsInterview10 .topics .topics__text.worker.-mb,
.page_topicsInterview9 .topics .topics__text.worker.-mb,
.page_topicsInterview8 .topics .topics__text.worker.-mb,
.page_topicsInterview7 .topics .topics__text.worker.-mb,
.page_topicsInterview6 .topics .topics__text.worker.-mb,
.page_topicsBuisiness10 .topics__text.-mb,
.page_topicsBuisiness .topics__wrap.-mb,
.page_topicsBuisiness .topics__img.-mb,
.page_topicsInterview .topics__wrap.-mb,
.page_topicsInterview .topics__img.-mb {
    margin-bottom: 0;
}

.page_topicsBuisiness .topics__profile {
    padding-top: 3rem;
    padding-bottom: 15.3rem;
    margin-bottom: 14.5rem;
}
.page_topicsInterview .topics__profile {
    margin-bottom: 14.5rem;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics__profile {
        padding-bottom: 4.3rem;
        margin-bottom: 6.7rem;
    }
    .page_topicsInterview .topics__profile {
        margin-bottom: 6.7rem;
    }
}

.page_topicsBuisiness .topics__profile .profile__wrap,
.page_topicsInterview .topics__profile .profile__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 4rem;
    vertical-align: bottom
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics__profile .profile__wrap,
    .page_topicsInterview .topics__profile .profile__wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 6.4rem
    }
}

.page_topicsBuisiness .topics__profile .profile__wrap .profile__img,
.page_topicsInterview .topics__profile .profile__wrap .profile__img {
    width: 32.2%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics__profile .profile__wrap .profile__img,
    .page_topicsInterview .topics__profile .profile__wrap .profile__img {
        width: 52%
    }
}

.page_topicsBuisiness .topics__profile .profile__wrap .profile__img .profile__imgChild,
.page_topicsInterview .topics__profile .profile__wrap .profile__img .profile__imgChild {
    width: 100%;
    vertical-align: bottom
}

.page_topicsBuisiness .topics__profile .profile__wrap .profile__textbox {
    width: 62%;
    padding: 0;
    margin: auto;
    margin-left: 3.4rem;
    color: #b08100;
}
.page_topicsInterview .topics__profile .profile__wrap .profile__textbox {
    width: 62%;
    padding: 0;
    margin: auto;
    margin-left: 3.4rem;
    color: #004D9E;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .topics__profile .profile__wrap .profile__textbox {
        width: 100%;
        padding: 0;
        margin: auto
    }
    .page_topicsInterview .topics__profile .profile__wrap .profile__textbox {
        width: 100%;
        padding: 0;
        margin: auto
    }
}

.page_topicsBuisiness .topics__profile .profile__wrap .profile__textbox .profile__title,
.page_topicsInterview .topics__profile .profile__wrap .profile__textbox .profile__title {
    font-family: "Barlow", sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: bold;
    font-weight: 500
}

.page_topicsBuisiness .topics__profile .profile__wrap .profile__textbox .profile__subtitle,
.page_topicsInterview .topics__profile .profile__wrap .profile__textbox .profile__subtitle {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.page_topicsBuisiness .topics__profile .profile__wrap .profile__textbox .profile__text,
.page_topicsInterview .topics__profile .profile__wrap .profile__textbox .profile__text {
    font-size: 1.4rem
}
/*
.page_topicsBuisiness .topics__profile .profile__wrap .profile__textbox .profile__text.-type2,
.page_topicsInterview .topics__profile .profile__wrap .profile__textbox .profile__text.-type2 {
    padding-left: 5em;
    text-indent: -5em;
}*/

.page_topicsBuisiness .content__blockTopics .blockTopics__title,
.page_topicsInterview .content__blockTopics .blockTopics__title {
    font-size: 4.1rem !important
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .content__blockTopics .blockTopics__title,
    .page_topicsInterview .content__blockTopics .blockTopics__title {
        font-size: 2.8rem !important
    }
}

.page_topicsBuisiness .content__blockTopics .card__box,
.page_topicsInterview .content__blockTopics .card__box {
    padding-top: 0
}

.page_topicsBuisiness .content__blockTopics::before,
.page_topicsInterview .content__blockTopics::before {
    display: none
}

.page_topicsBuisiness .content__blockTopics::after,
.page_topicsInterview .content__blockTopics::after {
    display: none
}

.page_topicsBuisiness .related__content,
.page_topicsInterview .related__content {
    padding: 2% 3%;
    margin: auto;
    text-align: left;
    background: #f2f2f2
}

.page_topicsBuisiness .related__content .related__title,
.page_topicsInterview .related__content .related__title {
    margin-bottom: 1.1rem;
    font-size: 2.4rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .related__content .related__title,
    .page_topicsInterview .related__content .related__title {
        font-size: 1.6rem
    }
}

.page_topicsBuisiness .related__content .related__wrap,
.page_topicsInterview .related__content .related__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1rem
}

.page_topicsBuisiness .related__content .related__wrap .related__box,
.page_topicsInterview .related__content .related__wrap .related__box {
    width: 155px
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .related__content .related__wrap .related__box,
    .page_topicsInterview .related__content .related__wrap .related__box {
        width: 135px
    }
}

.page_topicsBuisiness .related__content .related__wrap .related__box2,
.page_topicsInterview .related__content .related__wrap .related__box2 {
    width: 70%
}

.page_topicsBuisiness .related__content .related__link,
.page_topicsInterview .related__content .related__link {
    display: inline-block;
    color: #005eb0;
    font-size: 1.6rem;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s;
    text-indent: 0em
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .related__content .related__link,
    .page_topicsInterview .related__content .related__link {
        padding-left: 2em;
        font-size: 1.2rem
    }
}

.page_topicsBuisiness .related__content .related__link:after,
.page_topicsInterview .related__content .related__link:after {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
    content: "";
    background-image: url("https://www.shimz.co.jp/hitowaza/img/page/about/about_project_link_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.page_topicsBuisiness .related__content .related__link:hover,
.page_topicsInterview .related__content .related__link:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: .7
}

.page_topicsBuisiness .related__content .related__subLink,
.page_topicsInterview .related__content .related__subLink {
    color: #005eb0;
    font-size: 1.2em
}

/*2022.04.追加*/
.project {
    background: #EAF0F7;
    padding: 90px 0;
}
.project .project_wrap {
    display: flex;
    justify-content: space-between;

    padding: 30px;
    background: #FFF;
}
.project .project_wrap:first-of-type {
    margin-bottom: 40px;
}
.project .project_wrap .project_img {
    width: 24%;
}
.project .project_wrap .project_txt {
    width: 72%;
    display: flex;
    flex-direction: column;
}
.project .project_wrap .project_txt .txt {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8;
}
.project .project_wrap .project_txt .ttl {
    margin-top: auto;
    font-weight: 600;
}
@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
    .project {
        padding: 12vw 0;
    }
    .project .project_wrap {
        display: block;
        padding: 20px;
    }
    .project .project_wrap .project_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .project .project_wrap .project_txt {
        width: 100%;
    }
    .project .project_wrap .project_txt .txt {
        font-size: 1.4rem;
    }
    .project .project_wrap .project_txt .ttl {
        margin-top: 40px;
    }
}

.bg__wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: #005eb0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: bg 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation: bg 1s cubic-bezier(0.22, 1, 0.36, 1) forwards
}

.bg__wrap.-beige::before {
    background: #b08100
}

.bg__wrap.-white::before {
    background: #fff
}

.bg__wrap {
    position: relative;
    display: inline-block;
    margin-top: 5px
}

.bg__wrap .inn {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-weight: bold
}

.bg__wrap .inn.-black {
    color: #000
}
/*
@-webkit-keyframes bg {
    0% {
        left: -100%
    }

    100% {
        left: 0
    }
}

@keyframes bg {
    0% {
        left: -100%
    }

    100% {
        left: 0
    }
}
*/
.page_topicsBuisiness .inner.-buisiness {
    width: 100%;
    max-width: calc(1040px + 24rem);
    padding-right: 12rem;
    padding-left: 12rem;
    margin: 0 auto
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsBuisiness .inner.-buisiness {
        padding-right: 4.5%;
        padding-left: 4.5%
    }
}

.page_topicsBuisiness .mainVisual {
    background: #f2f2f2;
    position: relative
}

.page_topicsBuisiness .topics {
    background: #f2f2f2
}
.page_topicsBuisiness .mainVisual.topics_special_Visual,
.page_topicsBuisiness .topics.topics_special {
    background: #fff;
}

.page_topicsBuisiness .topics .topics__index {
    background: #fff;
    border: none
}

.page_topicsBuisiness .topics__profile {
    background: #f2f2f2
}

.page_topicsBuisiness .topics__box {
    padding: 5rem 6rem;
    margin-bottom: 6.4rem;
    background: #fff
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsBuisiness .topics__box {
        padding: 2.2rem 5.7%;
        margin-bottom: 2.9rem
    }
}

.page_topicsBuisiness .topics__img {
    margin-bottom: 0 !important
}

.page_topicsBuisiness .topics__wrap {
    margin-bottom: 0 !important
}

.page_topicsBuisiness .mv__title {
    padding: 0 .8rem 0 .8rem !important
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics {
        padding-bottom: 8.4%
    }
}

.page_topicsInterview .topics__index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page_topicsInterview5 .topics__index,
.page_topicsInterview2 .topics__index {
    display: block;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics__index {
        display: block
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .inner.-tight.-interview {
        padding-right: 4.5%;
        padding-left: 4.5%
    }
}

.page_topicsInterview .mainVisual {
    padding-bottom: 4.3rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .mainVisual {
        padding-bottom: 8.4%
    }
}

.page_topicsInterview .topics__subtitle.-primary {
    color: #005eb0
}

.page_topicsInterview .topics__title.-primary {
    color: #005eb0
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics__title.-primary {
        margin-bottom: 2rem
    }
}

.page_topicsInterview .topics__index.-primary {
    padding: 3.2rem 3.7rem;
    color: #005eb0;
    border: #005eb0 solid 2px
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics__index.-primary {
        padding: 1.6rem .9rem .7rem
    }
}

.page_topicsInterview .topics__index.-primary .index__link.-primary {
    color: #005eb0;
    font-size: 1.4rem;
    text-decoration: none
}

.page_topicsInterview5 .topics__index.-primary .index__link.-primary {
    font-size: 1.36rem;
}


.page_topicsInterview .topics__index.-primary .index__link.-primary:hover {
    cursor: default;
    opacity: 1;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics__index.-primary .index__link.-primary {
        font-size: 1.4rem;
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

.page_topicsInterview .topics__index.-primary .index__title.-interview {
    margin-right: 3.6rem;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-style: italic
}
.page_topicsInterview5 .topics__index.-primary .index__title.-interview,
.page_topicsInterview2 .topics__index.-primary .index__title.-interview {
    margin-right: 0;
    margin-bottom: 2.6rem;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics__index.-primary .index__title.-interview {
        margin-right: 0;
        margin-bottom: .8rem
    }
}

.page_topicsInterview .mv__text.-interview {
    background: #005eb0 !important
}

.page_topicsInterview .mv__wrap.-interview {
    background: #005eb0 !important
}

.page_topicsInterview .mv__title.-interview {
    color: #fff;
    background: #005eb0 !important
}

.page_topicsInterview .mv__box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 17.9%;
    left: 9.9%;
    bottom: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1;
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: .16rem;
    text-align: left
}
.page_topicsInterview4 .mv__box2,
.page_topicsInterview3 .mv__box2 {
    top: auto;
    bottom: 16%;
}

.page_topicsInterview5 .mv__box2 {
    top: 5%;
    left: 4%
}
.page_topicsInterview6 .mv__box2 {
    top: auto;
    bottom: 12%;
    left: auto;
    right: 3%;
}
.page_topicsInterview13 .mv__box2,
.page_topicsInterview12 .mv__box2,
.page_topicsInterview11 .mv__box2,
.page_topicsInterview10 .mv__box2,
.page_topicsInterview9 .mv__box2,
.page_topicsInterview8 .mv__box2,
.page_topicsInterview7 .mv__box2 {
    top: auto;
    bottom: 10%;
    left: 5%;
}
@media only screen and (max-width: 1366px) {
  .page_topicsInterview5 .mv__box2 {
      top: 4%;
      left: 3%
  }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .mv__box2 {
        bottom: 12.1%;
        left: 6%;
        top: auto
    }
    .page_topicsInterview5 .mv__box2 {
        left: 3%;
    }
    .page_topicsInterview7 .mv__box2 {
        top: auto;
        bottom: 8%;
        left: 0;
        right: 0;
        padding: 3vw;
    }
    .page_topicsInterview9 .mv__box2,
    .page_topicsInterview8 .mv__box2 {
        top: auto;
        bottom: 12%;
        left: 0;
        right: 0;
        padding: 3vw 9vw;
    }
    .page_topicsInterview13 .mv__box2,
    .page_topicsInterview12 .mv__box2,
    .page_topicsInterview11 .mv__box2,
    .page_topicsInterview10 .mv__box2 {
        top: auto;
        bottom: 12%;
        left: 0;
        right: 0;
        width: 66vw;
        margin: auto;
    }
    .page_topicsInterview12 .mv__box2 {
        width: 55vw;
    }
    .page_topicsInterview13 .mv__box2 {
        width: 62vw;
    }
}
.page_topicsInterview8 .mv__box2 .top_flex,
.page_topicsInterview7 .mv__box2 .top_flex,
.page_topicsInterview6 .mv__box2 .top_flex {
    display: flex;
    justify-content: space-between;
    padding: 0 1.6rem;
}
@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview5 .mv__box2 .top_flex {
        display: flex;
    }
    .page_topicsInterview5 .mv__box2 .top_flex .left {
        margin-right: 8vw;
    }
    .page_topicsInterview11 .mv__box2 .top_flex,
    .page_topicsInterview10 .mv__box2 .top_flex,
    .page_topicsInterview9 .mv__box2 .top_flex,
    .page_topicsInterview8 .mv__box2 .top_flex,
    .page_topicsInterview7 .mv__box2 .top_flex,
    .page_topicsInterview6 .mv__box2 .top_flex {
        padding: 0 0;
    }
}

.page_topicsInterview .mv__box2 .mv__wrap,
.page_topicsInterview .mv__box2 .mv__wrap2 {
    margin-bottom: -1.1rem
}

.page_topicsInterview .mv__box2 .mv__wrap:last-child,
.page_topicsInterview .mv__box2 .mv__wrap2:last-child {
    margin-bottom: 0
}

.page_topicsInterview .mv__box2 .mv__wrap .mv__text,
.page_topicsInterview .mv__box2 .mv__wrap2 .mv__text {
    width: 100%;
    padding: 0 3rem;
    color: #fff;
    font-size: 1.26vw
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsInterview .mv__box2 .mv__wrap .mv__text,
    .page_topicsInterview .mv__box2 .mv__wrap2 .mv__text {
        font-size: 3vw;
        padding: 0 3.8rem 0 1.2rem
    }
    .page_topicsInterview13 .mv__box2 .mv__wrap .mv__text,
    .page_topicsInterview12 .mv__box2 .mv__wrap .mv__text {
        padding: 0 1.0rem 0 1.0rem;
    }
}

.page_topicsInterview .mv__box2 .mv__wrap .mv__textSmall,
.page_topicsInterview .mv__box2 .mv__wrap2 .mv__textSmall {
    margin-left: .8rem;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsInterview .mv__box2 .mv__wrap .mv__textSmall,
    .page_topicsInterview .mv__box2 .mv__wrap2 .mv__textSmall {
        font-size: 2.2vw;

    }
}

.page_topicsInterview .mv__box2 .mv__wrap .mv__title,
.page_topicsInterview .mv__box2 .mv__wrap2 .mv__title {
    padding: 0 1.4rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2.45vw;
    line-height: 1.4
}

.page_topicsInterview7 .mv__box2 .mv__wrap2 .mv__title,
.page_topicsInterview6 .mv__box2 .mv__wrap2 .mv__title {
    padding: 1.4rem 3rem 0;
    margin-bottom: 2rem;
}
.page_topicsInterview13 .mv__box2 .mv__wrap2 .mv__title,
.page_topicsInterview12 .mv__box2 .mv__wrap2 .mv__title,
.page_topicsInterview11 .mv__box2 .mv__wrap2 .mv__title,
.page_topicsInterview10 .mv__box2 .mv__wrap2 .mv__title,
.page_topicsInterview9 .mv__box2 .mv__wrap2 .mv__title,
.page_topicsInterview8 .mv__box2 .mv__wrap2 .mv__title {
    padding: 2rem 3rem;
    margin-bottom: 0;
}

@media all and (-ms-high-contrast:none) {
.page_topicsInterviews .mv__box2 .mv__wrap .mv__title,
.page_topicsInterviews .mv__box2 .mv__wrap2 .mv__title {
    padding: 3rem 1.4rem 0;
}
}

@media only screen and (min-width: 769px) {
.page_topicsInterview5 .mv__box2 .mv__wrap2 .mv__title {
    padding: 1.2rem 1.4rem 0;
}
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsInterview .mv__box2 .mv__wrap .mv__title,
    .page_topicsInterview .mv__box2 .mv__wrap2 .mv__title {
        padding: 0;
        margin-bottom: 1rem;
        font-size: 5.25vw;
        line-height: 1.3
    }
    .page_topicsInterview11 .mv__box2 .mv__wrap2 .mv__title,
    .page_topicsInterview9 .mv__box2 .mv__wrap2 .mv__title,
    .page_topicsInterview8 .mv__box2 .mv__wrap2 .mv__title {
        text-align: center;
        margin-bottom: 0;
    }
    .page_topicsInterview13 .mv__box2 .mv__wrap2 .mv__title,
    .page_topicsInterview12 .mv__box2 .mv__wrap2 .mv__title,
    .page_topicsInterview10 .mv__box2 .mv__wrap2 .mv__title {
        margin-bottom: 0;
    }
}

.page_topicsInterviews .mv__box2 .mv__wrap2 {
    padding: 4rem 0 0;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .mv__box2 .mv__wrap2 {
        padding: .8rem
    }
    .page_topicsInterview11 .mv__box2 .mv__wrap2,
    .page_topicsInterview10 .mv__box2 .mv__wrap2,
    .page_topicsInterview9 .mv__box2 .mv__wrap2,
    .page_topicsInterview8 .mv__box2 .mv__wrap2 {
        padding: 1.2rem .4rem;
    }
    .page_topicsInterview11 .mv__box2 .mv__wrap2,
    .page_topicsInterview10 .mv__box2 .mv__wrap2 {
        padding: 1.2rem .4rem 1.2rem 1rem;
    }
}

.page_topicsInterview .mv__box2 .mv__wrap2 .mv__text2 {
    padding-left: 1.4rem;
    color: #fff;
    font-size: 1.26vw
}
.page_topicsInterview7 .mv__box2 .mv__wrap2 .mv__text2,
.page_topicsInterview6 .mv__box2 .mv__wrap2 .mv__text2 {
    padding: 0 1.4rem;
    font-size: 1.1vw;
}
.page_topicsInterview2 .mv__box2 .mv__wrap2 .mv__text2 {
    margin-bottom: 10px;
}

.page_topicsInterview2 .mv__box2 .mv__wrap2 .mv__text3 {
    padding-left: 1.4rem;
    color: #fff;
    font-size: 1.2vw;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview2 .mv__box2 .mv__wrap2 .mv__text3,
    .page_topicsInterview .mv__box2 .mv__wrap2 .mv__text2 {
        padding: 0;
        font-size: 3vw;
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

.page_topicsInterview .mv__box2 .mv__wrap2 .mv__name {
    padding: 0 1.4rem;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 2.55vw;
    line-height: 1.6;
    letter-spacing: .2em
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .mv__box2 .mv__wrap2 .mv__name {
        padding: 0;
        margin-bottom: 0;
        font-size: 5.2vw
    }
}

.page_topicsInterview .topics__text2 {
    margin-bottom: 2rem;
    font-size: 1.4rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics__text2 {
        margin-top: 1rem;
        margin-bottom: 2.7rem
    }
}

.page_topicsInterview .interview_img2 {
    width: 67%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .interview_img2 {
        width: 100%
    }
}

.page_topicsInterview .interview_img3 {
    width: 31.9%
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .interview_img3 {
        width: 100%
    }
}

.page_topicsInterview .topics__wrap {
    margin-bottom: 3.9rem !important
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics__wrap {
        display: block !important
    }
}

.page_topicsInterview .topics__text2.-mb {
    margin-bottom: 9.6rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page_topicsInterview .topics__text2.-mb {
        margin-bottom: 5.6rem
    }
}

.share {
    position: absolute;
    position: absolute;
    padding: 1rem;
    opacity: 0
}

.share.transform {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1
}

.share.transform .share__snslink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
    -webkit-transition: .3s;
    transition: .3s
}

.share.transform .share__snslink:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: .7
}

.share.transform .share__text {
    margin-bottom: 1rem;
    font-size: 1.4rem
}

.share.transform .topics__img.-mb {
    margin-bottom: 0
}

.page__photoGallery .top__contentLink {
    padding-bottom: 0;
    margin: 0;
    overflow: hidden
}

.page__photoGallery .content__blockTora-Asa,
.page__photoGallery .content__blockPhotoGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.page__photoGallery .content__blockTora-Asa:after,
.page__photoGallery .content__blockPhotoGallery:after {
    position: absolute;
    top: 0;
    left: 39.3vw !important
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__photoGallery .content__blockTora-Asa:after,
    .page__photoGallery .content__blockPhotoGallery:after {
        left: 22.3vw !important
    }
}
.page__photoGallery .content__blockTora-Asa .link__textbox,
.page__photoGallery .content__blockPhotoGallery .link__textbox {
    width: auto;
    padding-left: 0;
    padding-top: 6.5rem;
    text-align: center
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__photoGallery .content__blockTora-Asa .link__textbox,
    .page__photoGallery .content__blockPhotoGallery .link__textbox {
        padding-top: 1.2rem !important;
        padding-bottom: 5% !important;
        margin-left: 0 !important
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__photoGallery .content__blockTora-Asa .link__textbox,
    .page__photoGallery .content__blockPhotoGallery .link__textbox {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }
}

.page__photoGallery .content__blockTora-Asa .link__textbox .link__title,
.page__photoGallery .content__blockPhotoGallery .link__textbox .link__title {
    font-family: "Barlow", sans-serif;
    margin-bottom: 2%;
    font-size: 4.6vw;
    font-style: italic;
    font-weight: 500;
    letter-spacing: .05em;
    margin-bottom: 1rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__photoGallery .content__blockTora-Asa .link__textbox .link__title,
    .page__photoGallery .content__blockPhotoGallery .link__textbox .link__title {
        margin-bottom: 3%;
        font-size: 7.6vw
    }
}
.page__photoGallery .content__blockTora-Asa .link__textbox .link__subtitle,
.page__photoGallery .content__blockPhotoGallery .link__textbox .link__subtitle {
    margin-bottom: 1.3rem;
    letter-spacing: .03em;
    font-size: 2.4vw
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__photoGallery .content__blockTora-Asa .link__textbox .link__subtitle,
    .page__photoGallery .content__blockPhotoGallery .link__textbox .link__subtitle {
        margin-bottom: 1%;
        font-size: 5.3vw;
    }
}
.page__photoGallery .content__blockTora-Asa .link__textbox .link__text,
.page__photoGallery .content__blockPhotoGallery .link__textbox .link__text {
    margin-bottom: 10%;
    font-size: 1.45vw;
    line-height: 2;
    letter-spacing: .04em
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .page__photoGallery .content__blockTora-Asa .link__textbox .link__text,
    .page__photoGallery .content__blockPhotoGallery .link__textbox .link__text {
        font-size: 3.2vw;
        margin-bottom: 3%;
        line-height: 1.6
    }
}
.page__photoGallery .content__blockTora-Asa .link__textbox .link__arrow,
.page__photoGallery .content__blockPhotoGallery .link__textbox .link__arrow {
    width: 40%
}

.swiper2 .swiper-slide {
    background: #dfe6eb;
    cursor: pointer
}

.swiper2 .swiper-slide img {
    width: 100%;
    margin-bottom: 1rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper2 .swiper-slide img {
        margin-bottom: 0rem
    }
}

.swiper2 .swiper-container {
    height: auto;
    padding: 2.7rem 0 4rem;
    text-align: center;
    background: #dfe6eb
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper2 .swiper-container {
        padding: 2rem 0 2.3rem
    }
}

.swiper2 .swiper-container .swiper-title {
    display: inline;
    padding: 1rem 1rem;
    margin-bottom: 3rem;
    font-size: 1.6vw;
    border-bottom: 1px solid #000
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper2 .swiper-container .swiper-title {
        padding: 1rem 1rem .3rem;
        font-size: 3.2vw
    }
}

.swiper2 .swiper-container .swiper-wrapper {
    margin-top: 4rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper2 .swiper-container .swiper-wrapper {
        margin-top: 2.3rem
    }
}

.swiper2 .swiper-container .swiper-time {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.6rem;
    font-weight: normal;
    border-bottom: 1px solid #000
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper2 .swiper-container .swiper-time {
        font-size: 1rem;

    }
}

.swiper2 .swiper-container .swiper-text {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.6
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper2 .swiper-container .swiper-text {
        margin-top: 2rem;
        font-size: 1.2rem
    }
}

.swiper2 .swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 20vw !important;
    left: auto !important;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper2 .swiper-button-next {
        top: 50%;
        right: 13vw !important;

    }
}

.swiper2 .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 20vw;

    right: auto !important;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .swiper2 .swiper-button-prev {
        top: 50%;
        left: 13vw !important;

    }
}

.lb-dataContainer {
    width: 100% !important
}

.lb-dataContainer .lb-caption .swiper-time {
    display: inline;
    padding: 0 1rem;
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 1px solid #000
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .lb-dataContainer .lb-caption .swiper-time {
        font-size: 1.4rem
    }
}

.lb-dataContainer .lb-caption .swiper-text {
    margin-top: 2rem;
    color: #000;
    font-size: 1.4rem;
    line-height: 1.6
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .lb-dataContainer .lb-caption .swiper-text {
        margin-top: 2rem;
        font-size: 1.2rem
    }
}

.container {
    width: 100%;
    margin: 0 auto
}

.container .gallery__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10rem 0 6rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .container .gallery__wrap {
        margin: 5rem 0 3.1rem
    }
}

.container .gallery__wrap .gallery__title {
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 1.6vw;
    border-bottom: 1px solid #000
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .container .gallery__wrap .gallery__title {
        padding: 0 1.2rem;
        font-size: 3.2vw
    }
}

.gallery__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery__list .gallery__time {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .1em;
    background: #005eb0
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .gallery__list .gallery__time {
        font-size: 1.2rem
    }
}

.gallery__list li {
    -webkit-flex-basis: calc(25% - 10px);
    -ms-flex-preferred-size: calc(25% - 10px);
    flex-basis: calc(25% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 10px 5px 0;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    opacity: 1
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .gallery__list li {
        -webkit-flex-basis: calc(25% - 10px);
        -ms-flex-preferred-size: calc(25% - 10px);
        flex-basis: calc(25% - 10px);
        margin: 10px 5px 0
    }
}

.gallery__list li img {
    width: 100%;
    vertical-align: bottom
}

.gallery__list a {
    z-index: 100
}

.gallery__list li.is-hidden {
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden
}

.is-hidden {
    height: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden
}

.more {
    margin-top: 5px;
    text-align: center
}

.photographer__wrap {
    text-align: right;
    margin-top: 1%;
    margin-right: 3%;
}

.photographer__text {
    font-size: 14px;
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .photographer__text {
        font-size: 10px;
    }
}


.more__btn {
    font-family: "Barlow", sans-serif;
    position: relative;
    width: 160px;
    padding: 0;
    margin-left: -1.2rem;
    color: #000;
    font-size: 2rem;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
    cursor: pointer
}

@media only screen and (min-width: 769px) {
    .more__btn {
        -webkit-transition: .3s;
        transition: .3s
    }

    .more__btn:hover {
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        opacity: .7
    }
}

.more__btn:after {
    position: absolute;
    top: 54.2%;
    right: 4.6rem;
    display: inline-block;
    width: .9rem;
    height: 1.5rem;
    content: "";
    background-image: url(https://www.shimz.co.jp/hitowaza/img/common/header_gnav_arrow_1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s
}

.hover-parent {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.hover-parent:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: .7
}

.hover-parent:hover .hover-mask {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1
}

.hover-mask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    color: #ffffff;
    text-align: center;
    background: #00000080;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .hover-mask {
        font-size: 1.2rem
    }
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    visibility: hidden
}

.popup.is-show {
    opacity: 1;
    visibility: visible
}

.popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100001;
    width: 71%;
    padding: 6%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup-inner iframe {
    position: static !important;
    width: auto;
    height: 33vw !important;
    max-height: 720px
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .popup-inner iframe {
        height: 49vw !important
    }
}

.popup-inner .eq-video_cover {
    background: unset !important
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .popup-inner {
        width: 100%
    }
}

.popup-inner img {
    width: 100%
}

.close-btn {
    position: absolute;
    top: 5%;
    right: 8%;
    z-index: 2;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: transparent;
    border: none
}

@media only screen and (min-width: 769px) {
    .close-btn:hover {
        cursor: pointer
    }
}

@media screen and (min-width: 850px) and (max-width: 1000px) {
    .close-btn {
        top: -4%
    }
}

@media screen and (max-width: 500px) {
    .close-btn {
        width: 30px;
        height: 30px
    }
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .close-btn {
        top: -4%
    }
}

.close-btn:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    margin-top: -6px;
    content: "";
    background: #ffffff;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-btn:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    margin-top: -6px;
    content: "";
    background: #ffffff;
    border-radius: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-btn i {
    color: #333333;
    font-size: 20px
}

.black-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer
}

.popup video {
    width: 100%;
    border: solid 2px #fcfcfc
}

.fadeInTrigger {
    -webkit-transform: translateY(120px);
    transform: translateY(120px)
}

.fadeIn {
    -webkit-animation: fadeInAnime 1s ease forwards;
    animation: fadeInAnime 1s ease forwards
}

@-webkit-keyframes fadeInAnime {
    0% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeInAnime {
    0% {
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.slideIn2 {
    -webkit-animation: slideInAnime2 1s ease forwards;
    animation: slideInAnime2 1s ease forwards
}

@-webkit-keyframes slideInAnime2 {
    0% {
        left: -30.1%
    }

    100% {
        left: 9.9%
    }
}

@keyframes slideInAnime2 {
    0% {
        left: -30.1%
    }

    100% {
        left: 9.9%
    }
}

.movie__wrap {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 9rem;
    overflow: hidden
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {
    .movie__wrap {
        margin-bottom: 4.4rem
    }
}
.page_topicsInterview4 .movie__wrap video,
.page_topicsInterview5 .movie__wrap video-js,
.page_topicsInterview4 .movie__wrap video-js,
.page_topicsInterview3 .movie__wrap video-js,
.movie__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#playerModal {
    width: 100%;
    height: 0;
    max-width: 100%;
    padding-top: 56.25%
}

.hamburger_wrap .hamburger .hamburger_wrap .hamburger_line {
    width: 3.2rem
}

.share {
    padding: 1rem;
    opacity: 0
}

.share.transform {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    filter: alpha(opacity=80)
}

.page_topicsBuisiness .mainVisual .mv__box .mv__wrap .mv__textSmall,
.page_topicsInterview .mainVisual .mv__box .mv__wrap .mv__textSmall {
    font-size: 1.4rem
}

@media only screen and (max-width: 768px),
only screen and (max-width: 480px) {

    .page_topicsBuisiness .mainVisual .mv__box .mv__wrap .mv__textSmall,
    .page_topicsInterview .mainVisual .mv__box .mv__wrap .mv__textSmall {
        font-size: 2.2vw;

    }
}


@media all and (-ms-high-contrast: none) {
    .related__wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .related__wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .related__wrap {
        margin-bottom: 2rem !important
    }

    .page__aboutMv .mv__textbox .mv__title {
        margin-bottom: 3.8rem !important
    }

    .mv__small {
        margin-left: 0 !important;
        letter-spacing: -0.5rem !important;
        line-height: 0 !important
    }

    .content__title {
        padding-top: 1.2rem !important;
        padding-bottom: 0 !important
    }

    .mvNews__tag {
        padding-top: 1rem !important;
        margin-top: -1rem !important
    }

    .newslist__text {
        padding-top: .3rem !important
    }

    .content__box {
        display: block !important;
        word-wrap: break-word !important;
        word-break: break-all !important
    }

    .page__center__wrap {
        margin: 0 auto;
        text-align: left
    }

    .project__imgTitle,
    .project__mainTitle,
    .project__mainTitle {
        padding-top: 1rem !important;
        padding-bottom: 0 !important
    }

    .profile__textbox {
        margin-top: 14% !important;
    }

    .card__subtitle {
        padding-bottom: 0 !important
    }

    .topics__text {
        font-weight: 600 !important
    }

    .mv__wrap2 {
        height: 18vw !important
    }

    .bg__wrap .inn {
        padding-top: .8rem !important
    }

    .related__link:after {
        width: 18px !important
    }

    .page_topicsBuisiness .bg__wrap {
        padding: 2rem 0.8rem 0.5rem !important
    }

    .page_topicsBuisiness .mv__text {
        padding: 1rem 1.9rem 0
    }

    .about__content4 .content__text {
        margin-right: 4.5rem;
        line-height: 1.6 !important;
    }

    .table__text {
        line-height: 1.6 !important;
    }

    .content__text {
        line-height: 1.6 !important;
    }

    .about__content4 .content__flex {
        width: 70% !important
    }

    .about__content7 .content__subText {
        margin-top: 1rem !important
    }

    .news__block {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .formTemplate__submit {
        padding-bottom: 0 !important
    }

    .project__mainTitle {
        padding: 1.2rem 1rem 0
    }

    .news__list li time {
        vertical-align: text-bottom !important
    }
}

.page__center__wrap {
    padding: 0 2.4rem
}

.top__contentLink .content__block .content__blockVideo .video__btn .overflowWrapper {
    overflow: hidden;
    -webkit-transform: skew(-17.5deg);
    transform: skew(-17.5deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    background: #000
}

.top__contentLink .content__block .content__blockVideo .video__btn .overflowWrapper .overflowInner {
    position: relative;
    -webkit-transform: skew(17.5deg);
    transform: skew(17.5deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    line-height: 0
}


/*  mainVisual  */
.mainVisualContent {
    position: relative;
    overflow: hidden;
}

.mainVisualSlider {
    position: relative;
    width: 100%;
    padding-top: 41.4%;
}

@media only screen and (max-width: 768px) {
    .mainVisualSlider {
        padding-top: 51.2%;
    }
}

.mainVisualSlider .sliderItem {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}

.mainVisualSlider .sliderItem .sliderBG {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 1s opacity;
}

.mainVisualSlider .sliderItem .sliderBG img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .mainVisualSlider .sliderItem .sliderBG figure {
        width: 100%;
        height: 100%;
    }

    .mainVisualSlider .sliderItem .sliderBG figure img {
        width: auto;
        height: 100%;
    }
}

.mainVisualSlider .sliderItem a {
    display: block;
    position: relative;
    width: 92%;
}
@media only screen and (min-width: 769px) {
     .mainVisualSlider .sliderItem a {
        height: 92%;
         margin: 0 auto;
    }
    .mainVisualSlider .sliderItem .sliderInnerLink figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

@media only screen and (min-width: 769px) {
    .mainVisualSlider .sliderItem a:hover {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 768px) {
    .mainVisualSlider .sliderItem a {
        width: calc(100% - 49px);
    }
}

.mainVisualSlider .sliderItem a figure {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.mainVisualSlider .sliderItem a .sliderInnerImage {
    width: auto;
    max-width: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mainVisualSlider .sliderItem .sliderInnerLink figure {
    overflow: hidden;
}

.mainVisualSlider .sliderItem .sliderInnerLink figure {
    overflow: hidden;
}

/*  acitve  */
.mainVisualSlider .sliderItem:not(.active) {
    pointer-events: none;
}

.mainVisualSlider .sliderItem.active {
    z-index: 2;
}

.mainVisualSlider .sliderItem.active .sliderBG {
    opacity: 1;
}

/* sliedOut */
.mainVisualSlider .sliderItem.slideOut {
    z-index: 3;
}

.mainVisualSlider .sliderItem.slideOut .sliderInnerLink figure {
    width: 0;
    transition: 1s width ease-in-out;
}

.mainVisualSlider .sliderItem.slideOut.speed .sliderInnerLink figure {
    transition: 0.3s width ease-in-out;
}

.mainVisualSlider .sliderItem.slideOut.back .sliderInnerLink figure {
    margin-left: auto;
}

.mainVisualSlider .sliderItem.slideOut.back .sliderInnerLink figure img {
    float: right;
}

/* control */
.mainVisualContent .mainVisualControl .control {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    margin: 0;
    cursor: pointer;
    z-index: 10;
    border: none;
}

.mainVisualContent .mainVisualControl .control:after {
    display: none;
}

.mainVisualContent .mainVisualControl .control.prev {
    left: 3%;
    background: url(https://www.shimz.co.jp/hitowaza/img/page/top/top_swiper_arrow_prev_1.png) no-repeat center center / contain;
}

.mainVisualContent .mainVisualControl .control.next {
    right: 3%;
    background: url(https://www.shimz.co.jp/hitowaza/img/page/top/top_swiper_arrow_next_1.png) no-repeat center center / contain;
}

@media only screen and (max-width: 768px) {
    .mainVisualContent .mainVisualControl .control {
        width: 12px;
        height: 12px;
    }
}

/* pagination */
.mainVisual .mainVisualPagination {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    /*width: 87.85%;
    margin: 25px auto 0;*/
    padding: 5px 5vw 0;
}

.mainVisual .mainVisualPagination li {
    width: calc(100% / 4 - 8px);
    /*height: 7px;
    margin: 0 7px;
    cursor: pointer;
    background: #DBDBDB;*/
    opacity: 0.6;
    padding: 5px 0;
}

.mainVisual .mainVisualPagination li img {
    vertical-align: bottom;
}

.mainVisual .mainVisualPagination li.active {
    /*background: #005EB0;*/
    opacity: 1;
}

@media only screen and (min-width: 769px) {
    .mainVisual .mainVisualPagination {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        padding: 15px 0;
        flex-wrap: nowrap;
        /*
        margin-top: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #000;*/
    }

    .mainVisual .mainVisualPagination li {
        /*border: 1px solid #fff;*/
        width: calc(100% / 4 - 15px);
        cursor: pointer;
        padding: 0 0;
    }
}

/* text */
@media only screen and (min-width: 769px) {
    .mainVisual .mainVisualTextArea {
        display: none;
    }
}

.mainVisual .mainVisualTextArea {
    padding: 0 6.075%;
    margin: 1.5rem auto 0;
    /*border-bottom: 1px solid #000;*/
}

.mainVisual .mainVisualTextArea ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mainVisual .mainVisualTextArea .mainVisualTextContent {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 1s;
}

.mainVisual .mainVisualTextArea .mainVisualTextContent a {
    display: inline-block;
}

@media only screen and (min-width: 769px) {
    .mainVisual .mainVisualTextArea .mainVisualTextContent a:hover {
        opacity: 0.8;
    }
}

.mainVisual .mainVisualTextArea .mainVisualTextContent.active {
    opacity: 1;
    z-index: 1;
}

.mainVisual .mainVisualTextArea .mainVisualTextContent:not(.active) a {
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .mainVisual .mainVisualTextArea .mainVisualText-h2 {
        font-size: 1.8rem;
    }
}

.mainVisual .mainVisualTextArea .mainVisualText-p {
    margin-top: 1.5rem;
    font-size: 1.4rem;
}

.mainVisual .mainVisualTextArea .mainVisualText-attention {
    margin-top: 1rem;
    font-size: 1.2rem;
}

.mainVisual .mainVisualTextArea .mainVisualText-subTitle {
    font-size: 1.2rem;
}

.mainVisual .mainVisualText-icon {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
    padding: 0.2rem 0.4rem 0.3rem;
}

@media all and (-ms-high-contrast:none) {
    .mainVisual .mainVisualText-icon {
        padding: 0.6rem 0.8rem 0;
    }
}

.mainVisual .text-icon-wrap {
    display: inline-block;
    padding: 5px 0 0;
    background: #004D9E;
}

.mainVisual .mainVisualText-icon.iconBlue b {
    border: 1px solid #fff;
    padding: 0 30px;
}
.mainVisual .mainVisualText-icon.iconBlue {
    color: #fff;
    background: #004D9E;
}

.mainVisual .mainVisualText-icon.iconGold {
    color: #fff;
    background: #B08100;
}

.mainVisual .mainVisualText-date {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
}

.filter_area {
    position: relative;
    border: 2px solid #a9a9a9;
}
.filter_area::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "写真撮影中";
    color: #ff0000;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #FFF;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
}
.filter_area img {
    pointer-events: none;
}

@media only screen and (max-width: 768px) {
    .filter_area::before {
        font-size: 1.8rem;
    }
}

.topics_contentlink {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 40px;
}
@media only screen and (max-width: 1240px) {
    .topics_contentlink {
         width: 95%;
    }
}
@media only screen and (max-width: 768px) {
    .topics_contentlink {
         width: 90%;
    }
}

.pagination-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .pagination-list {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
.pagination-list::after {
    content: "";
    display: block;
    max-width: 560px;
}
}

@media only screen and (min-width: 769px) {
  .pagination-list a:hover {
      opacity: 0.8;
  }
}

.text-title {
    font-size: 1.5rem;
}
.text-day {
    font-size: 1.3rem;
    letter-spacing: -0.09em;
    padding: 2% 0;
}
.text-desc {
    font-size: 1.8rem;
}

.pagination-list-item-text {
    width: 56%;
    padding: 3% 0 0 4%;
}
@media only screen and (max-width: 768px) {
.text-title {
    font-size: 1.3rem;
}
.text-day {
    font-size: 1.15rem;
}
.text-desc {
    font-size: 1.4rem;
}

  .pagination-list-item-text {
      padding: 3% 0 0 3%;
  }
}

@media only screen and (max-width: 320px) {
.text-title {
    font-size: 1.1rem;
}
.text-day {
    font-size: 1rem;
}
.text-desc {
    font-size: 1.2rem;
}
}

.fbox {
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1194px) {
    .fbox:last-of-type {
        margin: 5% auto 0;
    }
}

@media only screen and (max-width: 768px) {
    .fbox:last-of-type {
        margin: 10% auto 0;
    }
}

.pagination-list-item-image {
    width: 44%;
    background: #004d9d;
    position: relative;
}
/*
@media only screen and (max-width: 768px) {
  .pagination-list-item-image {
      width: 42%;
  }
}
*/
.color_bl {
    background: #004d9d;
}

.color_br {
    background: #b08000;
}

.pagination-list-item-image img {
    width: 100%;
    display: block;
}
.pagination-list-item-image::before,
.pagination-list-item-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.pagination-list-item-image::before {
    transform: translateY(-50%);
}

.pagination-next .pagination-list-item-image {
    padding-right: 8%;
}
@media only screen and (max-width: 768px) {
  .pagination-next .pagination-list-item-image {
      padding-right: 10%;
  }
}

.pagination-next .pagination-list-item-image::before {
    right: 5.5%;
    width: 20px;
    height: 2px;
    background: #fff;
}

.pagination-next .pagination-list-item-image::after {
    right: 5.5%;
    transform: translateY(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.pagination-prev .pagination-list-item-image {
    padding-left: 8%;
}
@media only screen and (max-width: 768px) {
  .pagination-prev .pagination-list-item-image {
      padding-left: 10%;
  }
}

.pagination-prev .pagination-list-item-image::before {
    left: 5.5%;
    width: 20px;
    height: 2px;
    background: #fff;
}

.pagination-prev .pagination-list-item-image::after {
    left: 5.5%;
    transform: translateY(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

@media only screen and (max-width: 640px) {
    .pagination-next .pagination-list-item-image::before,
  .pagination-prev .pagination-list-item-image::before {
      width: 4vw;
      height: 2px;
  }
    .pagination-next .pagination-list-item-image::after,
  .pagination-prev .pagination-list-item-image::after {
      width: 3vw;
      height: 3vw;
  }
}

.topics-top-link {
    text-align: center;
    margin-bottom: 90px;
}
.topics-top-link a {
    width: 240px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #000;
    padding: 12px 0;
    box-sizing: border-box;
    font-size: 2rem;
    position: relative;
}

@media only screen and (min-width: 769px) {
  .topics-top-link a:hover {
      color: #FFF;
  }

  .topics-top-link a.hover_bl:hover {
      background: #004d9d;
      border: 1px solid #004d9d;
  }
  .topics-top-link a.hover_br:hover {
      background: #b08000;
      border: 1px solid #b08000;
  }
}

.topics-top-link a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%) rotate(135deg);
    border-top: solid 2px #919191;
    border-left: solid 2px #919191;
    width: 14px;
    height: 14px;
}

@media only screen and (min-width: 769px) {
  .topics-top-link a:hover:after {
      border-top: solid 2px #FFF;
      border-left: solid 2px #FFF;
  }
}

.topics-top-link span {
    padding-right: 10%;
}

@media only screen and (max-width: 768px) {
    .topics-top-link {
        margin-bottom: 70px;
    }
  .topics-top-link a {
      width: 50%;
      font-size: 1.8rem;
  }
  .topics-top-link a::after {
      width: 12px;
      height: 12px;
  }
  .topics-top-link span {
      padding-right: 10%;
  }
}
@media only screen and (max-width: 320px) {
  .topics-top-link a {
      font-size: 1.6rem;
  }
}

@media all and (-ms-high-contrast:none) {
  .topics-top-link a {
      padding: 20px 0 10px;
  }
}
/* 2201 photogallery　.new-tsuika */
.photogallery_chosei > .gallery__list li a > img,
.photogallery_chosei > .swiper-slide a > img{
	position: relative;
}
.photogallery_chosei > .gallery__list li a > span.new,
.photogallery_chosei > .swiper-slide a > span.new {
	display: block;
	position: absolute;
    z-index: 999;
    color: #fff;
    background-color: #f00;
    padding-right: 12px;
	padding-left: 12px;
    font-size: 1.8rem;
}
.content__blockTopics .card__box .card__skin_n .card__textBox .card__flex .card__time span.new,
.content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__time span.new {
    display: inline-block;
    color: #fff;
    background-color: #CB0E0E;
    padding: 0 12px;
    margin-left: 8px;
}
@media all and (-ms-high-contrast: none) {
	.photogallery_chosei > .gallery__list li a > span.new,
	.photogallery_chosei > .swiper-slide a > span.new {
		padding-top: 10px;
	}
    .content__blockTopics .card__box .card__skin_n .card__textBox .card__flex .card__time span.new,
    .content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__time span.new {
        padding: 10px 12px 0;
    }
}

@media only screen and (max-width: 768px), only screen and (max-width: 480px){
	.photogallery_chosei > .gallery__list li a > span.new,
	.photogallery_chosei > .swiper-slide a > span.new {
		padding: 0 7px;
		font-size: 0.5rem;
	}
    .content__blockTopics .card__box .card__skin .card__textBox .card__flex .card__time span.new {
        padding: 0 10px;
        font-size: 0.5rem;
        line-height: 1.6;
    }
}

.sp_show {
    display: none
}

@media only screen and (max-width: 768px) {
    .sp_show {
        display: block
    }
}

/*kv下バナーエリア*/
.top_banner_n {
    padding: 80px 0 120px;
    text-align: center;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px){
    .top_banner_n {
        padding: 4rem 2rem 6rem;
    }
}

.top_banner_n .topics-event-link {
    display: inline-block;
    max-width: 878px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px){
    .top_banner_n .topics-event-link {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }
}

.top_banner_n .topics-event-link:hover {
    opacity: .7;
}

.top_banner_n .topics-event-link .topics-event-box {
    width: 100%;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px){
    .top_banner_n .topics-event-link .topics-event-box {
        width: 100%;
        flex-wrap: wrap;
    }
}

.top_banner_n .topics-event-link .topics-event-box .topics-event-img {
    width: 40%;
}
.top_banner_n .topics-event-link .topics-event-box .topics-event-txt {
    width: 60%;
    text-align: left;
    padding: 0 35px;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px){
    .top_banner_n .topics-event-link .topics-event-box .topics-event-img {
        width: 100%;
    }
    .top_banner_n .topics-event-link .topics-event-box .topics-event-txt {
        width: 100%;
        padding: 20px 18px;
    }
}

.top_banner_n .topics-event-link .topics-event-box .topics-event-txt .ttl-h2 {
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px){
    .top_banner_n .topics-event-link .topics-event-box .topics-event-txt .ttl-h2 {
        font-size: 7.58vw;
    }
}

.top_banner_n .topics-event-link .topics-event-box .topics-event-txt .ttl-h2 .nomal {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 1.3rem;
    padding-left: 16px;
}

.top_banner_n .topics-event-link .topics-event-box .topics-event-txt .p-text {
    font-size: 22px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px), only screen and (max-width: 480px){
    .top_banner_n .topics-event-link .topics-event-box .topics-event-txt .p-text {
        font-size: 1.6rem;
    }
    .top_banner_n .topics-event-link .topics-event-box .topics-event-txt .p-text-small {
        font-size: 1.4rem;
    }

}

.top_banner_n img {
    vertical-align: middle;
}


/* 221125 追加 */
.page_topicsBuisiness .topics__box a,
.page_topicsInterview .interview_wrap a {
    color:#005eb0;
    -webkit-transition: .3s;
    transition: .3s;
}

.page_topicsBuisiness .topics__box a:hover,
.page_topicsInterview .interview_wrap a:hover {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: .7;
}

.page_topicsInterview12 .related_topics {
    max-width: 900px;
    width: 100%;
    margin: 0 0 4em;

    font-size: 1.6rem;
    color: #303030;
    text-align: left;

    display: flex;
    align-items: center;
}

.page_topicsInterview12 .related_topics dt {
    width: 10em;
    padding: 0.6em 0 0.5em;
    text-align: center;
    background: #e8e8e8;
    margin-right: 10px;
}

@media only screen and (max-width: 768px),
    only screen and (max-width: 480px) {
    .page_topicsInterview12 .related_topics {
        text-align: center;
        display: block;
        font-size: 1.4rem;
    }
    .page_topicsInterview12 .related_topics dt {
        width: 34vw;
        margin: 0 auto 3vw;
    }
}

.page_topicsInterview12 .related_topics dd .topics_link {
    color: #005eb0;
	text-decoration: underline;
}

.page_topicsInterview12 .related_topics dd .topics_link:after {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
    content: "";
    background-image: url("https://www.shimz.co.jp/hitowaza/img/page/about/about_project_link_2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}
