@charset "UTF-8";
body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  	color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    overflow: visible!important;
}
/*---------- 共通css調整 ----------*/
#breadcrumbs{
    line-height: 1em;
}
#breadcrumbs ol li {
    font-size: 10px;
    color: #333;
}
#breadcrumbs li,
#breadcrumbs li a {
    color: #333;
}
#breadcrumbs ol li:before{
    color: #333;
}
#breadcrumbs.white li,
#breadcrumbs.white li a {
    color: #fff;
}
#breadcrumbs.white ol li:before{
    color: #fff;
}
#breadcrumbs.case{
    margin-top: 72px;
}
@media screen and (min-width: 768px) {
    #breadcrumbs ol li {
    font-size: 12px;}
}
@media screen and (max-width: 1199px) {
    #breadcrumbs.case{
        margin-top: 56px;
    }
}

img{
    vertical-align: bottom;
}
h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.75;
    z-index: 10;
}
.h2_title{
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
    padding: 96px 0 16px;
    margin-bottom: 81px;
    text-align: center;
    position: relative;
}
.h2_title:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 64px;
    border-top: 4px solid #3B81C7;
    transform: translate( -50%, -50%);
}
a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.3s;
}
a:hover {
    opacity: 0.7;
}
.flex{
    display: flex;
}
.dis_none{
    display: none !important;
}
/*---------- heading----------*/

