@charset "UTF-8";
/*  =============================================================

あとで引越し

============================================================= */

.tag .sideTag {
    width: 90%;
    margin: 0 auto;
    margin-top: 32px;
}


.tagWrap span {
    margin: 0 4px 8px 0;
    padding: 8px 10px;
    background: var(--gray);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}

.ul-cont-list .tagWrap {
    margin-top: 8px;
}

.index .tagWrap spam {
    margin-top: 4px;
}

.sideTag .tagWrap span,
.single .tagWrap span {
    box-shadow: 0 4px 0 #d0d0d0;
    transition: .3s;
}

.sideTag .tagWrap span:hover,
.single .tagWrap span:hover {
    transform: translateY(4px);
    transition: .3s;
    box-shadow: none;
}

.ul-cont-list .tagWrap span:hover {
    transform: translateY(0px);
}

.tagWrap span a {
    color: #fff;
    display: inline-block;
    margin: -10px;
    padding: 10px;
}

.tagWrap span.shain {
    background: var(--shain);
    box-shadow: 0 4px 0 #ffb9b9;
}

.tagWrap span.part {
    background: var(--part);
    box-shadow: 0 4px 0 #b9e1ff;
}

.tagWrap span.intern {
    background: var(--intern);
    box-shadow: 0 4px 0 #caf399;
}

.ul-cont-list .tagWrap span {
    box-shadow: none;
}

.contentInner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.mainCol {
    max-width: 880px;
    width: 70%;
    padding: 0 12px;
}

.mainCol h2 {
    margin: 16px 0;
}

figcaption {
    text-align: center;
    color: #808080;
    font-size: 16px;
    margin: 4px 0 0;
}

@media screen and (max-width: 880px) {
    .contentInner {
        display: block;
    }

    .mainCol {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .index .tagWrap span {
        font-size: 14px;
        padding: 6px 8px;
    }

    .sideTag .tagWrap span {
        font-size: 16px;
        padding: 8px 10px;
    }
}

/*  =============================================================

ファーストビュー

============================================================= */
.fvArea {
    position: relative;
    height: 22vw;
    max-height: 369px;
    margin: 48px 0 88px;
    text-align: center;
}

.spCopy {
    display: none;
}

/*  メイン写真
---------------------------------------------*/

#fv_a1,
#fv_a2,
#fv_b1,
#fv_b2,
#fv_c1,
#fv_c2,
#fv_01,
#fv_02,
#fv_03 {
    position: absolute;
    height: auto;
    margin: auto;
    filter: saturate(120%);
}

#fv_a2,
#fv_b2,
#fv_c2 {
    opacity: 0;
    z-index: 1;
}

#fv_a1,
#fv_a2 {
    width: 40vw;
    max-width: 702px;
    top: 0;
    /* bottom: 0; */
    left: 5%;
    right: 0;
}

#fv_b1,
#fv_b2 {
    width: 24vw;
    max-width: 423px;
    /* top: 20%; */
    bottom: 0;
    left: 0;
    right: 66%;
}

#fv_c1,
#fv_c2 {
    width: 18vw;
    max-width: 322px;
    top: 20%;
    bottom: 0;
    left: 73%;
    right: 0;
}

/*  メイン写真切り替え用アニメーション
---------------------------------------------*/
.fadeInOut {
    animation-name: fadeInOut;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    /* animation-timing-function:ease-in-out; */
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*  あしらい
---------------------------------------------*/
#fv_01 {
    z-index: 2;
    width: 5vw;
    max-width: 84px;
    top: 0;
    bottom: 56%;
    left: 0;
    right: 66%;
}

#fv_02 {
    z-index: 2;
    width: 15vw;
    max-width: 252px;
    top: 0;
    bottom: 80%;
    left: 40%;
    right: 0;
}

#fv_03 {
    z-index: 2;
    width: 7vw;
    max-width: 118px;
    top: 0;
    bottom: 60%;
    left: 83%;
    right: 0;
}

#copy {
    min-width: 360px;
    width: 30%;
    position: absolute;
    bottom: -52px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: .65;
}

/*  =============================================================

お知らせエリア(仮)

============================================================= */
/* .news{
    margin-bottom: 48px;
    display: block;
} */

.newsArea {
    display: block;
    position: relative;
    height: auto;
    width: 60%;
    max-width: 800px;
    margin: 0 auto 48px;
    border-radius: 16px;
    line-height: 1.3;
    filter: drop-shadow(0px 0px 4px rgba(71, 71, 71, 0.1));
    cursor: pointer;
    transition: .5s;
}

