@charset "utf-8";

/*common*/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.mt120{margin-top: 120px;}
.mt130{margin-top: 130px;}
.mt140{margin-top: 140px;}
.mt150{margin-top: 150px;}
.pcmb50{margin-bottom: 50px;}
.sp{
    display: none;
}
.pc{
    display: inline-block;
}
.sp-border{
    display: none;
}

.page-about-index .about_page{
    background: #fff;
}
.topick-path ul{
    display: flex;
    padding: 10px 0;
}
.topick-path ul li{
    margin-right: 1em;
}
.topick-path ul li::after{
    content: '>';
    margin-left: 1em;
}
.topick-path ul li:last-child:after{
    display: none;
}
.p-container__full{
    max-width: 900px;
    padding: 0 0px;
}
.page_ttl_st1{
color:#ff5500;
border-top: #ff5500 solid 3px;
background: url(../../img/furusato/main_ttl_st1_head.svg);
background-repeat: no-repeat;
background-position: left -3px;
padding-left: 30px;
padding-top: 5px;
font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 24px;
}
.page_ttl_st2{
color:#fff;
background: #ff5500;
padding: 10px;
border-radius: 15px;
}
.page_ttl_st3{

}
.f-orange{
    color:#ff5500; 
}
.f-blue {
    color: #3c3ca0;
}
.inner-item-5{
    margin-top: 50px;
}
.inner-items-1-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    gap: 40px;
}
.page-about-index .inner-items-1.inner-items-1-flex:after{
display: none;
}
.page-about-index .inner-item-1 {
    float: left;
    margin: 0%;
    width: 45%;
}
.page-about-index .inner-item-1 .__text{
    font-size: 16px;
}
.page-about-index #orei .inner-item-1 .__text,
.page-about-index #choice .inner-item-1 .__text{
    margin-top: 0px;
}
.page-about-index #orei .inner-item-1 .__heading,
.page-about-index #choice .inner-item-1 .__heading  {
    margin: 30px 0 5px;
}
.page-about-index .inner-item-1 .__heading {
    color:#ff5500;
    font-weight: bold;
}
.tac{
    text-align: center;
}
.border-top{
    border-top: 1px solid #000;
}
.pd-tb{
    padding: 20px 0;
}
.page-about-index .inner-items-1 {
    margin: 0 0;
}
.text_link::before{
    content: '▶';
}
.page-about-index .inner-items-3{
    margin:100px auto auto;
}

/*hero*/
.page-about-index .about-hero {
    cursor:auto;
    padding: 30px 0;
}
.page-about-index .about-hero.__is-outline {
    text-align: center;
    background-image: url(../../img/furusato/main_back.jpg);
}
.page-about-index .about-local-nav li {
    background-color: rgb(0 0 0 / 50%);
    width: 22%;
    margin-top: 15px;
}
.page-about-index .about-local-nav li:last-child {
    background-color: rgb(60 60 160 / 100%);
    width: 40%;
}
.page-about-index .about-hero .__heading {
    margin: 30px 0 20px;
}
.page-about-index .about-hero .__heading img{
    max-width: 50%;
}
.page-about-index .about-local-nav li:first-child {
    display: inline-block;;
}

.about-hero-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translate(25%, 0%);
}


/**/
.page-about-index .about-inner {
    display: block;
}

.inner-item-txt p{
    margin-bottom: 1em;
    font-size: 16px;
}

.page-about-index #orei .inner-item-txt{
    margin: 30px 0 65px;
}
.page-about-index #orei .about-inner{
    padding-top: 40px;
}

.text-border-box{
    border: 1px solid #000;
    padding: 30px 0;
    margin: 50px 0%;
    display: block;
    width: 100%;
}
.text-border-box.blue{
    border: 1px solid #009fe8;
    padding: 30px 0;
    margin: 50px 0% 0;
    color: #009fe8;
    width: 100%;
}

.page-about-index .inner-item-3 {
    float: none;
    margin: 0% 0%;
    width: 100%;
    display: flex;
}
.page-about-index .inner-item-3 .__image{
    order: 2;
}
.page-about-index .inner-item-3 .__heading{
    order: 1;
    text-align: left;
    color: #ff5500;
}
.page-about-index .inner-item-3 .__textbox{
    margin-right: 50px;
    border-top:1px solid #000;
    padding: 30px 0;
}
.page-about-index .inner-item-3 .__textbox{
    width: 60%;
}
.page-about-index .inner-item-3 .__image{
    width: 35%;
}
.page-about-index .inner-item-3.border-bottom .__textbox{
    border-bottom:1px solid #000;
}


.page-about-index #mayor .__text {
    color: #000;
    text-shadow:none;
    line-height: 1.8;
    margin-top: 50px;
}

.bnr-list{
    margin: 50px 0;
}
.bnr-list ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: space-between;
}
.bnr-list ul li{
    width: 30%;
}
.bnr-list ul li img{
    width: 100%;
}

