@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 520pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 520pxより狭くなったら改行なくす
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 860px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 860px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.main-tit-block {
  text-align: center;
}

.main-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-height: 717px;
  overflow: hidden;
  background: rgb(0, 60, 131);
  background: linear-gradient(55deg, rgb(1, 60, 131) 0%, rgb(1, 60, 131) 42%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 100%);
}
@media (max-width: 560px) {
  .main-top {
    background: linear-gradient(75deg, rgb(1, 60, 131) 0%, rgb(1, 60, 131) 42%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 100%);
  }
}
.main-top-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1257px;
  padding-top: 2%;
  background: url(../images/top/top-back.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left -164px center;
}
@media (max-width: 860px) {
  .main-top-inner {
    background-position: left -118px center;
  }
}
@media (max-width: 560px) {
  .main-top-inner {
    padding-top: 14%;
    background: url(../images/top/top-back-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 31px center;
    width: 100%;
  }
}

.main-top-back {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  background: url(../images/top/top-over.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 560px) {
  .main-top-back {
    padding-top: 14%;
    background: url(../images/top/top-over-sp.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.main-top-inner-column-1 {
  width: 45%;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media (max-width: 560px) {
  .main-top-inner-column-1 {
    padding-bottom: 0;
    margin-left: 3%;
    width: 36%;
  }
}
.main-top-inner-column-1 picture {
  text-align: center;
}
.main-top-inner-column-1 picture:first-child {
  margin-bottom: 8%;
}
.main-top-inner-column-1 picture:last-child img {
  width: 74%;
}
.main-top-inner-column-1 picture img {
  width: 100%;
}
@media (max-width: 560px) {
  .main-top-inner-column-1 picture img {
    margin-left: 0;
  }
  .main-top-inner-column-1 picture:first-child {
    margin-bottom: 32%;
  }
  .main-top-inner-column-1 picture:first-child img {
    width: 90%;
  }
  .main-top-inner-column-1 picture:last-child {
    width: 46%;
    align-self: flex-start;
    position: absolute;
    right: 6%;
    bottom: 4%;
  }
  .main-top-inner-column-1 picture:last-child img {
    width: 100%;
  }
}

.main-top-inner-column-2 {
  width: 55%;
}
.main-top-inner-column-2 picture, .main-top-inner-column-2 img {
  width: 100%;
}
@media (max-width: 560px) {
  .main-top-inner-column-2 {
    width: 99%;
    position: absolute;
    right: -22%;
  }
}

/*
 * メイン
 */
@media (max-width: 560px) {
  .main-column {
    margin: 13% 0;
  }
}

/* アコーディオン */
.cp_box *, .cp_box *:before, .cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_box {
  position: relative;
  text-align: justify;
  margin: 0px;
  padding: 0px;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 140px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: "Font Awesome 5 Free";
  content: "\f107" " 詳しくみる";
  font-weight: 900;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgb(27, 37, 56);
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 250px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.cp_box input:checked + label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106" " 閉じる";
  font-weight: 900;
}

.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/*サポーター募集 ====================================*/
.supporterbox {
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.supportertitle {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0px 20px 0px;
}

.supporterlinktitle {
  color: #444;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 10px 0px 20px 0px;
  padding: 0;
}

.supporterlinklistleft a:hover {
  opacity: 0.5;
}

.supporterlinklistright a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 680px) {
  p.supportertext {
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: justify;
    color: #444;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
  }
  p.supportertext br {
    display: none;
  }
  .supporterlinklistleft {
    float: none;
    width: 100%;
    margin: 10px 0px;
  }
  .supporterlinklistleft img {
    width: 90%;
  }
}
@media screen and (min-width: 681px) {
  p.supportertext {
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
  }
  .supporterlinklistleft {
    width: 100%;
  }
  .supporterlinklistleft img {
    width: 50%;
  }
}
.supporterlink {
  overflow: hidden;
  margin: 0 auto;
  background-color: #c7e8f9;
  margin: 5vw 7vw 7vw;
  padding: 20px;
  text-align: center;
}

/*メッセージ ====================================*/
.message {
  padding: 0 0 35vh 0;
  background-image: url("../images/message/message_und_images2.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
@media (max-width: 860px) {
  .message {
    padding: 0 0 20vh 0;
  }
}

.messagetitle {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0px 20px 0px;
}
@media (max-width: 860px) {
  .messagetitle {
    padding: 50px 0px 38px 0px;
  }
}

p.messagetext {
  padding-left: 10vw;
  padding-right: 10vw;
  text-align: center;
  color: #003C83;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 560px) {
  p.messagetext {
    padding: 0;
  }
}

@media (max-width: 560px) {
  p.messagetext {
    padding-left: 10vw;
    padding-right: 10vw;
    color: #003C83;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
  }
}
/*政策 ====================================*/
.policy {
  width: 100%;
  background: url(../images/policy/pol-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.policybox {
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  padding: 0;
}

#policy_un_images {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 560px) {
  #policy_un_images {
    width: 125%;
    height: auto;
    margin-left: -13%;
  }
}

#policy_un_images img {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  display: block;
}

.policytitle {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 5vw 0 0 0;
}

/* アコーディオン */
.policy_cp_box *, .policy_cp_box *:before, .policy_cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.policy_cp_box {
  position: relative;
  text-align: justify;
  margin: 70px 0px 0px 0px;
  padding: 0px;
}

.policy_cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 50px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(199, 232, 249, 0) 0%, rgb(255, 255, 255) 100%);
}

.policy_cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}

.policy_cp_box label:after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  font-family: "Font Awesome 5 Free";
  content: "\f107" " 詳しくみる";
  font-weight: 900;
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgb(27, 37, 56);
}

.policy_cp_box input {
  display: none;
}

.policy_cp_box .policy_cp_container {
  height: 0px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.policy_cp_box input:checked + label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106" " 閉じる";
  font-weight: 900;
}

.policy_cp_box input:checked ~ .policy_cp_container {
  height: auto;
  padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.policy_cp_container {
  background-image: url(../images/policy/pol-back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

/* 政策内容 */
.policy_item {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: end;
  justify-content: center;
  margin-bottom: 7%;
}
@media (max-width: 860px) {
  .policy_item {
    margin-bottom: 10%;
  }
}
@media (max-width: 560px) {
  .policy_item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 13%;
  }
}
.policy_item_num {
  width: 15%;
  margin-right: -1%;
}
.policy_item_num img {
  width: 100%;
}
@media (max-width: 560px) {
  .policy_item_num {
    width: 22%;
    margin-bottom: 5%;
  }
}
.policy_item_text_wrapp {
  width: 50%;
  border-image-slice: 1;
  margin-bottom: 2%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 560px) {
  .policy_item_text_wrapp {
    width: 100%;
  }
}
.policy_item_text_wrapp .policy_item_text {
  border-bottom: 14px solid #c21500;
  border-image: linear-gradient(39deg, rgb(0, 137, 221) 0%, rgb(0, 160, 233) 26%, rgb(0, 60, 131) 26%, rgb(0, 60, 131) 100%) 1/0 0 10px;
  width: 100%;
}
.policy_item_text_wrapp .policy_item_text p {
  display: inline-block;
  color: #004799;
  line-height: 2;
  font-weight: bold;
  font-size: 1.4em;
}
.policy_item_text_wrapp .policy_item_text p span {
  display: inline-block;
  background-color: #00A7FF;
  color: #fff100;
  padding: 0 8px;
  margin-right: 3px;
  line-height: 1.5;
}
.policy_item_bum {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 100%;
}
.policy_item_bum .fukidashi {
  position: relative;
  display: inline-block;
  padding: 15px 61px;
  min-width: 100px;
  max-width: 100%;
  color: #004799;
  font-weight: bold;
  background: #fff;
  border: solid 3px #004799;
  box-sizing: border-box;
}
.policy_item_bum .fukidashi:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
}
.policy_item_bum .fukidashi:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #004799;
  z-index: 1;
}
.policy_item_bum .fukidashi p {
  margin: 0;
  padding: 0;
}

.bum_item {
  margin-bottom: 13%;
}
@media (max-width: 860px) {
  .bum_item {
    margin-bottom: 19%;
  }
}
@media (max-width: 560px) {
  .bum_item {
    margin-bottom: 36%;
  }
}

.pol-img {
  position: absolute;
}

.pol1-img {
  max-width: 400px;
  width: 41%;
  right: -7%;
  top: -65%;
}
@media (max-width: 860px) {
  .pol1-img {
    width: 37%;
    right: -4%;
    top: -76%;
  }
}
@media (max-width: 560px) {
  .pol1-img {
    width: 68%;
    right: -4%;
    top: -15%;
  }
}

.pol2-img {
  width: 14%;
  max-width: 118px;
  left: 0%;
  bottom: 0;
}
@media (max-width: 560px) {
  .pol2-img {
    width: 17%;
    max-width: 118px;
    left: 0%;
    bottom: -15px;
  }
}

.pol3-img {
  width: 11%;
  max-width: 73px;
  right: 4%;
  bottom: -15%;
}

.pol4_1-img {
  width: 9%;
  max-width: 72px;
  left: 5%;
  bottom: -18%;
}
@media (max-width: 560px) {
  .pol4_1-img {
    width: 11%;
    max-width: 72px;
    left: 1%;
    bottom: -9%;
  }
}

.pol4_2-img {
  width: 15%;
  max-width: 138px;
  right: 5%;
  bottom: -18%;
}
@media (max-width: 560px) {
  .pol4_2-img {
    width: 19%;
    max-width: 138px;
    right: -1%;
    bottom: -13%;
  }
}

.pol5-img {
  width: 15%;
  max-width: 127px;
  right: 5%;
  bottom: -37%;
}
@media (max-width: 560px) {
  .pol5-img {
    width: 18%;
    max-width: 127px;
    right: 0%;
    bottom: -17%;
  }
}

/*プロフィール ====================================*/
.profiletitle {
  width: 300px;
  height: auto;
  margin: 0 auto;
  padding: 50px 0px 20px 0px;
}

.profile-box {
  overflow: hidden;
  clear: both;
  margin: 0px auto 50px;
  padding: 0px;
  width: 80%;
}
.profile-box .cp_box {
  text-align: left;
}

#profilename {
  font-size: 30px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: -0.5px;
}

#profilegakureki, #profilegenzai {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 10px 0px;
}

span.roman {
  font-size: 7px;
  margin: 0px;
  padding-left: 20px;
  vertical-align: middle;
  letter-spacing: 2px;
  color: #aaa;
}

#profilebox p {
  margin: 0px;
  padding: 0px;
}

