@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-image .catch {
    color: #DE003A;
    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-image .catch strong {
    color: #000;
    font-size: 2.2em;
}
#first-image .en1 {
    position: absolute;
    inset: 0;
    background-color: #FFCA00;
    -webkit-clip-path: ellipse(77% 95% at 100% 50%);
    clip-path: ellipse(77% 95% at 100% 50%);
    z-index: 1;
    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: #FFCA00;
    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: #FFCA00;
	border-bottom-right-radius: 40px;    
}
/* 背景スライド全体 */
#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;
    transition: 0.5s;
}
#first-image .bg-slide {
    position: absolute;
    inset: 0;
    background-size: auto 115%;
    background-position: right top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease;
    transition: 0.5s;
}
/* 1600px超で半円を小さくする */
@media screen and (min-width: 1400px) {
#first-image .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 {
    -webkit-clip-path: ellipse(60% 100% at 100% 50%);
    clip-path: ellipse(60% 100% at 100% 50%);
    transition: 0.5s;
}
#first-image .bg-slide {
    background-size: auto 130%;
    background-repeat: no-repeat;
    transition: 0.5s;
}
}
#first-image .bg-slide.active {
    opacity: 1;
}
.seisaku-container {
	width: 100%;
    min-height: 430px;
	box-sizing: border-box;
	display: block;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background-image: url("../img/policy/policy-bg.webp");
	background-repeat: no-repeat;
	background-position: 97% 10%;
    background-size: auto 105%;
    overflow: hidden;
}

h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(30px, 3vw, 40px);
    line-height: 1.5em;
    display: block;
    width: 100%;
    margin: 0;
    padding: 1.5em 5% 0;
    position: relative;
    box-sizing: border-box;
}
h1 strong {
    font-size: 2em;
    font-weight: 800;
    line-height: 1.5em;
}
h1 small{
    font-size: 0.7em;
}
h1 span {
    color: #DE003A;
}
.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;
}
.four-policy h3 {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    font-size: 22px;
    line-height: 1.8em;
    display: block;
    margin: 0 0 5px;
    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;
    font-weight: 600;
    text-align: right;
    display: block;
}
.policy-contents {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 70px 0;
    margin: 0 0 50px;
}
.no {
    max-width: 10%;
    display: inline-block;
    position: absolute;
    top: 70px;
    left: 3%;
}
.four-policy {
    width: 80%;
    box-sizing: border-box;
    position: relative;
    margin: 0 5% 0 15%;
    padding: 40px 50px;
    background-color: #fff;
}
.four-policy .icon {
    width: 18%;
    position: absolute;
    top: 30px;
    right: 50px;
    border-radius: 50%;
    border: 3px solid #000;
}
.four-policy .n-list {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding-left: 30px;
    list-style-type: disc;
}
.four-policy .indent-list {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding-left: 3.5em;
    list-style-type: disc;
}
.four-policy .n-list li, .four-policy .indent-list li {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 2em;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: .3em 0 0;
}
.four-policy .n-list li strong, .four-policy .indent-list li strong {
    color: #DE003A;
}
.four-policy .n-list li::marker, .four-policy .indent-list li::marker {
    color: #252ad0;
    font-size: 1.1em;
}


.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");
	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-size: 14px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 0 5px;
}








.first-i {
    width: 30%;
    display: block;
    float: left;
    margin: 80px 10% 70px 5%;
}
.r-contents {
    width: 55%;
    box-sizing: border-box;
    background-color: #0081b7;
    margin: 0 0 70px;
    padding: 60px 7% 40px 4%;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    float: left;
}
.r-contents .text {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    color: #fff;
    text-align: justify;
    text-align: justify-all;
    display: block;
}

.main-text {
    width: 90%;
    max-width: 800px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 5% 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    text-align: justify;
    text-align: justify-all;
}
.figure {
    width: 90%;
    max-width: 800px;
    display: block;
    margin: 30px auto 50px;
}
.consul-menu {
	width: 90%;
    max-width: 1400px;
    box-sizing: border-box;
	display: table;
	margin: 30px auto 50px;
	padding: 0;
	border-collapse: collapse;
}
.consul-menu tr td {
    width: calc(100%/3);
    padding: 0;
    box-sizing: border-box;
    border: 1px solid rgba(0,129,183,0.70);
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    font-size: 19px;
    line-height: 1.5em;
}
.consul-menu tr td img {
    width: 45%;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
}
.consul-menu tr td a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 35px 25px;
    display: block;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.consul-menu tr td a:hover {
    color: #0081b7;
    transition: 0.3s;
}
.recruit-contents {
    width: 100%;
    height: 90vh;
    min-height: 550px;
    box-sizing: border-box;
    padding: 30px 5% 70vh;
    margin: 50px auto 70px;
    position: relative;
    overflow: hidden;
}
.recruit-contents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/top/t-bg-recruit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.5;
    z-index: 0;
}
.recruit-contents > * {
    position: relative;
    z-index: 1; /* 中身を前面にして透過させない */
}

.person1, .person2, .person3, .person4, .person5, 
.person6, .person7, .person8, .person9, .person10, .person11 {
    position: absolute;
    top: 27vh;
    max-height: 67vh;
}
.person1 {
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
}

.person2, .person4, .person6, .person8, .person10 {
    right: 36%; /* 仮値 */
}
.person2 { right: 36%; z-index: 11; }
.person4 { right: 28%; z-index: 10; }
.person6 { right: 20%; z-index: 9; }
.person8 { right: 12%; z-index: 8; }
.person10 { right: 4%; z-index: 7; }

.person3, .person5, .person7, .person9, .person11 {
    left: 36%; /* 仮値 */
}
.person3 { left: 36%; z-index: 11; }
.person5 { left: 28%; z-index: 10; }
.person7 { left: 20%; z-index: 9; }
.person9 { left: 12%; z-index: 8; }
.person11 { left: 4%; z-index: 7; }

@media screen and (max-width: 1100px) {
    /* 右側 */
    .person2 { right: 32%; }
    .person4 { right: 24%; }
    .person6 { right: 16%; }
    .person8 { right: 8%; }
    .person10 { right: 0%; }

    /* 左側 */
    .person3 { left: 32%; }
    .person5 { left: 24%; }
    .person7 { left: 16%; }
    .person9 { left: 8%; }
    .person11 { left: 0%; }
}


@media screen and (max-width: 899px) {
.header-spacer {
    height: 70px; /* top-head の高さと同じ */
    width: 100%;
}
#first-image, #first-image2 {
    height: 50vh;
    min-height: 460px;
    max-height: none;
}
#first-image .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 {
    font-size: 2.2em;
}
#first-image .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 {
    -webkit-clip-path: ellipse(70% 60% at 100% 50%);
    clip-path: ellipse(70% 60% at 100% 50%);
    transition: 0.5s;
}
#first-image .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 {
    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;
}
h1 small{
    font-size: 0.5em;
    margin: 0;
    padding: 0;
}

}