@charset "UTF-8";

/* 日本小動物医療センター（jsamc）のトップページ設定 */

/*-----------------------------------------
基本設定
-------------------------------------------*/
/*topページのコンテンツ幅*/
.container-size {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto 180px auto;
    padding: 0 60px;
    height: auto;
}

@media screen and (max-width: 991px) {
    .container-size {
        padding: 0 30px;
        margin: 0 auto 60px auto;
    }
}

.pc_hidden {
    display: none !important;
}

.sp_hidden {
    display: block !important;
}

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

    .pc_hidden {
        display: block !important;
    }
}


/* 大見出し（英語と日本語） */
.titleTextWrap .eng {
    font-family: "Montserrat";
    font-size: 24px;
    color: #33b283;
    margin-bottom: 10px;
}

.titleTextWrap .eng.center {
    text-align: center;
}

.titleTextWrap .jap {
    color: #333;
    font-size: 32px;
    margin-bottom: 40px;
}

.titleTextWrap .jap.center {
    text-align: center;
}


/*-----------------------------------------
メインビジュアル
-------------------------------------------*/
/* スライダー */
.slick_block {
    width: 100%;
    height: calc(100vh - 385px);
    margin-bottom: 90px;
    padding-top: 100px;
}

.slick_block img {
    width: 100%;
    height: calc(100vh - 430px);
    margin-right: 0;
    object-position: center center;
    object-fit: cover;
}

.slick_block2 {
    width: 100%;
    height: calc(100vh - 500px);
    margin-bottom: 90px;
    padding-top: 100px;
}

.slick_block2 img {
    width: 100%;
    height: calc(100vh - 500px);
    margin-right: 0;
    object-position: center center;
    object-fit: cover;
}

@media screen and (max-width: 1121px) {
    .slick_block {
        padding-top: 65px;
        height: calc(100vh - 65px);
    }

    .slick_block img {
        height: calc(100vh - 65px);
    }
    
    .slick_block2 {
        padding-top: 65px;
        height: calc(100vh - 65px);
    }

    .slick_block2 img {
        height: calc(100vh - 65px);
    }
}

@media screen and (max-width: 991px) {
    .slick_block {
        margin-bottom: 110px;
    }
    .slick_block2 {
        margin-bottom: 110px;
    }
}

/* メインビジュアル上の固定メニュー */
.slider {
    position: relative;
}

.fix_btn {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -101px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 40px 40px 30px 40px;
    z-index: 4;
}

.fix_btn2 {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -101px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 10px 40px 30px 40px;
    z-index: 4;
}


