@charset "UTF-8";

@font-face {
    font-family: "hiragino-kakugo4";
    src: url("../font/ヒラギノ角ゴ Std W0.otf") format("opentype");
}

body {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222222;
    font: 400 1.4rem / 2.07143 YuGothic, "游ゴシック体", "游ゴシック",
        "ヒラギノ角ゴシック", "メイリオ", Meiryo, "Source Sans Pro", sans-serif;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

body p {
    margin-top: 0;
    margin-bottom: 0;
}

.sp {
    display: none;
}

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

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.page-content,
section {
    color: #222222;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴシック",
        "メイリオ", Meiryo, "Source Sans Pro", sans-serif;
}

.header__inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.header__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16vw;
    max-width: 180px;
    height: 50px;
    color: #fff;
    background: #023e80;
    font-size: min(18px, 1.8vw);
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    position: relative;
}

.header__button:first-child {
    border-radius: 4px 0 0 4px;
}

.header__button:nth-child(2) {
    border-radius: 0 4px 4px 0;
}

.header__button:nth-child(3) {
    display: none;
    border-radius: 0 4px 4px 0;
}

.header__button img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.header__contact:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}

.header__member {
    background-color: #f4b732;
    border-radius: 25px;
    margin-left: 15px;
}

.header__logo {
    width: 100px;
    display: block;
    z-index: 9000;
    position: relative;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__top__burger {
    display: none;
}

@media screen and (max-width: 1200px) {
    .header {
        padding: 0;
        -webkit-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .header__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .header__upper {
        display: block;
        width: 100%;
        padding: 15px 4vw 0;
        height: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 8500;
        background-color: #fff;
    }

    .header__button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 33%;
        max-width: 100%;
        height: 60px;
        font-size: min(16px, 1.8vw);
        letter-spacing: 0.02em;
        position: relative;
        padding: 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header__button img {
        display: block;
        margin: auto;
        margin-bottom: 6px;
    }

    .header__contact::after {
        top: 0;
        height: 60px;
    }

    .header__member {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #f4b732;
        border-radius: 25px;
        font-size: 18px;
        width: 100%;
        height: 50px;
        margin: auto;
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        vertical-align: middle;
    }

    .header__member img {
        margin: 0;
        margin-right: 10px;
    }

    .header__logo {
        width: 60px;
    }

    .header__top {
        display: none;
    }

    .header__top__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4vw;
    }
}

.gnav {
    padding-bottom: 10px;
    margin-top: 28px;
}

.gnav_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnav_list a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #222222;
    min-width: 4em;
}

.gnav_list a:hover {
    color: #727171;
    text-decoration: underline;
}

.gnav_list__item {
    text-align: center;
    display: block;
    position: relative;
}

.gnav__bar {
    width: 1px;
    height: 20px;
    background-color: #9b9b9b;
}

.gnav_sub span {
    display: none;
}

.gnav_sub__content {
    position: absolute;
    top: 100%;
    left: -40px;
    width: calc(100% + 80px);
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: visibility 0.35s, opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.35s;
    -webkit-transition: visibility 0.35s,
        opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s;
    transition: transform 0.35s, visibility 0.35s,
        opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.35s, visibility 0.35s,
        opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    will-change: opacity;
}

.gnav_sub:hover {
    cursor: pointer;
}

.gnav_sub:hover .gnav_sub__content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.gnav_sub__list {
    position: relative;
    padding: 10px 0;
    background: #e1e7eb;
}

.gnav_sub__list a {
    color: #0080ff;
    padding: 4px 0;
    text-shadow: none;
    font-size: 13px;
}

.gnav_sub__list a:hover {
    color: rgba(51, 51, 51, 0.6);
}

.hamburger {
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 4vw;
    z-index: 9000;
    background-color: #023e80;
}