.newsArea .date {
    color: #909090;
    margin-top: 4px;
}

.newsArea:hover {
    transform: scale(1.01);
    transition: .5s;
    cursor: pointer;
}

.tokuBnr {
    display: block;
}

.tokuBnr__sp {
    display: none;
}

.newsArea img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: #ebedf0 2px solid;
}


/*  ファーストビューとお知らせ：レスポンシブ対応
---------------------------------------------*/
@media screen and (max-width: 880px) {
    .fvArea {
        margin: 24px 0 108px;
    }

    #fv_a1,
    #fv_a2 {
        width: 44vw;
        left: 6%;
    }

    #fv_b1,
    #fv_b2 {
        width: 26vw;
        right: 70%;
    }

    #fv_c1,
    #fv_c2 {
        width: 20vw;
        top: 33%;
        left: 75%;
    }

    #fv_01 {
        width: 7vw;
        bottom: 69%;
    }

    #fv_02 {
        width: 18vw;
    }

    #copy {
        width: 44vw;
        bottom: -38%;
        min-width: 1px;
    }

    .newsArea {
        width: 80%;
    }

}

@media screen and (max-width: 640px) {
    .fvArea {
        height: 33vw;
        margin: 9vw 0 17vw;
    }

    #fv_a1,
    #fv_a2 {
        width: 64vw;
        left: 31%;
        top: 14%;
    }

    #fv_b1,
    #fv_b2 {
        width: 33vw;
        right: 64%;
        bottom: -36%;
    }

    #fv_c1,
    #fv_c2 {
        width: 27vw;
        top: -50%;
        left: -65%;
    }

    #fv_01 {
        display: none;
    }

    #fv_02 {
        width: 26vw;
        transform: rotate(-18.2deg);
        bottom: 116%;
    }

    #fv_03 {
        width: 13vw;
        bottom: 107%;
        left: -37%;
        transform: rotate(25deg);
    }

    #copy {
        width: 50vw;
        bottom: -35%;
        right: -30%;
    }

    .newsArea {
        width: 94%;
    }

    .newsArea::after {
        font-size: 14px;
    }
}

@media screen and (max-width: 440px) {
    .fvArea {
        max-height: none;
        height: 120vw;
        margin: 1vw 0 6vw;
    }

    #fv_a1,
    #fv_a2 {
        top: unset;
        bottom: 0;
        left: 0;
        width: 90vw;
    }

    #fv_b1,
    #fv_b2 {
        display: none;
    }

    #fv_c1,
    #fv_c2 {
        top: 0;
        bottom: unset;
        width: 75vw;
        left: 0;
    }

    #fv_01 {
        display: none;
    }

    #fv_02 {
        width: 29vw;
        transform: rotate(0deg);
        bottom: 103%;
        left: 65%;
    }

    #fv_03 {
        display: none;
    }

    .newsArea {
        width: 90%;
        /* border-radius: 4px; */
    }

    #copy {
        display: none;
    }

    .spCopy {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        top: 54.5%;
        margin: auto;
        font-weight: bold;
        font-size: 14px;
        color: var(--gray);
    }

    .tokuBnr {
        display: none;
    }

    .tokuBnr__sp {
        display: block;
    }
}





/*  =============================================================

個別記事共通

============================================================= */
.single-before {
    position: relative;
    margin: 0 auto 16px;
    width: 96%;
}

@media screen and (max-width: 640px) {
    .single-before {
        width: 100%;
    }
}

/* インタビュアー画像(共通) */

.single-before::before {
    content: "";
    position: absolute;
    background: url(../img/icon/79.png) no-repeat;
    background-size: contain;
    width: 48px;
    height: 48px;
    top: -60px;
    left: 0;
    border-radius: 50vh;
}

/* インタビュアー画像(個別) */
.category-wonjima.single-before::before {
    background: url(../img/icon/29.png) no-repeat;
    background-size: contain;
}

.category-int01m.single-before::before {
    background: url(../img/icon/77.png) no-repeat;
    background-size: contain;
}

.category-int02k.single-before::before {
    background: url(../img/icon/79.png) no-repeat;
    background-size: contain;
}

.category-int03r.single-before::before {
    background: url(../img/icon/48.png) no-repeat;
    background-size: contain;
}

.category-int04w.single-before::before {
    background: url(../img/icon/ramen.png) no-repeat;
    background-size: contain;
}

.category-int05.single-before::before {
    background: url(../img/icon/headphone.png) no-repeat;
    background-size: contain;
}

