@charset "UTF-8";
/* CSS Document */

.header-spacer {
    height: 60px; /* top-head の高さと同じ */
    width: 100%;
}
#first-image {
	width: 100%;
	height: 78vh;
    min-height: 520px;
    max-height: 600px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: relative;
    overflow: visible;
}
#first-image2 {
	width: 100%;
	height: 350px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: relative;
    overflow: visible;
}

#first-image .catch {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: italic;
    font-variation-settings:"wdth" 100;
    font-size: clamp(30px, 2.5vw, 50px);
    line-height: 1.5em;
    position: absolute;
    top: 45%;
    left: 3%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    display: inline-block;
    z-index: 5;
    margin: 0;
    padding: 0;
}
#first-image2 .catch {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: italic;
    font-variation-settings:"wdth" 100;
    font-size: clamp(25px, 2vw, 40px);
    line-height: 1.5em;
    position: absolute;
    top: 45%;
    left: 3%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    display: inline-block;
    z-index: 5;
    margin: 0;
    padding: 0;
}
#first-image .catch strong, #first-image2 .catch strong {
    font-size: 2.2em;
}
#first-image .catch strong small, #first-image2 .catch strong small {
    font-size: 0.8em;
}
#first-image .catch strong ruby rt {
    font-size: 0.25em;
    line-height: 1em;
    letter-spacing: 0;
    ruby-position: under;
}
#first-image .en1 {
    position: absolute;
    inset: 0;
    background-color: #E15550;
    -webkit-clip-path: ellipse(77% 95% at 100% 50%);
    clip-path: ellipse(77% 95% at 100% 50%);
    z-index: 1;
}
#first-image2 .en1 {
    position: absolute;
    inset: 0;
    background-color: #F0AAA7;
    -webkit-clip-path: ellipse(60% 95% at 100% 50%);
    clip-path: ellipse(60% 95% at 100% 50%);
    z-index: 1;
}
.electoral-district {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1d4294;
    padding: 15px 5% 5px 180px;
    margin: 0;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    font-size: 25px;
    line-height: 1.2em;
    color: #fff;
    z-index: 50;
}
.political-party {
    width: 120px;
    position: absolute;
    bottom: 5px;
    left: 3%;
}
.young-message {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    background-color: #E15550;
    padding: 0;
    margin: 0 0 30px;
    display: inline-block;
}
.young-message span {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style:italic;
    font-size: 26px;
    line-height: 1.2em;
    color: #fff;
    display: inline-block;
    padding: 7px 40px 7px 3%;
	background-color: #E15550;
	border-bottom-right-radius: 40px; 
    z-index: 2;
}
/* 背景スライド全体 */
#first-image .bg-slideshow {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-clip-path: ellipse(67% 100% at 100% 50%);
    clip-path: ellipse(67% 100% at 100% 50%);
    overflow: hidden;
}
#first-image2 .bg-slideshow {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-clip-path: ellipse(50% 100% at 100% 50%);
    clip-path: ellipse(50% 100% at 100% 50%);
    overflow: hidden;
    background-color: #F7D5D4;
}
#first-image .bg-slide, #first-image2 .bg-slide {
    position: absolute;
    inset: 0;
    background-size: auto 115%;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease;
}
/* 1600px超で半円を小さくする */
@media screen and (min-width: 1400px) {
#first-image .en1, #first-image2 .en1 {
    -webkit-clip-path: ellipse(70% 95% at 100% 50%);
    clip-path: ellipse(70% 95% at 100% 50%);
    transition: 0.5s;
}
#first-image .bg-slideshow, #first-image2 .bg-slideshow {
    -webkit-clip-path: ellipse(60% 100% at 100% 50%);
    clip-path: ellipse(60% 100% at 100% 50%);
    transition: 0.5s;
}
#first-image .bg-slide, #first-image2 .bg-slide {
    background-size: auto 130%;
    background-repeat: no-repeat;
    transition: 0.5s;
}
}
#first-image .bg-slide.active, #first-image2 .bg-slide.active {
    opacity: 1;
}
.seisaku-container {
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}


h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.5em;
    display: block;
    width: 100%;
    margin: 30px auto 70px;
    padding: 1.5em 5% 0;
    position: relative;
    box-sizing: border-box;
}
h1 small{
    font-weight: 600;
    font-size: 0.6em;
    display: block;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
h1 .eng {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 800;
    font-size: 2.2em;
    line-height: 1em;
    color: rgba(0,178,255,0.20);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
}
.report-contents h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    line-height: 1.2em;
    display: block;
    margin: 30px 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.report-contents h2 strong {
    color: #DE003A;
    font-size: 0.7em;
    line-height: 1em;
    display: block;
    padding: 0;
    margin: 0;
}
.four-policy h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(35px, 4.5vw, 65px);
    line-height: 1.4em;
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    color: #1d4294;
}
.four-policy h2 strong {
    font-size: 1.5em;
    display: block;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.back-number h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
    line-height: 1.5em;
    display: block;
    width: 100%;
    margin: 30px auto 30px;
    padding: 1.2em 0 0;
    position: relative;
    box-sizing: border-box;
}
.back-number h3 .eng {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 800;
    font-size: 2em;
    line-height: 1em;
    color: rgba(0,178,255,0.20);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
}
h4{
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    font-size: 35px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
}
h5 {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
    font-size: 25px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    padding: 0;
}
.lead {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 2em;
    letter-spacing: 1px;
    text-align: justify-all;
    text-align: justify;
	display: block;
	width: 90%;
	box-sizing: border-box;
    max-width: 1200px;
	margin: 0 5% 30px;
	padding: 10px 0;
}
.lead strong {
    color: #DE003A;
    font-size: 1.4em;
    line-height: 1.8em;
}
.lead .name {
    font-size: 1.2em;
    font-weight: 600;
    text-align: right;
    display: block;
}
.report-contents {
    width: 90%;
    max-width: 1600px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    column-gap: 8%;
    padding: 0px 0 50px;
    margin: 0 auto 50px;
    position: relative;
    border-bottom: 1px solid #1d4294;
}

