/* 組み込み後に追加 */

body {
    min-width: 320px !important;
}

* {
    text-transform: initial !important;
}

.two-line,
.three-line {
    display: block;
}

.bgc-pale-blue {
    background-color: #eef7fb !important;
}

.bgc-white {
    background-color: white !important;
}

/* ↓ editor-style.cssまとめました ↓ */
/* サブタイトル */
h3.miniTtl {
    margin: 25px 0 15px;
    font-weight: normal;
    font-size: 116%;
}

h3.miniTtl::before {
    content: "\f142";
    width: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 100%;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.box-graybg {
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px;
    background: #eee;
}

div.box-line {
    overflow: hidden;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

div.box-line h3.miniTtl,
div.box-graybg h3.miniTtl {
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

div.box-graybg h3.miniTtl {
    border-bottom: 1px solid #aaa;
}

@media (max-width: 768px) {
    div.box-line {
        padding: 15px;
    }
}

/* ↑ editor-style.cssまとめここまで ↑*/

/* ↓ 内部スタイルまとめました ↓ */
a,
.sectionTtl,
.subTtl,
.styletable th,
.syokusyu {
    color: rgb(0, 152, 198);
}

.loading,
#pageTtl,
#footContact .subTtl a,
.catLink a,
.topmenu a:hover,
.topmenu li a::before,
.next-page-link a,
#crosstalk-list .crosstalk-list-inner .txt-area .category a,
.official_link {
    background: rgb(0, 152, 198);
    background: linear-gradient(50deg, rgb(0, 152, 198), rgb(61, 178, 237));
    background-size: 400% 400%;
    -webkit-animation: gradation 20s ease infinite;
    animation: gradation 20s ease infinite;
}

#crosstalk-list .crosstalk-list-inner a {
    display: block;
}

#crosstalk-list .crosstalk-list-inner a:hover {
    opacity: 0.6;
}

#crosstalk-list .crosstalk-list-inner .date {
    font-weight: 500;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
}

#crosstalk-list .crosstalk-list-inner .txt-area .category {
    min-width: 180px;
    border-radius: 3px;
}

#crosstalk-list .crosstalk-list-inner .small-ttl {
    font-weight: bold;
    color: rgb(0, 0, 0);
}

#head-nav .head-contact a:hover,
.next-page-link a:hover {
    color: #fff;
    border-color: rgb(0, 152, 198);
    background: rgb(0, 152, 198);
}

.sideSection .current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
#top-about {
    background-color: rgba(0, 152, 198, 0.08);
}

#gnav {
    background-color: rgba(0, 152, 198, 0.75);
}

.subTtl,
.top-image-area a::before {
    background-color: rgba(0, 152, 198, 0.2);
}

#footContact {
    background: #fff;
}

.footer {
    z-index: 1;
}

/*fonts*/
.sectionTtl-bg,
.header-entry-btn a,
#newsrelease h2,
.subnav-ttl,
#pageTtl {
    font-family: "Lato", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .subnav {
        border-color: rgb(0, 152, 198);
    }

    .sp-gnav-entry a {
        background-color: rgb(0, 152, 198);
    }
}

/* ↑ 内部スタイルまとめここまで ↑ */

/* メールフォームのiframe */
.contact-iframe {
    padding: 80px 0;
}

@media (max-width: 768px) {
    .contact-iframe {
        padding: 40px 0;
    }

    .contact-iframe iframe {
        overflow: hidden;
    }
}

/* トップページのパララックス（A-BiSUの）スライダー */
/* A-BiSUスライダー */
.visual .uk-slidenav-position {
    height: 100%;
}

.visual .uk-slideshow {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.visual .uk-slideshow::after {
    content: "";
    display: block;
    padding-top: 800px;
}

.visual .uk-slideshow li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.visual .uk-slideshow li>div {
    height: 100% !important;
}

.visual .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.visual .uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.visual .uk-dotnav .visual .uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.visual .uk-dotnav li a:hover {
    opacity: 1;
}

.visual .uk-dotnav-contrast>*>* {
    background: #ccc;
}

.visual .uk-dotnav-contrast>.visual .uk-active>* {
    background: #565656;
}

.visual .uk-position-bottom {
    bottom: -30px;
}

.visual-top {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
    .visual .uk-slideshow::after {
        padding-top: 560px;
    }
}

/* トップページのパララックス（A-BiSUの）スライダーここまで */

/* header */
#headLogo {
    left: 4%;
}