h2.section_heading {
    position: relative;
    margin-bottom: 64px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
h2.section_heading::before{
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 3px;
    background-color: #3b81c7;;
}
h3 {
    margin-bottom: 1rem;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
h4 {
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
/*---------- block ----------*/
main {
    padding-top: 73px;
}
section .container{
    padding: 0 40px;
    box-sizing: border-box;
}

.mainv {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background-image: url("/web/jp/government/images/case/common/mv.png");
    background-position: center right;
    background-size: cover;
}
.mainv .container{
    position: relative;
    width: 90%;
    max-width: 75em;
    margin: auto;
    padding: 6.5rem 0 1rem;
}
.mainv_container h1{
    font-size: 40px;
    line-height: 1.5;
    color: #FFFFFF;
}
.mainv_container p{
    font-size: 18px;
    line-height: 2;
    margin-top: 1em;
    color: #FFFFFF;
}
.contents{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}


@media (max-width: 1200px) {
    main {
        padding-top: 56px;
    }
}
@media (max-width: 767px) {
    section .container{
        padding: 0 20px;
    }
    .mainv_container h1{
        font-size: 22px;
        line-height: 38.5px;
        margin-top: 32px;
    }

}
@media (min-width: 768px) {
    h2.section_heading {
        margin-bottom: 80px;
        font-size: 32px;
        letter-spacing: 0.05em;
    }
    h2.section_heading::before {
        width: 64px;
        height: 4px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }

}


/*---------- case summary ----------*/

.summary_wrap{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 75em;
    padding: 48px 0 64px 0;
    margin: 0 auto;
}
.summary{
    flex:1;
}

/*---------- government logo ----------*/

.summary .corporate_logo{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
}
.summary .corporate_logo img{
    width: 100%;
}
.summary .corporate_logo li{
    width: 23.6%;
    margin: 0 1.8% 40px 0;
}
.summary .corporate_logo li:nth-of-type(4n){
    margin-right: 0;
}
.summary .case_wrap h2,.summary .case_interview_wrap h2 {
    margin-bottom: 16px;
    padding-left: 8px;
    border-left: 6px solid #152768;
    color: #152768;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
@media (max-width: 64em) {
    .summary .corporate_logo li{
        width: 32%;
}
    .summary .corporate_logo li:nth-of-type(4n){
        margin-right: 1.8%;
}
    .summary .corporate_logo li:nth-of-type(3n){
        margin-right: 0;
}
}
@media (max-width: 48em) {
    .case_wrap{
        margin: 32px 0;
    }

    .summary .corporate_logo{
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .summary .corporate_logo li{
        width: 48%;
        margin: 0 0 20px 0;
}
    .summary .corporate_logo li:nth-of-type(4n){
        margin-right: 0;
    }
}

/*---------- case_box ----------*/

.case_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 3%;
}

.case_list .case_box{
    border: 1px solid #d9e0de;
    border-radius: 4px;
    padding: 15px;
    display: grid;
    grid-template-rows: subgrid;
    flex-direction: column;
    grid-row: span 6;
    gap: 0;
    line-height: 1em;
}
.case_list .case_box:nth-of-type(3n){
    margin-right: 0;
}
.case_list .case_box > a{
    display: flex;
    flex-direction: column;
}
.case_list .case_box h3{
    font-size: 16px;
}
.case_list .case_box img{
    width: 100%;
    object-fit:cover;
}
.case_list .government_name{
    display: flex;
    margin: 15px 0;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
}
.case_list .government_name img{
    width: 30%;
    margin-right: 10px;
}
.case_list .government_name p{
    line-height: 1.5em;
}

.case_list .case_box h4{
    font-size: 14px;
    font-weight: bold;
}
.case_point ul li{
    position: relative;
    padding-left: 2.3em;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.case_point ul li span{
    position: absolute;
    top:0;
    left:0;
    display: inline-block;
    width: 1.25em;
    text-align: center;
    border-radius: 3px;
    background: #152768;
    padding: 1px 2px;
    color: #fff;
    font-weight: bold;
    margin-top: 0.2em;
}

.case_bgeffects .bgeffect_contents {
    border: 1px solid #152768;
    margin: 40px 0;
    position: relative;
    background-color: #FFFFFF;
}
.case_bgeffects .bgeffect_contents h3{
    background-color: #152768;
    position: absolute;
    left:5px;
    top: -18px;
    padding: 3px 0;
    width: 90px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
}
.case_bgeffects .bgeffect_column{
    padding: 25px;
    background-color: #F2F7F8;
}
.case_bgeffects .bgeffect_column li{
    list-style-type: disc;
    line-height: 1.7em;
    margin-left: 30px;
}
.case_category{
    font-size: 12px;
    margin-bottom: 15px;
}
.case_category span{
    display: inline-block;
    margin: 0 3px 5px 0;
    padding: 0.2em 0.3em;
    color: #152768;
    border: 1px solid #152768;
    border-radius: 3px;
}
.case_btn{
    text-align: center;
    margin-top: auto;
}
.case_btn_link{
    width: 50%;
    display: inline-block;
    position: relative;
    padding: 7px 10px 8px 10px;
    border: 1px solid #152768;
    border-radius: 4px;
    background-color: #152768;
    outline: none;
    text-align: center;
}
.case_btn_link span{
    color: #fff;
    font-size: 14px;
}
.case_btn_link span:after{
    content: "";
    position: absolute;
    right: 10px;
    width: 5px;
    height: 5px;
    top:50%;
    margin-top: -0.2em;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(45deg);
}

.case_select{
    display: grid;
    text-align: center;
    margin: 0 auto 20px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 20px;
}

.case_select li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    border: 1px solid #152768;
    color: #152768;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    position: relative;
}

.case_select li:hover, .case_select .current{
    background-color: #152768;
    color: #fff;
}

.case_select li::after {
    content: "";
    position: absolute;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top-width: 1px;
    border-top-style: solid;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(135deg);
    margin-top: -3px;
}

.case_list.case_list_partner .case_box{
    width: 100%;
}
.case_list.case_list_partner a{
    display: grid;
    flex: 1;
    grid-template-columns: 230px 1fr;
}
.case_list.case_list_partner .case_list_partner_image{
    grid-row: 1 / 3;
    display: flex;
}
.case_list.case_list_partner img{
    width: 230px;
}
.case_list.case_list_partner .case_btn{
    text-align: right;
    margin-top: auto;
}
.case_list.case_list_partner h3{
    margin-left: 20px;
    grid-row: 1 / 2;
    height: auto;
}
.case_list.case_list_partner .case_btn_link{
    max-width: 130px;
}

@media (max-width: 1190px) {
.case_btn_link{
width:80%;
}
.case_list.case_list_partner h3{
    height: auto;
}
.case_select li{
    padding-inline: 10px 30px;
}
}
@media (max-width: 64em) {
    .mainv{
        background-position: center right 10%;
    }
    .mainv::before {
        content: '';
        background-color: rgba(1,10,40,0.6);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 376px;
    }
    .case_list{
    justify-content:space-between;
    grid-template-columns: 1fr 1fr;
}
.case_list.case_list_partner a{
    grid-template-columns: none;
}
.case_list.case_list_partner .case_list_partner_image{
    margin-bottom: 20px;
    grid-row: none;
}
.case_wrap .case_list.case_list_partner img{
    width: 100%;
}
.case_wrap .case_list.case_list_partner h3{
    height: auto;
    margin: 0 0 20px;
}
.case_wrap .case_list.case_list_partner .case_btn {
    text-align: center;
}
.case_wrap .case_list.case_list_partner .case_btn_link{
    max-width: none;
}
.case_select{
    grid-template-columns: 1fr;
    gap: 12px;
}
.case_select li{
    padding: 16px;
}
}
@media (max-width: 48em) {
    .mainv_container p{
    font-size: 14px;
    }
    .summary_wrap{
    flex-direction: column;
    }
    .case_list{
        grid-template-columns: unset;
        gap: 30px 0;
    }
    .case_list .case_box h3{
        height: auto;
}
.case_list .government_name img{
    width: 17%;
    margin-right: 10px;
}
.case_btn_link{
    width: 50%;
}
}

@media (max-width: 32em) {
    .case_select li{
        font-size: 13px;
    }
}


/*---------- cese_detail 共通----------*/
.case_detail{
    box-sizing: border-box;
    overflow-x: hidden;
}
.case_detail p{
    line-height: 1.8em;
}
.case_detail a{
    color: #152768;
    text-decoration: underline;
}
.case_detail a:hover{
    text-decoration: none;
    opacity: 1;
}

/*---------- cese_detail ----------*/

.summary_wrap .title .date {
    font-size: 14px;
    letter-spacing: .05em;
    margin-bottom: 8px;
    line-height: 1.8;
}
.summary_wrap ul.tag-service {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 20px 8px 0;
}
.summary_wrap ul.tag-service {
    margin-bottom: 24px;
}
.summary_wrap ul.tag-service li {
    margin: 0 0 0 .35em;
}
.summary_wrap ul.tag-service li:first-child {
    margin: 0;
}
.summary_wrap ul.tag-service li img {
    width: 54px;
}

.summary_wrap .title {
    margin-bottom: 64px;
}
.summary_wrap .title .headding {
    position: relative;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede;
}
.summary_wrap .title .headding::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 20%;
    height: 3px;
    content: '';
    background: #152768;
}
.summary_wrap .title .headding h1 {
    font-size: 22px;
}
.summary_wrap .title .headding p {
    margin-top: 12px;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 16px;
}

.summary_wrap .tag-group,.tag-group .case_category{
    display: flex;
}

.summary_wrap .tag-group .case_category li span{
    padding:0.35em;
}

.summary_wrap .case_detail .case_detail_mv{
    width: 100%;
    text-align: center;
}
.summary_wrap .case_detail .case_detail_mv img{
    width: 90%;
    margin-bottom: 64px;
}

.summary_wrap .case_detail .case_point,.case_bgeffects{
    margin-top: 64px;
}
.summary_wrap .case_detail .case_point h2,.case_bgeffects h2{
    color: #152768;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.summary_wrap .case_detail .case_point ul li{
    position: relative;
    padding-left: 3em;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 1.3em;
}
.summary_wrap .case_detail .case_point ul li span{
    position: absolute;
    top:0;
    left:0;
    display: inline-block;
    width: 1.25em;
    text-align: center;
    border-radius: 0;
    background: #152768;
    padding: 4px 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0em;
}
@media screen and (max-width: 48em) {
    .summary_wrap .case_detail .case_detail_mv img{
        width: 100%;
    }
    .summary_wrap .title {
        margin-bottom: 48px;
    }
    .summary_wrap .title .headding h1 {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }
    .summary_wrap .title .headding p {
        margin-top: 12px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.5;
    }
    .summary_wrap .case_detail .case_point h2{
        font-size: 16px;
    }
    .summary_wrap .case_detail .case_point ul li,.summary_wrap .case_detail .lead,.case_bgeffects .bgeffect_contents ul li{
        font-size: 15px;
    }
}

.case_interview_wrap h3{
    font-size: 18px;
    color:#3B81C7;
}
.case_interview_wrap .mt65{
    margin-top: 65px;
}
.case_interview{
    width: 100%;
}
.case_interview.twocolumns{
    column-gap:24px;
    row-gap: 24px;
    margin-bottom: 24px;
}
.case_interview span,.case_interview strong{
    font-weight: bold;
}
.case_interview_wrap .interview_flex{
    display: flex;
    justify-content: space-between;
}
.case_interview p{
    margin-bottom: 25px;
}
.case_interview .flex_text{
    width: 75%;
}
.case_interview .flex_text60{
    width: 60%;
}
.case_interview .flex_img{
    width: 20%;
}
.case_interview .flex_img35{
    width: 35%;
}
.case_interview .flex_img35 img{
    max-width: max-content;
    width: 100%;
}
.case_interview.img30 .flex_text{
    width: 65%;
}
.case_interview.img30 .flex_img{
    width: 30%;
}
.case_interview.twocolumns .flex_img{
    width: 100%;
}
.case_interview figure{
    margin-bottom: 15px;
}
.case_interview figure,.case_interview figcaption,.case_interview figure img{
    width: 100%;
}
.case_interview figcaption{
    text-align: center;
    font-size: 12px;
    color: #999999;
    line-height: 1.4em;
    padding-top: 5px;
}
.case_interview_wrap .center_img,.case_interview_wrap .center_img img{
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 64em) {
    .case_interview .flex_text{
    width: 65%;
    }
    .case_interview .flex_img{
    width: 30%;
    }
}
@media (max-width: 48em) {
    .case_interview_wrap .interview_flex{
        flex-direction: column;
}
    .case_interview .flex_text, .case_interview.img30 .flex_text, .case_interview .flex_text60{
        width: 100%;
    }
    .case_interview .flex_img, .case_interview.img30 .flex_img, .case_interview .flex_img35{
        width: 100%;
        text-align: center;
    }
    .case_interview figure{
        margin-bottom: 30px;
    }
    .summary .case_interview_wrap h2{
        font-size: 18px;
    }
    .case_interview_wrap h3{
        font-size: 16px;
    }
    .case_interview p{
        font-size: 15px;
}
}




.case_detail .pdf_btn{
    width: 100%;
}
.case_detail .pdf_btn .pdf_download_btn{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 1px solid #152768;
	color: #152768;
    background-color: #F2F7F8;
	transition: 0.5s;
}
.case_detail .pdf_download_btn:hover {
	color: #fff;
	background: #152768;
}
.case_detail .pdf_btn .pdf_download_btn:before{
    content: "";
    position: absolute;
    background: url("/web/jp/government/images/case/common/icon_pdf.svg") no-repeat;
    background: cover;
    width: 30px;
    height: 38px;
    top:50%;
    transform: translateY(-50%) translateX(-50%);
}
.case_detail .pdf_btn .pdf_download_btn span{
    padding-left: 40px;
}
.case_detail .pdf_btn .pdf_download_btn:hover:before{
    background: url("/web/jp/government/images/case/common/icon_pdf.png") no-repeat;
}
.case_detail .pdf_btn .pdf_download_btn:after{
    content: "";
    position: absolute;
    right: 24px;
    width: 10px;
    height: 10px;
    top: 40%;
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (max-width: 64em) {
    .case_detail .pdf_btn .pdf_download_btn{
        font-size: 14px;
    }
}
@media (max-width: 48em) {
    .case_detail .pdf_btn .pdf_download_btn span{
        padding-left: 0;
    }
    .case_detail .pdf_btn .pdf_download_btn:before{
        left:30px;
}
}
@media screen and (min-width: 48em) and (max-width: 965px) {
    .case_detail .pdf_btn .pdf_download_btn span{
        padding-left: 0;
    }
    .case_detail .pdf_btn .pdf_download_btn{
        text-align: left;
    }
    .case_detail .pdf_btn .pdf_download_btn:before{
        left:30px;
    }

}
@media (max-width: 640px) {
    .case_detail .pdf_btn .pdf_download_btn{
        text-align: left;
    }
}

.case_detail .service_link{
    position: relative;
    margin: 64px 0 40px 0;
}
.case_detail .government_info{
    position: relative;
    margin-bottom: 64px;
}

.case_detail .service_link h2,.case_detail .government_info h2{
    color: #152768;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #152768;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.case_detail .service_link h2:before,.case_detail .government_info h2:before{
    content: "";
    position: absolute;
    top:3%;
    background: #152768;
    height: calc(tan(25deg) * 50px / 2);
    width: 10px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.case_detail .service_link h2 span,.case_detail .government_info h2 span{
    margin-left: 15px;
}
.case_detail .service_link p{
    margin-bottom: 10px;
}
.case_detail .service_link ul li{
    font-size: 14px;
    line-height: 2em;
    margin-left: 1em;
}

.case_detail .government_info dl{
    display: flex;
    align-items:baseline;

}
.case_detail .government_info dl dt{
    width: 20%;
    line-height: 2em;
}
.case_detail .government_info dl dd{
    width: 70%;
    text-indent: -0.5em;
    padding-left: 0.5em;
    line-height: 1.3em;
}
.case_detail .government_info dl dd:before{
    content: ": ";
}
@media (max-width: 64em) {
    .case_detail .government_info dl dt{
        width: 30%;
    }
}
@media (max-width: 48em) {
    .case_detail .service_link p,.case_detail .government_info dl dt{
        font-size: 15px;
    }
    .case_detail .government_info dl dd{
        width: 70%;
    }
}

/*---------- side ----------*/
.side {
    width: 288px;
    margin-top: 0;
    margin-left: 64px;
    position: sticky;
    top: 70px;
    height: 100%;
}
.side img{
    width: 100%;
}
.side ul li{
margin-bottom: 25px;
}
.side ul li:last-child{
    margin-bottom: 0;
}

@media (max-width: 64em) {
    .side {
        width: 240px;
        margin-left: 24px;
}
}
@media (max-width: 48em) {
    .side {
    width: 100%;
        margin: 0 auto;
}
}

/*---------- award ----------*/

.award_wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #F2F7F8;
    padding: 3% 0;
}
.award{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.award ul{
    width: 28%;
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
}
.award ul li{
    width: 40%;
    margin-right: 1%;
}
.award ul li img{
    width: 100%;
}
.award p{
    width: 100%;
}
.award p img{
    width: 100%;
    margin-top: 2%;
}
@media (max-width: 48em) {
    .award{
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .award ul{
        width: 80%;
        justify-content: space-around;
    }
    .award p{
    width: 100%;
}
}

/*---------- download bnr ----------*/

article.document_bnr{
    box-sizing: border-box;
    background: url("/web/jp/government/images/case/common/document_bnr_bg.jpg") no-repeat;
    width: 100%;
    background-position: top left;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 40px 58px;
    margin: 64px 0;
}

article.document_bnr h2{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}
article .document_bnr_left ul li{
    color: #fff!important;
    line-height: 1.8em;
}
article ul.checkmark li::before {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;

}
article a.btn_cta{
    padding: 13px 16px;
    font-size: 16px;
}
article a.btn_cta.contact{
    margin-bottom: 25px;
}
article .document_bnr_cta li a{
    color: #fff;
    text-decoration: none;
}
article .document_bnr_cta li a:last-child{
    margin-bottom: none;
}
article.cta_btn_wrap li a.btn_cta::before {
    width: 32px;
    height: 32px;
}
article a.btn_cta.contact::before {
    background-image: url("/web/jp/government/images/case/common/icon_voice.svg");
}
article a.btn_cta.download::before {
    background-image: url(/web/jp/government/images/case/common/icon_document.svg);
}
@media screen and (max-width: 1265px) {
    article.document_bnr h2{
    font-size: 20px;
    }
    article .document_bnr_left ul li,article a.btn_cta{
        font-size: 14px;
    }

}
@media screen and (max-width: 1200px) {
    article.document_bnr{
        flex-direction: column;
        padding: 40px 20px;
    }
    article.document_bnr h2{
        font-size: 25px;
    }
    article .document_bnr_left{
        margin-bottom: 25px;
    }
    article .document_bnr_left ul li,article a.btn_cta{
        font-size: 16px;
    }

}
@media screen and (max-width: 48em) {
    article.document_bnr h2{
        font-size: 5vw;
    }
    article .document_bnr_left ul li,article a.btn_cta{
        font-size: 3.5vw;
    }
}


/*---------- seikyu bnr ----------*/

article.seikyu_bnr{
    box-sizing: border-box;
    background: url("/web/jp/government/images/case/common/seikyu_bnr_bg.jpg") no-repeat;
    width: 100%;
    background-position: top left;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 30px 45px;
    margin: 64px auto;
}
article.seikyu_bnr .sub-link-tit {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 43%;
    color: #333;
    margin-right: 3%;
}
article.seikyu_bnr .sub-link-tit img{
    padding: 10px 0;
}
article.seikyu_bnr .sub-link-dl .sub-link-merit li {
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-indent: 0em;
    padding-left: 1.5em;
    position: relative;
    line-height: 1.2;
}
article.seikyu_bnr .sub-link-dl .sub-link-merit li:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 21px;
    height: 21px;
    background: linear-gradient(180deg, #EDA724 0%, #F4511E 100%);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    }
.sub-link-btnarea a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    background: linear-gradient(0deg, #A10C0C -45.57%, #E3E4A3 425.95%);
    border-radius: 30px;
    align-self: stretch;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.sub-link-btnarea a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 1265px) {
    article.seikyu_bnr .sub-link-tit {
        font-size: 18px;
    }
    article.seikyu_bnr .sub-link-tit img{
        width: 80%;
    }
    article.seikyu_bnr .sub-link-dl .sub-link-merit li {
        font-size: 17px;
    }
}
@media screen and (max-width: 1200px) {
    article.seikyu_bnr{
        padding: 30px;
        background: url("/web/jp/government/images/case/common/seikyu_bnr_bg_sp.jpg") no-repeat;
        background-size: cover;
        flex-direction: column;
    }

    article.seikyu_bnr .sub-link-tit {
        width: 100%;
        margin: 0 auto;
        font-size: 2.5vw;
        padding: 15px 0;
        margin-bottom: 1em;
    }
    article.seikyu_bnr .sub-link-tit img{
        width: 60%;
        padding: 20px 0;
    }
    article.seikyu_bnr .sub-link-dl .sub-link-merit li {
        font-size: 2vw;
    }
    .sub-link-btnarea a {
        font-size: 2vw;
    }
}
@media screen and (max-width: 48em) {
    article.seikyu_bnr .sub-link-tit {
        font-size: 4.5vw;
    }
    article.seikyu_bnr .sub-link-dl .sub-link-merit li{
        font-size: 4vw;
    }
    article.seikyu_bnr .sub-link-tit img{
        padding: 10px 0;
    }
.sub-link-btnarea a {
    font-size: 3.5vw;
}
}

.secMainbnr{
display:none;
}

/*---------- 最下部cta調整 ----------*/
.cta_wrap .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
/*---------- 画像拡大 ----------*/
@media screen and (min-width: 768px) {
    .bt_lightbox{
        display: block;
        text-align: right;
        margin: 0 0 1em 0;
    }
    .bt_lightbox a{
        font-size: small;
        font-weight: 400;
        line-height: 1;
        text-decoration: underline;
    }
}
@media screen and (max-width: 768px) {
    .bt_lightbox{
        display: none;;
    }
}
/*---------- scrollbox ----------*/
.scroll-box {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
}
.scroll-box figure.flow_image{
    margin-bottom: 0;
}
.scroll-box figure img {
    max-width: 100%;
    min-width: 840px;
    vertical-align: top;
}
.scroll-box figure.flow_image img{
    margin-bottom: 0;;
}
@media screen and (min-width: 768px) {
    .scroll-box {
        overflow-x: hidden;
        padding-bottom: 0; }
        .scroll-box figure img {
            min-width: auto; }
 }
/* scrollbar */
.scroll-box::-webkit-scrollbar {
    height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
    background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.link_box .link.triangle {
    position: relative;
    padding-left: 1.1em;
}
.link_box a.link {
    text-decoration: underline;
    color: #152768;
    transition: all 0.3s 0s ease;
}
.link_box a.link:hover {
    text-decoration: none;
}
.link.triangle::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 14px;
    background-color: #152768;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}