@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*-------------------------------------------------------------------------------- 
    fotterのスタイル
--------------------------------------------------------------------------------*/
.footer_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-top: 3rem;
    padding-top: 1.6rem;
    color: var(--white);
    background-image: url("../../assets/img/top/footer_bk.jpg");
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
}

.footer_wrap1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    line-height: 1;
    box-sizing: border-box;
}

.footer_logo{
    height: 8rem;
}

.footer_logo img{
    width: auto;
    height: 100%;
}

.footer_company_info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.footer_company_name{
    font-size: var(--font-size-l);
    color: var(--white);
    line-height: 1;
    text-align: center;
}

.footer_policy {
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1rem;
    font-size: var(--font-size-l);
    font-weight: 400;
    filter: drop-shadow(5px 5px 4px rgba(0, 0, 0, 0.5)); 
}

/* 文字１行目*/
.footer_policy1 {
    margin: 0;
    color:var(--white);
    line-height: 1;
    text-align: center;
}

/* 文字2行目*/
.footer_policy2 {
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    color:var(--white);
    line-height: 1;
    margin: 0;
}

.footer_wrap2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    padding: 1rem;
    border: 0.1rem solid var(--white);
    max-width:50%;
    width: 100%;
    margin: 1rem;
    box-sizing: border-box;
}

.footer_company_info1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    line-height: 1.5;
    width: 100%;
    font-size: var(--font-size-s);
}

.footer_company_info2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    line-height: 1.5;
    font-size: var(--font-size-s);
    width: 100%;
}

.footer_company_hours{
    width: 50%;
    text-align: right;
    padding: 0 1rem;
}

.footer_company_tel{
    width: 50%;
    text-align: left;
    padding: 0 1rem;
}

.footer_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
    box-sizing: border-box;
}

.footer_nav_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: var(--font-size-s);
    width: 100%;
    padding: 0;
    margin: 0;
    column-gap: 1rem;
}

.footer_nav_list li{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.footer_nav_list a{
    font-size: var(--font-size-s);
    color: var(--white);
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    overflow-wrap : break-word;
}

.footer_sns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 0;
    list-style: none;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
}

.footer_sns  ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 3.6rem;
    padding: 0;
}

.footer_sns li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-m);
    margin-left: 1rem;
    margin-right: 1rem;
    line-height: 1.7;
    color: var(--white);
}

.footer_sns a {
    color: var(--white);
    font-size: var(--font-size-2l);
}

.copyright {
    margin-top: 0;
    line-height: 5.3rem;
    text-align: center;
    font-size: var(--font-size-m);
    color: #000;
    background-color: var(--white);
}

.copyright p{
    line-height: 5.3rem;
    height: 5.3rem;
    text-align: center;
    font-size: var(--font-size-m);
    color: #000;
    background-color: var(--white);
    margin: 0;
}

.copyright .info{
    padding-top: 0;
}

.copyright .info{
    margin-top: 12.2rem;
}
/*----------------------------------------------------------- 
			page top CSS
------------------------------------------------------------*/
#page_top{
    width: 8rem;
    height: 8rem;
    position: fixed;
    right: -8rem;
    bottom: 2rem;
    background: #ef3f40;
    background: var(--main-color1);
    opacity: 1;
    border-radius: 50%;
}

#page_top a{
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    text-decoration: none;
}

#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 4rem;
    color: #fff;
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: -.4rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/* --------------------------------------------------
	以上が 1300remを超えるＰＣ端末環境設定
----------------------------------------------------- */
/* --------------------------------------------------
1300px(PCのコンテンツ幅)以下の画面幅で表示されるスタイル
----------------------------------------------------- */
@media screen and (max-width: 1300px) {
    /*-------------------------------------------------------------------------------- 
        fotterのスタイル
    --------------------------------------------------------------------------------*/
    .footer_logo img{
        width: 100%;
    }
    .footer_wrap2{
        max-width: 100%; 
    }
    .footer_company_info2{
        flex-direction: column;
    }
    .footer_company_hours{
        width: 100%;
        text-align: center;
    }
    .footer_company_tel{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .footer_nav {
        display: none;
    }
    /*----------------------------------------------------------- 
                page top CSS
    ------------------------------------------------------------*/
}
/* --------------------------------------------------
768px(PCのコンテンツ幅)以下の画面幅で表示されるスタイル
----------------------------------------------------- */
@media screen and (max-width: 768px) {
    /*-------------------------------------------------------------------------------- 
        fotterのスタイル
    --------------------------------------------------------------------------------*/
    /*----------------------------------------------------------- 
                page top CSS
    ------------------------------------------------------------*/
}
/* --------------------------------------------------
480px(PCのコンテンツ幅)以下の画面幅で表示されるスタイル
----------------------------------------------------- */
@media screen and (max-width: 480px) {
    /*-------------------------------------------------------------------------------- 
        fotterのスタイル
    --------------------------------------------------------------------------------*/
    /*----------------------------------------------------------- 
                page top CSS
    ------------------------------------------------------------*/
}
