/* ------------------------------------------
index
------------------------------------------- */
/* index - ファーストビューエリア */
.firstview_container {
    position: relative;
    background-color: #D5EFF3;
    min-height: 400px;
    width: 100%;
}

.firstview_container .inner {
    max-width: 768px;
    margin: auto;
    padding: 32px 24px 0;
}

.firstview_container .flexbox {
    flex-wrap: nowrap;
}

/* 周年メダル */
.th_medal {
    max-width: 70px;
    height: 70px;
    margin-left: 0;
}

/* キャッチコピー */
.top_catchcopy .head {
    font-size: 2rem;
    line-height: 1.7;
    padding: 0;
    margin: 0 0 32px;
}

.top_catchcopy .head .hojin {
    font-size: 1.4rem;
}

.top_catchcopy .text {
    margin-bottom: 40px;
    font-weight: bold;
    color: #57a4e5;
}

.top_catchcopy .left,
.top_catchcopy .right {
    display: inline-block;
    color: #fff;
    background: transparent;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 8px 16px;
    border-radius: 4px;
    display: inline-block;
    background: #57a4e5;
}

.top_achievement {
    margin-top: 8px;
    margin-bottom: 40px;
    color: #567476;
}

.top_achievement li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    /* margin-left: 64px; */
    border-left: none;
}

.top_achievement li::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/img/ui/medal_g.svg);
    background-size: contain;
}

.top_human {
    display: flex;
    margin: 0;
}

.top_human img {
    width: auto;
    margin-bottom: 0;
    max-height: 400px;
}

/* index - タグ */
.firstview_tag {
    max-width: 760px;
    margin: auto;
}

.firstview_tag_list {
    padding: 16px 0;
}

.firstview_tag_list li {
    position: relative;
    background: #fff;
    padding: 8px 16px 8px 24px;
    margin: 4px;
    border-radius: 4px;
    border: 2px solid #2E55A4;
    font-weight: bold;
    font-size: 1rem;
    color: #2E55A4;
    line-height: 1;
    white-space: nowrap
}

.firstview_tag_list li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    content: "";
    width: 8px;
    height: 8px;
    background: #ffc25c;
    border-radius: 100px;
}

.firstview_tag_list .green {
    border: 2px solid #1FAEAA;
    color: #1FAEAA;
}

/* index - キャッチ */
.index_first_catch {
    align-items: center;
    justify-content: center;
}

.index_first_catch>* {
    margin-bottom: 1rem;
}

.index_first_catch .head {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.1rem;
}

.index_first_catch .catch1,
.index_first_catch .catch3 {
    padding: 32px 32px 24px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    width: 100%;
    /* max-width: calc((100% - 200px)/2 - 16px); */
    max-width: calc((100% - 200px)/2 - 16px);
    margin: 16px;
    position: relative;
}

.index_first_catch .catch2 {
    max-width: 200px;
}

.index_first_catch .deco {
    position: absolute;
    top: -10px;
    left: 3%;
    background: #fff;
    border: 1px solid #E5E5E5;
    border: #FF8000 1px solid;
    padding: 5px 8px;
    font-size: 1rem;
    line-height: 1;
}

.index_first_catch .catch3 .deco {
    border: #1FAEAA 1px solid;
}

.index_first_catch .font_bold::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-left: 6px solid #3567f1;
}

/* index - キャンペーン用バナー */
.index_banner_area {
    margin: 16px auto 0;
    padding: 4px;
    max-width: 830px;
    flex-wrap: nowrap;
    align-items: center;
}

.index_banner_area .banner {
    /* border: #A5B6B4 1px solid; */
    border-radius: 4px;
    max-height: 160px;
    padding: 2px;
}

.top_movie_container video {
    width: 100%;
    max-width: 128px;
    max-height: 160px;
    border-radius: 8px;
}

/* index - ６点セット */
.index_safe_6point {
    background: #F1F1F1;
    background: url(/img/background/back_ichimatsu.png);
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #E5E5E5;
}

.index_safe_6point .head {
    border-bottom: none;
    border-left: none;
    margin-bottom: 0;
    padding: 8px 1px;
    text-align: center;
    color: #1C1A46;
}

.index_safe_6point .item {
    flex-basis: calc(100% / 6 - 8px);
    text-align: center;
    background: #fff;
    padding: 16px 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid #E5E5E5;
    position: relative;
}

.index_safe_6point .item .title {
    font-size: .9rem;
    line-height: 1;
    margin: 0;
    border-left: none;
    padding-left: 0;
}

.index_safe_6point .item img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 8px auto;
}

.index_safe_6point .item.point::before {
    content: "注目";
    position: absolute;
    top: -10px;
    left: 10px;
    color: #fff;
    background: #FF8000;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    line-height: 1;
}

.index_safe_6point .item span {
    line-height: 1.6;
}

/* index - 商品カテゴリ */
.index_category .max_wrapS {
    padding-top: 24px;
}

