@charset "UTF-8";

/*--------------------------------------------------
**************************************************
トップ
**************************************************
--------------------------------------------------*/

.top-area {
    position: relative;
    width: 100%;
    padding-top: 50px;
}

.top-area .top-bg {
    position: absolute;
    width: 100%;
    height: 80vh;
    top: 50px;
    background: url(../imgs/top-bg01.svg) no-repeat top center;
    background-size: cover;
    z-index: -1;
}

.top-area .top-area-inner {
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}

.top-area .top-area-inner h1 {
    font-size: 28px;
    font-weight: 600;
}

.top-area .top-area-inner .sub-title {
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
}

.top-img-wrap {
    width: 171.28px;
    height: 240px;
    margin: 0 auto;
}


/* スマホ時のスライドセンター配置 */
@media screen and (max-width: 768px) {
    .pattern-inner .pattern-cont {
        margin: 20px 15px !important;
    }
    
    .report .report-wrap .report-inner .report-list .report-item {
        margin: 20px 15px !important;
    }
    
    .case .case-wrap .case-inner .case-item {
        margin: 0 15px 40px 15px !important;
    }
}

/* 375px以下の画面幅でのスライド画像サイズ調整 */
@media screen and (max-width: 375px) {

    .pattern-inner .pattern-cont {
        margin: 20px 10px !important;
    }
    
    .report .report-wrap .report-inner .report-list .report-item {
        margin: 20px 10px !important;
    }
    
    .case .case-wrap .case-inner .case-item {
        margin: 0 10px 40px 10px !important;
    }
}


/*--------------------------------------------------
**************************************************
詐欺被害
**************************************************
--------------------------------------------------*/
.pattern {
    position: relative;
    margin-top: 30px;
}

.pattern .title-wrap,
.report .report-wrap .title-wrap {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.pattern-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.pattern-inner .pattern-cont {
    width: 320px;
    height: 356px;
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    box-sizing: border-box;
    margin: 20px auto;
}

/* .pattern-inner .pattern-cont:nth-child(odd) {
    margin-right: 20px;
} */

.pattern-inner .pattern-cont .title-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #32463D;
}

.pattern-inner .pattern-cont .title-wrap .title {
    font-size: 16px;
}

.pattern-inner .pattern-cont .title-wrap .number {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
}

