html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
  font-family: 'NotoSansJP Bold';
  src: url(../fonts/NotoSansJP-Bold.otf);
}

html {
  min-height: 100%;
}

body {
  font-family:'NotoSansJP Bold', 'Yu Gothic','Hiragino Sans',sans-serif;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.text-bold {
  font-weight: bold;
}

.page-header {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 1rem 0;
}

.logo {
  margin: auto;
  padding-top: 0.8rem;
  width: 100%;
  max-width: 150px;
  grid-column: 1;
}

.site-title {
  color: #004096;
  font-weight: bold;
  text-align: center;
  font-size: clamp(13px, 4vw, 26px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: 2 / 5;
}
.site-title > small {
    font-size: clamp(13px, 3.5vw, 20px);
}

.section-title {
  width: 50%;
  max-width: 400px;
}

.female-recruitment-menu {
  background-color: #004096;
  color: #fff;
}

.female-recruitment-menu:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -23px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #004096 transparent transparent transparent;
  border-width: 20px 14px 0 14px;
}

.header-menu {
  display: flex;
}

.header-link-text {
  color: #004096;
}

.menu {
  display: flex;
  position: relative;
  padding: 12px 24px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 5px solid #004096;
}

.menu-title {
  font-weight: bold;
  font-size: 24px;
  width: 100%;
}


.top-section,
.recruitment-section {
  background-size: contain;
  background-repeat: no-repeat;
}

.top-section {
  padding-top: 58.35%;
  background-image: url("../images/pc/00-group_female-top-section_pc_20241210.png");
}

.recruitment-section {
  position: relative;
  padding-top: 96.001%;
  background-image: url("../images/pc/01-img.jpg");
}

.recruitment-section::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #004096;
  border-bottom: 60px solid #004096;
}

.recruitment-info {
  display: flex;
  z-index: 10;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 75%;
  background-color: #fff;
  border: #004096 solid 5px;
}

.recruitment-info::after {
  font-family: YuMincho, 'Yu Mincho';
  content: "※写真は、東京8区吉田はるみ（2021年衆院選初当選）";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 5px;
  text-align: end;
}

.recruitment-content {
  padding: 40px 0 35px 0;
  width: 90%;
}

.recruitment-sub-title {
  margin: 0 auto;
  width: 40%;
}

.recruitment-title {
  margin: 20px auto 0 auto;
  width: 60%;
}

.recruitment-text {
  font-family: YuMincho, 'Yu Mincho';
  font-size: 15px;
  color: #004096;
  margin-top: 5%;
}

.message-section {
  position: relative;
  background-color: #004096;
  padding: 80px 0 60px 0;
}

.message-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.message-info {
  position: relative;
  margin-top: 80px;
  width: 90%;
}

.message-image01 {
  width: 100%;
}

.message-box {
  font-family: 'Yu Gothic Medium', 'Yu Gothic','Hiragino Sans',sans-serif;
  color: #fff;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0px 60px 50px;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

.message-image02 {
  width: 69px;
}

.message-introduction {
  display: flex;
}

.message-name {
  display: flex;
  flex-flow: column;
  justify-content: center;
/*  margin-left: 22px;*/
}

.position-text {
  font-size: 14px;
  margin-bottom: 2px;
}

.name-text {
  font-size: 20px;
  letter-spacing: 1px;
}

.message-text-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 60px 0;
}

.message-text-content {
  font-size: 19px;
  line-height: 1.9;
}

.movie-section {
  padding: 5rem 0;
}

.movie-content {
  aspect-ratio: 16 / 9;
  margin: auto;
  width: 80%;
}

.general-local-councilor-section {
  font-family: 'Yu Gothic Medium', 'Yu Gothic','Hiragino Sans',sans-serif;
  margin: auto;
  padding: 8rem 0 8rem;
}

.general-local-councilor-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.general-local-councilor-content > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 100%;
}

.general-local-councilor-content > div > a {
  display: block;
  width: 100%;
  text-align: center;
}

.general-local-councilor-content > div > a > img {
  margin: auto;
  width: 80%;
  max-width: 800px;
}

.delimiter-section {
  position: relative;
  background-color: #004096;
  padding-bottom: 17%;
}

.delimiter-section::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
}

.delimiter-section > div {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 80%;
}

.delimiter-section > div > a {
  text-align: center;
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0rem 1rem 2rem;
  padding: 1rem 0.5rem;
  width: 22%;
}

.support-section {
  font-weight: normal;
  font-family: 'Yu Gothic Medium', 'Yu Gothic','Hiragino Sans',sans-serif;
  position: relative;
  padding: 6% 0 15% 0;
}

.support-section::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #004096;
  border-bottom: 60px solid #004096;
}

.white-delimiter {
  position: relative;
}

.white-delimiter::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
}

.support-section p {
  line-height: 1.7;
}

.support-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  width: 70%;
  max-width: 1024px;
}

.support-date {
  text-align: right;
}