.fix_btn .fix_mainvisual_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fix_btn .fix_mainvisual_flex .flex-items {
    width: calc(100%/3);
    text-align: center;
    padding: 0 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media screen and (max-width: 1200px) {
    .fix_btn {
        width: 90vw;
        padding: 30px 10px 20px 10px;
    }
}

@media screen and (max-width: 1121px) {
    .fix_btn {
        position: static;
        padding: 0;
    }

    .fix_btn .fix_mainvisual_flex {
        position: static;
        flex-direction: column;
    }

    .fix_btn .fix_mainvisual_flex .flex-items {
        position: static;
        width: 100%;
        padding: 30px;
        margin-bottom: 10px;
        background-color: #eee;
    }

    .fix_btn .fix_footer_flex .flex-items {
        background-color: #eee;
    }
}

@media screen and (max-width: 500px) {
    .fix_btn {
        width: 100vw;
        padding: 30px 0 20px 0;
    }
    .fix_btn2 {
        width: 100vw;
        padding: 30px 0 20px 0;
    }
}

.fix_btn .fix_mainvisual_flex .flex-items:nth-of-type(2) {
    border-left: 1px solid #BFE6E1;
    border-right: 1px solid #BFE6E1;
}

@media screen and (max-width: 1121px) {
    .fix_btn .fix_mainvisual_flex .flex-items:nth-of-type(2) {
        border-left: none;
        border-right: none;
    }
}

/* 大きい緑の文字 */
.fix_btn .fix_mainvisual_flex .main_green {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

@media screen and (max-width: 1050px) {
    .fix_btn .fix_mainvisual_flex .main_green {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .fix_btn .fix_mainvisual_flex .main_green {
        font-size: 14px;
    }
}


/* 2行にする */
.pc-hidden {
    display: none;
}

@media screen and (max-width: 1050px) {
    .br-hidden {
        display: block;
    }
}

/* 小さい緑の文字 */
.fix_btn .fix_mainvisual_flex .main_green .p_small {
    font-size: 14px;
    font-weight: bold;
}

/* 電話 */
.fix_btn .fix_mainvisual_flex .main_green.tel {
    font-family: Montserrat;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 5px;
}

.fix_btn .fix_mainvisual_flex .main_green.tel::before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(../img/common/icon_tel_green.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

@media screen and (max-width: 1050px) {
    .fix_btn .fix_mainvisual_flex .main_green.tel {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .fix_btn .fix_mainvisual_flex .main_green.tel {
        font-size: 24px;
    }

    .fix_btn .fix_mainvisual_flex .main_green.tel::before {
        width: 15px;
        height: 15px;
    }
}



/* 住所 */
.fix_btn .fix_mainvisual_flex .flex-items .map {
    color: #808080;
    font-size: 13px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fix_btn .fix_mainvisual_flex .flex-items .map::after {
    content: "";
    width: 14px;
    height: 13px;
    background-image: url(../img/common/icon_map.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 8px;
}

@media screen and (max-width: 991px) {
    .fix_btn .fix_mainvisual_flex .flex-items .map {
        font-size: 10px;
    }
}

/* メインビジュアルのキャッチコピー */
.fix_catchcopy {
    position: absolute;
    top: 53%;
    left: 10%;
    color: #fff;
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.fix_catchcopy_en {
    display: block;
    font-family: Montserrat Alternates;
    font-size: 18px;
}

@media screen and (max-width: 1121px) {
    .fix_catchcopy {
        top: 28%;
        left: 10%;
        width: 80%;
    }
}

/* ご注意ください */
.caution_box {
    width: 50vw;
    margin: 0 auto;
    color: #E14E78;
    background-color: #FFEAEF;
    border-radius: 5px;
    padding: 30px;
    margin-top: 120px;
}

.caution_box .caution-flex {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caution_box .caution-flex .title {
    position: relative;
    width: 180px;
    background-color: #FFEAEF;
    border: 1px solid #E14E78;
    border-radius: 5px;
    padding: 10px 15px 12px 40px;
    margin-right: 10px;
    text-align: center;
    flex-shrink: 0;
}

.caution_box .caution-flex .text {
    width: calc(100% - 180px);
    height: auto;
    line-height: 1.3;
    text-align: left;
    margin-left: 10px;
}

.caution_box .caution-flex .title::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    top: 11px;
    left: 25px;
    background-image: url(../img/common/icon_caution.png);
    background-repeat: no-repeat;
}

@media screen and (max-width:1121px) {
    .caution_box {
        margin-top: 20px;
        width: 70vw;
    }
}

@media screen and (max-width:768px) {
    .caution_box .caution-flex {
        flex-direction: column;
    }
    .caution_box .caution-flex .title {
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .caution_box .caution-flex .text {
        width: 100%;
        font-size: 14px;
    }
}
@media screen and (max-width:500px) {
    .caution_box .caution-flex .title {
        font-size: 14px;
    }
}


/* タブメニュー（PC時の上のメニュー） */
#tabNav {
    width: 100%;
    margin: 60px 0 30px 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    z-index: 1;
}

#tabNav li {
    height: 60px;
    width: 25%;
    color: #808080;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6;
}

#tabNav li:hover {
    cursor: pointer;
}

#tabNav li.select {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    border: 1px solid #33b283;
    border-bottom: none;
    margin: 0;
    color: #33b283;
    font-weight: bold;
}



@media screen and (max-width:991px) {
    #tabNav {
        flex-direction: column;
    }

    #tabNav li {
        position: relative;
        height: 60px;
        width: 100%;
        background-color: #eee;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
        flex-direction: column;
    }

    #tabNav li::after {
        position: absolute;
        content: "";
        width: 13px;
        height: 8px;
        top: 45%;
        right: 30px;
        background-image: url(../img/common/arrow_gray_under.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 8px;
    }

    #tabNav li.select {
        background-color: #eee;
        border: none;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
    }

    #tabNav li.select::after {
        position: absolute;
        content: "";
        width: 13px;
        height: 8px;
        top: 45%;
        right: 30px;
        background-image: url(../img/common/arrow_gray_top.png);
        background-repeat: no-repeat;
        background-size: contain;
        margin-left: 8px;
    }
}


/* タブの中のコンテナ */
.tabContainer {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 10px;
}

.tabContainer .container {
    display: none;
}

.tabContainer .container.show {
    display: block;
    text-align: center;
}

.tabContainer .container_flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.tabContainer .container_flex .flex_items_left {
    position: relative;
    width: calc(100% / 3 *2);
    border-right: 1px solid #e6e6e6;
    border-radius: 10px 0 0 10px;
    z-index: 10;
}

.tabContainer .container_flex .flex_items_right {
    position: relative;
    width: calc(100% / 3);
    border-left: none;
    border-radius: 0 10px 10px 0;
    border-right: 2px solid #33b283;
    border-bottom: 2px solid #33b283;
}

@media screen and (max-width:991px) {
    .tabContainer .container_flex {
        flex-direction: column;
    }

    .tabContainer .container_flex .flex_items_left {
        width: 100%;
        border: none;
    }

    .tabContainer .container_flex .flex_items_right {
        width: 100%;
        border: none;
    }
}



/* コンテナの中のflex */
.tabContainer .flex_items_left .wrapper_flex {
    display: flex;
    justify-content: space-between;
}

.tabContainer .flex_items_left .wrapper_flex_items {
    width: 50%;
    padding: 36px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media screen and (max-width:1121px) {
    .tabContainer .flex_items_left .wrapper_flex_items {
        flex-direction: column;
    }
}

@media screen and (max-width:991px) {
    .tabContainer .flex_items_left .wrapper_flex {
        flex-direction: column;
    }

    .tabContainer .flex_items_left .wrapper_flex_items {
        width: 100%;
        padding-top: 0;

    }
}

.tabContainer .flex_items_right .wrapper_flex_items {
    padding: 36px 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width:1121px) {
    .tabContainer .flex_items_right .wrapper_flex_items {
        flex-direction: column;
    }
}

@media screen and (max-width:991px) {
    .tabContainer .flex_items_right .wrapper_flex_items {
        padding: 10px 20px 0;
    }
}

.tabContainer .flex_items_left .wrapper_flex_items.border-right {
    border-right: 1px solid #33b283;
}


@media screen and (max-width:991px) {
    .tabContainer .flex_items_left .wrapper_flex_items.border-right {
        border: none;
    }
}

.tab-group {
    position: relative;
    height: auto;
}

/* タブ(PC) イラスト */
.tab_illust {
    position: absolute;
    bottom: -50px;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.tab_illust img:nth-child(2) {
    margin-right: 20px;
    margin-left: 10px;
}

/* タブ内のテキスト部分（これでテキスト全体を囲む） */
.wrapper_text {
    width: 100%;
    border: 2px solid #33b283;
    border-top: none;
    border-radius: 0 0 0 10px;
    margin-top: 60px;
}

@media screen and (max-width:991px) {
    .wrapper_text {
        border: none;
    }
}

/* 見出し */
.flex_items_left .midashi_bg_green {
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #33b283;
    border-radius: 10px 0 0 0;
    line-height: 60px;
    padding-left: 30px;
}

@media screen and (max-width:991px) {
    .flex_items_left .midashi_bg_green {
        font-size: 16px;
        height: 40px;
        border-radius: 10px;
        line-height: 40px;
        text-align: center;
    }
}


.midashi_bg_green_right {
    position: absolute;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #33b283;
    border-radius: 0 10px 0 0;
    margin-right: 0;
    line-height: 1.3;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

@media screen and (max-width:991px) {
    .midashi_bg_green_right {
        height: 50px;
        line-height: 1;
        border-radius: 10px;
    }
}

.midashi_bg_green_right .small {
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}

@media screen and (max-width:1200px) {
    .midashi_bg_green_right .small {
        font-size: 12px;
        font-weight: normal;
        margin-top: 3px;
        margin-left: 10px;
    }
}

/* 薄い緑の見出し */
.midashi_bg_lightgreen {
    height: 40px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #33b283;
    background-color: #BFE6E1;
    border-radius: 20px;
    line-height: 40px;
    margin-bottom: 18px;
}

@media screen and (max-width: 991px) {
    .midashi_bg_lightgreen {
        padding: 0 20px 5px 20px;
        text-align: center;
    }

    .midashi_bg_lightgreen.lines2 {
        height: 50px;
        line-height: 1.2;
        padding: 5px;
    }
}

/* タブ内のテキスト部分 インナーボックス */
.flex_items_right .tab_text_box {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .flex_items_right .tab_text_box {
        flex-direction: column;
        padding-bottom: 0;
    }
}

/* 目黒のカラムの調整 */
.flex_items_right.meguro .wrapper_text {
    border: none;
    border-radius: 0 0 10px 0;
}

/* 時間（アイコン付き） */
.tabContainer .time {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.tabContainer .time::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-image: url(../img/common/icon_clock.jpg);
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .tabContainer .time {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .tabContainer .time::before {
        background-image: url(../img/common/icon_clock_gray.jpg);
    }
}

/* 中見出し 緑 */
.tabContainer .p-title {
    font-size: 24px;
    font-weight: bold;
    color: #33b283;
    margin: 20px 0 10px 0;
}

@media screen and (max-width: 991px) {
    .tabContainer .p-title {
        font-size: 20px;
        margin: 10px 0 5px 0;
        text-align: center;
    }
}


/* 注意 赤文字（アイコン付き） */
.tabContainer .caution {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
    color: #E14E78;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .tabContainer .caution {
        padding: 5px 20px 5px 30px;
    }
}

.tabContainer .caution::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/common/icon_caution.png);
    background-repeat: no-repeat;
    margin-right: 8px;
}

@media screen and (max-width: 991px) {
    .tabContainer .caution::before {
        margin-top: 0;
    }
}

/* リンクボタン */
.tabContainer .link_btn {
    height: 50px;
    font-size: 15px;
    color: #33b283;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #33b283;
    border-radius: 5px;
    margin: 0 auto 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tabContainer .link_btn a::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/common/arrow_green.png);
    background-repeat: no-repeat;
}

/* コンテナ2 以降の調整 */
.tabContainer .container_flex.pattern2 .flex_items_left {
    width: 50%;
}

@media screen and (max-width:991px) {
    .tabContainer .container_flex.pattern2 .flex_items_left {
        width: 100%;
    }
}

.tabContainer .flex_items_left .wrapper_flex_items {
    width: 100%;
    text-align: center;
}

.tabContainer .container_flex.pattern2 .flex_items_right {
    width: 50%;
}

@media screen and (max-width:991px) {
    .tabContainer .container_flex.pattern2 .flex_items_right {
        width: 100%;
    }
}

.tabContainer .container_flex.pattern2 .caution {
    position: relative;
    align-items: flex-start;
    padding-left: 20px;
}

.tabContainer .container_flex.pattern2 .caution::before {
    position: absolute;
    top: 3px;
    left: -3px;
}

.tabContainer .container_flex.pattern2 .address {
    width: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    margin: 0 auto 10px auto;
}

@media screen and (max-width: 991px) {
    .tabContainer .container_flex.pattern2 .address {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}

.tabContainer .container_flex.pattern2 .tel {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .tabContainer .container_flex.pattern2 .tel {
        font-size: 24px;
        margin-bottom: 5px;
    }
}

.tabContainer .container_flex.pattern2 p {
    width: 100%;
    text-align: center;
}

.tabContainer .container_flex.pattern2 p.kome_jirusi {
    text-align: center;
}

.tabContainer .container_flex.pattern2 .tel::before {
    display: inline-block;
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(../img/common/icon_tel_black.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 991px) {
    .tabContainer .container_flex.pattern2 .tel::before {
        width: 18px;
        height: 18px;
    }
}

.tabContainer .container_flex.pattern2 .open_map {
    display: block;
    width: 100%;
    font-size: 13px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.tabContainer .container_flex.pattern2 .open_map a::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 13px;
    top: 5px;
    right: 0;
    background-image: url(../img/common/icon_map.jpg);
    background-repeat: no-repeat;
    margin-left: 5px;
}

/* コンテナ3、4 のイラスト */
.tabContainer .container_3 .tab_illust,
.tabContainer .container_4 .tab_illust {
    margin-right: 20px;
}

/* コンテナ3、4 のテキスト */
.tabContainer .container_4 .wrapper_text p {
    line-height: 1.4;
    margin-bottom: 25px;
}


/* タブコンテナ（SP） */
.js-tab {
    width: 86%;
    background-color: #eee;
    border: 2px solid #33b283;
    border-radius: 10px;
    margin: 60px auto 120px;
}

.js-tab .accordion_box {
    border-bottom: 1px solid #33b283;
    background: #fff;
    margin-bottom: 0;
    padding: 8px 15px 5px 10px;
}

.js-tab .accordion_box:first-child {
    border-radius: 10px 10px 0 0;
}

.js-tab .accordion_box:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: none;
}

.js-tab .accordion_box .accordion-open {
    font-size: 16px;
}

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

    
}

@media screen and (max-width: 500px) {
    .js-tab {
        margin-top: 800px;
    }
}


/*-----------------------------------------
block_01 トップページの診察時間のご案内
-------------------------------------------*/
.container-size.block_01 {
    margin-bottom: 0;
}

.container-size.block_01 .tableType01Wrap {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .table_wrapper {
        overflow-x: scroll;
    }

    .container-size.block_01 .tableType01Wrap {
        white-space: nowrap;
        width: 708px;
    }
    .block_01 .Bioplastic_text {
        margin-bottom: 20rem;
    }
}

.container-size.block_01 .tableType01Wrap th {
    width: 15%;
    color: #fff;
    background-color: #33b283;
}

.container-size.block_01 .tableType01Wrap td {
    width: 30%;
    background-color: #fff;
}


/*-----------------------------------------
block_02 お知らせ
-------------------------------------------*/
.newsblock {
    margin-top: 180px;
}

@media screen and (max-width: 991px) {
    .newsblock {
        margin-top: 180px;
    }
}
@media screen and (max-width: 768px) {
    .newsblock {
        margin-top: 80px;
    }
}

#top .Bioplastic_text.news {
    margin-bottom: 0;
}

