@charset "UTF-8";



/* #region 政策 */
#s_council_outside .outside {
    display: grid;
    grid-template-columns: 1fr;

    /*height: 1400px;*/
    /*background-color: #E3D1BD;*/
}


#s_council_outside .outside .flow_header1 { 
    /*position: absolute;*/
    width: 100%; 
    /*overflow: hidden;*/
    /*line-height: 0; */
    /*transform: rotate(0deg);*/
	/*background-color: #E3D1BD;*/


	position: relative;
	/*height: 280px;*/ /* SVGの高さと同じにします */

	/*display: flex;*/
	justify-content: center;
	align-items: center;

	margin: 0 0 -1px 0;	/*白がでてしまうため調整*/
    padding: 0 0 0 0;
	
	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/

} 

#s_council_outside .outside .flow_header1 svg { 
	/*position: relative; */
    /*display: block; */
    /*width: calc(112% + 1px);*/
    transform: rotateY(180deg);
    /*transform: rotateX(180deg);*/


} 

#s_council_outside .outside .flow_header2 { 
    /*position: absolute;*/
    width: 100%; 
    /*overflow: hidden;*/
    /*line-height: 0; */
    transform: rotate(0deg); 
	/*background-color: #E3D1BD;*/


	position: relative;
	height: 250px; /* SVGの高さと同じにします */

	justify-content: center;
	align-items: center;

	margin: 0 0 -1px 0;	/*白がでてしまうため調整*/
    padding: 0 0 0 0;
	
	/*border: 1px solid red;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/

} 

#s_council_outside .outside div.sidelogo {
    position: absolute;
    right: 0px;
    
}

#s_council_outside .outside div.sidelogo p.en1 {
	width: 1300px;
	/*height: 40px;*/
	position: absolute;
	/*top: 12%;*/
	right: 0%;

    margin: 900px -610px 0px 0px;
    /*transform: translate(-50%, 0%);*/

	
	transform: rotate(90deg); 

	color: #F7F1EB; /* テキスト色を指定 */
	font-size: 76px; /* フォントサイズを指定 */
	font-weight: bold;
    letter-spacing: 27px;
    
}



#s_council_outside .outside .flow_header2 div.logo {
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -80%);
	margin: 0;

    text-align: center; /* 子要素を中央揃え */
}
#s_council_outside .outside .flow_header2 div.logo img{
    height: 110px;
    display: block; /* ブロック要素にして中央揃え */
    margin: 0 auto; /* 中央に配置 */
    position: relative; /* 下げるために relative を使用 */
    top: 45px; /* 下に移動 */
}

#s_council_outside .outside .flow_header2 h1.title {
    position: relative; /* 画像の上に重ねるために relative を使用 */
    pointer-events: none;
    text-align: center;
    height: 50px;
    margin-top: 0px; /* 画像との間にスペースを追加 */
}
#s_council_outside .outside .flow_header2 h1.title p.en{
	/*display: block;*/ /* pタグをブロック要素に設定 */
	margin: 0;
	/*height: 32px;*/
	font-size: 36px;
	color: black; /* 文字色を設定 */
    position: relative; /* 下げるために relative を使用 */
    top: 0px; /* 下に移動 */

    font-family: 'Arial Black', 'MS Gothic', sans-serif; /* ゴシックフォントを指定 */
    font-weight: bold; /* 太めに設定 */
}
#s_council_outside .outside .flow_header2 h1.title p.jp{
	/*display: block;*/ /* pタグをブロック要素に設定 */
	margin: 0 0 0 0;
	/*height: 30px;*/
	font-size: 15px;
	color: black; /* 文字色を設定 */
    position: relative; /* 下げるために relative を使用 */
    top: -5px; /* 下に移動 */

    font-weight: bold; /* 太めに設定 */
}

#s_council_outside .outside .flow_header2 .msg1 {
    /*position: absolute;*/
	top: 15%;
	/*left: 50%;*/

    /*transform: translate(-50%, 0%);*/
	/*margin: 0;*/

	/*pointer-events: none;*/
	/*text-align: center;*/
	/*height: 50px;*/
    /*width: 800px;*/


    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;

}
#s_council_outside .outside .flow_header2 .msg1 p.honbun{
    pointer-events: none;
    text-align: center;
    font-size: 16px;
    color: black;
    line-height: 1.7;
    letter-spacing: 1px;
    margin: 50px calc(10%) 40px calc(10%);
    /* border: 1px solid red;*/

}


/* #endregion 政策 */

/******************************************
	aboutページ
	政策1
******************************************/
/* #region 政策1 */
#s_council_outside .outside .flow_main1 { 
	display: flex;
	justify-content: center;
	align-items: center;

	
	height: 500px;
    width: 100%; 
    overflow: hidden; 
    transform: rotate(0deg); 


	position: relative;




	margin: 0 0 0 0;	/*白がでてしまうため調整*/
    padding: 0 0 50px 0px;
    z-index: 21;
}