.index_category .head {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.index_category .nav_list {
    justify-content: center;
}

.index_category .nav_list li {
    background: #fff;
    border-radius: 4px;
    flex-basis: calc(100% / 3 - 24px);
    margin: 4px;
    max-width: 250px;
    min-height: 200px;
    margin-bottom: 24px;
    box-shadow: 0 1rem 0.8rem -0.8rem rgba(35, 150, 207, 0.08);
    transition: 0.2s;
}

.index_category .nav_list li:hover {
    box-shadow: 0 0.9rem 0.7rem -0.7rem rgba(76, 195, 255, 0.329);
}

.index_category .nav_list li a {
    display: block;
    padding: 24px 16px 8px 16px;
}

.index_category .nav_list .name {
    font-size: 1.2rem;
    border-bottom: none;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}

.index_category .nav_list li a:hover .name {
    color: #3567f1;
}

/* index - 概要 */
.index_about_list {
    justify-content: space-between;
    margin-bottom: 24px;
}

.index_about_list_item {
    flex-basis: calc(100%/3 - 16px);
    border: 1px #E5E5E5 solid;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin: 4px 0;
}

.index_about_list_text {
    padding: 1rem;
}

/* 見出し - 下線 */
.index_about_list_item h3 {
    font-size: 1.2rem;
    font-weight: bold;
    border: none;
    padding: 0;
    margin-bottom: 1.5rem;
    position: relative;
}

.index_about_list_item h3::after {
    content: "";
    border-bottom: #3567f1 2px solid;
    width: 2rem;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
}

/* index - ご利用事例 */
.index_result_container>div {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.index_result .wrap {
    padding: 8px 16px;
}

.index_result .title {
    font-weight: bold;
    display: block;
    font-size: 1.1rem;
    line-height: 1.5;
    border-bottom: none;
    margin-bottom: 0;
}

.rental_detail .head {
    color: #567476;
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 1.5rem;
    border: none;
    padding-left: 0;
}

.rental_detail dd {
    margin-bottom: 8px;
    position: relative;
    padding-left: 16px;
}

.rental_detail dd:before {
    content: "";
    width: 7px;
    height: 3px;
    display: inline-block;
    background: #A5B6B4;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}

/* index - 新着情報 */
.index_oldnews_container .toggle_switch {
    color: #567476;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: .8rem;
    cursor: pointer;
    border-bottom: none;
}

.index_oldnews {
    height: 0;
    opacity: 0;
    display: none;
}

.index_oldnews_container {
    background: #F1F1F1;
    padding: 4px 24px;
    border-radius: 8px;
}

/* index - 新着情報 - 共通 */
.index_latestnews>div,
.index_oldnews>div {
    padding: 16px 0;
}

.index_latestnews>div:not(:last-of-type),
.index_oldnews>div:not(:last-of-type) {
    border-bottom: 1px solid #E5E5E5;
}

.index_news .date {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 4px;
}

.index_news .title {
    font-weight: bold;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    border-bottom: none;
    margin-bottom: 8px;
    padding: 0px;
}


/* ------------------------------------------
スマートフォン～タブレット
------------------------------------------- */
@media all and (max-width: 960px) {

    /* index - ファーストビュー */
    .firstview_tag_list li {
        flex-basis: calc(100% / 3 - 12px);
    }

    /* 960px */
}

@media all and (max-width: 767px) {

    /* index - ファーストビュー */
    .firstview_container .flexbox {
        flex-wrap: wrap;
    }

    .top_catchcopy .head {
        font-size: 1.8rem;
        margin: 0 0 16px;
    }

    .top_achievement {
        margin-bottom: 0;
    }

    .top_achievement li {
        margin-left: 0;
    }

    .top_human img {
        width: auto;
        margin-bottom: 0;
    }

    /* index - ファーストビュー */
    .top_human img {
        /* safari用 */
        max-height: 360px;
    }

    /* index - キャッチ */
    .top_catchcopy .text {
        margin-bottom: 1rem;
        background: rgb(255, 255, 255, 0.5);
        padding: 16px 8px;
        text-align: center;
    }

    .top_catchcopy .left,
    .top_catchcopy .right {
        padding: 8px;
    }

    .firstview_tag_list {
        margin: 0 auto;
    }

    .firstview_tag_list li {
        padding: 8px 8px 8px 24px;
        font-size: 1rem;
    }

    /* index - バナー */
    /* .index_banner_area .top_movie_container {
        flex-basis: 128px;
    }

    .index_banner_area>a {
        flex-basis: calc(100% - 128px);
        padding: 8px;
    } */
    .index_banner_area img {
        max-width: 100%;
        width: 100%;
    }

    /* index - 室内/屋内 */
    .index_first_catch .catch1,
    .index_first_catch .catch3 {
        max-width: 100%;
    }

    .index_first_catch .catch2 {
        max-width: 150px;
        margin: 0rem auto 2rem;
    }

    /* index - 商品カテゴリ */
    .index_category .nav_list {
        justify-content: start;
    }

    .index_category .nav_list li {
        flex-basis: calc(100% / 2 - 8px);
        min-height: 180px;
        margin-bottom: 16px;
    }

    .index_category .nav_list li:nth-of-type(4) .name {
        font-size: 1rem;
    }

    .index_category .nav_list li img {
        width: 70px;
        height: 70px;
    }

    /* index - フローチャート */
    .index_flowchart_tips_item,
    .info_flowchart_tips_item {
        padding: 16px 16px;
    }

    .index_flowchart_list>li,
    .info_flowchart_list>li {
        padding: 1.6rem 1rem;
    }

    /* 767px */
}

@media all and (max-width: 580px) {

    /* 580px */
}


@media screen and (max-width: 320px) {

    /* とても狭い端末 */

    /* index - ファーストビュー */
    .firstview_container .inner {
        padding: 0px 8px;
    }

    .top_catchcopy .head {
        font-size: 1.5rem;
    }

    .top_catchcopy .left,
    .top_catchcopy .right {
        font-size: 1rem;
    }

}