.report-contents .newsletter {
    width: 100%;
    height: auto;
    display: block;/* ← imgの下余白防止 */
    box-sizing: border-box;
    border: 1px solid #000;
}
.report-contents .text-box {
    width: 58%;
    box-sizing: border-box;
    display: inline-block;
}
.report-contents > a {
    width: 35%;
    margin: 0 0 0 2%;
    display: block;
    flex-shrink: 0;/* 勝手に縮まない */
}
.text-box .letter-index {
    box-sizing: border-box;
    margin: 0;
    padding-left: 25px;
    list-style-type: disc;
}
.text-box .letter-index li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.8em;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding:0;
}
.text-box .letter-index li strong {
    color: #DE003A;
}
.text-box .letter-index li::marker {
    font-size: 0.8em;
}
.pdf-btn {
    width: auto;
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    font-size: 15px;
    line-height: 1em;
    padding: 8px 15px 9px;
    margin: 15px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #1d4294;
    border-radius: 20px;
    transition: 0.3s;
}
.pdf-btn:hover {
    background-color: #DE003A;
    transition: 0.3s;
}
.back-number {
    width: 90%;
    max-width: 1600px;
    box-sizing: border-box;
    display:block;
    padding: 0;
    margin: 0 auto 70px;
    position: relative;
}
.back-number .bn-link {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    background-color: #1d4294;
    transition: 0.3s;
    display: inline-block;
    padding: 7px 18px 8px;
    margin: 0 30px 20px 0;
}
.back-number .bn-link:hover {
    background-color: #DE003A;
    transition: 0.3s;
}

@media screen and (max-width: 899px) {
.header-spacer {
    height: 70px; /* top-head の高さと同じ */
    width: 100%;
}
#first-image {
    height: 50vh;
    min-height: 460px;
    max-height: none;
}
#first-image2 {
    height: 50vh;
    min-height: none;
    max-height: none;
}
#first-image .catch {
    font-size: clamp(20px, 5vw, 50px);
    line-height: 1.2em;
    position: absolute;
    top: inherit;
    bottom: 5%;
    left: 3%;
    z-index: 55;
}
#first-image2 .catch {
    font-size: clamp(20px, 5vw, 50px);
    line-height: 1.2em;
    position: absolute;
    top: inherit;
    bottom: 10%;
    left: 3%;
    z-index: 55;
}
#first-image .catch strong, #first-image2 .catch strong {
    font-size: 2.2em;
}
#first-image .en1, #first-image2 .en1 {
    position: absolute;
    inset: 0;
    -webkit-clip-path: ellipse(85% 60% at 100% 50%);
    clip-path: ellipse(85% 60% at 100% 50%);
    z-index: 1;
}
#first-image .bg-slideshow, #first-image2 .bg-slideshow {
    -webkit-clip-path: ellipse(70% 60% at 100% 50%);
    clip-path: ellipse(70% 60% at 100% 50%);
    transition: 0.5s;
}
#first-image .bg-slide, #first-image2 .bg-slide {
    position: absolute;
    inset: 0;
    background-size: auto 100%;
    background-position: 45% center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease;
}
#first-image .bg-slide.active, #first-image2 .bg-slide.active {
    opacity: 1;
}

.electoral-district {
    height: 55px;
    padding: 8px 2% 5px 135px;
    margin: 0;
    font-size: clamp(18px, 4vw, 23px);
    line-height: 1.2em;
    color: #fff;
    z-index: 50;
    line-height: 50px;
}
.political-party {
    width: 95px;
    position: absolute;
    bottom: 10px;
    left: 18px;
}
.young-message span {
    font-size: 27px;
    padding: 7px 40px 7px 18px;  
}

/*以下メインコンテンツ*/
.seisaku-container {
    width: 100%;
    padding: 0;
    margin: 0;
}
h1 {
    font-size: clamp(20px, 7vw, 40px);
    line-height: 1.5em;
    margin: 30px 0 70px;
    padding: 1.5em 5% 0;
}
h1 small{
    font-size: 0.5em;
    margin: 0;
    padding: 0;
}
h1 .eng {
    font-size: 2em;
}
.report-contents h2 {
    font-size: clamp(23px, 4vw, 40px);
    line-height: 1.5em;
    display: block;
    margin: 10px 0 20px;
    padding: 0;
}
.report-contents h2 strong {
    font-size: 0.7em;
    line-height: 1em;
    display: block;
    padding: 0;
    margin: 0;
}
.back-number h3 {
    font-size: clamp(20px, 7vw, 40px);
    margin: 30px auto 30px;
    padding: 1em 0 0;
}
.back-number h3 .eng {
    font-size: 1.5em;
    line-height: 1em;
}
.report-contents {
    width: 90%;
    column-gap: 5%;
    padding: 0px 0 20px;
    margin: 0 auto 30px;
}
.report-contents .newsletter {
    width: 100%;
    height: auto;
}
.report-contents .text-box {
    width: 100%;
    display: block;
}
.text-box .letter-index {
    box-sizing: border-box;
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}
.text-box .letter-index li {
    font-size: 14px;
    line-height: 1.5em;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding:0;
}
.text-box .letter-index li strong {
    color: #DE003A;
}
.text-box .letter-index li::marker {
    font-size: 0.8em;
}
.back-number .bn-link {
    font-size: 16px;
    line-height: 1em;
    padding: 7px 18px 8px;
    margin: 0 30px 20px 0;
}

}