#s_council_outside .outside .flow_main1 .image {
    /*position: absolute;*/
	/*top: 97%;*/
	/*right: 60%;*/
	/*transform: translate(-40%, 6%);*/
	/*margin: 0;*/

    /*z-index: 31;*/

    /*border-top-right-radius: 20px;*/
    /*border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
    /*background: #F59C00;*/

}


#s_council_outside .outside .flow_main1 .group {
	/*width: calc(70%);*/

	display: grid;
	/*grid-template-columns: 1fr;*/ /* 縦に並べる */

    /*background-color: white;*/

	/*border: 3px solid white;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/

    /*border-top-right-radius: 30px;*/
    /*border-top-left-radius: 100px;*/
    /*border-bottom-left-radius: 30px;*/
    /*border-bottom-right-radius: 30px;*/

    /*height: 300px;*/

    height: 400px;
    width: 600px;

    position: absolute;
    top: 0%;
    right: 0%;
    /*transform: translate(35%, 0%);*/
    margin: 0;

    z-index: 30;

    /*border: 1px solid red;*/

}

#s_council_outside .outside .flow_main1 img.sideimg {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/

    /*position: relative;*/

    position: absolute;
	
    border-top-right-radius: 30px;
    /*border-top-left-radius: 30px;*/
    /*border-bottom-left-radius: 30px;*/
    border-bottom-right-radius: 30px;

    height: 380px;
    width: 550px;
    top: 0%;
    left: 0%;
    z-index: 21;

    padding: 5px;
    background: #F59C00;
}
@media screen and (max-width: 1200px) {
    #s_council_outside .outside .flow_main1 img.sideimg {
        left: -15%;
    }
}
@media screen and (min-width: 1200px) {
    #s_council_outside .outside .flow_main1 img.sideimg {
        left: 0%;
    }
}


#s_council_outside .outside .flow_main1 .group .msg {

    z-index: 22;
    padding: 0px 0px 0px 0px;

    position: relative;
    top: 0%;
    right: 0%;


}


#s_council_outside .outside .flow_main1 .group .msg p.title1 {
    font-weight: bold;
    font-size: 28px;
    color: black;
    /*height: 60px;*/
    width: 200px;
    /*background-color: rgba(255, 255, 255, 1);*/
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    position: relative;
    top: 0%;
    right: 0%;
    /* transform: translate(-50%, -50%); */
    margin: 0;
    pointer-events: none;
    text-align: left;
    padding: 0px 0px 0px 0;
    margin: 0px 0 0 0;
    

}
#s_council_outside .outside .flow_main1 .group .msg p.honbun1 {
    
    font-weight: bold;
    font-size: 18px;
    color: black;
    /*height: 60px;*/
    width: 500px;
    position: relative;
    top: 0%;
    right: 0%;
    /* transform: translate(-50%, -50%); */
    margin: 0;
    pointer-events: none;
    margin: 20px 0px 0px 0;


}


#s_council_outside .outside .flow_main1 .group .msgimg {
    position: relative;
	top: 0%;
	right: 0%;
	/*transform: translate(-50%, 0%);*/



    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*overflow: hidden;*/

    margin: 0 0 0 0;
    padding: 0 0 0 0;



    z-index: 22;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

    

}

#s_council_outside .outside .flow_main1 .group .msgimg svg {
    position: absolute;
    bottom: 0%;
    right: 0%;

    width: 400px;
    /*height: 350px;*/

    margin: 0px 220px 110px 0px;

}
#s_council_outside .outside .flow_main1 .group .msgimg h1.msgimg_msg {
    /* height: 60px; */
    width: 270px;
    /* background-color: rgba(255, 255, 255, 1); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;


    position: absolute;
    bottom: 0%;
    right: 0%;

    /* transform: translate(-50%, -50%); */
    margin: 0;
    pointer-events: none;
    text-align: left;
    padding: 6px 0px 0px 0;
    margin: 0px 290px 150px 0;

}
#s_council_outside .outside .flow_main1 .group .msgimg h1.msgimg_msg p {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;


}


#s_council_outside .outside .flow_main1 .group .msgimg img {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/

    /*position: relative;*/

    position: absolute;
	
    /*border-top-right-radius: 30px;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    /*border-bottom-right-radius: 30px;*/

    height: 250px;
    /*width: 500px;*/
    bottom: 0%;
    right: 0%;
    /*right: 10%;*/
    z-index: 21;

    /*padding: 5px;*/
    /*background: #F59C00;*/

    margin: 0px 60px 20px 0px;

}



/* #endregion 政策1 */

/******************************************
	aboutページ
	政策2
******************************************/
/* #region 政策2 */
#s_council_outside .outside .flow_main2 { 
	display: flex;
	justify-content: center;
	align-items: center;

	
	height: 500px;
    width: 100%; 
    overflow: hidden; 
    transform: rotate(0deg); 


	position: relative;




	margin: 0 0 0 0;	/*白がでてしまうため調整*/
    padding: 0 0 50px 0px;
    z-index: 21;
}