.gnav-post-img {
    width: 40%;
    float: left;
    margin-right: 32px;
}

.gnav-post-img {
    width: 40%;
    height: 100%;
    float: none;
    margin-right: 0;
}

.gnav-post h3 {
    width: 100%;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 94%;
    text-transform: uppercase;
    opacity: 0.25;
}

.gnav-post h4 {
    width: 60%;
    margin-left: auto;
    padding-left: 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
}

.gnav-post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gnav-post a :nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.gnav-post a :nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.gnav-post a :nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.header-entry-btn a {
    color: white;
    border: 1px solid rgb(0, 152, 198);
    background-color: rgb(0, 152, 198);
}

.header-entry-btn a:hover {
    color: rgb(0, 152, 198);
    background-color: white;
    opacity: 1;
}

.header-nav-area.fixed .header-entry-btn a,
.header-nav-area.active .header-entry-btn a {
    color: white;
}

.header-nav-area.active .header-entry-btn a {
    color: rgb(0, 152, 198);
    border: 1px solid white;
    background-color: white;
}

.header-nav-area.fixed .header-entry-btn a:hover {
    color: rgb(0, 152, 198);
}

@media (max-width: 1024px) {
    #headLogo a {
        min-width: 180px;
        min-height: 100px;
    }

    #headLogo img {
        max-height: 100px;
        margin: auto;
    }
}

@media (max-width: 768px) {
    #headLogo a {
        min-width: 130px;
    }

    .gnav-post a {
        width: 400px;
        padding: 16px;
        letter-spacing: 0.05em;
    }
}

@media (max-width: 599px) {
    #headLogo a {
        width: 120px;
        min-height: 50px;
        padding: 5px;
    }

    #headLogo img {
        max-height: 60px;
    }

    .gnav-post a {
        width: calc(100% - 32px);
    }

    .gnav-post h4 {
        font-size: 14px;
    }

    .header-entry-btn {
        width: 250px;
        display: block;
        text-align: center;
        border-radius: 5px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: fixed;
        bottom: 1%;
        left: 50%;
    }

    .header-entry-btn a {
        width: 100%;
    }

    .header-nav-area.fixed .header-entry-btn a,
    .header-nav-area .header-entry-btn a {
        float: none;
        margin: 0;
        color: #fff;
        line-height: 200%;
    }

    #footer-nav-area {
        padding: 32px 0 80px;
    }
}

/* top */
.top-visual-catch-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    padding: 0 4%;
    position: absolute !important;
    top: auto;
    bottom: 80px;
    left: 0;
    z-index: 1;
}

.top-visual-catch .top-visual-title {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 45px;
    line-height: 1.5;
    letter-spacing: 0.5vw;
    text-align: right;
    text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.85),
    1px 0px 7px rgba(255, 255, 255, 0.85),
    0px 1px 7px rgba(255, 255, 255, 0.85),
    1px 1px 7px rgba(255, 255, 255, 0.85),
    0px 0px 7px rgba(255, 255, 255, 0.85),
    1px 0px 7px rgba(255, 255, 255, 0.85),
    0px 1px 7px rgba(255, 255, 255, 0.85),
    1px 1px 7px rgba(255, 255, 255, 0.85);
}

.type_b .top-visual-catch .top-visual-title {
    font-size: 38px;
}

.helo-text {
    width: auto;
    position: static;
    z-index: 1;
}

.blogs-wrapper {
    height: auto;
    overflow: visible;
    overflow-y: visible;
    margin: 0 auto;
    padding: 16px 32px;
    background: #fff;
}

#top-about .top-content .blog-title {
    font-size: 263%;
    text-align: center;
}

.bg-recruitment {
    background: rgba(0, 152, 198, 0.08);
}

.top-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-history .blogs-wrapper {
    width: 48%;
    margin-bottom: 2%;
}

.top-history h3 {
    font-weight: bold;
    font-size: 16px;
}

#top-interview .top-interview-list .small-ttl {
    font-weight: bold;
    color: rgb(0, 0, 0);
}

#top-interview .top-interview-list p {
    color: rgb(0, 0, 0);
}