.box-outline {
    position: relative;
    font-family: var(--sans);
    box-sizing: border-box;
    text-align: justify;
    width: 100%;
    margin-top: 80px;
    padding: 20px 16px;
    border-radius: 8px;
    border: 2px solid var(--lightgray01);
}

/* インタビュアー名前(共通) */

.box-outline::before {
    font-family: var(--tsuku);
    font-weight: bold;
    position: absolute;
    top: -56px;
    left: 58px;
}

.box-outline::after {
    font-family: var(--tsuku);
    font-size: .8rem;
    position: absolute;
    top: -33px;
    left: 58px;
}


/* インタビュアー名前(個別) */
.category-wonjima .box-outline::before {
    content: "広報うぉんじま";
}

.category-wonjima .box-outline::after {
    content: "ママインタビュアー";
}

.category-int01m .box-outline::before {
    content: "MDインターン";
}

.category-int02k .box-outline::before,
.category-int03r .box-outline::before,
.category-int04w .box-outline::before,
.category-int05 .box-outline::before {
    content: "広報インターン";
}

.category-int02k .box-outline::after {
    content: "新星インタビュアー";
}

.category-int03r .box-outline::after {
    content: "好物はポッポ焼き";
}

.category-int04w .box-outline::after {
    content: "三代目インタビュアー";
}

.category-int05 .box-outline::after {
    content: "四代目インタビュアー";
}


p.question:before {
    content: "ー";
}

p.question {
    max-width: 96%;
    margin: 32px auto 24px;
}

p.default {
    line-height: 1.7;
    max-width: 96%;
    margin: 0 auto;
    padding-bottom: 16px;
    font-weight: bold;
}

/* limitedスライド埋め込み用 */
.single .slideArea {
    text-align: center;
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 2px;
}

.single .slideArea iframe {
    width: 640px;
    height: 420px;
}

@media screen and (max-width: 640px) {
    .single .slideArea iframe {
        width: 320px;
        height: 320px;
    }
}

/*  記事さいしょの画像の設定
---------------------------------------------*/
.thumWrap {
    position: relative;
    max-width: 60%;
    min-width: 280px;
    margin: 0 auto;
}

.thumWrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset -4px 6px 6px rgba(0, 0, 0, 0.2);
    border-radius: 50vh;
}

.myposthead .attachment-post-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 50vh;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/*  うぉんじま記事シャドウキャンセル
---------------------------------------------*/
.wonjima .thumWrap::after {
    box-shadow: none;
}

.thumIcon {
    filter: drop-shadow(0 0px 4px rgba(136, 136, 136, 0.4)) saturate(120%);
    position: absolute;
    width: 20%;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/*  =============================================================

インタビュー

============================================================= */
.single.interview .content {
    font-family: var(--sans);
    max-width: 96%;
    margin: 0 auto;
    padding: 32px 16px 48px;
    background-color: var(--lightgray02);
    border-radius: 8px;
    box-sizing: border-box;
}

.single.interview .wp-block-image img {
    width: 100%;
}

/* 旧記事マークアップ対応 */
.single.interview .content .imgWrap {
    text-align: center;
    margin: 8px auto;
}

.single.interview .content .caption {
    text-align: center;
}

/* ここまで */

.single.interview figure {
    margin: 8px auto;
    text-align: center;
}

.single.interview .content img {
    max-width: 640px;
    width: 100%;
}

.single.interview img.tatenaga {
    max-width: 440px;
}

.single.interview .content h3 {
    margin: 40px auto 20px;
    padding: 7px 0 7px 20px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
    font-size: 1.3em;
    line-height: 1.2;
    box-sizing: border-box;
    max-width: 96%;
}

.single.interview .content figure+h3 {
    margin-top: 48px;
}

.single.interview .content h3::before {
    content: "";
    width: 6px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, #e5002d, #e5002d 50%, #ffcc00 51%, #ffcc00 100%);
}

@media screen and (max-width: 640px) {
    .single.interview .content {
        max-width: 100%;
    }
}

@media screen and (max-width: 440px) {
    .single.interview figure {
        max-width: none;
        width: 100%;
    }

    .single.interview figure .tatenaga {
        max-width: none;
    }
}

/*  採用導線
---------------------------------------------*/
/*  基本モジュール
---------------------------------------------*/
.interview .content .box-recruit {
    padding: 48px 0 24px;
}

.interview .content .box-recruit .deco {
    position: relative;
    padding: 0 12px;
    width: fit-content;
    margin: 0 auto 12px;
}

.interview .content .box-recruit .deco::before,
.interview .content .box-recruit .deco::after {
    position: absolute;
    top: 0;
    height: 24px;
    content: '';
}

.interview .content .box-recruit .deco::before {
    border-left: solid 1px;
    left: 0;
    transform: rotate(-40deg);
}

.interview .content .box-recruit .deco::after {
    border-right: solid 1px;
    right: 0;
    transform: rotate(40deg);
}

.interview .content .box-recruit a {
    padding: 16px 40px 16px 12px;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) center;
    border-radius: 2px;
    width: fit-content;
    box-shadow: 0 4px 0 rgba(208, 208, 208, .8);
    transition: all .3s;
    background-color: #fff;
    border-left: solid 8px;
    display: block;
    margin: 0 auto;
}