/* 見出しを左、コンテンツを右に配置 */
.container-size.block_02 .flex {
    display: flex;
    justify-content: space-between;
}

.container-size.block_02 .titleTextWrap {
    width: 135px;
    flex-shrink: 0;
    margin-right: 20px;
}

/* お知らせ */
.stageRowBox.news {
    display: block;
    width: calc(100% - 155px);
    border-top: 1px solid #eee;
}

/* .stageRowBox.news .flex {
    display: block;
} */

.stageRowBox.news .news_flex-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.stageRowBox.news .inner-flex {
    display: inline-block;
    width: 230px;
    flex-shrink: 0;
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
    padding: 30px 0;
}

.stageRowBox.news .date {
    display: inline-block;
    width: 100px;
    height: auto;
    font-size: 14px;
    margin: 0;
}

.stageRowBox.news .tag {
    display: inline-block;
    width: 100px;
    /* flex-shrink: 0; */
    background-color: #0E5D2F;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.stageRowBox.news .tag.blue {
    background-color: #325FB7;
}

.stageRowBox.news .news {
    position: relative;
    width: calc(100% - 230px);
    height: auto;
    font-size: 16px;
    margin-bottom: 0;
    padding: 30px 0;
}

.stageRowBox.news .news .news-link {
    width: 98%;
    display: block;
    padding-right: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
}
@media screen and (max-width: 768px) {
    .stageRowBox.news .news .news-link {
        width: 98%;
        padding-right: 20px;
    }
}