@media (max-width: 1024px) {
    .top-visual-catch .top-visual-title {
        font-size: 30px;
    }

    .type_b .top-visual-catch .top-visual-title {
        font-size: 24px;
    }

    .helo-text {
        width: 30%;
    }

    .numberone-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .numberone-list+.numberone-list {
        margin-top: 5px;
    }

    .numberone-list dt {
        font-weight: bold;
    }

    .numberone-list dt::after {
        display: none;
    }

    .numberone-list dd {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .top-visual-catch-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        bottom: 4%;
    }

    .top-visual-catch {
        width: 100%;
    }

    .top-visual-catch .top-visual-title {
        font-size: 24px;
        text-align: center;
    }

    .type_b .top-visual-catch .top-visual-title {
        font-size: 18px;
    }

    .top-visual-catch {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        bottom: auto;
        left: 0;
        right: 0;
    }

    .numberone {
        width: 40vw;
    }

    .numberone-list {
        display: none;
    }

    .helo-text {
        width: 60%;
    }

    .top-history {
        display: block;
    }

    .top-history .blogs-wrapper {
        width: 100%;
        margin-bottom: 2%;
    }

    .top-history h3 {
        font-size: 14px;
    }
}

/* 下層ページのメインビジュアル */
#pageTtl {
    background: linear-gradient(50deg, rgb(238, 238, 238), rgb(238, 238, 238));
    background-color: #eee;
}

#pageTtl+* {
    background-color: white;
}

.pageTtl-img,
.pageTtl-img-inner,
.pageTtl-parallel-wrap,
.pageTtl-parallel-item {
    height: 100%;
}

#pageTtlIn {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 6;
}

#pageTtlIn .container {
    padding: 10px 0;
}

.pageTtl-img-inner {
    height: 400px;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.pageTtl-parallel-wrap,
.detail-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.detail-mv {
    height: 710px !important;
}

.pageTtl-parallel-item {
    max-width: 1100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.special-head {
    overflow: hidden;
    position: relative;
}

.special-head-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.special-head .txt-area {
    position: relative;
    z-index: 1;
}

.contact_confirm #pageTtl {
    background: rgb(0, 152, 198) !important;
}

@media (max-width: 768px) {
    #pageTtl,
    .pageTtl-img-inner {
        height: 196px;
    }
}

/* form */

.wpcf7-form-control-wrap {
    min-height: 2em;
    display: block;
}

#recruit-form .wpcf7-radio label,
#recruit-form .wpcf7-checkbox label {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    padding-left: 10px;
}

#recruit-form .wpcf7-radio input,
#recruit-form .wpcf7-checkbox input {
    width: auto;
}

#recruit-form .wpcf7-radio label,
#recruit-form .wpcf7-checkbox label {
    margin: 0 15px 0 0;
    padding-left: 22px;
    position: relative;
}

#recruit-form .wpcf7-radio input,
#recruit-form .wpcf7-checkbox input {
    display: none;
}

#recruit-form .wpcf7-radio label:hover,
#recruit-form .wpcf7-checkbox label:hover {
    text-decoration: underline;
    cursor: pointer;
}

#recruit-form .wpcf7-radio label:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
}

#recruit-form .wpcf7-radio input:checked+label,
#recruit-form .wpcf7-checkbox input:checked+label {
    color: #000;
    text-decoration: underline;
}

#recruit-form .wpcf7-radio input:checked+label:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #f55;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 3px;
}

#recruit-form .wpcf7-radio input:checked+label:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #f55;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
}

#recruit-form .wpcf7-checkbox label:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    margin-bottom: 3px;
    border: 2px solid #ccc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
}

#recruit-form .wpcf7-checkbox input:checked+label:after {
    content: "";
    width: 18px;
    height: 9px;
    display: block;
    line-height: 1;
    border-bottom: 2px solid #f55;
    border-left: 2px solid #f55;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    left: 1px;
}

#recruit-form .wpcf7-checkbox input:checked+label:before {
    content: "";
    width: 15px;
    width: 16px;
    height: 15px;
    height: 16px;
    display: block;
    margin-bottom: 3px;
    border: 2px solid #f55;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
}

#recruit-form+.submit {
    padding: 30px 0 0;
    text-align: center;
}

