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

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

#first-image .catch {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(48px, 4.3vw, 80px);
    line-height: 1.5em;
    position: absolute;
    top: 46%;
    left: 6%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    display: inline-block;
    z-index: 10;
}
#first-image .catch strong {
    font-size: 1.5em;
}
#first-image .en1 {
    width: 48%;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: circle(85% at 0 50%);
    background-color: #1d4294;
    z-index: 3;
    transition: 0.5s;
}
#first-image .en2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 68%;
    height: 100%;
    z-index: 2;
    clip-path: ellipse(73% 80% at 0 50%);
    background-color: rgba(29,66,148,0.50);
    overflow: hidden;
    transition: 0.5s;
}
#first-image .en1,
#first-image .en2 {
    inset: 0;
}
/* 半円を調整 */
@media screen and (min-width: 1400px) {
#first-image {
	width: 100%;
	height: 85vh;
    min-height: 700px;
    max-height: 900px;
}
#first-image .en1 {
    clip-path: ellipse(85% 95% at 0 50%);
    transition: 0.5s;
}
#first-image .en2 {
    clip-path: ellipse(70% 95% at 0 50%);
    transition: 0.5s;
}
}
.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: #00B2FF;
    padding: 0;
    margin: 0;
    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: #00B2FF;
	border-bottom-right-radius: 40px;    
}
/* 背景スライド全体 */
#first-image .bg-slideshow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
}
#first-image .bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease;
}
#first-image .bg-slide.active {
    opacity: 1;
}