.stageRowBox.news .news::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    top: 45%;
    right: 10px;
    border-top: 2px solid #33b283;
    border-right: 2px solid #33b283;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .container-size.block_02 {
        margin-bottom: 70px;
    }

    .container-size.block_02 .flex {
        flex-direction: column;
    }

    .container-size.block_02 .titleTextWrap {
        width: 100%;
    }

    .stageRowBox.news {
        width: 100%;
    }

    .stageRowBox.news .news {
        width: 82%;
        font-size: 16px;
        height: 40px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        padding: 0 0 20px 0;
        margin-left: 82px;
    }

    .stageRowBox.news .news::after {
        top: -10px;
        right: -5px;
    }

    .stageRowBox.news .inner-flex {
        width: 100%;
        padding: 20px 0 10px 0;
    }

    .stageRowBox.news .date {
        width: 80px;
        font-size: 12px;
        height: auto;
        border: none;
        padding-top: 0;
    }

    .stageRowBox.news .tag {
        width: 80px;
        padding: 3px 0;
    }
    .container-size.block_02 {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 500px) {
    .stageRowBox.news .date {
        display: block;
    }

    .stageRowBox.news .tag {
        display: block;
        margin-bottom: 3px;
    }
    .stageRowBox.news .news {
        margin-left: 0;
        width: 98%;
    }
    .stageRowBox.news .news::after {
        top: -20px;
        right: -5px;
    }
}