#recruit-form+.submit button {
    margin: 0;
    padding: 16px 120px;
    font: inherit;
    font-weight: bold;
    font-size: 123%;
    color: #fff;
    letter-spacing: 0.1em;
    text-shadow: 0px 1px 0px #a83604;
    border: none;
    border-radius: 3px;
    background: #f34141;
    background: #f34141;
    cursor: pointer;
}

/* company */
.styletable td iframe {
    height: 320px;
}

.styletable .enkaku dt {
    font-weight: 500;
}

#about-salon .syokusyu {
    font-weight: bold;
}

.styletable .tel a {
    color: #000;
}

/*  services */
.service-contents .syokusyu {
    font-weight: bold;
}

/* requirements */
#interview-list .interview-list-inner .busho {
    color: #000;
}

#interview-list .interview-list-inner .small-ttl {
    font-weight: bold;
    color: #000;
}

#interview-list .interview-list-inner .txt-area p {
    color: #000;
}


/* contact_confirm */

.contact_confirm .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* story */
.img-area img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

#crosstalk-list .txt-area {
    background: #fff;
}

/* interview */
.crosstalk-contents .image-box {
    margin: 0 auto 20px 0;
}

.img-area-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}



.project-detail #interview-about {
    width: 100%;
    height: 75vh;
    padding: 0;
}

.project-detail .img-area-wrap {
    height: auto !important;
    min-height: 75vh;
}

.project-detail .img-area-wrap .pageTtl-parallel-item {
    min-height: 75vh;
}

.interview-list-inner .img-area {
    width: 100%;
    display: block;
    position: relative;
}

.interview-list-inner .img-area img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    position: absolute;
    top: 0;
    left: 0;
}

.interview-list-inner .img-area:after {
    content: "";
    display: block;
    padding-top: 65%;
}

#interview-contents .interview-contents-box:first-child h4::before {
    content: "";
    width: auto;
    display: block;
}

#interview-contents .interview-contents-box:first-child {
    margin-bottom: 50px;
    margin-left: -999rem;
    margin-right: -999rem;
    padding-top: 50px;
    padding-left: 999rem;
    padding-right: 999rem;
    background: rgba(0, 152, 198, 0.08);
    position: relative;
    top: 0px;
    left: 0px;
}

#interview-contents .img-area {
    width: 40%;
}

.interview_detail .section-pdg {
    padding-top: 0;
    padding-bottom: 88px;
}

#interview-about .txt-area {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: calc(50% + 50px);
    left: 65px;
    z-index: 1;
}

.section-pdg {
    position: relative;
    z-index: 2;
}

#interview-list .interview-list-inner .txt-area {
    border: 0.5px solid #ebebed;
}

#interview-list .interview-list-inner a {
    display: block;
}

@media (max-width: 768px) {
    .detail-mv {
        height: 265px !important;
    }

    project-detail .img-area-wrap {
        min-height: 220px;
    }

    .project-detail .img-area-wrap .pageTtl-parallel-item {
        height: 75vh;
        min-height: 220px;
    }

    .project-detail .txt-area {
        width: 100%;
        background: #f6f7f9;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        bottom: 0;
        left: auto;
    }

    .crosstalk-member li {
        width: 100%;
    }

    .crosstalk-member-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .crosstalk-member-inner .crosstalk-img {
        width: 35%;
    }

    .crosstalk-member-inner .crosstalk-item {
        max-width: calc(65% - 30px);
        margin-left: 30px;
        text-align: left;
    }

    #recruit-form+.submit button {
        padding: 8px 50px;
    }

    .contact_confirm .submit {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    #interview-contents .img-area {
        width: 70%;
    }

    #interview-contents .interview-contents-box .img-area,
    #interview-contents .interview-contents-box:nth-child(odd) .img-area {
        margin: 0 auto 20px;
    }
}

@media (max-width: 599px) {
    #interview-about {
        height: 43vh;
    }

    .project-detail #interview-about {
        height: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .project-detail .img-area-wrap {
        height: 600px !important;
        min-height: 600px;
    }

    .project-detail .img-area-wrap .pageTtl-parallel-item {
        height: 100%;
    }

    .detail-mv {
        height: 245px !important;
    }

    .crosstalk-member-inner .crosstalk-img {
        width: 50%;
    }

    .crosstalk-member-inner .crosstalk-item {
        max-width: calc(65% - 10px);
        margin-left: 10px;
    }

    #interview-about .txt-area {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }
}

/* requirements */
.bx-controls-direction {
    display: none;
}