#s_council_outside .outside .flow_main2 .image {
    /*position: absolute;*/
	/*top: 97%;*/
	/*right: 60%;*/
	/*transform: translate(-40%, 6%);*/
	/*margin: 0;*/

    /*z-index: 31;*/

    /*border-top-right-radius: 20px;*/
    /*border-top-left-radius: 20px;*/
    /*border-bottom-left-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
    /*background: #F59C00;*/

}


#s_council_outside .outside .flow_main2 .group {
	/*width: calc(70%);*/

	display: grid;
	/*grid-template-columns: 1fr;*/ /* 縦に並べる */

    /*background-color: white;*/

	/*border: 3px solid white;*/ /* 枠線の幅、スタイル、色を設定 *//*デバッグ用*/

    /*border-top-right-radius: 30px;*/
    /*border-top-left-radius: 100px;*/
    /*border-bottom-left-radius: 30px;*/
    /*border-bottom-right-radius: 30px;*/

    /*height: 300px;*/

    height: 400px;
    width: 600px;

    position: absolute;
    top: 0%;
    left: 0%;
    /*transform: translate(35%, 0%);*/
    margin: 0;

    z-index: 30;

    /*border: 1px solid red;*/

}

#s_council_outside .outside .flow_main2 img.sideimg {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/

    /*position: relative;*/

    position: absolute;
	
    /*border-top-right-radius: 30px;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    /*border-bottom-right-radius: 30px;*/

    height: 380px;
    width: 550px;
    top: 0%;
    right: 0%;
    z-index: 21;

    padding: 5px;
    background: #F59C00;

}
@media screen and (max-width: 1200px) {
    #s_council_outside .outside .flow_main2 img.sideimg {
        right: -15%;
    }
}
@media screen and (min-width: 1200px) {
    #s_council_outside .outside .flow_main2 img.sideimg {
        right: 0%;
    }
}

#s_council_outside .outside .flow_main2 .group .msg {

    z-index: 22;
    padding: 0px 0px 0px 0px;


    position: relative;
    top: 0%;
    left: 10%;

}


#s_council_outside .outside .flow_main2 .group .msg p.title1 {
    font-weight: bold;
    font-size: 28px;
    color: black;
    /*height: 60px;*/
    width: 200px;
    /*background-color: rgba(255, 255, 255, 1);*/
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    position: relative;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    margin: 0;
    pointer-events: none;
    text-align: left;
    padding: 0px 0px 0px 0;
    margin: 0px 0 0 50px;
    

}
#s_council_outside .outside .flow_main2 .group .msg p.honbun1 {

    font-weight: bold;
    font-size: 18px;
    color: black;
    /*height: 60px;*/
    width: 500px;
    position: relative;
    top: 0%;
    left: 0%;
    /* transform: translate(-50%, -50%); */
    margin: 0;
    pointer-events: none;
    margin: 20px 0px 0px 50px;


}


#s_council_outside .outside .flow_main2 .group .msgimg {
    position: relative;
	top: 0%;
	left: 10%;
	/*transform: translate(-50%, 0%);*/



    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*overflow: hidden;*/

    margin: 0 0 0 0;
    padding: 0 0 0 0;



    z-index: 22;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;

}
#s_council_outside .outside .flow_main2 .group .msgimg svg {
    position: absolute;
    bottom: 0%;
    left: 0%;

    width: 400px;
    /*height: 350px;*/

    transform: rotateY(180deg); /*吹き出しの左右斑点*/

    margin: 0px 0px 110px 180px;


}
#s_council_outside .outside .flow_main2 .group .msgimg h1.msgimg_msg {
    /* height: 60px; */
    width: 270px;
    /* background-color: rgba(255, 255, 255, 1); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;


    position: absolute;
    bottom: 0%;
    left: 0%;

    /* transform: translate(-50%, -50%); */
    margin: 0;
    pointer-events: none;
    text-align: left;
    padding: 6px 0px 0px 0;
    margin: 0px 0px 170px 260px;

}
#s_council_outside .outside .flow_main2 .group .msgimg h1.msgimg_msg p {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;

}

#s_council_outside .outside .flow_main2 .group .msgimg img {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/

    /*position: relative;*/

    position: absolute;
	
    /*border-top-right-radius: 30px;*/
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    /*border-bottom-right-radius: 30px;*/

    height: 250px;
    /*width: 500px;*/
    bottom: 0%;
    left: 0%;
    z-index: 21;

    /*transform: scaleX(-1);*/ /*水平反転*/

    /*padding: 5px;*/
    /*background: #F59C00;*/

    margin: 0px 0px 20px 0px;

}


/* #endregion 政策2 */