.interview .content .box-recruit a span {
    font-weight: bold;
    font-family: var(--tsuku);
    font-size: 22px;
}

/*  色バリエーション(働き方)
---------------------------------------------*/
.interview .content .box-recruit.part .deco {
    color: #1268a7;
}

.interview .content .box-recruit.intern .deco {
    color: #0f6740;
}


.interview .content .box-recruit.part a {
    background-image: url(../../assets/img/recruit-arrow__part.svg);
    border-color: var(--part);
}

.interview .content .box-recruit.intern a {
    background-image: url(../../assets/img/recruit-arrow__intern.svg);
    border-color: var(--intern);
}

.interview .content .box-recruit.part a span {
    color: var(--part);
}

.interview .content .box-recruit.intern a span {
    color: var(--intern);
}

.interview .content .box-recruit a:hover {
    box-shadow: none;
    transform: translateY(4px);
}

/*  スマホ対応
---------------------------------------------*/
@media screen and (max-width: 440px) {
    .interview .content .box-recruit a {
        font-size: 14px;
        text-align: center;
        border-right: solid 8px;
        padding: 16px 12px;
        background-image: none !important;
    }

    .interview .content .box-recruit a span {
        font-size: 16px;
        display: block;
        margin-bottom: 4px;
    }
}


/*  =============================================================

うぉん記事

============================================================= */
.single.wonjima .content {
    font-family: var(--sans);
    max-width: 90%;
    margin: 0 auto 56px;
    padding: 32px 0 64px;
    background-color: var(--lightgray02);
    border-radius: 16px;
    line-height: 1.6;
}

.single.wonjima .content img {
    max-width: 480px;
    margin: 0 auto;
    display: block;
}

.single.wonjima .content p,
.single.wonjima .content h3 {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 4px;
}

.single.wonjima .content a {
    text-decoration: underline;
    color: #1268a7;
}

@media screen and (max-width: 640px) {
    .single.wonjima .content {
        margin-bottom: 32px;
    }

    .single.wonjima .content img {
        max-width: 90%;
    }
}

@media screen and (max-width: 440px) {
    .single.wonjima .content {
        width: 96%;
        max-width: none;
    }
}

/*  うぉんじま前後記事
---------------------------------------------*/
.wonjima-related {
    max-width: 90%;
    margin: 0 auto 64px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.wonjima-relatedCard {
    width: calc(50% - 8px);
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff3e3;
    padding: 20px 16px;
    border-radius: 8px;
    transition: .5s all;
    position: relative;
}

.wonjima-relatedCard.prev::before,
.wonjima-relatedCard.next::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: #fcc387;
}

.wonjima-relatedCard.prev::before {
    left: 0;
    border-radius: 8px 0 0 8px;
}

.wonjima-relatedCard.next::before {
    right: 0;
    border-radius: 0 8px 8px 0;
}

.wonjima-relatedCard:hover {
    scale: 102%;
}

.wonjima-relatedCard.next {
    flex-direction: row-reverse;
}

.wonjima-relatedCard .thumbnail {
    width: 50%;
    max-width: 120px;
    border-radius: 50vh;
    border: #fff 4px solid;
    box-sizing: border-box;
}

.wonjima-relatedCard .title {
    font-size: 16px;
    text-align: justify;
    font-weight: bold;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    flex-basis: 70%;
    flex-grow: 1;
    line-height: 1.2;
}