h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(32px, 3.2vw, 52px);
    line-height: 1.5em;
    display: block;
    width: 100%;
    margin: 50px auto 10px;
    padding: 1.5em 5% 0;
    position: relative;
    box-sizing: border-box;
}
h1 small{
    font-size: 0.6em;
    display: block;
    line-height: 1.8em;
    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(29,66,148,0.2);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
}
.blue-container h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(35px, 4vw, 55px);
    line-height: 1.5em;
    color: #fff;
    display: block;
    width: 100%;
    margin: 50px auto 25px;
    padding: 1.5em 5% 0;
    position: relative;
    box-sizing: border-box;
}
.blue-container h2 strong {
    font-size: 1.5em;
    display: block;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.blue-container h2 strong br {
    display: none;
}
.blue-container h2 .eng {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 800;
    font-size: 2.2em;
    line-height: 1em;
    color: rgba(255,255,255,0.2);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
}
.container h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(35px, 4vw, 55px);
    line-height: 1.5em;
    display: block;
    width: 100%;
    margin: 50px auto 25px;
    padding: 1.5em 5% 0;
    position: relative;
    box-sizing: border-box;
}
.container h2 strong {
    font-size: 1.5em;
    display: block;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.container h2 .eng {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 800;
    font-size: 2.2em;
    line-height: 1em;
    color: rgba(29,66,148,0.2);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
}
h3 {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    font-size: 30px;
    line-height: 1.6em;
    color: #fff;
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
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;
    line-height: 1.2em;
    font-weight: 600;
    text-align: right;
    display: block;
}
.lead .name small {
    font-size: 0.8em;
}
.menu-p {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 2em;
    color: #fff;
    margin: 0 5%;
}
.more-btn {
    display: block;
    width: max-content;
    margin: 10px 0;
    padding: 10px 30px 11px;
    background-color: #fff;
    text-align: center;
    color: #1d4294;
    text-decoration: none;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
    font-size: 18px;
    line-height: 1em;
    transition: background-color .25s ease, color .25s ease;
}
.more-btn2 {
    display: block;
    width: max-content;
    margin: 50px auto;
    padding: 20px 50px;
    background-color: #fff;
    text-align: center;
    color: #1d4294;
    text-decoration: none;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
    font-size: 18px;
    line-height: 1em;
    transition: background-color .25s ease, color .25s ease;
}
.more-btn:hover, .more-btn2:hover {
    background-color: #FFB700;
    transition: background-color .25s ease, color .25s ease;
}
.sbm-i {
    width: 40%;
    float: right;
    margin: -20px 5% 50px;
    padding: 0;
}
.realization {
    width: 94%;
    box-sizing: border-box;
    display: block;
    margin: 20px auto;
    padding: 50px 50px 20px;
    border-radius: 30px;
    background-color: #fff;
    text-align: left;
}
.realization img {
    width: 35%;
    display: inline-block;
    margin: 0px 5% 50px 0;
    float: left;
}
.seisaku-contents {
    width: 60%;
    display: inline-block;
    float: left;
    margin: 20px 0 30px 0;
}
.seisaku-contents p {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 2em;
    padding: 0;
    margin: 0;
}
.otayori-wrap {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.otayori {
    width: 48%;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #1d4294;
    position: relative;
    display: flex;
    flex-direction: column;
}
.otayori-wrap .otayori:nth-of-type(1) {
    margin-right: 4%;
}
.otayori-insta {
    width: 100%;
    margin-top: 40px;
    padding: 25px;
    border: 1px solid #1d4294;
    box-sizing: border-box;
}
.otayori .icon, .otayori-insta .icon {
    width: 100px;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
}
.otayori h3, .otayori-insta h3 {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
    font-size: 40px;
    line-height: 1.2em;
    text-align: center;
    color: #1d4294;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
}
.otayori p {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
    font-size: 18px;
    line-height: 1.8em;
    color: #1d4294;
    display: block;
    margin: 0;
    padding: 0;
}
.otayori p a {
    display: block;
    width: max-content;
    margin: 20px auto;
    padding: 10px 30px 12px;
    background-color: #1d4294;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1em;
    transition: background-color .25s ease, color .25s ease;
}
.otayori p a:hover {
    background-color: #FFB700;
    transition: background-color .25s ease, color .25s ease;
}
.otayori .otayori-image {
    width: 100%;
    margin: 0;
    padding: 0;
}
.otayori .tayori-new {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.kouenkai-container {
	width: 100%;
    min-height: 430px;
	box-sizing: border-box;
	display: inline-block;
	padding: 50px 5%;
	margin: 50px auto;
	position: relative;
	background-color: #FFB700;
	background-image: url("../img/top/kouenkai-image.webp?1");
	background-repeat: no-repeat;
	background-position: right 98%;
	background-size: auto 60%;
}
.kouenkai-container h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(40px, 3.5vw, 55px);
    line-height: 1.5em;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.kouenkai-container p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8em;
    display: block;
    margin: 0 0 10px;
    padding: 0;
}
.kouenkai-container .tel, .kouenkai-container .mail {
	min-width: 200px;
	box-sizing: border-box;
	padding: 7px 20px 8px 50px;
	margin: 10px 0;
	border-radius: 30px;
	background-color: #DE003A;
	color: #fff;
	text-decoration: none;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 600;
	font-style: normal;
	font-size: 16px;
	line-height: 1em;
	text-align: left;
    display: inline-block;
    transition: 0.2s;
}
.kouenkai-container .tel {
    background-image: url("../img/top/tel-icon.png");
    background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 70%;
}
.kouenkai-container .mail {
    background-image: url("../img/top/mail-icon.png");
    background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 70%;
}
.kouenkai-container .tel:hover, .kouenkai-container .mail:hover {
    background-color: #1d4294;
    transition: 0.2s;
}
.gallery {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 50px;
    padding: 0;
    display: block;
    position: relative;
}
.gallery-item {
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    padding: 2px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 1.6em;
}
.gallery-item img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.gallery-item figcaption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 5px;
}


@media screen and (max-width: 899px) {
.header-spacer {
    height: 70px; /* top-head の高さと同じ */
    width: 100%;
}
#first-image {
    height: 75vh;
    min-height: 600px;
    max-height: none;
}
#first-image .en1 {
	width: 30%;
    height: 91%;
    clip-path: none;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
}

#first-image .en2 {
    width: 34%;
    height: 91%;
    clip-path: none;
    border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
}
#first-image .catch {
    height: 89%;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: clamp(30px, 8vw, 50px);
    line-height: 1.5em;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
}
#first-image .catch strong {
    font-size: 1.5em;
}
.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;  
}
#first-image .bg-slideshow {
    position: absolute;
    inset: 0;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 0;
}
#first-image .bg-slide {
    position: absolute;
    inset: 0;
    background-size: auto 95%;
    background-position: 67% top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease;
}
#first-image .bg-slide.active {
    opacity: 1;
}