@media screen and (max-width: 1200px) {
    .gnav {
        padding-bottom: 10px;
        margin-top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        height: 100vh;
        overflow-y: scroll;
        background: #fff;
        z-index: 8000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            visibility 0s ease 0.4s;
        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            visibility 0s ease 0.4s;
    }

    .gnav__inner {
        padding-top: 60px;
    }

    .gnav_list {
        display: block;
        margin-bottom: 20px;
    }

    .gnav_list a {
        font-size: 16px;
        font-weight: bold;
        display: block;
        color: #222222;
        line-height: 45px;
    }

    .gnav_list a:hover {
        color: #e0e0e0;
    }

    .gnav_list__item {
        text-align: left;
        padding-left: 4vw;
        min-height: 45px;
        height: auto;
        border-bottom: solid 1px #d8d8d8;
    }

    .gnav_list__item:first-child {
        border-top: solid 1px #d8d8d8;
    }

    .gnav_sub {
        position: relative;
    }

    .gnav_sub a.gnav_sub__name {
        display: none;
    }

    .gnav_sub span {
        font-size: 16px;
        line-height: 45px;
        font-weight: bold;
        display: block;
        color: #222222;
    }

    .gnav_sub:after {
        content: "\025bc";
        position: absolute;
        top: 8px;
        right: 4vw;
    }

    .gnav_sub.open:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .gnav__bar {
        display: none;
    }

    .gnav_sub__content {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        width: 100%;
        z-index: 1000;
        pointer-events: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: visibility 0.35s,
            opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s;
        -webkit-transition: visibility 0.35s,
            opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s;
        transition: transform 0.35s, visibility 0.35s,
            opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.35s, visibility 0.35s,
            opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.35s;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        will-change: opacity;
    }

    .gnav_sub:hover {
        cursor: pointer;
    }

    .gnav_sub:hover .gnav_sub__content {
        pointer-events: auto;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .gnav_sub__list {
        position: relative;
        padding: 0;
        background-color: #fff;
        margin-top: -4px;
    }

    .gnav_sub__list a {
        color: #0080ff;
        padding: 0;
        text-shadow: none;
        font-size: 13px;
        line-height: 35px;
    }

    .gnav_sub__list a:hover {
        color: rgba(51, 51, 51, 0.6);
    }

    .gnav_is-open .gnav {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
            visibility 0s;
        transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
    }

    .hamburger {
        display: none;
    }

    .hamburger_icon {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: none;
        border: 0;
        position: absolute;
        top: calc(50% - 2px);
        left: 0;
        right: 0;
        display: block;
        width: 18px;
        height: 2px;
        background-color: #fff;
        margin: 0 auto;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hamburger_icon:before,
    .hamburger_icon:after {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        margin: 0 auto;
        background: #fff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .hamburger_icon:before {
        margin-top: -7px;
    }

    .hamburger_icon:after {
        margin-top: 6px;
    }

    .hamburger_is-active .hamburger_icon {
        background: transparent;
    }

    .hamburger_is-active .hamburger_icon:before {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger_is-active .hamburger_icon:after {
        margin-top: 0;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

.header-onscroll {
    background-color: #fff;
}

/*footer*/
.footer {
    padding: 80px 40px 20px;
    background: #0080ff;
}

.footer_container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_logo {
    display: inline-block;
    width: 126px;
    height: auto;
    display: block;
    margin-bottom: 0.5em;
    margin-right: 40px;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_info {
    color: #fff;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
}

.sns-icons {
    display: flex;
    align-items: center;
    margin-top: 15px;
    width: 120px;
    justify-content: space-between;
}

.sns-icons a {
    color: #fff;
    font-size: 22px;
}

.sns-icons a svg {
    height: 22px;
    width: auto;
}

.footer_nav {
    margin-bottom: 220px;
}

.footer_nav__head {
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 145px;
    border-bottom: solid 1px #fff;
    height: 60px;
    padding-bottom: 12px;
}

.footer_nav__head a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 24px;
}

.footer_nav__list {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    list-style: none;
}

.footer_nav__sub {
    position: absolute;
    top: 75px;
    left: 0;
}

.footer_nav__item {
    height: 24px;
}

.footer_nav__item a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.footer_nav__item a:before {
    display: inline-block;
    content: "ー";
    margin-right: 8px;
}

.footer_nav__item:last-of-type {
    margin-bottom: 15px;
}

.footer_copyright {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: center;
    width: 100%;
    margin-top: 90px;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 20px 0;
    }

    .footer_logo {
        display: block;
        width: 33vw;
        margin: auto;
        margin-bottom: 10px;
    }

    .footer_logo img {
        width: 100%;
        height: auto;
    }

    .footer_info {
        margin-bottom: 15px;
        display: block;
        text-align: center;
    }

    .sns-icons {
        margin: auto;
        margin-top: 15px;
    }

    .footer_nav {
        margin-bottom: 15px;
        border-top: solid 1px #fff;
    }

    .footer_nav__head {
        margin-bottom: 0;
        letter-spacing: 0.02em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        border-bottom: solid 1px #fff;
        height: 45px;
        padding-bottom: 0;
    }

    .footer_nav__head a {
        color: #fff;
        font-size: 16px;
        line-height: 45px;
        font-weight: bold;
        position: relative;
        width: 100%;
        display: block;
        padding: 0 4vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer_nav__head a br {
        display: none;
    }

    .footer_nav__head:first-child {
        margin-bottom: 360px;
    }

    .footer_nav__head:nth-child(2) {
        border-top: solid 1px #fff;
    }

    .footer_nav__list {
        display: block;
    }

    .footer_nav__sub {
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
    }

    .footer_nav__item {
        height: 35px;
    }

    .footer_nav__item a {
        color: #222222;
        background-color: #fff;
        font-size: 14px;
        line-height: 34px;
        border-bottom: solid 1px #d8d8d8;
        display: block;
        width: 100%;
        padding-left: 4vw;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footer_nav__item a:before {
        display: inline-block;
        content: "ー";
        margin-right: 8px;
    }

    .footer_nav__item:last-of-type {
        margin-bottom: 0;
    }

    .footer_copyright {
        color: #fff;
        letter-spacing: 0.08em;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
}

.section-content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.section-head {
    color: #FFC610;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    margin: auto;
    margin-bottom: 40px;
    width: auto;
    max-width: 1200px;
    text-align: left;
}

.section-head span {
    display: block;
    font-size: 28px;
    color: #666;
    font-weight: 600;
    margin-top: 16px;
    font-family: YuGothic, "游ゴシック体", "游ゴシック", "ヒラギノ角ゴシック",
        "メイリオ", Meiryo, "Source Sans Pro", sans-serif;
}
.section-head {
    font-family: Helvetica;
}

@media screen and (max-width: 768px) {
    .section-head {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .section-head span {
        font-size: 16px;
        margin-top: 6px;
    }
}

.sectionhead-center {
    font-size: 38px;
    position: relative;
    line-height: 1em;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 600;
}

.sectionhead-center:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 4px;
    background-color: #FFC610;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sectionhead-center br {
    display: none;
}

.items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    max-width: 1200px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .sectionhead-center {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .sectionhead-center:after {
        width: 80px;
        height: 3px;
        bottom: -17px;
    }

    .sectionhead-center br {
        display: block;
    }
}

.page-content {
    padding: 50px 40px 0;
}

.page-content_recruit {
    padding: 0 40px;
}

.section-fullwidth {
    width: calc(100% + 80px);
    margin-left: -40px;
}

.breadcrumb {
    background-color: #fafafa;
    padding: 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumb_content {
    width: auto;
    max-width: 1200px;
    font-size: 14px;
    line-height: 20px;
    color: #515154;
}

.breadcrumb_content a {
    color: #515154;
    position: relative;
}

.breadcrumb_content br {
    display: none;
}

@media screen and (min-width: 1280px) {
    .breadcrumb {
        padding: 10px calc(50% - 600px);
    }
}

@media screen and (max-width: 768px) {
    .page-content {
        padding: 17px 4vw 0;
    }

    .page-content_recruit {
        padding: 0 4vw 0;
    }

    .section-fullwidth {
        width: calc(100% + 8vw);
        margin-left: -4vw;
    }

    .breadcrumb {
        padding: 10px 4vw;
        margin-top: 0px;
    }
}

a.l-card__btn:hover {
    color: #fff;
}

.l-card__btn--box a.l-card__btn {
    background: linear-gradient(96.41deg, #0080FF -100.1%, #00AAFF -64.89%, #FFC610 -30.77%, #FFC610 26.45%, #1AC44A 57.88%, #00AAFF 81.48%, #0080FF 114.77%);
}

.cta-button {
    border-radius: 54px;
    color: #FFC610;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    margin: auto;
    margin-top: 40px;
    display: block;
    text-align: center;
    width: 460px;
    padding: 20px 34px;
    border: 1px solid #FFC610
}

.cta-button:hover {
    background-color: #FFC610;
    color: #fff;
    opacity: 1;
}

.cta-button:after {
    content: "→";
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .cta-button {
        font-size: 18px;
        line-height: 58px;
        margin-top: 20px;
        width: 100%;
    }

    .cta-button:after {
        display: none;
    }
}

/*page.php*/
.page_content {
    padding-bottom: 50px;
    max-width: 1200px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .page_content {
        padding-bottom: 20px;
    }
}

/*single.php*/
.article_wrapper {
    padding-bottom: 50px;
}

.article_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.article_content .cta-button {
    min-width: 260px;
    width: auto;
    display: inline-block;
    padding: 0 60px;
    line-height: 68px;
}

.article_content .widget_area {
    width: 30.8%;
}

.article_content .widget_area.fixed {
    width: calc(30.8% - 25px);
    position: fixed;
    right: 40px;
}

.article_content__event {
    margin-top: -50px;
}

.article_content__event .article_main {
    margin-top: 50px;
}

@media screen and (min-width: 1281px) {
    .article_content__event .widget_area {
        width: 369.6px;
        right: calc(50vw - 600px);
        bottom: auto;
    }

    .article_content .widget_area.fixed {
        width: 369.6px;
        right: calc(50vw - 600px);
    }
}

.article_content .widget_area.fixed.bottom {
    width: 30.8%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.article_content__event .widget_area.fixed.bottom {
    bottom: -250px;
}

.article_main {
    width: 66.6%;
}

.article_main h1 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article_main .article__thumb {
    width: 100%;
}

.article_main .index_wrap {
    border: solid 2px #FFC610;
    margin-bottom: 30px;
    background-color: #fff9f0;
}

.article_main .index_wrap .index-title {
    display: block;
    width: 180px;
    background-color: #FFC610;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    font-weight: 600;
}

.article_main .index_wrap ul {
    padding-left: 20px;
    padding-bottom: 10px;
    margin-left: 5px;
}

.article_main .index_wrap ul li a {
    font-size: 16px;
    line-height: 36px;
    font-weight: 600;
    color: #222222;
}

.article_main h2 {
    font-size: 26px;
    line-height: 36px;
    padding: 8px 0;
    background-color: #fff9f0;
    padding-left: 15px;
    border-left: 6px solid #FFC610;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 600;
}

.article_main h3 {
    font-size: 22px;
    color: #FFC610;
    font-weight: 600;
}

.article_main h3:before {
    content: "\025b6";
    margin-right: 15px;
}

.article_main h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.article_main h4 span {
    background-color: #fff;
    position: relative;
    z-index: 3;
    padding-right: 6px;
}

.article_main h4:after {
    content: "";
    position: absolute;
    width: calc(790px - 100%);
    background-color: #FFC610;
    height: 2px;
    left: calc(100% + 10px);
    top: 50%;
    z-index: 1;
}

.article_main p {
    font-size: 16px;
}

#sidebar .banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    border: solid 4px #f2f2f2;
    margin-bottom: 20px;
}

.tagcloud a {
    color: #222222;
    opacity: 1;
}

.tagcloud a:hover {
    opacity: 1;
}

.tagcloud-sidebar {
    background-color: #fafafa;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tagcloud-sidebar h2 {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}

.tagcloud-sidebar a {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 30px;
    border: solid 1px #FFC610;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 3px;
    margin-bottom: 6px;
    padding: 0 15px;
    display: inline-block;
}

.yarpp-related-widget h3 {
    text-align: center;
    background-color: #FFC610;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    line-height: 38px;
    font-size: 18px;
}

.yarpp-related-widget h3 i {
    margin-right: 10px;
}

.yarpp-related-widget .yarpp-thumbnail {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: solid 1px #d8d8d8;
}

.yarpp-related-widget .yarpp-thumbnail:last-child {
    border-bottom: none;
}

.yarpp-related-widget .yarpp-thumbnail img {
    width: 37.8%;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.yarpp-related-widget .yarpp-thumbnail span {
    width: 58.1%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    max-height: 72px !important;
}

.yarpp-thumbnails-horizontal .pick_up ._txt {
    margin-top: 12px;
    text-decoration: none;
}

.article_content__event .widget_tag_cloud,
.article_content__event .yarpp-related-widget {
    display: none;
}

.article_content__info .widget_tag_cloud {
    display: none;
}

@media screen and (max-width: 768px) {
    .article_wrapper {
        padding-bottom: 20px;
    }

    .article_content {
        display: block;
    }

    .article_content .cta-button {
        width: 100%;
        padding: 0;
        line-height: 58px;
    }

    .article_content .widget_area {
        width: 100%;
    }

    .article_content__event .widget_area {
        position: unset;
    }

    .article_content__event,
    .article_content__event .article_main {
        margin-top: 0;
    }

    .article_main {
        width: 100%;
    }

    .article_main h1 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .article_main .index_wrap {
        margin-bottom: 20px;
    }

    .article_main .index_wrap ul {
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .article_main h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .article_main h3 {
        font-size: 18px;
    }

    .article_main h3:before {
        content: "\025b6";
        margin-right: 10px;
    }

    .article_main h4 {
        font-size: 16px;
    }

    .article_main h4 span {
        background-color: #fff;
        position: relative;
        z-index: 3;
        padding-right: 6px;
    }

    .article_main h4:after {
        content: "";
        position: absolute;
        width: calc(100vw - 8vw - 100% - 10px);
        background-color: #FFC610;
        height: 2px;
        left: calc(100% + 10px);
        top: 50%;
        z-index: 1;
    }

    #sidebar .banner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 120px;
        border: solid 4px #f2f2f2;
        margin-bottom: 20px;
    }

    .tagcloud-sidebar {
        background-color: #fafafa;
        padding: 15px 20px;
        border-radius: 8px;
    }

    .tagcloud-sidebar h2 {
        color: #222222;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        margin-bottom: 10px;
    }

    .tagcloud-sidebar a {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 30px;
        border: solid 1px #FFC610;
        background-color: #fff;
        border-radius: 4px;
        margin-right: 3px;
        margin-bottom: 6px;
        padding: 0 15px;
        display: inline-block;
    }

    .yarpp-related-widget h3 {
        text-align: center;
        background-color: #0080ff;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        line-height: 38px;
        font-size: 18px;
    }

    .yarpp-related-widget h3 i {
        margin-right: 10px;
    }

    .yarpp-related-widget .yarpp-thumbnail {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 20px 0;
        border-bottom: solid 1px #d8d8d8;
    }

    .yarpp-related-widget .yarpp-thumbnail:last-child {
        border-bottom: none;
    }

    .yarpp-related-widget .yarpp-thumbnail img {
        width: 37.8%;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .yarpp-related-widget .yarpp-thumbnail span {
        width: 58.1%;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
    }

    .article_content__event .widget_tag_cloud,
    .article_content__event .yarpp-related-widget {
        display: none;
    }

    .article_content__info .widget_tag_cloud {
        display: none;
    }
}

/*archive.php*/
.archive_container {
    padding: 0 0 50px;
}

.archive_content {
    max-width: 1200px;
    margin: auto;
    width: auto;
}

.article_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.article_list .article {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 32.5%;
    margin-top: 0;
    padding: 10px 0;
    border-radius: 20px;
    box-shadow: 0px 4px 24px 0px #CDCDCD4D;
    margin-right: 1.25%;
    margin-bottom: 30px;
}

.article_list .article:nth-child(3n) {
    margin-right: 0;
}

.article_list__meta {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.article_list__date {
    color: #9b9b9b;
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.article_list__date i {
    margin-right: 5px;
}

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

.tagUL li {
    margin-right: 10px;
}

.tagUL li a {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
}

.tagUL-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.tagUL-single li {
    margin-right: 10px;
    margin-bottom: 8px;
}

.tagUL-single li a {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    line-height: 30px;
    display: block;
    padding: 0 15px;
    border: solid 1px #FFC610;
    border-radius: 4px;
}

.card__text {
    padding: 0 15px;
    color: #666666;
}

.excerpt-more {
    color:#1E6EE6;
}

.card__text .article_list__ttl {
    color: #222222;
}

.article_list__ttl {
    font-size: 20px;
    line-height: 1.5em;
    min-height: 60px;
    font-weight: 600;
    color: #222222;
}

@media screen and (max-width: 768px) {
    .archive_container {
        padding: 0 0 20px;
        margin-top: 40px;
    }

    .article_list {
        display: block;
    }

    .article_list .article {
        width: 100%;
        margin-top: 0;
        padding: 10px 0;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .article_list .article:nth-child(3n) {
        margin-right: 0;
    }

    .article_list__ttl {
        font-size: 18px;
        min-height: initial;
    }
}

/*interview 一覧*/
.interview__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    max-width: 1200px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.interview__list .article {
    width: 31.6%;
    text-align: left;
    margin-bottom: 40px;
    margin-right: 2.6%;
}

.interview__list .article:nth-child(3n) {
    margin-right: 0;
}

.interview__list .article .article__thumb {
    width: 100%;
    height: 0;
    padding-top: calc((220 / 390) * 100%);
    background-size: cover;
    background-position: center;
}

.interview__list .article .company-logo {
    margin-top: -26px;
    background-color: #fff;
    height: 52px;
    width: 190px;
    text-align: center;
}

.interview__list .article .company-logo img {
    width: auto;
    height: 52px;
}

.interview__list .article .article-head {
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 14px;
    margin-top: 12px;
    line-height: 1;
}

.interview__list .article .article-head h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.interview__list .article .article-head span {
    font-size: 14px;
    margin-top: 6px;
    display: block;
    font-weight: 600;
}

.interview__list .article p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .interview__list {
        display: block;
        max-width: 1200px;
    }

    .interview__list .article {
        width: 100%;
        text-align: left;
        margin-right: 0;
    }

    .interview__list .article:nth-child(3n) {
        margin-right: 0;
    }

    .interview__list .article p {
        font-size: 16px;
    }
}

/*function 一覧*/
.archive_content.archive_content__function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.archive_content.archive_content__function .archive__main {
    width: 100%;
}

.archive_content.archive_content__function .function-article a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 78px;
    border-bottom: solid 1px #d8d8d8;
}

.archive_content.archive_content__function .function-article a h2 {
    font-size: 18px;
    font-weight: 400;
}

.archive_content.archive_content__function .function-date {
    font-size: 18px;
    font-weight: 600;
    color: #9b9b9b;
    width: 150px;
}

@media screen and (max-width: 768px) {
    .archive_content.archive_content__function {
        display: block;
    }

    .archive_content.archive_content__function .archive__main {
        width: 100%;
    }

    .archive_content.archive_content__function .function-article a {
        display: block;
        line-height: 24px;
        border-bottom: solid 1px #d8d8d8;
        padding: 15px 0;
    }

    .archive_content.archive_content__function .function-article a h2 {
        font-size: 16px;
        font-weight: 400;
    }

    .archive_content.archive_content__function .function-date {
        font-size: 16px;
        font-weight: 600;
        color: #9b9b9b;
        width: auto;
        margin-bottom: 10px;
    }
}

/*ページネーション */
.wp-pagenavi {
    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;
    margin-top: 40px;
    position: relative;
}

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

.wp-pagenavi span.current {
    background-color: #FFC610;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    width: 40px;
    display: block;
    border: none;
    padding: 0;
}

.wp-pagenavi span.extend {
    border: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    width: 40px;
    display: block;
    padding: 0;
    color: #c1c1c1;
}

.wp-pagenavi a {
    background-color: #ededed;
    border: none;
    color: #c1c1c1;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    width: 40px;
    display: block;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .wp-pagenavi {
        margin-top: 20px;
    }

    .wp-pagenavi span.current {
        font-size: 16px;
        line-height: 34px;
        width: 34px;
    }

    .wp-pagenavi span.extend {
        font-size: 16px;
        line-height: 34px;
        width: 34px;
    }

    .wp-pagenavi a {
        font-size: 16px;
        line-height: 34px;
        width: 34px;
    }
}

/*event 一覧*/
.article_list__event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.article_list__event article {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 24px 0px #CDCDCD4D;
}

.article_list__event article:nth-child(3n) {
    margin-right: 0;
}

.article_list__event article h2 {
    font-size: min(20px, 1.56vw);
    font-weight: 600;
    line-height: 30px;
    padding: 15px 15px 0;
    border-bottom: solid 1px #d8d8d8;
    min-height: 80px;
}

.article_list__event article .article__date {
    font-size: 18px;
    background-color: #fafafa;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 600;
    color: #222222;
}

.article_list__event article .available-seats {
    color: #00a3ff;
    margin-left: 8px;
}

.article_list__event article .article__thumb {
    width: 100%;
    height: 0;
    padding-top: calc((699 / 1242) * 100%);
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
}

.article_list__event article .article__thumb_finished:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.article_list__event article .article__excerpt {
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
}

.cta-button_event {
    width: 420px;
    line-height: 68px;
    border-radius: 54px;
    border: 1px solid #FFC610;
}

.cta-button_event:hover {
    opacity: 1;
}

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

    .article_list__event article {
        width: 100%;
        margin-bottom: 4vw;
    }

    .article_list__event article h2 {
        font-size: 18px;
        line-height: 30px;
        padding: 15px 15px 0;
        border-bottom: solid 1px #d8d8d8;
        height: 80px;
    }

    .article_list__event article .article__date {
        font-size: 18px;
        background-color: #fafafa;
        line-height: 40px;
        padding: 0 15px;
        font-weight: 600;
    }

    .article_list__event article .available-seats {
        color: #00a3ff;
        margin-left: 8px;
    }

    .article_list__event article .article__thumb {
        width: 100%;
        height: 0;
        padding-top: calc((250 / 386) * 100%);
        position: relative;
        display: block;
        background-size: contain;
        background-position: center;
    }

    .article_list__event article .article__thumb_finished:after {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0;
    }

    .article_list__event article .article__excerpt {
        padding: 15px;
        font-size: 16px;
        line-height: 30px;
    }

    .cta-button_event {
        width: 100%;
    }
}

/*youtube*/
.category-list {
    padding-bottom: 38px;
}

.category-list_youtube {
    display: none;
}

.category-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    max-width: 1200px;
    margin: auto;
}

.category-list ul li {
    width: 19.1%;
    margin-right: 1%;
    border: solid 1px #FFC610;
    border-radius: 4px;
    margin-bottom: 12px;
    height: 60px;
}

.category-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #222222;
}

.category-list ul li a.active {
    background-color: #FFC610;
    color: #ffffff;
}

.category-list ul li:nth-child(5n) {
    margin-right: 0;
}

.article_list__youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.article_list__youtube.display-none {
    display: none;
}

.article_list__youtube .article {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 32.5%;
    background-color: #fff;
    margin-top: 0;
    padding: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    margin-right: 1.25%;
}

.article_list__youtube .article:nth-child(3n) {
    margin-right: 0;
}

.article_list__youtube .article .article_list__meta {
    padding: 0;
}

.article_list__meta_pickup {
    padding: 0 0 0 75px;
}

.article__thumb_youtube {
    width: 100%;
    height: 0;
    padding-top: 56.2%;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}

.category-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 734px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff9f0;
    border: solid 4px #ffefd3;
    margin: auto;
    margin-bottom: 40px;
    display: none;
}

.category-selector p {
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 500px);
}

.category-selector select {
    width: 500px;
    border: solid 1px #c6c6c6;
    border-radius: 4px;
    height: 40px;
    padding: 0 20px;
}

.archive_pickup {
    padding: 45px 40px 50px;
    background-color: #fafafa;
    padding: 40px;
    background-image: url("../img/index/dot.png");
    background-size: 100%;
    margin-bottom: 45px;
}

.archive_pickup .article_list__youtube {
    width: auto;
    max-width: 1200px;
    margin: auto;
}

.archive_pickup .article_list__youtube .article {
    border: solid 3px #FFC610;
    position: relative;
}

.archive_pickup .article_list__youtube .article .pickup-star {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 44px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFC610;
    border-radius: 8px 0 8px 0;
    top: -3px;
    left: -3px;
}

.archive_pickup .article_list__youtube .article .article_list__meta {
    padding: 0 0 0 75px;
}

@media screen and (max-width: 768px) {
    .category-list {
        padding-bottom: 15px;
    }

    .category-list ul li {
        width: 48.6%;
        margin-right: 1.4%;
        margin-bottom: 5px;
    }

    .category-list ul li:nth-child(5n) {
        margin-right: 1.4%;
    }

    .category-list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .category-list ul li a {
        font-size: 16px;
    }

    .article_list__youtube {
        display: block;
    }

    .article_list__youtube.display-none {
        display: none;
    }

    .article_list__youtube .article {
        margin-right: 0;
        width: 100%;
    }

    .article_list__youtube .article:nth-child(3n) {
        margin-right: 0;
    }

    .category-selector {
        display: block;
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .category-selector p {
        font-size: 16px;
        text-align: center;
        width: auto;
        margin-bottom: 12px;
    }

    .category-selector select {
        width: 100%;
    }

    .archive_pickup {
        padding: 16px 4vw 20px;
        margin-bottom: 16px;
    }

    .archive_pickup .article_list__youtube .article .pickup-star {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        height: 44px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #FFC610;
        border-radius: 8px 0 8px 0;
        top: -3px;
        left: -3px;
    }
}

/*download*/
.download-top-wrapper {
    width: auto;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-top {
    width: 50%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 50px;
    border: solid 4px #FFC610;
    border-radius: 8px;
    padding: 35px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.download-top-training {
    margin-left: 20px;
    border: solid 4px #0076ba;
}

.download-top h2 {
    text-align: center;
    font-size: 38px;
    line-height: 52px;
    font-weight: 600;
    margin-bottom: 30px;
}

.download-top .flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 30px;
}

.download-top .flex-content img {
    height: 186px;
}

.download-top p {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

.download-top .cta-button {
    background-color: #ef6d53;
    width: 500px;
}

.download-top-training .cta-button {
    background-color: #e3af00;
}

.article_list__download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    max-width: 1200px;
    margin: auto;
}

.article_list__download .article {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    width: 32.5%;
    padding: 15px 0;
    border-radius: 20px;
    box-shadow: 0px 4px 24px 0px #CDCDCD4D;
    margin-bottom: 30px;
    margin-right: 1.25%;
}

.article_list__download .article:nth-child(3n) {
    margin-right: 0;
}

.article_list__download .article .article_list__meta {
    padding: 0 15px;
}

.article_list__download .article .article_list__meta ul li {
    background-color: #ffd033;
    border-radius: 4px;
    display: block;
    min-width: 110px;
}

.article_list__download .article .article_list__meta ul li a {
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    display: block;
    width: 100%;
}

.article_list__download .article .article__thumb {
    width: 100%;
    height: 0;
    padding-top: calc((699 / 1242) * 100%);
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
}

.article_list__download .article .article__content {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.article_list__download .article .article__content .article__ttl {
    flex: 1;
    display: flex;
    align-items: center;
}

.article_list__download .article h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 8px;
}

.article_list__download .article .download-button {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background-color: #FFC610;
    display: block;
    width: 100%;
}

.article_list__download .article .download-button i {
    margin-left: 15px;
}

.download__thumb {
    margin-top: 10px;
    width: 100%;
    height: calc((220 / 390) * 100%);
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .download-top-wrapper {
        flex-direction: column;
    }

    .download-top {
        width: auto;
        margin-bottom: 30px;
        padding: 15px;
    }

    .download-top-training {
        margin-left: 0;
    }

    .download-top h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .download-top .flex-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .download-top .flex-content img {
        height: auto;
    }

    .download-top p {
        font-size: 16px;
        line-height: 1.5em;
    }

    .download-top .cta-button {
        background-color: #ef6d53;
        width: 100%;
    }

    .download-top-training .cta-button {
        background-color: #e3af00;
    }

    .article_list__download {
        display: block;
    }

    .article_list__download .article {
        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-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        width: 100%;
        padding: 15px 0;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .article_list__download .article:nth-child(3n) {
        margin-right: 0;
    }

    .article_list__download .article .article_list__meta {
        padding: 0 15px;
    }

    .article_list__download .article .article_list__meta ul li {
        background-color: #ffd033;
        border-radius: 4px;
        display: block;
        min-width: 110px;
    }

    .article_list__download .article .article_list__meta ul li a {
        font-size: 12px;
        line-height: 30px;
        text-align: center;
        display: block;
        width: 100%;
    }

    .article_list__download .article .article__thumb {
        width: 100%;
        height: 0;
        padding-top: calc((699 / 1242) * 100%);
        position: relative;
        display: block;
        background-size: cover;
        background-position: center;
    }

    .article_list__download .article .article__content {
        padding: 0 15px;
    }

    .article_list__download .article h2 {
        font-size: 18px;
        line-height: 27px;
    }

    .article_list__download .article .download-button {
        font-size: 18px;
    }
}

/*コラム*/
.archive_content__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 50px;
    border-bottom: solid 1px #d8d8d8;
    margin-bottom: 45px;
    position: relative;
}

.archive_content__column .archive__main {
    width: 66.2%;
}

.archive_content__column .widget_area {
    width: 30.8%;
}

.archive_content__column .widget_area.fixed {
    width: calc(30.8% - 25px);
    position: fixed;
    right: 40px;
    bottom: 0;
}

@media screen and (min-width: 1281px) {
    .archive_content__column .widget_area.fixed {
        width: 369.6px;
        right: calc(50vw - 600px);
        bottom: 0;
    }
}

.archive_content__column .widget_area.fixed.bottom {
    width: 30.8%;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.archive_content__column .cta-button {
    width: 400px;
    line-height: 68px;
}

.archive-section {
    width: 100%;
}

.archive-section h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.archive-section h2:after {
    width: 140px;
    height: 4px;
    background-color: #FFC610;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.archive-section_hasborder {
    margin-bottom: 45px;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 50px;
}

.article_list__date_column {
    text-align: left;
}

.article_list__column {
    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;
}

.article_list__column .article {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 49%;
    margin-top: 0;
    padding: 10px 0;
    border-radius: 20px;
    box-shadow: 0px 4px 24px 0px #CDCDCD4D;
    margin-bottom: 15px;
}

.article_list__column .article__thumb {
    width: 100%;
    height: 0;
    padding-top: calc((220 / 390) * 100%);
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.tagcloud-column {
    max-width: 1200px;
    width: auto;
    margin: auto;
    background-color: #fafafa;
    padding: 30px 80px;
    border-radius: 8px;
    color: #222222;
}

.tagcloud-column h2 {
    margin-bottom: 20px;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.tagcloud-column a {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 30px;
    border: solid 1px #FFC610;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    display: inline-block;
}

.sidebar-banner {
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

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

.sidebar-popular,
.sidebar-latest {
    margin-bottom: 20px;
}

.popular-head {
    width: 100%;
    text-align: center;
    background-color: #FFC610;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 38px;
}

.popular-head i {
    margin-right: 10px;
}

.latest-head {
    width: 100%;
    text-align: center;
    background-color: #0080ff;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 38px;
}

.latest-head i {
    margin-right: 10px;
}

.latest-item,
.popular-item {
    border-bottom: solid 1px #d8d8d8;
}

.latest-item a,
.popular-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.latest-item:last-child,
.popular-item:last-child {
    border-bottom: none;
}

.latest-item .article__thumb,
.popular-item .article__thumb {
    width: 37.8%;
    height: 0;
    padding-top: calc((240 / 380) * 37.8%);
    background-size: cover;
    background-position: center;
    position: relative;
}

.latest-item .article__thumb span,
.popular-item .article__thumb span {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #fff;
    top: 5px;
    left: 5px;
    color: #fff;
    font-weight: 600;
}

.latest-item .article_list__ttl,
.popular-item .article_list__ttl {
    width: 62.2%;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600px;
}

.latest-item .article__thumb span {
    background-color: #FFC610;
}

@media screen and (max-width: 768px) {
    .archive_content__column {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 16px;
    }

    .archive_content__column .archive__main {
        width: 100%;
    }

    .archive_content__column .widget_area {
        display: none;
    }

    .archive_content__column .cta-button {
        width: 100%;
        line-height: 58px;
    }

    .archive-section h2 {
        font-size: 22px;
        margin-bottom: 40px;
        display: block;
        position: relative;
        text-align: center;
    }

    .archive-section h2:after {
        width: 80px;
        height: 3px;
        content: "";
        top: auto;
        bottom: -17px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .archive-section_hasborder {
        margin-bottom: 16px;
        border-bottom: solid 1px #d8d8d8;
        padding-bottom: 20px;
    }

    .article_list__column {
        display: block;
    }

    .article_list__column .article {
        width: 100%;
        margin-top: 0;
        padding: 10px 0;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
    }

    .article_list__column .article__thumb {
        width: 100%;
        height: 0;
        padding-top: calc((220 / 390) * 100%);
        background-size: cover;
        background-position: center;
    }

    .tagcloud-column {
        padding: 20px 30px;
    }

    .tagcloud-column h2 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .tagcloud-column a {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 30px;
        border: solid 1px #FFC610;
        background-color: #fff;
        border-radius: 4px;
        margin-right: 15px;
        margin-bottom: 15px;
        padding: 0 15px;
        display: inline-block;
    }
}

.cta-section {
    padding: 50px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .cta-section {
        padding: 20px 0;
    }
}

.button-download {
    font-size: 22px;
    line-height: 82px;
    display: block;
    width: 515px;
    background-color: #23A565;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.cta-section .button-download:nth-child(n + 2) {
    margin-left: 30px;
}

.button-download br {
    display: none;
}

@media screen and (max-width: 768px) {
    .button-download {
        font-size: 18px;
        line-height: 25px;
        height: 82px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .button-download br {
        display: block;
    }
}

.thanks-content {
    text-align: center;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .thanks-content {
        padding-bottom: 20px;
    }
}

.thanks-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #023e80;
}

@media screen and (max-width: 768px) {
    .thanks-content h2 {
        font-size: 18px;
    }
}

.thanks-content p {
    font-size: 16px;
    line-height: 30px;
}

.nopost {
    text-align: center;
    font-size: 16px;
}

.bottom_banner {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 200px;
    z-index: 100;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

.bottom_banner_inner {
    position: relative;
}

.bottom_banner_close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    color: #000000;
    font-size: 24px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.bottom_banner_close picture {
    width: 30px;
    height: 30px;
    position: relative;
}

.bottom_banner_close img {
    width: 16px;
}

.bottom_banner_close picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.bottom_banner a {
    display: block;
}

.bottom_banner.show {
    display: block;
}

.bottom_banner.close {
    display: none !important;
}

.bottom_banner img {
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .bottom_banner {
        bottom: 15px;
        left: 15px;
        width: 120px;
    }
}

.contact-tab {
    display: flex;
    margin-bottom: 30px;
}

.contact-tab p {
    color: #222222;
    background: #ffffff;
    border: 1px solid #033e80;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    padding: 8px 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 4px;
    width: 400px;
    margin-right: 20px;
    font-size: 16px;
}

.contact-tab p::after {
    content: "";
    background-image: url("../img/recruit/+.png");
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.contact-tab p.current {
    background: #033e80;
    color: #fff;
}

.contact-tab p.current::after {
    background-image: url("../img/recruit/-.png");
}

@media screen and (max-width: 768px) {
    .contact-tab p {
        color: #222222;
        background: #ffffff;
        border: 1px solid #023e80;
        font-weight: bold;
        white-space: nowrap;
        position: relative;
        z-index: 1;
        cursor: pointer;
        border-radius: 4px;
        font-size: 14px;
        line-height: 24px;
        padding: 2px 10px;
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-tab p::after {
        display: none;
    }
}

/* cta */

.cta_btn_wrap {
    margin-top: 20px;
    text-align: center;
}

.cta_btn {
    padding: 10px 30px;
    box-sizing: border-box;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    max-width: 100%;
    border-radius: 4px;
}

/* .blue {
  background-color: #023e80;
  box-shadow: 2px 2px 4px #023e80;
}

.yellow {
  background-color: #f4b732;
  box-shadow: 2px 2px 4px #f4b732;
}

.red {
  background-color: #ef6d53;
  box-shadow: 2px 2px 4px #ef6d53;
} */

.blue {
    background-color: #023e80;
    border-bottom: 5px solid #01254b;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.blue:hover {
    margin-top: 3px;
    border-bottom: 2px solid #01254b;
}

.yellow {
    background-color: #f4b732;
    border-bottom: 5px solid #ca9727;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.yellow:hover {
    margin-top: 3px;
    border-bottom: 2px solid #ca9727;
}

.red {
    background-color: #ef6d53;
    border-bottom: 5px solid #b84c00;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.red:hover {
    margin-top: 3px;
    border-bottom: 2px solid #b84c00;
}

.article-content .t-red {
    color: #bc0000;
}

.article-content .t-marker {
    background: linear-gradient(transparent 50%, #fee94b 50%);
}

.article-content ul {
    margin: 20px 0;
    width: 100%;
    padding: 10px 10px 10px 30px;
    box-sizing: border-box;
}

.article-content ul li {
    list-style: initial;
}

.article-content table {
    border-collapse: collapse;
    border: 1px solid #dfdfdf;
}

.article-content table td {
    border: 1px solid #dfdfdf;
    padding: 5px 15px;
}

.article-content table td:nth-child(1) {
    background-color: #fafafa;
    font-weight: bold;
    text-align: center;
}

.flex-item {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
}

.flex-item img {
    min-width: 330px;
    height: auto;
}

.flex-item-left img {
    margin-right: 15px;
}

.flex-item-right img {
    margin-left: 15px;
}

.flex-item-text {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .flex-item-left {
        flex-direction: column;
    }

    .flex-item-right {
        flex-direction: column-reverse;
    }

    .flex-item img {
        min-width: unset;
        width: 100%;
        margin-bottom: 15px;
    }

    .flex-item-left img {
        margin-right: 0;
    }

    .flex-item-right img {
        margin-left: 0;
    }

    .flex-item-text {
        padding: 0;
    }
}

.column-linkWrap {
    margin: 20px auto;
    text-align: center;
}

.column-link {
    display: inline-block;
}

.column-link-inner {
    border: 2px solid #FFC610;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 19px;
    position: relative;
    border-radius: 4px;
}

.column-link-href {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.column-link-inner::after {
    content: "あわせて読みたい";
    position: absolute;
    top: 0;
    left: 30px;
    transform: translateY(-50%);
    background-color: #FFC610;
    border-radius: 6px;
    padding: 0 8px;
    line-height: 24px;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
}

.column-link-inner:hover {
    transform: scale(1.02);
    transform: 0.4;
}

.column-link img {
    width: 160px;
    height: auto;
}

.column-link-body {
    margin-left: 20px;
    color: #428bca;
    text-decoration: underline;
    opacity: 0.85;
    font-size: 15px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .elementor-widget-wrap>.elementor-element.elementor-element-54abf49.elementor-absolute {
        position: relative;
        top: -18px;
    }
}

.page-header {
    height: 60px;
}

.event-banner-block {
    max-width: 1200px;
    margin: 80px auto 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #ddd
}

.event-banner-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #ffe07d;
    padding: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1)
}

.event-banner-links>li {
    width: calc((100% - 30px)/2);
    margin-left: 30px
}

.event-banner-links>li:nth-of-type(2n+1) {
    margin-left: 0
}

.event-banner-links>li>a {
    display: inline-block
}

.event-banner-links>li>a:hover {
    opacity: 1;
    filter: brightness(120%)
}

.event-banner-links img {
    vertical-align: bottom
}

@media screen and (max-width: 768px) {
    .event-banner-block {
        margin:50px auto 30px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ddd
    }

    .event-banner-links {
        flex-direction: column;
        padding: 20px 12px;
        box-sizing: border-box;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
        box-shadow: 0 0 20px rgba(0,0,0,.1)
    }

    .event-banner-links>li {
        width: 100%;
        margin-left: 0
    }

    .event-banner-links>li:nth-of-type(2n+1) {
        margin-left: 0
    }

    .event-banner-links>li+li {
        margin-top: 20px
    }

    .event-banner-links>li>a {
        display: inline-block
    }

    .event-banner-links>li>a:hover {
        opacity: 1;
        filter: brightness(120%)
    }

    .event-banner-links img {
        vertical-align: bottom
    }
}