.wonjima-relatedCard p {
    /* 「前の記事」or「次の記事」 */
    position: absolute;
    top: -26px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.wonjima-relatedCard.prev p {
    left: 0;
}

.wonjima-relatedCard.next p {
    right: 0;
}

.wonjima-relatedCard.prev p::before,
.wonjima-relatedCard.next p::after {
    content: "";
    width: 10px;
    height: 16px;
    background: url(../img/more_won.svg) no-repeat;
    background-size: contain;
    display: inline-block;
}

.wonjima-relatedCard.prev p::before {
    transform: scale(-1, 1);
}

@media screen and (max-width: 640px) {
    .wonjima-related {
        display: block;
        margin-bottom: 48px;
    }

    .wonjima-relatedCard {
        width: 100%;
        box-sizing: border-box;
    }

    .wonjima-relatedCard.prev {
        margin-bottom: 8px;
    }

    .wonjima-relatedCard p {
        position: static;
        color: var(--gray);
        font-size: 14px;
        gap: 0;
    }

    .wonjima-relatedCard.prev p::before,
    .wonjima-relatedCard.next p::after {
        width: 0;
        height: 0;
        background: none;
    }
}



/*  =============================================================

一日のようす

============================================================= */
.single.oneday .mainCol {
    margin-bottom: 48px;
}

.oneday-content {
    font-family: var(--sans);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 12px;
    border-radius: 8px;
    background-color: var(--lightgray02);
    max-width: 80%;
    margin: 0 auto;
}

.oneday-content.on {
    margin: 24px auto;
}

.oneday-content.on.shain {
    background-color: var(--shainLight);
}

.oneday-content.on.part {
    background-color: var(--partLight);
}

.oneday-content.on.intern {
    background-color: var(--internLight);
}

.oneday-flex {
    display: flex;
}


/* 左側の文章 */
.oneday-textWrapper {
    padding-right: 12px;
    line-height: 1.3;
}

/*時間*/
.oneday-flex h3 {
    font-size: var(--f1);
    min-width: 52px;
    margin-right: 12px;
    text-align: center;
    font-weight: bold;
}

/*出来事*/
.oneday-flex h4 {
    font-size: var(--f1);
    font-weight: bold;
}

/* 出来事の補足説明 */
.oneday-flex div p {
    font-size: var(--f0);
    margin-top: 4px;
}

.oneday-content .oneday-flex:not(:last-of-type) {
    padding-bottom: 20px;
}

/* 右側の画像 */
.oneday-imgWrapper {
    text-align: center;
    padding-left: 12px;
}

.oneday-imgWrapper img {
    width: 80%;
    max-width: 220px;
}

.oneday-imgWrapper .wp-block-image:not(:last-of-type) {
    padding-bottom: 12px;
}

@media screen and (max-width: 781px) {
    .oneday-imgWrapper {
        margin-top: 24px;
    }

    .oneday-content {
        max-width: 100%;
    }
}

/*  =============================================================

キャリア

============================================================= */
.career-content {
    font-family: var(--sans);
    max-width: 96%;
    margin: 0 auto 48px;
    padding: 16px;
    border-radius: 16px;
    line-height: 1.4;
}

.career-content.shain {
    background-color: var(--shainLight);
}

.career-content.part {
    background-color: var(--partLight);
}

.career-content.intern {
    background-color: var(--internLight);
}

/* 記事本文 */
.career-singlebox {
    position: relative;
    padding: 0 32px 16px;
}

.career-singlebox::before {
    position: absolute;
    content: "";
    width: 3px;
    top: 3px;
    left: 40px;
    height: 100%;
}

.part .career-singlebox::before {
    background-color: var(--part);
}

.shain .career-singlebox::before {
    background-color: var(--shain);
}

.intern .career-singlebox::before {
    background-color: var(--intern);
}

/* 日付 */
.career-content h5 {
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50vh;
    font-family: var(--tsuku);
    font-weight: bold;
}

.career-content.part h5 {
    background-color: var(--part);
}

.career-content.shain h5 {
    background-color: var(--shain);
}

.career-content.intern h5 {
    background-color: var(--intern);
}

/* トピック */
.career-content h3 {
    padding: 28px 24px 20px;
    display: table;
    background-color: #fff;
    margin-left: 20px;
    margin-top: -19px;
    margin-bottom: 12px;
}

.career-content.part h3 {
    filter: drop-shadow(0 0px 6px rgba(70, 166, 234, 0.2));
}

.career-content.shain h3 {
    filter: drop-shadow(0 0px 6px rgba(234, 105, 76, 0.2));
}

.career-content.intern h3 {
    filter: drop-shadow(0 0px 6px rgba(76, 234, 97, 0.2));
}

/* 詳細 */
.career-content h4 {
    margin-left: 44px;
    margin-bottom: 8px;
    font-weight: normal;
}

.career-content h4 a {
    text-decoration: underline;
}


/* コメント */
.career-commentwrap {
    display: flex;
    align-items: center !important;
    width: 95%;
    justify-content: end;
    gap: 0 !important;
}

.career-commentwrap h6 {
    font-size: 16px;
    font-weight: normal;
    position: relative;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: #fff;
    margin-right: 12px;
    margin-left: 16px;
}

.part .career-commentwrap h6 {
    border: var(--part) 1px solid;
}

.shain .career-commentwrap h6 {
    border: var(--shain) 1px solid;
}

.intern .career-commentwrap h6 {
    border: var(--intern) 1px solid;
}

.career-commentwrap h6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    border: 6px solid transparent;
}