.btn-area{
    text-align: center;
    padding: 30px; 

}
.btn-area .link-btn{
    width: 600px;
    color: #fff;
    padding:15px 30px;
    margin: 20px auto;
    text-decoration: none;
}
.btn-area .link-btn.blue{
    background: #3c3ca0;
}
.btn-area .link-btn.orange{
    background: #ff5500;
}
.btn-area .link-btn.blue:hover{
    background: #6969c5;
}
.btn-area .link-btn.orange:hover{
    background: #bc8e77;
}


/*企業向け*/
.page-about-index .kigyou .about-hero.__is-outline {
    text-align: center;
    background-image: url(../../img/furusato/main_kigyou_back.jpg);
}

.page-about-index .kigyou .about-hero.__is-outline .__heading{
    text-align: left;
    margin: 20px 150px 170px 0;
}
.page-about-index .kigyou .about-local-nav li:last-child {
    background-color: rgb(255 85 0 / 100%);
    width: 120%;
}
.kigyou .page_ttl_st1 {
    color: #3c3ca0;
    border-top: #3c3ca0 solid 3px;
    background: url(../../img/furusato/main_ttl_st1_head_kigyou.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
}


@media (max-width: 679px){
    .sp{
        display: block !important;
    }
    .pc{
        display: none !important;
    }
    .pcmb50{margin-bottom: 0px;}
    /*.sp-border{
        display: block;
        border-top:10px solid #c8c8c8;
        margin-left:-3%;
        margin-right:-3%;
        margin-bottom: 0px;
    }*/
    
    .page-about-index .inner-items-1 {
        margin: 0 -0%;
    }
    .page_ttl_st1{
    background-size: auto;
    font-size: 20px;
    background-position: left -10px;
    padding-left: 30px;
    background: url(../../img/furusato/main_ttl_st1_head_sp.svg);
    background-repeat: no-repeat;
    margin-top: 50px;
    }

    
    .page-about-index .inner-item-3{
        display: block;
        margin: 0%;
    }
    .page-about-index .inner-item-3 .__image {
        width: 100%;
    }
    .page-about-index .inner-item-3 .__textbox {
        width: 100%;
        border: none;
        padding:0 0 40px 0;
    }

    .page-about-index .about-local-nav li {
        display: block;
    }
    .inner-item-5 {
        margin-top: 20px;
    }
    .inner-item-txt p{
        font-size: 14px;
    }
    /*hero*/

    .page-about-index .about-hero .__heading img{
        max-width: 80%;
    }
    .page-about-index .about-hero .__heading {
        margin: 30px 0 30px;
    }
    .about-hero-icon {
        position: absolute;
        top: 0;
        right: 15%;
        left: auto;
        transform:auto;
        width: 20%;
    }
    ul.about-local-nav{
        margin: 10px 2% 0;
    }

    .page-about-index .about-local-nav li {
        float: left;
        width: 47%;
        background: #ff5500;
        color: #fff;
        text-align: center;
        margin: 5px 1%;
        padding: 5px 0;
    }
    .page-about-index .about-local-nav li:last-child {
    
        width:96%;
    }
    .page-about-index .about-local-nav li:after {
        content: ">";
        color: #fff;
        position: absolute;
        right: 10px;
        top: calc(50% - 15px);
        margin-top: 5px;
    }


    .page-about-index .about-hero.__is-osusowake .__heading {
        margin: 70px 0 0px;
    }
    .page-about-index .about-hero.__is-osusowake {
        min-height: 150px;
        margin-top: 0px;
        background-size: cover;
        height: 140px;
    }



    .page-about-index #mayor .p-container__full .__image{
       margin-top: 50px;
    }

    .page-about-index #mayor .__text{
        margin-top: 30px;
    }
    .page-about-index #orei .inner-item-txt{
        margin-bottom: 30px;
    }
    .page-about-index #orei .about-inner {
        padding-top: 0px;
    }

    .bnr-list ul{
        display: block;
    }
    .bnr-list ul li {
        width: 70%;
        margin-bottom: 10px;
        margin: 10px auto;
    }
    .page_ttl_st2 {        
        border-radius: 0px;
    }
    .page-about-index .inner-item-1{
        width: 100%;
    }
    .page-about-index #orei .inner-item-1 .__heading, .page-about-index #choice .inner-item-1 .__heading{
        margin: 15px 0;
    }

    .page-about-index .inner-items-3{
        margin:50px auto auto;
    }
    .page-about-index .inner-item-1 .__text{
        font-size: 14px;
    }
    .page-about-index .inner-item-3 .__text{
        font-size: 14px;
    }

    .page-about-index .kigyou .about-local-nav li:last-child {
        background-color: rgb(255 85 0 / 100%);
        width: 96%;
    }
    .page-about-index .kigyou .about-hero.__is-outline .__heading {
        width: 75%;
    }
    .page-about-index .kigyou .about-hero.__is-outline .__heading {
        text-align: left;
        margin: 60px 0px 140px 0;
    }
    .page-about-index .kigyou .about-hero.__is-outline {
        text-align: center;
        background-size: cover;
        background-position: bottom;
    }
    .kigyou .about-hero-icon {
        position: absolute;
        top: 0;
        right: 12%;
        left: auto;
        transform: auto;
        width: 17%;
    }
    .btn-area{
        padding: 30px 0;
    }
}

