@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* ----------------------------------------------------
base
---------------------------------------------------- */
#web_senkyo {
  padding-bottom: 60px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 820px) {
  #web_senkyo {
    margin-top: 64px;
  }
}
@media (max-width: 599px) {
  #web_senkyo img {
    max-width: 100%;
  }
}

.web_senkyo_wrapper {
  padding-bottom: 60px;
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 1000px) {
  .web_senkyo_wrapper {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 599px) {
  .web_senkyo_wrapper {
    margin-left: 7.2vw;
    margin-right: 7.2vw;
  }
}

.conf_inr {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 1000px) {
  .conf_inr {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 599px) {
  .conf_inr {
    margin-left: 7.2vw;
    margin-right: 7.2vw;
  }
}

@media (max-width: 599px) {
  .pcver {
    display: none;
  }
}

.spver {
  display: none;
}
@media (max-width: 599px) {
  .spver {
    display: block;
  }
}

.nolink {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: default !important;
}

/* breadcrumbs
-------------------------- */
.breadcrumbs {
  padding: 0;
  margin: 10px 0 40px 0;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-size: 13px;
  line-height: 2;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumbs li {
  padding: 0;
  margin: 0;
}
.breadcrumbs li a {
  border-bottom: 1px solid #ededed;
}
.breadcrumbs li a:hover {
  border-bottom: 1px solid #db001c;
}
.breadcrumbs li:after {
  content: ">";
  margin: 0 8px;
}
.breadcrumbs li:last-child:after {
  content: none;
}

/* pagetitle
-------------------------- */
.pagetitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
  background: url(../images/common/bg_pagetitle.jpg) center center;
}
@media (max-width: 599px) {
  .pagetitle {
    height: 62px;
  }
}
.pagetitle h2 {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .pagetitle h2 {
    font-size: 6.4vw;
  }
}
@media (max-width: 599px) {
  .pagetitle.archive {
    height: 140px;
  }
}

h3.areaname {
  margin: 50px 0;
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 20px;
}
@media (max-width: 820px) {
  h3.areaname {
    letter-spacing: 10px;
  }
}
@media (max-width: 599px) {
  h3.areaname {
    margin: 10.667vw 0;
    font-size: 9.6vw;
    letter-spacing: 5px;
  }
}

/* hirei_head
-------------------------- */
.hirei_head h3.areaname {
  font-size: 46px;
  letter-spacing: 0;
}
@media (max-width: 599px) {
  .hirei_head h3.areaname {
    font-size: 7.467vw;
  }
}

/* ----------------------------------------------------
main
---------------------------------------------------- */
.prefectures {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .prefectures {
    margin-bottom: 13.333vw;
  }
}
.prefectures h2 {
  font-size: 22px;
  color: #db001c;
  font-weight: 400;
}
@media (max-width: 599px) {
  .prefectures h2 {
    font-size: 4.8vw;
  }
}
.prefectures ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .prefectures ul {
    justify-content: space-between;
  }
  .prefectures ul:before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }
  .prefectures ul:after {
    content: "";
    display: block;
    width: 24%;
  }
}
@media (max-width: 599px) {
  .prefectures ul:before {
    content: none;
  }
  .prefectures ul:after {
    width: 31%;
  }
}
.prefectures ul li {
  margin-right: 14px;
  margin-bottom: 14px;
  width: 150px;
  height: 50px;
}
.prefectures ul li:last-child {
  margin-right: 0;
}
@media (max-width: 820px) {
  .prefectures ul li {
    margin-right: 0;
    width: 24%;
  }
}
@media (max-width: 599px) {
  .prefectures ul li {
    margin-bottom: 2.4vw;
    width: 31%;
    height: 10.667vw;
  }
}
.prefectures ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ededed;
}
.prefectures ul li a:hover {
  color: #fff;
  background: #db001c;
}

.linkwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.linkwrap:after {
  content: "";
  display: block;
  width: 32%;
}
@media (max-width: 599px) {
  .linkwrap:after {
    content: none;
  }
}
.linkwrap .link_item {
  margin-bottom: 20px;
  width: 32%;
  font-size: 18px;
}
@media (max-width: 599px) {
  .linkwrap .link_item {
    margin-bottom: 2.133vw;
    width: 100%;
    font-size: 4.267vw;
    line-height: 1.4;
  }
}
.linkwrap .link_item a {
  padding: 16px 24px;
  text-align: left;
  display: block;
  border: 1px solid #ededed;
}
.linkwrap .link_item a:hover {
  color: #fff;
  background: #db001c;
}
@media (max-width: 599px) {
  .linkwrap .link_item a {
    padding: 4.267vw 5.333vw;
  }
}

/* vote
-------------------------- */
.vote {
  line-height: 0;
  text-align: center;
}
.vote.red {
  background: url(../images/common/bg_stripe_red.jpg) top left repeat;
}
.vote.pink {
  background: url(../images/common/bg_stripe_pink.jpg) top left repeat;
}
.vote.blue {
  background: url(../images/common/bg_stripe_blue.jpg) top left repeat;
}
@media (max-width: 820px) {
  .vote img {
    max-width: 100%;
  }
}