.part .career-commentwrap h6::before {
    border-left: 6px solid var(--part);
}

.shain .career-commentwrap h6::before {
    border-left: 6px solid var(--shain);
}

.intern .career-commentwrap h6::before {
    border-left: 6px solid var(--intern);
}

.career-commentwrap figure {
    width: 56px;
    margin-bottom: 0;
}

.career-commentwrap figure img {
    border-radius: 50vh;
}

.career-commentwrap .wp-block-column {
    flex-grow: 0;
    flex-basis: auto;
}

@media (min-width: 782px) {
    .career .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-grow: 0;
        flex-basis: auto;
    }
}

@media (max-width: 781px) {
    .career .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
        max-width: 70%;
    }
}

@media (min-width: 782px) {
    .career .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-grow: 0;
        flex-basis: auto;
    }
}

@media screen and (max-width: 640px) {
    .career-content {
        max-width: 100%;
        padding: 16px 8px;
    }

    .career-singlebox {
        padding: 0 0 16px;
    }

    .career-content h3 {
        padding: 24px 12px 12px;
        margin-left: 16px;
        margin-top: -19px;
        margin-bottom: 12px;
        font-size: 18px;
    }

    .career-singlebox::before {
        left: 7px;
    }

    .career-content h4 {
        margin-left: 22px;
        line-height: 1.4;
    }

    .career-commentwrap h6 {
        margin-left: 0;
    }

    .career-commentwrap {
        width: 100%;
    }
}

/*  =============================================================

特殊記事の対応(旧KOMADOから引き継ぎ)

============================================================= */
.question-won:before {
    content: '';
    margin: 0 4px;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50vh;
    background-image: url(../../assets/img/icon/29.png);
    background-size: contain;
    vertical-align: middle;
}

.question-pag:before {
    content: '';
    display: inline-block;
    margin: 0 4px;
    width: 42px;
    height: 42px;
    background-image: url(../../assets/img/icon/79.png);
    background-size: contain;
    vertical-align: middle;
}

p.addition:before {
    content: "▼";
    color: #7eb1c0;
}

p.addition {
    margin: 30px 0 20px;
    font-weight: bold;
    font-size: 1.1em;
}

.thum-single {
    position: relative;
    height: auto;
    margin-bottom: 5px;
}

.thum-single.large {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}

.thum-single.small {
    width: 300px;
}

.thum-single.ssmall {
    width: 200px;
}

.thum-single.left {
    float: left;
    margin-right: 15px;
}

.thum-single.right {
    float: right;
    margin-left: 15px;
}

.box-exLink {
    margin-bottom: 30px;
    padding: 10px 15px;
    background: #f4f4f4;
    border-radius: 8px;
}

.box-exLink::after {
    display: block;
    content: "";
}

.box-exLink div.Link_h {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    position: relative;
    width: 707px;
    margin: 30px auto;
    padding: 0 70px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";

}

.box-exLink div.Link_h:before,
.box-exLink div.Link_h:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: black;
}

.box-exLink div.Link_h:before {
    left: 0;
}

.box-exLink div.Link_h::after {
    right: 0px;
}

.Link_flex_wrap {
    display: flex;
    width: 520px;
    margin: 30px auto;
    justify-content: space-between;

}

.box-exLink a.aplication_link {

    display: block;
    width: 280px;
    height: 217px;
    /*background-image: url("../images/1x/papipu_thumb.png");
	background-size: contain;*/
    font-size: 14px;
    font-weight: 700;
    position: relative;
    object-fit: contain;
    overflow: hidden;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.box-exLink a.aplication_link:hover {
    filter: contrast(100%);
}

.box-exLink a.aplication_link:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../img/papipu_thumb.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-exLink a.aplication_link:hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.box-exLink a.aplication_link p {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.5);

    width: 281px;
    padding: 20px 0px;
    position: absolute;
    bottom: 0px;

    color: white;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    z-index: 100000;


}

.box-exLink a.aplication_link.tenthmagic:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../img/tenthmagic_thumb.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-exLink a.aplication_link.tenthsite:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../img/bnr-tenth.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-exLink a.aplication_link.moeye_lp:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../img/moeye_thumb.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-exLink .Link_right {
    position: relative;
    left: -20px;
}