.support-box {
  border: 4px solid #004096;
  margin-top: 7%;
  padding: 3rem;
}

.support-box > h2 {
  font-size: 1.5rem;
  text-align: center;
}

.support-box > ul {
  list-style: decimal;
  list-style-position: inside;
}

.support-box > ul > li > h3 {
  font-size: 1.5rem;
  display: inline;
  padding-left: 2rem;
}

.support-box > ul > li::marker {
  font-size: 1.5rem;
  font-weight: bold;
}

.support-text-box {
  display: flex;
  border: 2px solid #000;
  padding: 1rem 2rem;
}

.support-official-fee > div > h4 {
  font-size: 1.5rem;
}

.support-official-fee > div > h4 > span {
  font-size: 1.2rem;
  font-weight: lighter;
}

.support-official-fee > div > img {
  display: block;
  margin: auto;
  width: 90%;
}

.support-official-fee > div > div {
  margin: auto;
  padding-top: 1.5rem;
  width: 85%;
}

.support-official-fee > div > div > div {
  padding-top: 1.5rem;
  padding-left: 1rem;
}

.support-loan > div > img {
  display: block;
  margin: auto;
  width: 50%;
}

.support-loan > div > div {
  margin: auto;
  padding-top: 1.5rem;
  width: 85%;
}

.support-loan > div > h4 {
  font-size: 1.5rem;
}

.support-loan > div > h4 > span {
  font-size: 1.2rem;
  font-weight: lighter;
}

.support-space {
  margin-top: 4rem;
}

.support-text-space {
  margin-top: 2rem;
}

.support-table-title {
  text-align: center;
  margin-top: 1rem;
}

.support-carer > div,
.support-training > div,
.support-mentor > div {
  margin-top: 1rem;
}

.support-carer > div > div,
.support-training > div > div,
.support-mentor > div > div {
  margin-top: 0.5rem;
}

.support-list-text {
  display: flex;
}

.support-list-text > p:first-child {
  margin-right: 1.5rem;
}

.voices-section {
  font-family: 'Yu Gothic Medium', 'Yu Gothic','Hiragino Sans',sans-serif;
  background-color: #004096;
  position: relative;
  padding: 6% 0 10% 0;
}

.voices-section::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #fff;
  border-bottom: 60px solid #fff;
}

.voices-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  width: 80%;
  max-width: 1024px;
}

.voices-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  padding: 5rem 0;
  width: 100%;
}

.voice {
  background-color: #fff;
  padding: 1.5rem 1.2rem;
}

.voice > div:first-child {
  color: #104394;
  display: flex;
  align-items: center;
}

.voice > div:first-child > a {
  margin-right: 1rem;
  width: 30%;
}

.voice > div:first-child > a > img {
  width: 88px;
  height: 88px;
  object-fit: cover;
}

.voice > div:first-child > div > a {
  color: #104394;
}

.voice > div:first-child > div > a > .voice-name {
  font-size: 18px;
  font-weight: bold;
}

.voice > div:first-child > div > .voice-parliament {
  font-size: 14px;
  font-weight: bold;
  padding-top: 0.5rem;
}

.voice > div:last-child > h3 {
  color: #104394;
  padding: 1rem 0;
}

.voice > div:last-child > p {
  font-size: 15px;
}


.flow-section {
  font-family: 'Yu Gothic Medium', 'Yu Gothic','Hiragino Sans',sans-serif;
  position: relative;
  padding: 6% 0 15% 0;
}

.flow-section::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-top: 60px solid transparent;
  border-left: 50vw solid transparent;
  border-right: 50vw solid #004096;
  border-bottom: 60px solid #004096;
}

.flow-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.flow-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 70px;
  max-width: 700px;
}

.flow-step-image {
  min-width: 35px;
  margin-right: 40px;
}

.flow-explanation-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #ddd;
  padding: 15px 30px;
  width: 100%;
}

.flow-explanation-title {
  font-weight: bold;
}

.arrow-image {
  width: 27px;
}

.gray {
  background-color: #E6E6E6;
}

.yellow {
  background-color: #F7D949;
}

.flow-explanation {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
}

.flow-arrow {
  text-align: center;
  margin-bottom: 2px;
}

.caution-message {
  font-size: 15px;
}

.text-space {
  margin-top: 5px;
}

.application-section {
  font-family: 'Yu Gothic Medium', 'Yu Gothic','Hiragino Sans',sans-serif;
  color: #fff;
  background-color: #004096;
  padding: 6% 0 10% 0;
}

.application-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
}

.application-overview-box {
  margin: 60px auto 30px;
  width: 100%;
  text-align: center;
}

.application-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: auto;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 800 / 128;
  background-color: #fff;
  color: #004096;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  padding: 0 10px;
}

.application-overview {
  width: 70%;
}

.application-requirements-box {
  width: 80%;
}

.application-requirements {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #fff;
}

.application-requirements-title {
  min-width: 200px;
}

