@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: hidden;
}

#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(40px, 3.5vw, 60px);
    line-height: 1.3em;
    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: rgba(29,66,148,0.25);
    -webkit-clip-path: ellipse(77% 95% at 100% 50%);
    clip-path: ellipse(77% 95% at 100% 50%);
    z-index: 1;
}
.otamasataka {
    max-width: 55%;
    max-height: 110%;
    display: inline-block;
    z-index: 100;
    position: absolute;
    bottom: -12%;
    right: 2%;
}
.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 {
    background-color: #1d4294;
    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-image .bg-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease;
}
/* 1600px超で半円を小さくする */
@media screen and (min-width: 1400px) {
#first-image .en1 {
    -webkit-clip-path: ellipse(65% 95% at 100% 50%);
    clip-path: ellipse(65% 95% at 100% 50%);
    transition: 0.5s;
}
#first-image .bg-slideshow {
    -webkit-clip-path: ellipse(55% 100% at 100% 50%);
    clip-path: ellipse(55% 100% at 100% 50%);
    transition: 0.5s;
}
.otamasataka {
    max-width: 70%;
    max-height: 115%;
    display: inline-block;
    z-index: 100;
    position: absolute;
    bottom: -20%;
    right: 7%;
}
}
#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: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(30px, 3.5vw, 40px);
    line-height: 1.5em;
    color: #DE003A;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
    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;
}
.blue-container h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(35px, 3.5vw, 50px);
    line-height: 1em;
    display: block;
    margin: 70px 5% 30px;
    padding: 7px 0 7px 15px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
    border-left: 2px solid #fff;
}
.blue-container h2 small {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7em;
    line-height: 1em;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.gray-container h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: clamp(35px, 3.5vw, 50px);
    line-height: 1em;
    display: block;
    margin: 70px 5% 30px;
    padding: 7px 0 7px 15px;
    position: relative;
    box-sizing: border-box;
    color: #000;
    border-left: 2px solid #000;
}
.gray-container h2 small {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7em;
    line-height: 1em;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.blue-container h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(30px, 2.8vw, 40px);
    line-height: 1.2em;
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0 5px 10px;
    position: relative;
    box-sizing: border-box;
    color: #1d4294;
    border-bottom: 1px solid #00B2FF;
}
.gray-container h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 1.2em;
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.blue-container h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 1.2em;
    display: block;
    width: 100%;
    margin: 10px 0 10px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    color: #DE003A;
}
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 30px;
    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;
}
.prof-photo {
    width: 20%;
    margin: 50px 10%;
    padding:0;
}
.message-container {
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
    display:flex;
    align-items: flex-start;
    padding: 100px 0 50px;
    margin: 0 auto;
    position: relative;
}
.text-area {
    width: 50%;
    margin: 0 10% 0 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
}
.message {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	line-height: 2em;
    letter-spacing: 1px;
    text-align: justify-all;
    text-align: justify;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.message .name {
    width: 200px;
    display: block;
    margin: 1.5em 0.5em 0 0;
    float: right;
}
.profile-contents {
    width: 90%;
    box-sizing: border-box;
    position: relative;
    padding: 70px 50px;
    margin: 0 auto 70px;
    background-color: #fff;
    border-radius: 10px;
}
.profile {
    width: 35%;
    margin: 0 5% 20px 0;
    float: left;
}
.prof-list {
    width: 60%;
    margin: 0px 0 30px;
    padding: 0;
    box-sizing: border-box;
    float: left;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0 15px; /* ← 行間10px */
}
.prof-list th .name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.4em;
    display: inline-block;
    margin: 0 0 10px;
}
.prof-list th .name small {
    display: block;
    font-weight: 500;
    font-size: 0.5em;
    line-height: 1em;
}
.prof-list th {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6em;
    width: 30%;
    box-sizing: border-box;
    padding: 7px 10px;
    vertical-align: top;
}
.prof-list tr:nth-child(even) th, .prof-list tr:nth-child(even) td {
    background-color: #EBEBEB;
}
.prof-list td {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6em;
    width: 70%;
    box-sizing: border-box;
    padding: 7px 10px 7px 20px;
    vertical-align: top;
    text-align: justify;
    text-align: justify-all;
}
.prof-list tr:first-child th, .prof-list td:first-child {
    border-bottom: none;
}
.profile-contents p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 2em;
    text-align: justify;
    text-align: justify-all;
    width: 100%;
    display:inline-block;
    margin: 10px 0 30px;
    padding: 0;
}
.profile-contents p .ep-photo1 {
    width: 25%;
    margin: 0 0 15px 15px;
    float: right;
}
.profile-contents p .ep-photo2 {
    width: 70%;
    margin: 15px 0 15px 15px;
    float: right;
}
.profile-contents p .ep-photo3 {
    width: 50%;
    margin: 15px auto;
    display: block;
}
.career-contents, .position-contents {
    width: 90%;
    box-sizing: border-box;
    position: relative;
    padding: 70px 50px;
    margin: 0 auto 0px;
    background-color: #fff;
    border-radius: 10px;
}
.position-contents {
    padding: 70px 5%;
    margin: 0 auto 100px;
}
.career {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 0 50px;
    padding: 0;
    text-align: left;
}
.career tr {
    border-bottom: 1px solid #BFBFBF;
}
.career tr:last-child {
    border-bottom: 0px;
}
.career th {
    width: 20%;
    box-sizing: border-box;
    padding: 17px 15px 15px;
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    vertical-align: top;
}
.career td {
    box-sizing: border-box;
    padding: 17px 15px 15px;
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
    font-size: 15px;
    line-height: 1.6em;
    vertical-align: top;
}
.career td strong {
}