/* bottombox
-------------------------- */
.bottombox {
  margin: 120px auto 0 auto;
  width: 1000px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .bottombox {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
@media (max-width: 599px) {
  .bottombox {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
.bottombox .sharebox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
  background: #ededed;
}
.bottombox .sharebox .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
}
.bottombox .sharebox .title p {
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 820px) {
  .bottombox .sharebox .title p {
    font-size: 2.083vw;
  }
}
@media (max-width: 599px) {
  .bottombox .sharebox .title p {
    font-size: 4.267vw;
  }
}
.bottombox .sharebox img {
  width: 70px;
  height: auto;
}
@media (max-width: 820px) {
  .bottombox .sharebox img {
    width: auto;
    height: 7.031vw;
  }
}
@media (max-width: 599px) {
  .bottombox .sharebox img {
    height: 14.4vw;
  }
}
.bottombox .btmitem {
  width: 490px;
}
@media (max-width: 820px) {
  .bottombox .btmitem {
    width: 49%;
  }
}
@media (max-width: 599px) {
  .bottombox .btmitem {
    width: 100%;
  }
}
.bottombox .btmitem .pageback {
  width: 100%;
  height: 70px;
}
@media (max-width: 820px) {
  .bottombox .btmitem .pageback {
    height: 7.031vw;
  }
}
@media (max-width: 599px) {
  .bottombox .btmitem .pageback {
    margin: 40px auto 0 auto;
    width: 89.6vw;
    height: 12.8vw;
  }
}
.bottombox .btmitem .pageback a {
  font-weight: 700;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
}
@media (max-width: 599px) {
  .bottombox .btmitem .pageback a {
    font-size: 14px;
    border: 0;
    background: #ededed;
    border-radius: 6px;
  }
}
.bottombox .btmitem .pageback a:after {
  content: "";
  display: block;
  background: url(../images/common/icon_back.svg) center center/100% no-repeat;
  width: 15px;
  height: 18px;
  margin-left: 15px;
}
.bottombox .btmitem .pageback a:hover {
  color: #000;
  opacity: 0.6;
}

.pageblock_navi {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pageblock_navi .navitem {
  width: 490px;
  height: 80px;
}
@media (max-width: 820px) {
  .pageblock_navi .navitem {
    width: 49%;
  }
}
@media (max-width: 599px) {
  .pageblock_navi .navitem {
    width: 48%;
  }
}
.pageblock_navi .navitem a {
  padding-left: 36px;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #ededed;
  box-sizing: border-box;
}
.pageblock_navi .navitem a:hover {
  opacity: 0.6;
}
@media (max-width: 599px) {
  .pageblock_navi .navitem a {
    padding-left: 4.8vw;
    font-size: 4.533vw;
    border: 2px solid #ededed;
  }
}
.pageblock_navi .navitem.red a {
  color: #db001c;
  background: url(../images/common/icon_arrow_red_b.svg) right 52px center/21px no-repeat #fff;
}
@media (max-width: 820px) {
  .pageblock_navi .navitem.red a {
    background: url(../images/common/icon_arrow_red_b.svg) right 6.771vw center/2.734vw no-repeat #fff;
  }
}
@media (max-width: 599px) {
  .pageblock_navi .navitem.red a {
    background: url(../images/common/icon_arrow_red_b.svg) right 5.867vw center/3.2vw no-repeat #fff;
  }
}
.pageblock_navi .navitem.navy a {
  color: #004a8f;
  background: url(../images/common/icon_arrow_navy_b.svg) right 52px center/21px no-repeat #fff;
}
@media (max-width: 820px) {
  .pageblock_navi .navitem.navy a {
    background: url(../images/common/icon_arrow_navy_b.svg) right 6.771vw center/2.734vw no-repeat #fff;
  }
}
@media (max-width: 599px) {
  .pageblock_navi .navitem.navy a {
    background: url(../images/common/icon_arrow_navy_b.svg) right 5.867vw center/3.2vw no-repeat #fff;
  }
}

#acf-1, #acf-2 {
  margin-top: -70px;
  padding-top: 70px;
}

.cate_title {
  margin-bottom: 54px;
  font-size: 28px;
  line-height: 1.0;
  font-weight: bold;
  color: #fff;
  height: 60px;
  box-sizing: border-box;
}
.cate_title .conf_inr {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 599px) {
  .cate_title {
    margin-bottom: 10.667vw;
    font-size: 6.4vw;
    height: 50px;
  }
}
.cate_title.red {
  background: #db001c;
}
@media (max-width: 599px) {
  .cate_title.red {
    margin-bottom: 2.133vw;
  }
}
.cate_title.navy {
  background: #004a8f;
}
.cate_title.single {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  height: 40px;
}
@media (max-width: 599px) {
  .cate_title.single {
    font-size: 4.8vw;
    font-weight: bold;
  }
}

.blockname {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .blockname {
    padding: 0;
    margin: 0 0 9.067vw 0;
    font-size: 4.8vw;
  }
}

.candidate_container {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.candidate_container:after {
  content: "";
  display: block;
  width: 235px;
}
@media (max-width: 820px) {
  .candidate_container:after {
    width: 30.599vw;
  }
}
@media (max-width: 599px) {
  .candidate_container:after {
    content: none;
  }
}
.candidate_container:before {
  content: "";
  display: block;
  width: 235px;
  order: 1;
}
@media (max-width: 820px) {
  .candidate_container:before {
    width: 30.599vw;
  }
}
@media (max-width: 599px) {
  .candidate_container:before {
    content: none;
  }
}
.candidate_container .candidate_item {
  margin-bottom: 50px;
  width: 235px;
}
@media (max-width: 820px) {
  .candidate_container .candidate_item {
    width: 30.599vw;
  }
}
@media (max-width: 599px) {
  .candidate_container .candidate_item {
    margin-bottom: 10.667vw;
    width: 48%;
  }
}
.candidate_container .thumb {
  position: relative;
  line-height: 0;
}
.candidate_container .thumb img {
  width: 235px;
  height: 297px;
  object-fit: cover;
}
@media (max-width: 820px) {
  .candidate_container .thumb img {
    width: 30.599vw;
    height: 38.672vw;
  }
}
@media (max-width: 599px) {
  .candidate_container .thumb img {
    width: 42.133vw;
    height: 53.333vw;
  }
}
.candidate_container .thumb:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 54px;
  height: 54px;
}
@media (max-width: 820px) {
  .candidate_container .thumb:after {
    width: 7.031vw;
    height: 7.031vw;
  }
}
@media (max-width: 599px) {
  .candidate_container .thumb:after {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.candidate_container .area {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #ededed;
  border-radius: 8px;
}
@media (max-width: 599px) {
  .candidate_container .area {
    padding: 5px 0 3px 10px;
    font-size: 4.267vw;
    line-height: 1.0;
    text-align: left;
    border-radius: 6px;
    box-sizing: border-box;
  }
}
.candidate_container .name {
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .candidate_container .name {
    font-size: 4.8vw;
  }
}
.candidate_container.red .thumb:after {
  background: url(../images/page/icon_more_pink.png) right bottom/100% no-repeat;
}
.candidate_container.red .name {
  color: #db001c;
}
.candidate_container.navy .thumb:after {
  background: url(../images/page/icon_more_blue.png) right bottom/100% no-repeat;
}
.candidate_container.navy .name {
  color: #004a8f;
}

.excerpt {
  padding: 14px 20px;
  margin-bottom: 20px;
  font-size: 17px;
  background: #f4f8fa;
}
@media (max-width: 599px) {
  .excerpt {
    padding: 3.2vw 4.8vw;
    margin: 4.267vw 0;
    font-size: 4.267vw;
  }
}

/* ----------------------------------------------------
single
---------------------------------------------------- */
.web_senkyo_container {
  padding: 40px 0 80px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .web_senkyo_container {
    padding: 10.667vw 0;
    flex-wrap: wrap;
  }
}
.web_senkyo_container.navy .r-detail .name,
.web_senkyo_container.navy .r-detail .y_kana_position,
.web_senkyo_container.navy .r-detail h4,
.web_senkyo_container.navy .r-detail h5 {
  color: #004a8f !important;
}
@media (max-width: 599px) {
  .web_senkyo_container .l-photo {
    margin-bottom: 6px;
    width: 100%;
    text-align: center;
  }
}
.web_senkyo_container .l-photo img {
  width: 260px;
  height: 330px;
  object-fit: cover;
}
@media (max-width: 820px) {
  .web_senkyo_container .l-photo img {
    width: 33.854vw;
    height: 42.969vw;
  }
}
@media (max-width: 599px) {
  .web_senkyo_container .l-photo img {
    margin: 0 auto;
    width: 74.667vw;
    height: 94.4vw;
  }
}
.web_senkyo_container .r-detail {
  width: 656px;
}
@media (max-width: 820px) {
  .web_senkyo_container .r-detail {
    width: 60%;
  }
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail {
    width: 100%;
  }
}
.web_senkyo_container .r-detail h3.name {
  padding: 0;
  margin: 0 0 14px 0;
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail h3.name {
    margin-bottom: 4px;
    font-size: 9.6vw;
  }
}
.web_senkyo_container .r-detail .y_kana_position {
  margin-bottom: 30px;
  font-size: 22px;
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail .y_kana_position {
    font-size: 4.8vw;
  }
}
.web_senkyo_container .r-detail .y_kana_position span {
  display: inline-block;
}
.web_senkyo_container .r-detail .y_kana_position p {
  margin-top: 8px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail .y_kana_position p {
    margin-top: 0;
  }
}
.web_senkyo_container .r-detail .linkbtn {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.web_senkyo_container .r-detail .linkbtn:before {
  content: "";
  display: block;
  width: 158px;
  order: 1;
}
@media (max-width: 820px) {
  .web_senkyo_container .r-detail .linkbtn:before {
    width: 32%;
  }
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail .linkbtn:before {
    content: none;
  }
}
.web_senkyo_container .r-detail .linkbtn:after {
  content: "";
  display: block;
  width: 158px;
}
@media (max-width: 820px) {
  .web_senkyo_container .r-detail .linkbtn:after {
    width: 32%;
  }
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail .linkbtn:after {
    content: none;
  }
}
.web_senkyo_container .r-detail .linkbtn li {
  margin-bottom: 10px;
  width: 158px;
  line-height: 0;
}
@media (max-width: 820px) {
  .web_senkyo_container .r-detail .linkbtn li {
    width: 32%;
  }
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail .linkbtn li {
    width: 48%;
  }
}
.web_senkyo_container .r-detail .linkbtn li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.web_senkyo_container .r-detail .message h4 {
  padding: 0 20px;
  margin: 0 0 30px 0;
  font-size: 16px;
  color: #db001c;
  font-weight: bold;
  background: #ededed;
  height: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail .message h4 {
    padding: 0 3.733vw;
    font-size: 4.8vw;
    height: 60px;
  }
}
.web_senkyo_container .r-detail .message h5 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 22px;
  color: #db001c;
  font-weight: bold;
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail .message h5 {
    font-size: 5.867vw;
  }
}
.web_senkyo_container .r-detail .message p {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .web_senkyo_container .r-detail .message p {
    font-size: 4.8vw;
  }
}