.box-exLink li a:before {
    position: absolute;
    left: 0;
    top: 2px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #60AD74;
    width: 0;
    height: 0;
    margin-top: 0;
    content: "";
    color: #60AD74;
}


.box-exLink li a {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    color: #60AD74;
    font-weight: 700;
    text-decoration: none;

}

.simpleLink {
    max-width: 96%;
    /* margin: 0 auto; */
}

.simpleLink a {
    font-size: 14px;
    position: relative;
    padding-left: 15px;
    color: #60AD74;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.simpleLink a:before {
    position: absolute;
    left: 0;
    top: 2px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #60AD74;
    width: 0;
    height: 0;
    margin-top: 0;
    content: "";
    color: #60AD74;
}

.comment-circle-list li+.simpleLink {
    margin-top: -1.5em;
    margin-bottom: 2em;
}


.box-point {
    margin-bottom: 30px;
}

.box-point ul {
    margin-bottom: 30px;
    padding: 0 0 0 20px;
}

.box-point li {
    list-style: disc;
    color: #ffcc00;
}

.box-point li span {
    color: #000;
}

.box-code {
    min-height: 100px;
    margin-bottom: 30px;
    padding: 15px;
    border: 2px solid #777;
    background: #2f2f2f;
    color: #fff;
    font-family: 'Osaka-Mono', "MS PGothic", Arial, sans-serif;
}

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


    .box-exLink {
        text-align: center;



    }

    .box-exLink div.Link_h {


        text-align: center;
        width: 100%;
        padding: 10px;

    }

    .box-exLink div.Link_h:before,
    .box-exLink div.Link_h:after {

        display: none;

    }

    .box-exLink .Link_flex_wrap {

        display: block;
        text-align: center;
        width: 100%;
    }

    .box-exLink a.aplication_link {
        margin: 0 auto;


    }

    .box-exLink .Link_right {

        text-align: left;
        width: 280px;
        margin: 30px auto;
        left: 0px;
    }
}

@media screen and (max-width: 768px) {
    #breadcrumb {
        display: none;
    }

    .thum-single.small,
    .thum-single.ssmall {
        width: auto;
    }

    .thum-single.left {
        float: none;
        margin-right: 0;
    }

    .thum-single.right {
        float: none;
        margin-left: 0;
    }

    /* うぉんじまはみたVol1対応 */
    .single.wonjima .thum-single {
        text-align: center;
    }



}

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

    .box-writer {
        display: flex;
        height: auto;
    }

    .box-writer .prof {
        width: auto;
        position: relative;
    }

    .box-writer .prof.report {
        top: 0;
        left: 0;
    }

    .box-exLink a.aplication_link {
        width: 100%;


    }

    .box-exLink a.aplication_link p {
        width: 100%;


    }
}

/* --------------------------------

旧KOMADOからの引き継ぎ_吹き出し

-------------------------------- */
.comment-list {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.comment-list li {
    align-self: stretch;
    width: 45%;
    text-align: center;
    font-weight: bold;
}

.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 1em;
    /* width: 100%; */
    color: #333;
    font-size: .875rem;
    background: #ffefd4;
    border-radius: 5px;
    text-align: left;
    font-weight: normal;
}

.balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #ffefd4;
}

.balloon p {
    margin: 0;
    padding: 0;
}

.balloon.yellow {
    background: #fbf4bd;
}

.balloon.yellow:before {
    border-top: 8px solid #fbf4bd;
}

.balloon.red {
    background: #f3b8c0;
}

.balloon.red:before {
    border-top: 8px solid #f3b8c0;
}

.balloon.blue {
    background: #e1f1f9;
}

.balloon.blue:before {
    border-top: 8px solid #e1f1f9;
}

.balloon.green {
    background: #e3edba;
}

.balloon.green:before {
    border-top: 8px solid #e3edba;
}

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

    .comment-list {
        display: block;
    }

    .comment-list li {
        width: 100%;
    }

    .balloon {
        font-size: .875rem;
    }
}

.textwidget {
    margin: 2em 0;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}



.btn-entry a {
    display: block;
    padding: 1em;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #9ed8f5;
    text-align: center;
    margin: 2em auto;
    max-width: 640px;
    font-size: 1.125rem;
}

.comment-circle-list {
    display: flex;
    width: 100%;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}

.comment-circle-list li {
    align-self: stretch;
    width: 80%;
    margin: 0 0 2em;
}

.comment-circle-list li span {
    line-height: 1.3;
}

@media screen and (max-width: 1200px) {
    .comment-circle-list li {
        width: unset;
    }
}