/* リンクボタン */
/* .link_btn_right {
    height: 50px;
    font-size: 15px;
    color: #33b283;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #33b283;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 0;
} */


/*-----------------------------------------
block_03 リンクボックス
-------------------------------------------*/
.container-size.block_03 {
    margin-bottom: 180px;
}

@media screen and (max-width: 991px) {
    .container-size.block_03 {
        margin-bottom: 40px;
    }
}

.container-size.block_03 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container-size.block_03 .flex .flex-items {
    position: relative;
    width: 49%;
    height: 340px;
    border-radius: 10px;
    padding: 20px 40px;
    background-position: cover;
}

@media screen and (max-width: 991px) {
    .container-size.block_03 .flex {
        flex-direction: column;
    }

    .container-size.block_03 .flex .flex-items {
        width: 60%;
        height: 300px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    .container-size.block_03 .flex .flex-items {
        width: 80%;
        height: 300px;
    }
}
@media screen and (max-width: 500px) {
    .container-size.block_03 .flex .flex-items {
        width: 100%;
        height: 250px;
    }
}

.container-size.block_03 .flex .flex-items:first-child {
    background: url(../img/common/link_recruit.png) no-repeat;
}
.container-size.block_03 .flex .flex-items:last-child {
    background: url(../img/common/link_dummy.png) no-repeat;
}

.link_box_catch {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
}
@media screen and (max-width: 500px) {
    .link_box_catch {
        font-size: 20px;
    }    
}
.link_menu_box {
    position: absolute;
    bottom: 20px;
}
.link_menu_box .menu {
    font-size: 22px;
    text-align: left;
}

.link_menu_box .menu_en {
    font-size: 60px;
    font-weight: 500;
    width: 222px;
    line-height: 1;
    text-align: left;
}
.link_menu_box.sample .menu_en {
    color: #fff;
}
@media screen and (max-width: 500px) {
    .link_menu_box .menu {
        font-size: 20px;
    }
    .link_menu_box .menu_en {
        font-size: 48px;
    }
    .container-size.block_03 .flex .flex-items {
        padding: 20px;
    }    
}

/* タイトルの座布団 */
.link_box_catch.sample {
    display: block;
}
.link_box_catch_text {
    display: inline-block;
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    font-size: 24px;
    background-color: #fff;
    padding: 0px 5px;
    margin-bottom: 5px;
}


.menu.sample {
    color: #fff;
}



/*-----------------------------------------
block_04 バナーボックス
-------------------------------------------*/
.container-size.block_04 {
    margin-bottom: 80px;
}

.container-size.block_04 .flex {
    width: 704px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.container-size.block_04 .flex-items {
    width: 25%;
    padding: 10px;
}

.container-size.block_04 .flex-items img {
    margin: 0;
}

.container-size.block_04 .flex-items.parts3 {
    width: 50%;
}

@media screen and (max-width: 991px) {
    .container-size.block_04 {
        margin-bottom: 60px;
    }

    .container-size.block_04 .flex {
        width: 352px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .container-size.block_04 .flex-items {
        width: 50%;
        padding: 10px;
    }

    .container-size.block_04 .flex-items.parts3 {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .container-size.block_04 .flex {
        width: 92%;
    }
}