.career td .photo-box {
    display: inline-block;
    margin: 10px 0;
    text-align: center;
}
.career td .photo {
    width: 250px;
    display: inline-block;
    margin: 10px 0;
}
.career td .photo-box .photo {
    width: 250px;
    display: block;
    margin: 0 auto;
}
.career td .photo-box figcaption {
    font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
    font-size: 12px;
    color: #555;
    letter-spacing: 0.05em;
}
.text-with-photo {
    display: flex;
    align-items: flex-start; /* ← 上端を揃える */
}
.text-with-photo p {
    width: 70%;
    margin: 0 0 30px;
    padding: 0 0 0 1.5em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 2.5em;
    box-sizing: border-box;
}
.text-with-photo .photo {
    width: 30%;
    float: right;
    margin: 0 0 15px 15px;
    text-align: center;
    box-sizing: border-box;
}
.text-with-photo .photo img {
    width: 100%;
    height: auto;
    display: block;
}
.text-with-photo .photo figcaption {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5em;
    display: block;
    margin-top: 5px;
}

.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;
}


.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;
}

@media screen and (max-width: 1000px) {
.otamasataka {
    max-width: 70%;
    max-height: 98%;
    display: inline-block;
    z-index: 40;
    position: absolute;
    bottom: 0;
    right: -3%;
}

}


@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-image .catch {
    font-size: clamp(20px, 5.5vw, 50px);
    line-height: 1.2em;
    position: absolute;
    top: inherit;
    bottom: 7%;
    left: 3%;
    z-index: 55;
}
#first-image .catch strong {
    font-size: 2.2em;
}
#first-image .en1 {
    position: absolute;
    inset: 0;
    background-color: rgba(29,66,148,0.25);
    -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;
}
.otamasataka {
    max-width: 80%;
    max-height: 110%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: -30px;
}
.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;  
}


/*以下メインコンテンツ*/
.prof-photo {
    width: 35%;
    margin: 50px 5% 30px 1%;
    padding:0;
    float: left;
}
.message-container {
    display: block;
    padding: 100px 0 50px;
    margin: 0 auto;
    position: relative;
}
.text-area {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
}
.message {
	font-size: 14px;
	line-height: 2em;
    letter-spacing: 0;
}
h1 {
    font-size: clamp(20px, 8vw, 50px);
    line-height: 1.3em;
    padding: 0 0 20px;
}
.gray-container h2 {
    font-size: clamp(25px, 7vw, 50px);
    margin: 50px 5% 30px;
    padding: 7px 0 7px 15px;
}
.gray-container h2 small {
    font-size: 0.6em;
}
.blue-container h3 {
    font-size: clamp(20px, 6vw, 40px);
    margin: 0 0 30px;
    padding: 0 5px 10px;
}
.gray-container h3 {
    font-size: 22px;
    margin: 20px 0 10px;
    padding: 0;
}
.blue-container h4 {
    font-size: clamp(20px, 5vw, 37px);
    line-height: 1.3em;
    margin: 10px 0 10px;
}

.profile-contents {
    width: 90%;
    padding: 30px 30px 0;
    margin: 0 auto 70px;
}
.profile {
    width: 80%;
    margin: 0 auto 0px;
    float: none;
    display: block;
}
.prof-list {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    float: left;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.prof-list th .name {
    font-size: 30px;
    line-height: 1.4em;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
.prof-list th .name small {
    display: block;
    font-weight: 500;
    font-size: 0.5em;
    line-height: 1em;
}
.prof-list th {
    font-size: 13px;
    line-height: 1.6em;
    width: 100%;
    padding: 7px 10px;
    float: left;
    border-bottom: 1px dotted #000000;
}
.prof-list td {
    font-size: 14px;
    line-height: 1.6em;
    width: 100%;
    padding: 15px 20px;
    float: left;
}
.profile-contents p {
    font-size: 14px;
    line-height: 1.8em;
    width: 100%;
    margin: 10px 0 30px;
    padding: 0;
}
.profile-contents p .ep-photo1 {
    width: 50%;
    margin: 0 0 5px 10px;
    float: right;
}
.profile-contents p .ep-photo2 {
    width: 100%;
    margin: 15px 0 15px 0;
    float: right;
}
.profile-contents p .ep-photo3 {
    width: 100%;
    margin: 15px auto 0;
    padding: 0;
    display: block;
}
    
  
.career-contents, .position-contents {
    width: 90%;
    padding: 30px 30px 0;
    margin: 0 auto -50px;
}
.position-contents {
    margin: 0 auto 30px;
}
.career {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
}
.career tr {
    border-bottom: 0px;
}
.career th {
    width: 100%;
    font-size: 13px;
    text-align: left;
    float: left;
    padding: 0;
    margin: 0 0 5px;
}
.career td {
    width: 100%;
    font-size: 14px;
	display:block;
    border: 0;
    padding: 0;
    margin: 0 0 30px;
}
.career td .photo {
    width: 70%;
    display: inline-block;
    margin: 10px 0 0;
}
.text-with-photo {
      display: flex;
      flex-direction: column;  /* ← これが最重要 */
      align-items: stretch;
  }
.text-with-photo p {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 2em;
    float: left;
}
.text-with-photo .photo {
    width: 80%;
    float:left;
    margin: 0 auto 40px;
    text-align: center;
}
.text-with-photo .photo img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 7px;
}
.text-with-photo .photo figcaption {
    font-size: 12px;
    line-height: 1.5em;
    display: block;
    margin-top: 5px;
}


}