/*以下メインコンテンツ*/
h1 {
    font-size: clamp(26px, 6.2vw, 65px);
    line-height: 1.5em;
    margin: 50px auto 15px;
    padding: 1.8em 1% 0 5%;
    letter-spacing: 0px;
}
h1 span {
    display: inline-block;
    width: 100%;
}
h1 small{
    font-size: 0.7em;
    display: block;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
}
h1 .eng {
    font-size: 2.7em;
    line-height: 1em;
    color: rgba(29,66,148,0.1);
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
}
.blue-container h2 {
    font-size: clamp(27px, 6.3vw, 55px);
    line-height: 1.5em;
    margin: 30px auto 25px;
    padding: 1.5em 5% 0;
}
.blue-container h2 strong {
    font-size: 1.7em;
    line-height: 1em;
}
.blue-container h2 strong br {
    display:inherit;
}
.blue-container h2 .eng {
    font-size: 2.3em;
    line-height: 1em;
    color: rgba(255,255,255,0.2);
    display: inline-block;
    position: absolute;
    top: 0;
    left: -15px;
}
h5 {
    font-size: 23px;
    line-height: 1.3em;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 0;
}
.lead {
	font-size: 13px;
	line-height: 1.8em;
    letter-spacing: 1px;
    text-align: justify-all;
    text-align: justify;
	display: block;
	width: 90%;
	margin: 0 auto 30px;
	padding: 10px 0;
}
.lead strong {
    color: #DE003A;
    font-size: 1.3em;
    line-height: 1.6em;
}
.lead .name {
    margin: 20px 0 0;
    font-size: 1.5em;
    font-weight: 600;
    text-align: right;
    display: block;
}
.sbm-i {
    width: 45%;
    float: right;
    margin: 70px 0;
    padding: 0;
}
.realization {
    width: 90%;
    margin: 20px auto;
    padding: 30px 30px 0px;
    border-radius: 10px;
}
.realization img {
    width: 100%;
    margin: 0px 0 10px;
}
.seisaku-contents {
    width: 100%;
    margin: 10px 0 50px 0;
}
.seisaku-contents p {
	font-size: 14px;
	line-height: 1.8em;
}
.otayori {
    width: 100%;
    padding: 25px;
    margin: 0 auto 30px;
}
.otayori-wrap .otayori:nth-of-type(1) {
    margin: 0 auto 30px;
}
.otayori-insta {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
}
.otayori .icon, .otayori-insta .icon {
    width: 17%;
    max-width: 80px;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
}
.otayori h3, .otayori-insta h3 {
    font-size: 35px;
    margin: 0 auto 20px;
    padding: 0;
}
.otayori p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
    margin: 0;
    padding: 0;
}
.kouenkai-container {
	width: 100%;
    min-height: 430px;
	display: inline-block;
	padding: 50px 5% 33%;
	margin: 40px auto;
	background-position: -10px 98%;
	background-size: 102% auto;
}
.kouenkai-container h2 {
    font-size: clamp(34px, 6vw, 55px);
    line-height: 1.3em;
    margin: 0 0 10px;
}
.kouenkai-container p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 15px;
}
.kouenkai-container .tel, .kouenkai-container .mail {
	padding: 10px 15px 11px 50px;
	margin: 10px 0;
	border-radius: 30px;
	font-size: 17px;
	line-height: 1em;
}
.kouenkai-container .tel {
    background-image: url("../img/top/tel-icon.png");
    background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 70%;
}
.kouenkai-container .mail {
    background-image: url("../img/top/mail-icon.png");
    background-repeat: no-repeat;
	background-position: 12px center;
	background-size: auto 70%;
}
.gallery-item {
    font-size: 12px;
    line-height: 1.6em;
}
.gallery-item figcaption {
    font-size: 12px;
    padding: 0 0 5px;
}

}