@charset "utf-8";
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 SECTION TITLE 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/


/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .__department_list_item li {
        width: 100%;
    }
}

/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/

@media print, screen and (min-width: 768px) and (max-width: 1023px) {
    ._sub_page_list {
        justify-content: center;
        align-items: center;
        flex-flow: column;
        position: relative;
    }

    .__department_list_item {
        width: 100%;
    }

    .__department_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        position: relative;
        top: 0;
    }

    .__department_list li {
        width: calc((100% / 3) - 10px);
        aspect-ratio: unset;
        border-radius: 0;
        margin-bottom: 20px;
        padding: 20px;
    }

    .__department_list_item li {
        width: 100%;
        margin-bottom: 40px;
    }

}

/* 768px～1023px responsive-closed */

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/


/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/

@media screen and (min-width: 481px) and (max-width: 767px) {
    ._sub_page_list {
        justify-content: center;
        align-items: center;
        flex-flow: column;
        position: relative;
    }

    .__department_list_item {
        width: 100%;
    }

    .__department_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        position: relative;
        top: 0;
    }

    .__department_list li {
        width: calc((100% / 2) - 10px);
        aspect-ratio: unset;
        border-radius: 0;
        margin-bottom: 20px;
        padding: 20px;
    }

    .__department_list_item li {
        width: 100%;
        margin-bottom: 40px;
        padding: 20px;
    }

    .__department_list_item_box {
        width: 100%;
    }

    .__department_list_item_box_title {
        display: flex;
        justify-content: space-between;
    }

    .__department_list_item_box_title p {
        width: 170px;
        font-size: 1.2rem;
        display: flex;
        align-items: start;
    }

    .__department_list_item_box_title span {
        width: calc(100% - 170px);
        font-size: 1rem;
    }

    .__department_list_item_box_img {
        width: 100%;
    }

    .__department_list_item_box_img img {
        aspect-ratio: unset;
    }

    .__department_list_item_box_comment {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: start;
        flex-wrap: wrap;
        flex-flow: column;
        line-height: 1.6em;
        margin-top: 20px;
    }

    .__department_list_item_box_comment p {
        font-size: 0.9em;

    }

    .__department_list_item_box_internal {
        font-size: 0.9em;
    }

    .__department_list_item_box_internal a {
        width: auto;
        height: auto;
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .__department_list_item li::after {
        width: 60%;
        bottom: -35px;

    }
}

/* 767px responsive-closed */

/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
@media screen and (max-width: 480px) {
    ._sub_page_list {
        justify-content: center;
        align-items: center;
        flex-flow: column;
        position: relative;
    }

    .__department_list_item {
        width: 100%;
    }

    .__department_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        position: relative;
        top: 0;
    }

    .__department_list li {
        width: calc((100% / 2) - 10px);
        aspect-ratio: unset;
        border-radius: 0;
        margin-bottom: 20px;
        padding: 10px 10px 30px 10px;
    }

    .__department_list_item li {
        width: 100%;
        margin-bottom: 40px;
        position: relative;
        padding: 1.2rem;
    }

    .__department_list li i {
        rotate: 0deg;
        position: absolute;
        bottom: 10px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .__department_list li h3 {
        width: calc(100% - 30px);
        margin-left: 0;
    }
    .__department_list li h3 p {
        width: 100%;
        text-align: center;
        text-align-last: center;
    }
    .__department_list li h3 span {
        display: none;
    }

    .__department_list_item_box {
        width: 100%;
    }

    .__department_list_item_box_title {
        display: flex;
        justify-content: space-between;
    }

    .__department_list_item_box_title p {
        width: 170px;
        font-size: 1.2rem;
        display: flex;
        align-items: start;
    }

    .__department_list_item_box_title span {
        width: calc(100% - 170px);
        font-size: 0.8rem;
    }

    .__department_list_item_box_img {
        width: 100%;
    }

    .__department_list_item_box_img img {
        aspect-ratio: unset;
    }

    .__department_list_item_box_comment {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: start;
        flex-wrap: wrap;
        flex-flow: column;
        line-height: 1.6em;
        margin-top: 20px;
    }

    .__department_list_item_box_comment p {
        font-size: 0.9em;

    }

    .__department_list_item_box_internal {
        font-size: 0.9em;
    }

    .__department_list_item_box_internal a {
        width: auto;
        height: auto;
        padding: 10px 15px;
        margin-bottom: 20px;
    }

    .__department_list_item li::after {
        width: 60%;
        bottom: -35px;

    }

}