.profileboxleft {
  float: left;
  width: 65%;
  margin: 0px;
  padding: 0px;
}

.profileboxright {
  float: right;
  width: 30%;
  margin: 0px;
  padding: 0px;
}

.profilephoto img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

@media (max-width: 860px) {
  .profileboxleft {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .profileboxright {
    float: none;
    width: 100%;
    margin: 50px 0px;
    padding: 0px;
  }
  .profilephoto img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
.col-head-type1 span {
  line-height: 1;
  vertical-align: text-top;
  padding-right: 2px;
}
.col-head-type1 .me-bl {
  color: #004799;
}
.col-head-type1 .sb-bl {
  color: #00A0E9;
}

.col-head-type1 th,
.col-head-type1 td {
  padding: 5px;
  font-weight: normal;
  vertical-align: top;
}

.col-head-type1 th {
  text-align: left;
}

@media (max-width: 560px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;
  }
  .col-head-type1 tr {
    border-top: 1px dotted #cccccc;
    margin: 0px;
    padding: 10px 0px;
  }
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
    padding-left: 0.5em;
    text-indent: -0.5em;
  }
  .col-head-type2 th,
  .col-head-type2 td {
    padding-left: 0.7em;
    text-indent: -0.7em;
  }
}

/*# sourceMappingURL=frontpage.css.map */