.pattern-inner .pattern-cont .pattern-cont-inner {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.pattern-inner .pattern-cont .pattern-cont-inner .icon-wrap {
    width: 124px;
    margin: 0 auto;
}

.pattern-inner .pattern-cont .pattern-cont-inner .pattern-info {
    width: 100%;
}

.pattern-inner .pattern-cont .pattern-cont-inner .info-title {
    font-size: 20px;
}

.pattern-inner .pattern-cont .pattern-cont-inner .pattern-info .info-text {
    font-size: 16px;
    margin-top: 10px;
}

/*--------------------------------------------------
**************************************************
記事一覧
**************************************************
--------------------------------------------------*/
.report {
    position: relative;
    width: 100%;
    background: #32463D;
    padding-top: 50px;
    box-sizing: border-box;
}

.report .report-wrap {
    position: relative;
    margin: 0 auto;
}

.report .report-wrap .title-wrap .text {
    color: #F5F5F5;
}

.report .report-wrap .report-inner {
    margin: 50px 0;
}

.report .report-wrap .report-inner .report-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.report .report-wrap .report-inner .report-list .report-item {
    position: relative;
    width: 320px;
    height: 362px;
    margin: 20px 10px;
    box-sizing: border-box;
}

.report .report-wrap .report-inner .report-list .report-item .report-item-wrap {
    display: block;
    text-decoration: none;
}

.report .report-wrap .report-inner .report-list .report-item .new-wrap {
    display: none;
}

.report .report-wrap .report-inner .report-list .report-item.new .new-wrap {
    position: absolute;
    display: flex;
    top: 20px;
    width: 77px;
    height: 34px;
    background: #E8E5E0;
    align-items: center;
}

.report .report-wrap .report-inner .report-list .report-item.new .new-wrap .new-text {
    display: flex;
    width: 100%;
    border-top: 1px solid #32463D;
    border-bottom: 1px solid #32463D;
    color: #32463D;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.report .report-wrap .report-inner .report-list .report-item .report-item-wrap .category-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}


.report .report-wrap .report-inner .report-list .report-item .report-item-wrap .date-wrap {
    font-size: 14px;
    color: #F5F5F5;
    text-align: right;
    margin-top: 10px;
}

.report .report-wrap .report-inner .report-list .report-item .report-item-wrap .text-wrap .text {
    font-size: 16px;
    color: #F5F5F5;
    margin-bottom: 10px;
}

.report .report-wrap .report-inner .report-list .report-item .report-item-wrap .text-wrap .hashtag {
    font-size: 14px;
    color: #BEBEBE;
}

/*--------------------------------------------------
**************************************************
事例
**************************************************
--------------------------------------------------*/
.case {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../imgs/case-bg.svg) repeat center center;
    background-size: cover;
}

.case .case-wrap {
    position: relative;
    display: block;
    width: calc(100% - 55px);
    margin: 0 auto;
    padding-top: 50px;
    box-sizing: border-box;
}

.case .case-wrap .title-wrap {}

.case .case-wrap .title-wrap .text {
    color: #222222;
}

.case .case-wrap .title-wrap .text p {
    margin-bottom: 20px;
}

.case .case-wrap .case-btn {
    display: flex;
    margin-top: 30px;
}

.case .case-wrap .case-btn a {
    position: relative;
    display: flex;
    width: 320px;
    height: 70px;
    font-size: 16px;
    color: #32463D;
    text-decoration: none;
    border: 1px solid #32463D;
    margin-bottom: 80px;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.case .case-wrap .case-btn a::before {
    position: absolute;
    content: "";
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #32463D;
    border-right: 0;
    transition: border-left-color 0.3s ease;
}

.case .case-wrap .case-btn a:hover {
    background-color: #32463D;
    color: #FFFFFF;
    border-color: #32463D;
}

.case .case-wrap .case-btn a:hover::before {
    border-left-color: #FFFFFF;
}

.case-inner .case-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.case .case-wrap .case-inner .case-item {
    position: relative;
    max-width: 500px;
    min-width: 320px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    margin: 0 10px 40px 10px;
    padding: 60px 20px 0 20px;
    box-sizing: border-box;
}

.case .case-wrap .case-inner .case-item .title {
    position: absolute;
    display: flex;
    top: 20px;
    left: 0;
    width: 111px;
    height: 34px;
    background: #32463D;
    color: #E8E5E0;
    justify-content: center;
    align-items: center;
}

.case .case-wrap .case-inner .case-item .item-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.case .case-wrap .case-inner .case-item .item-wrap .img-wrap {
    width: 160px;
}

.case .case-wrap .case-inner .case-item .item-wrap .text-wrap {}


.case .case-wrap .case-inner .case-item .item-wrap .text-wrap .text-01 {
    font-size: 20px;
    color: #222222;
    margin: 10px 0;
}

.case .case-wrap .case-inner .case-item .item-wrap .text-wrap .text-02 {
    font-size: 16px;
    color: #222222;
}

.case .case-wrap .detail-btn {
    display: flex;
    justify-content: flex-end;
}

.case .case-wrap .detail-btn a {
    position: relative;
    display: flex;
    width: 200px;
    height: 52px;
    font-size: 16px;
    color: #FF8A2B;
    text-decoration: none;
    border: 1px solid #FF8A2B;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.case .case-wrap .detail-btn a::before {
    position: absolute;
    content: "";
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #FF8A2B;
    border-right: 0;
    transition: border-left-color 0.3s ease;
}

.case .case-wrap .detail-btn a:hover {
    background-color: #32463D;
    color: #FFFFFF;
    border-color: #32463D;
}

.case .case-wrap .detail-btn a:hover::before {
    border-left-color: #FFFFFF;
}


/*--------------------------------------------------
**************************************************
記事カテゴリ・話題のキーワード
**************************************************
--------------------------------------------------*/
.keyword {
    position: relative;
    max-width: 500px;
    width: calc(100% - 40px);
    margin: 50px auto;
}

.keyword-wrap .title {
    font-size: 20px;
    color: #222222;
    text-align: center;
    margin-bottom: 20px;
}

.keyword-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.keyword-wrap ul li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    border-radius: 20px;
    background: #FF8A2B;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    margin: 5px 5px;
}

.article-category {
    margin-bottom: 50px;
}