.circle {
    border-radius: 15px;
    padding: 2em;
}

.circle.yellow {
    background: #fbf4bd;
    color: #333;
}

.circle.red {
    background: #f3b8c0;
    color: #333;
}

.circle.blue {
    background: #e1f1f9;
    color: #333;
}

.circle.green {
    background: #e3edba;
    color: #333;
}

.img-caption {
    background: #f7f7f7;
    padding: 20px 0 0;
    text-align: center;
    font-size: .875rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #555;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 10px;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.caution {
    color: #ea4949;
    font-size: 12px;
}

/* --------------------------------

OBOG会記事の装飾

-------------------------------- */

/* --------------------------------
共通_アンケート横並び
-------------------------------- */
.d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.d-flex li {
    width: 48%;
    margin-bottom: 40px;
}

/* --------------------------------
共通_ひとこと
-------------------------------- */
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
    font-size: 11px;
    text-align: center;
}

.balloon5 .faceicon span {
    border: solid 3px #d7ebfe;
    border-radius: 50%;
    display: block;
    line-height: 80px;
    height: 80px;
    font-weight: bold;
    font-size: 15px;
}

.balloon5 .faceicon img {
    width: 100%;
    height: auto;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}

/* --------------------------------
共通_新KOMADOにあたり追記
-------------------------------- */
.d-flex h5,
.d-flex h6 {
    font-size: 100%;
    /* 追記 */
    font-weight: normal;
    /* 追記 */
}

.d-flex h5 {
    font-weight: bold;
    padding-top: 12px;
    margin-bottom: -12px;
}

/* --------------------------------
2020
-------------------------------- */
.box25 {
    position: relative;
    background: #fff0cd url("../img/bg-rocket-2.png") no-repeat top right;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    height: 100%;
    line-height: 1.3;

}

/* 2020のOBOG会の記事のみmogic歴の表記がありその対応 */
.d-flex .box25 h5 {
    margin-bottom: 0;
}

.box25:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 var(--lightgray02) #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box25 p {
    margin: 0;
    padding: 0;
}



.box25 h6 {
    color: #505050;
    padding: 0.5em;
    line-height: 1.3;
    background: #dbebf8;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    margin: 20px 0 10px;
}

.box25 h6:before {
    content: '●';
    color: white;
    margin-right: 8px;
}

/* --------------------------------
2021 タコス
-------------------------------- */
.box26 {
    position: relative;
    background: #fff3e6 url("../img/bg-mexico.png") no-repeat top right;
    box-shadow: 0px 0px 0px 5px #ffe6cc;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    height: 100%;
    line-height: 1.3;
    font-weight: normal;
}

.box26:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 var(--lightgray02) #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box26 p {
    margin: 0;
    padding: 0;
}

.box26 h6 {
    color: #505050;
    padding: 0.5em;
    background: #d8e6ca;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    margin: 20px 0 10px;
}

.box26 h6:before {
    content: '●';
    color: white;
    margin-right: 8px;
}



/* --------------------------------
2022 おやき
-------------------------------- */
.box27 {
    position: relative;
    background: #fff3e6 url("../img/bg-oyaki.png") no-repeat top right;
    box-shadow: 0px 0px 0px 5px #ffe6cc;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
    height: 100%;
}

.box27:after {
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 var(--lightgray02) #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box27 p {
    margin: 0;
    padding: 0;
}


.box27 h6 {
    color: #505050;
    /*文字色*/
    padding: 0.5em;
    /*文字周りの余白*/
    line-height: 1.3;
    /*行高*/
    background: #d8e6ca;
    /*背景色*/
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    /*左側の角を丸く*/
    margin: 20px 0 10px;
}

.box27 h6:before {
    content: '●';
    color: white;
    margin-right: 8px;
}

/* --------------------------------
OBOG会関連_まとめてレスポンシブ
-------------------------------- */

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

    .d-flex li {
        width: 100%;
    }

    .box25 {
        background: #fff0cd;
    }

    .box-26 {
        background: #fff3e6;
    }

    .box-27 {
        background: #fff3e6;
    }

}

/* --------------------------------

インターン4人にインタビュー_写真の装飾

-------------------------------- */


.box-28 .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.box-28 .tate {
    width: 40%;
}

.box-28 .yoko {
    width: 50%;
}

@media only screen and (max-width: 640px) {
    .box-28 .wp-block-group__inner-container {
        width: 100%;
    }

    .box-28 .tate {
        width: 45% !important;
    }

    .box-28 .yoko {
        width: 53% !important;
    }
}