@charset "UTF-8";

/* Repeatable Patterns
----------------------------------------------------*/

*{
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}


body {
    font-family: 'Midashi Go MB31', sans-serif;
/*    font-family: A P-OTF 見出ゴMB31 Pr6N;*/
    color: #5f3c14;
    background: #fff;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}

html.is-scroll-prevent {
    height: 100%;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s ease-out
}

a:hover{
    text-decoration: underline;
}

a img, a svg {
    transition: 0.3s ease-out;
}

a:hover img{
    opacity: .7;
}

::-moz-selection {
    background: #5f3c14;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #5f3c14;
    color: #fff;
    text-shadow: none;
}

img {
    width: 100%;
    height: auto;
    max-width: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    font-weight: inherit;
}

img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

svg{
    fill: currentcolor;
}

ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.display_none{
    display: none;
}

.wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.inner {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hr{
    margin-top: 15rem;
    margin-bottom: 15rem;
}

/*テキスト*/

.heading_01{
    font-size: 3.5rem;
    line-height: 1.4;
    margin-bottom: 10rem;
    text-align: center;
}

.heading_01 span.sub{
    font-size: 2.9rem;
}

.heading_01 span.line{
    display: inline-block;
    padding-bottom: .3rem;
    border-bottom: 3px solid;
}

.heading_02{
    font-size: 2.7rem;
    line-height: 1.4;
    background: #fffde9;
    border: 2px solid;
    border-radius: 50vmax;
    padding: .8rem 2.8rem;
    margin: 0 auto 5rem;
    text-align: center;
    width: fit-content;
}

.text_01{
    font-size: 2.7rem;
    line-height: 1.65;
    text-align: justify;
}

.text_02{
    font-size: 2.5rem;
    line-height: 1.65;
    text-align: justify;
}

p a{
    word-break: break-all;
}


/*リンク*/
.link_button{
    display: block;
}

.link_button img{
    width: auto;
    height: 2.3rem;
}

/*fadein*/
.fadein {
    opacity: 0;
    transition: 1000ms ease-in;
}

.fadein.scrollin {
    opacity: 1;
}

@media print {
    .fadein {
        opacity: 1;
    }
}


/*イントロダクション*/

.main_container{
    padding-bottom: 6rem;
}

.intro_container{
    text-align: center;
}

.intro_fv{
    height: 100vh;
    height: 100svh;
    position: relative;
}

.intro_logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60rem;
    margin: auto;
}

.intro_heading{
    margin: auto;
    padding-bottom: 14rem;
}

.intro_heading img{
    width: auto;
    height: 4.3rem;;
}

.intro_text{
    font-size: 3.2rem;
    line-height: 1.75;
    letter-spacing: 0.05rem;
    word-break: keep-all;
}

/*概要*/

.overview_heading{
    font-size: 3.6rem;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 8rem;
}

.overview_list_title{
    margin-bottom: 7.2rem;
}

.overview_item + .overview_item{
    margin-top: 10rem;
}

.overview_item:nth-child(2) .overview_list_text,
.overview_item:nth-child(3) .overview_list_text{
    font-size: 3.2rem;
    text-align: center;
}

.overview_item:nth-child(4) .overview_list_text{
    font-size: 3.2rem;
}

/*課題*/

.issue_text{
    text-align: center;
    padding-bottom: 7rem;
}

.issue_box + .issue_box{
    margin-top: 6.8rem;
}

.issue_box_heading{
    font-size: 2.8rem;
    width: 5.6rem;
    justify-content: center;
    align-items: center;
    background: #fffde9;
    border: 2px solid;
    border-radius: 50vmax;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.issue_list{
    width: calc(100% - 5.6rem);
    padding: 1.8rem 0 1.8rem 3rem;
}

.issue_item + .issue_item{
    margin-top: .8rem;
}

/*取り組み*/

.activity_text{
    text-align: center;
    margin-bottom: 7rem;
}

.activity_item + .activity_item{
    margin-top: 7rem;
}

.activity_list_logo{
    width: 48rem;
    display: block;
    margin: 4rem auto 0;
}

.activity_list_link{
    margin-top: 6.4rem;
    margin-bottom: 10rem;
    text-align: center;
}

/*事業*/

.project_text{
    text-align: center;
    margin-bottom: 7rem;
}

.project_item + .project_item{
    margin-top: 10rem;
}

.project_list_list{
    width: 59rem;
    margin: 5rem auto 0;
    line-height: 1.9;
}

/*キャッチフレーズ*/

.phrase_list_link{
    margin-top: 9rem;
    text-align: center;
}

/*フッター*/

.footer_logo{
    width: 34rem;
    margin: 0 auto 10rem;
    display: block;
}

.footer_text{
    font-size: 2.1rem;
    line-height: 2;
    letter-spacing: 0.075rem;
    text-align: center;
    margin: 0 auto 10rem;
}

.footer_copyright{
    width: 54rem;
    margin: auto;
}

/*----------------------------------------------------

PCのみ

----------------------------------------------------*/

@media screen and (min-width: 768px) {
    .display_sp {
        display: none !important;
    }
}

@media screen and (max-width: 849px) and (min-width: 768px) {
    html {
        font-size: 54%;
    }
    
    .wrapper{
        width: 90%;
    }
}
/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


@media screen and (max-width: 767px) {

    body {
        position: relative;
        background-image: none;
    }
    
    .display_pc{
        display: none !important;
    }

    .wrapper {
        width: 100%;
        padding: 0 4%;
    }

    .inner {
        width: 100%;
    }

    .hr{
        margin-top: 8rem;
        margin-bottom: 8rem;
    }


    /*テキスト*/

    .heading_01{
        font-size: 2.5rem;
        margin-bottom: 6rem;
    }

    .heading_01 span.sub{
        font-size: 2.1rem;
    }

    .heading_01 span.line{
        padding-bottom: .2rem;
        border-bottom: 2px solid;
    }
    
    .heading_01 span.line:not(:first-child){
        padding-top: .8rem;
    }

    .heading_02{
        font-size: 2rem;
        padding: .6rem 2rem;
        margin: 0 auto 3.2rem;
    }

    .text_01{
        font-size: 1.8rem;
    }

    .text_02{
        font-size: 1.8rem;
    }


    /*リンク*/

    .link_button img{
        height: 1.9rem;
    }

    /*イントロダクション*/

    .main_container{
        padding-top: 0;
        padding-bottom: 5rem;
    }

    .intro_logo{
        width: 80%;
    }

    .intro_heading{
        width: 33.6rem;
        max-width: 100%;
        padding-bottom: 10rem;
    }
    
    .intro_heading img{
        height: auto;
    }

    .intro_text{
        font-size: 1.8rem;
    }

    /*概要*/

    .overview_heading{
        font-size: 2.3rem;
        padding-bottom: 6rem;
    }

    .overview_list_title{
        margin-bottom: 4rem;
    }

    .overview_item + .overview_item{
        margin-top: 6rem;
    }

    .overview_item:nth-child(1) .overview_list_text,
    .overview_item:nth-child(2) .overview_list_text,
    .overview_item:nth-child(3) .overview_list_text,
    .overview_item:nth-child(4) .overview_list_text{
        font-size: 1.7rem;
    }


    /*課題*/

    .issue_text{
        padding-bottom: 6rem;
    }

    .issue_box + .issue_box{
        margin-top: 4rem;
    }

    .issue_box_heading{
        font-size: 2rem;
        width: 4.4rem;
    }

    .issue_list{
        width: calc(100% - 4.4rem);
        padding: 1.2rem 0 1.2rem 2rem;
    }

    .issue_item + .issue_item{
        margin-top: .6rem;
    }
    
    .issue_list_text{
        font-size: 1.7rem;
    }

    /*取り組み*/

    .activity_text{
        margin-bottom: 6rem;
    }

    .activity_item + .activity_item{
        margin-top: 6rem;
    }

    .activity_list_logo{
        width: 80%;
        margin: 2.4rem auto 0;
    }

    .activity_list_link{
        margin-top: 3.6rem;
        margin-bottom: 7rem;
    }

    /*事業*/

    .project_text{
        margin-bottom: 6rem;
    }

    .project_item + .project_item{
        margin-top: 6rem;
    }

    .project_list_list{
        width: 100%;
        margin: 2.4rem auto 0;
    }

    /*キャッチフレーズ*/

    .phrase_list_link{
        margin-top: 5rem;
    }

    /*フッター*/

    .footer_logo{
        width: 55%;
        margin: 0 auto 5rem;
    }

    .footer_text{
        font-size: 1.7rem;
        margin: 0 auto 5rem;
    }

    .footer_copyright{
        width: 90%;
        margin: auto;
    }
}

@media print,
    screen and (max-width: 379px) {
        html {
            font-size: 56%;
        }
}