@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;
}
/*---------- 共通css調整 ----------*/
#breadcrumbs{
    line-height: 1em;
}
#breadcrumbs ol li {
    font-size: 10px;
}
@media screen and (min-width: 768px) {
    #breadcrumbs ol li {
    font-size: 12px;}
}
#breadcrumbs.white li,
#breadcrumbs.white li a {
    color: #fff;
}
#breadcrumbs ol li:before{
    color: #FFFFFF;
}
img{
    vertical-align: bottom;
}
h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    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;
}
/*---------- 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: 328px;
    overflow: hidden;
	background-image: url('/web/jp/government/images/support/mainv.png');
    background-position: center right;
    background-size: cover;
}
.mainv .container{
    width: 90%;
    max-width: 1200px;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.mainv_container {
    padding: 6.5rem 0 1rem;
}
.mainv_container h1{
    font-size: 40px;
    line-height: 1.5;
    color: #FFFFFF;
}
.contents{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
#breadcrumbs li a, #breadcrumbs li span{
    color: #FFFFFF;
}
.mainsubv_container{
    padding: 96px 40px 0;
	background-image: url('/web/jp/government/images/support/mainsubv.png');
    background-size: cover;
    height: 539px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.mainsubv_inner{
    width: 100%;
    max-width: 944px;
    display: flex;
}
.mainsubv_title{
    font-size: 32px;
    line-height: 2;
    margin-right: 48px;
    white-space: nowrap;
    font-weight: bold;
}
.mainsubv_texts{
    max-width: 512px;
    margin-left: auto;
}
.mainsubv_text{
    line-height: 2;
    margin-bottom: 24px;
    font-weight: bold;
}
.mainsubv{
    padding-bottom: 166px;
    background-color: #F2F7F8;
}

.tocBox {
    box-shadow: 0px 0px 35px 0px rgba(100, 100, 100, 0.08);
}
.toc_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 1em 0;
    background-color: #3B81C7;
    border-radius: 8px 8px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1em;
}
.toc_title::before {
    flex: 0 0 auto;
    content: '';
    background-image: url("/web/jp/government/images/icon_toc.svg");
    background-size: cover;
    width: 1em;
    height: 1em;
}
.toc_list {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 1.5rem 1rem;
}
.toc_list ol {
    margin-left: 2em;
}
.toc_list ol li {
    padding-left: .5em;
    list-style: decimal; 
    font-weight: 500;
    line-height: 1.5;
}
.toc_list ol li + li {
    margin-top: 1rem;
}
.toc_list ol li a{
    display: block;
    margin-bottom: 8px;
}
.toc_list ol li a:last-child{
    margin-bottom: 0;
}
.toc_list ol li a h2:hover {
    color: #3B81C7;
    text-decoration: underline;
}
.section_consider{
    padding: 20px 0 48px;
    margin-top: 76px;
}
#scrl4{
    padding-bottom: 96px;
}
.section_heading_num{
    font-size: 24px;
    line-height: 27px;
    font-weight: bold;
    color: #3370AD;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 4px;
}
.section_heading_num span{
    font-size: 12px;
    margin-right: 2px;
}
.section_title{
    border-left: 8px solid #3370AD;
    border-bottom: 1px solid #E6E6E6;
    padding: 4px 0 4px 24px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
}
.section_title + .section_text{
    max-width: none;
    margin-bottom: 32px;
}
.section_text{
    max-width: 800px;
    margin: 0 auto 48px;
}
.support_link{
    position: relative;
    margin-left: 20px;
    padding-left: 12px;
}
.support_link:before{
    content: '';
    display: block;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 10px;
    height: 14px;
    position: absolute;
    top: 8px;
    left: 0;
    background: #333333;
}
.support_link a{
    text-decoration: underline;
}
.support_main{
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
.request_main, .introduce02_main{
    flex-direction: row-reverse;
}
.request_main .support_main_image, .introduce02_main .support_main_image{
    margin-left: 0;
    margin-right: 16px;
}
.support_main ul{
    border: 1px solid #3370AD;
    border-radius: 16px;
    padding: 32px;
}
.support_main li{
    margin-bottom: 24px;
    background-image: url('/web/jp/government/images/support/support_check.png');
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 32px;
    font-weight: bold;
}
.support_main li:last-child{
    margin-bottom: 0;
}
.support_main_image{
    margin-left: 16px;
    display: flex;
    align-items: end;
}
.support_contents{
    margin-bottom: 48px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.support01, .support02{
    margin: 0 24px 24px 0;
    background-color: #F2F7F8;
    box-sizing: border-box;
    padding: 24px 16px;
}
.support02, .support01:last-child{
    margin-right: 0;
}
.support02 ~ .support01{
    margin-bottom: 0;
}
.support02 ~ .support01:last-child{
    margin-right: 24px;
}
.support_title{
    font-size: 18px;
    color: #152768;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
}
.support_text{
    margin-left: 16px;
    line-height: 1.5;
}
.btn_area{
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
}
.btn_area:last-child{
    margin-bottom: 0;
}
.consider_btn{
    width: 400px;
    height: 75px;
    border-radius: 8px;
    border: 2px solid #152768;
    position: relative;
    margin-right: 24px;
}
.consider_btn:last-child{
    margin-right: 0;
}
.consider_btn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #152768;
    text-align: center;
}
.consider_btn:before{
    content: '';
    display: block;
    position: absolute;
    border-top: 2px solid #152768;
    border-left: 2px solid #152768;
    transform: translate(0, -50%) rotate(135deg);
    right: 18px;
    top: 50%;
    height: 8px;
    width: 8px;
}
.support_image{
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.support_image + .support_title{
    margin-top: 24px;
}

.support_c02{
    margin-bottom: 32px;
}

.support_c02 .support01, .support_c02 .support02{
    margin-bottom: 0;
}
#scrl1 .support_c02 .support_text {
    margin-left: 0;
}
#scrl2 .support_contents{
    margin-bottom: 0;
}

#scrl3 .support_main + .support_contents{
    margin-bottom: 64px;
}

#scrl4 .support_contents{
    margin-bottom: 0;
}
.support_movie_contents{
    display: flex;
}
.support_movie_text{
    line-height: 1.5;
    margin-right: 80px;
    display: flex;
    align-items: center;
    flex: 1;
}
.support_movie{
    flex: 1;
}
.support_movie img{
    width: 100%;
    max-width: 600px;
}
.support_movie iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
.cta .container {
    padding: 0 16px;
}
@media (max-width: 1200px) {
    main {
        padding-top: 56px;
    }
}
@media (max-width: 1100px) {
    .support_movie_text {
        line-height: 1.5;
        margin-right: 48px;
    }
    .support_movie_contents .support_movie{
        flex: 1;
    }
}
@media (max-width: 1023px) {
    .mainv{
        background-position: center right 10%;
    }
    .mainsubv_container{
        background-position: bottom;
    }
    .mainsubv{
        padding-bottom: 315px;
    }
    .mainsubv_title {
        margin-right: 60px;
    }
    .support_contents{
        grid-template-columns: 1fr 1fr;
    }
    .support01:nth-child(2n){
        margin-right: 0;
    }
    .support01:nth-child(4){
        margin-bottom: 24px;
    }
    .support01:nth-child(5){
        margin-bottom: 0;
        margin-right: 24px;
    }
    .support02{
        margin: 0 24px 24px 0;
    }
    .support02:last-child{
        margin-bottom: 0;
    }
    .support_c02 .support01{
        margin-bottom: 24px;
    }
}
@media (max-width: 767px) {
    section .container{
        padding: 0 20px;
    }
    .mainv_container h1{
        font-size: 22px;
        line-height: 38.5px;
        margin-top: 32px;
    }
    .mainsubv_container{
        padding: 64px 0 0;
        height: auto;
        margin-bottom: 76px;
        background-size: 200%;
        background-position: top;
    }
    .mainsubv_inner{
        display: block;
    }
    .mainsubv_title{
        font-size: 20px;
        margin-right: 0;
        margin-bottom: 48px;
        text-align: center;
    }
    .mainsubv_texts{
        max-width: none;
        margin: 0 20px;
    }
    .mainsubv{
        padding-bottom: 144px;
    }
    .mainsubv_text:last-child{
        margin-bottom: 0;
    }
    .section_toc{
        margin-bottom: -160px;
    }
    .section_toc .container{
        top: -160px;
    }
    .section_consider{
        padding: 20px 0 32px;
        margin-top: 44px;
    }
    .section_heading_num{
        font-size: 18px;
    }
    .support_main{
        display: block;
    }
    .support_main_image, .request_main .support_main_image, .introduce02_main .support_main_image{
        margin: 16px 0 0 16px;
    }
    .support_contents{
        grid-template-columns: 1fr;
    }
    .support01, .support02, .support01:nth-child(5), .support02 ~ .support01:last-child{
        margin-right: 0;
    }
    .section_title{
        font-size: 19px;
    }
    .support_c02{
        margin-bottom: 48px;
    }
    #scrl3 .support_c02{
        margin-bottom: 24px;
    }
    .btn_area{
        display: block;
    }
    .consider_btn{
        width: auto;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .consider_btn:last-child{
        margin-bottom: 0;
    }
    .support_movie_contents{
        display: block;
    }
    .support_movie_text{
        margin-right: 0;
        margin-bottom: 24px;
    }
    .support_movie{
        width: 100%;
    }
    #scrl4{
        padding-bottom: 64px;
    }
}
@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;
    }
    .tocBox {
        max-width: 640px;
        margin: -170px auto 0;
    }   
    .toc_title {
        font-size: 18px;
    }
    .toc_list {
        padding: 2rem 1rem 2rem 3rem;
    }    
}