.application-requirements-separation {
  min-width: 45px;
}

.application-list-box {
  display: flex;
}

.application-link {
  color: #fff;
}

.file-icon {
  width: 11px;
  height: 15px;
  background-image: url("../images/icon/file.svg");
}

.under-line {
  text-decoration: underline;
}

.bottom-space-5 {
  margin-bottom: 5px;
}

.bottom-space-10 {
  margin-bottom: 10px;
}

.bottom-space-3xl {
  margin-bottom: 3rem;
}

.female-ul-bg-color {
  background-color: #004096;
}

.youtube-player-container {
  margin: -2rem auto 6rem;
}

@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .page-header {
    margin: 0 8px;
    padding: 0.5rem 0;
  }

  .site-title {
      flex-direction: column;
      grid-column: 2 / 8;
  }
  .site-title > small {
      font-size: clamp(12px, 3.5vw, 21px);
  }

  .menu {
    padding: 10px 24px
  }

  .menu-title {
    font-size: 18px;
  }

  .section-title {
    width: 100%;
    max-width: 300px;
  }

  .top-section {
    padding-top: 101.33%;
    background-image: url("../images/sp/00-group_female-top-section_sp_20241210.png");
  }

  .support-section {
    padding: 60px 0 120px 0;
  }

  .general-local-councilor-section {
    padding: 4rem 0 4rem;
  }

  .support-section::after,
  .recruitment-section::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid #004096;
  }

  .white-delimiter::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid #fff;
  }

  .recruitment-info {
    width: 88%;
  }

  .recruitment-content {
    padding: 25px 0;
  }

  .recruitment-sub-title {
    margin: 0 auto;
    width: 65%;
  }

  .recruitment-title {
    width: 90%;
  }

  .delimiter-section::after,
  .voices-section::after,
  .message-section::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid #fff;
  }

  .message-section {
    padding: 60px 0 0;
  }

  .message-content {
    /* padding-top: 150%; */
    padding-bottom: 8%;
  }

  .message-info {
    margin-top: 40px;
    width: 90%;
  }

  .message-name {
/*    margin-left: 20px;*/
  }

  .position-text {
    font-size: 15px;
  }

  .message-box {
    position: unset;
    padding: 20px;
    width: 100%;
  }

  .message-text-title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .message-text-content {
    font-size: 16px;
  }


  .delimiter-section {
    display: flex;
  }

  .delimiter-section > div {
    display: block;
  }

  .delimiter-section > div > a {
    margin: 1rem 0;
    padding-left :0;
    padding-right :0;
    width: 100%;
  }

  .support-content {
    width: 90%;
  }

  .support-box > h2 {
    font-size: 1.3rem;
  }

  .support-box {
    margin-top: 40px;
    padding: 1.5rem;
  }

  .support-space {
    margin-top: 2rem;
  }

  .support-text-box {
    padding: 1rem;
  }

  .support-box > ul > li > h3 {
    font-size: 1.2rem;
    padding-left: 1rem;
  }

  .support-box > ul > li::marker {
    font-size: 1.2rem;
  }

  .support-official-fee > div > h4 {
    font-size: 1.2rem;
  }

  .support-official-fee > div > h4 > span {
    font-size: 1rem;
  }

  .support-official-fee > div > img {
    width: 100%;
  }

  .support-official-fee > div > div {
    width: auto;
  }

  .support-official-fee > div > div > div {
    padding-left: 0;
  }

  .support-loan > div > h4 {
    font-size: 1.2rem;
  }

  .support-loan > div > h4 > span {
    font-size: 1rem;
  }

  .support-loan > div > img {
    width: 100%;
  }

  .support-loan > div > div {
    width: auto;
  }

  .support-list-text > p:first-child {
    margin-right: 1rem;
  }

  .voices-content {
    width: 90%;
  }

  .voices-list {
    display: block;
    padding: 3rem 0;

  }

  .voices-list > .voice:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .voice > div:first-child > img{
    width: 25%;
  }

  .flow-section {
    padding: 60px 0 23% 0;
  }

  .flow-section::after {
    border-top: 30px solid transparent;
    border-bottom: 30px solid #004096;
  }

  .flow-list {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 55px;
    width: 100%;
  }

  .flow-step-image {
    margin-right: 20px;
  }

  .flow-explanation-box {
    padding: 15px;
    width: 90%;
  }

  .arrow-image {
    width: 16px;
  }

  .application-content {
    margin: 45px 0 70px 0;
  }

  .application-overview-box {
    margin: 50px auto 10px;
  }

  .application-button {
    font-size: 17px;
    padding: 0 10px;
  }

  .application-overview {
    width: 90%;
  }

  .application-requirements-box {
    width: 90%;
  }

  .application-requirements {
    display: block;
    padding: 25px 0;
  }

  .application-requirements-title {
    margin: 5px 0 20px 0;
  }

  .youtube-player-container {
    margin: 2rem 0 4rem 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }

  .youtube-player-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