/* blog */
.blog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-wrap .dynamic {
    width: 25%;
}

.blog-wrap .dynamic-box+.dynamic-box {
    margin-top: 50px;
}

.dynamic-title {
    display: block;
    margin-bottom: 15px;
    padding: 0;
    font-size: 183%;
    line-height: 1;
    letter-spacing: 0.1em;
}

.blog-wrap .dynamic-cont {
    width: 70%;
}

section.blog {
    padding: 100px 0;
    background-color: white;
    position: relative;
    z-index: 100;
}

.list-blog li+li {
    margin-top: 15px;
}

.list-blog li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000;
}

.blog-title {
    font-weight: bold;
    font-size: 18px;
}

.date {
    font-weight: bold;
    font-size: 12px;
}

.category {
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #07d;
}

.pager ul .next-arrow:before {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 100%;
}

/* pager */
.pager ul li a,
.pager ul li .now {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 100%;
    border: 1px solid transparent;
    border-radius: 50%;
    position: relative;
}

.pager ul li .now,
.pager ul li a:hover {
    color: #fff;
    border: 1px solid rgb(0, 152, 198);
    background-color: rgb(0, 152, 198);
    opacity: 1;
}

.pager ul li .now:after,
.pager ul li a:hover:after {
    background-color: #000;
}

.pager ul li a:focus {
    outline: none;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    .pager ul li a,
    .pager ul li .now {
        padding-top: 5px;
    }
}

.pager ul li a:hover {
    opacity: 1;
}

.pager ul .prev,
.pager ul .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    position: relative;
}

@media (max-width: 1024px) {
    .blog-wrap .dynamic-cont,
    .blog-wrap .dynamic {
        width: 100%;
    }

    .blog-wrap .dynamic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 80px;
    }

    .blog-wrap .dynamic .dynamic-box {
        width: 48%;
        margin: 1%;
    }
}

@media (max-width: 599px) {
    .pager ul li a,
    .pager ul li .now {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .blog-wrap .dynamic .dynamic-box {
        width: 98%;
        margin: 1%;
    }

    .blog-wrap .dynamic-box+.dynamic-box {
        margin-top: 30px;
    }
}

/* 見たまま編集 */
[data-element-id] .loading {
    width: 400px;
    height: 225px;
    display: block !important;
    border: 1px solid #e09141;
    position: absolute;
    top: 5px;
    left: auto;
    right: 100px;
    z-index: 2;
}

[data-element-id] .loading::before {
    content: "ローディング";
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 10px;
    color: white;
    text-align: center;
    background-color: #e09141;
}

[data-element-id] header {
    position: relative;
    z-index: 1;
}

[data-element-id] header-nav-area,
[data-element-id] .header-nav-area.fixed,
[data-element-id] .header-nav-area.active {
    position: relative !important;
}

[data-element-id] .header-nav-area .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 30px 0;
}

[data-element-id] #headLogo {
    position: static;
}

[data-element-id] #headLogo a {
    border: 1px solid #eee;
    position: relative;
}

[data-element-id] .header-entry-btn {
    border: 1px solid #eee;
}

[data-element-id] #gnav {
    padding: 50px 0;
    opacity: 1;
    pointer-events: inherit;
    position: relative;
}

[data-element-id] .visual-top {
    position: relative;
}

[data-element-id] #interview-contents .interview-contents-box:first-child {
    margin-bottom: 50px;
    margin-left: -10%;
    margin-right: -10%;
    padding-top: 50px;
    padding-left: 10%;
    padding-right: 10%;
    background: rgba(0, 152, 198, 0.08);
    position: relative;
    top: 0px;
    left: 0px;
}

[data-element-id] .img-area-wrap {
    position: relative;
}

[data-element-id] #gnav-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[data-element-id] #gnav-slide>div {
    width: 50%;
}

[data-element-id] #gnav-slide div[data-collection-list-content] .gnav-post:nth-of-type(n+2) {
    display: none;
}

[data-element-id] #top-interview .top-interview-list div[data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

[data-element-id] .helo-text {
    pointer-events: inherit;
    z-index: 2;
}

[data-element-id] .pageTtl-img-inner {
    position: static;
}

[data-element-id] .special-head .txt-area {
    margin: 100px;
    padding: 10px;
}

/* 見たまま編集ここまで */
