@charset "UTF-8";
/* color */
/* font */
/* common */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 119px;
}

body {
  padding: 0;
  margin: 0;
  color: #000;
  word-wrap: break-word;
  font-family: "m-plus-1p", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

p {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

img,
video {
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

.pc {
  display: none;
}

.section_inner {
  width: 100%;
  padding: 0 30px;
}

.header {
  z-index: 10000;
}
.header .logo {
  background: #224ff0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  width: 93px;
  height: 119px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  width: 69.16px;
  height: auto;
}
.header .header_nav {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #224ff0;
  border-top: 2px solid #fff;
  z-index: 1000;
}
.header .header_nav .nav_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header .header_nav .nav_item {
  width: 25%;
  height: 40px;
  display: flex;
  align-items: center;
}
.header .header_nav .nav_item a {
  display: block;
  text-align: center;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "m-plus-1p", sans-serif;
}

.mv_section {
  padding: 32px 19px 35px;
  background: #fff;
}

.mv_warp {
  position: relative;
}

.mv_img_txt {
  position: absolute;
  top: 6%;
  right: 7%;
  width: 43%;
  height: auto;
}

.mv_eharashiro {
  margin-top: 24px;
}
.mv_eharashiro .mv_eharashiro_img {
  width: 85%;
  height: auto;
}
.mv_eharashiro .mv_eharashiro_position {
  color: #224ff0;
  margin-top: 1.7rem;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
}
.mv_eharashiro .mv_eharashiro_sensyutu {
  font-size: 1.5rem;
  color: #224ff0;
  margin-top: 0.7rem;
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
}

.news_section {
  background: #f4f5f8;
  padding: 5rem 0 3rem;
}

.news_ttl {
  text-align: center;
  margin-bottom: 4rem;
}

.news_ttl_en {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #224ff0;
  margin-bottom: 0.3rem;
}

.news_ttl_ja {
  font-family: "m-plus-1p", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
}

.news_snsfeed_ttl {
  font-family: "m-plus-1p", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #000;
  margin-bottom: 2rem;
  text-align: center;
}

.twitter-timeline {
  margin: 0 auto;
}

.sns_link {
  margin-bottom: 7rem;
}
.sns_link a {
  display: block;
}
.sns_link a:not(:last-child) {
  margin-bottom: 2rem;
}

.kikanshi_ttl {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.6rem;
  text-align: center;
}

.kikanshi_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kikanshi_item {
  width: 300px;
}
.kikanshi_item a {
  display: block;
}
.kikanshi_item a img {
  width: 300px;
}
.kikanshi_item a h4 {
  margin-top: 1.4rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.kikanshi_item:not(:last-child) a {
  margin-bottom: 4rem;
}

.activities_section {
  background: #f4f5f8;
  padding: 3rem 0 15rem;
}

.activities_ttl {
  text-align: center;
  margin-bottom: 4rem;
}

.activities_ttl_en {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #224ff0;
  margin-bottom: 0.3rem;
}

.activities_ttl_ja {
  font-family: "m-plus-1p", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
}

.post_list {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  margin-bottom: 4.5rem;
}

.post_item {
  width: 100%;
}

.post-thumb {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.post-thumb img {
  width: 100%;
}

.post-meta {
  margin-bottom: 1rem;
}
.post-meta time {
  font-size: 1.6rem;
}

.post_ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.222222;
  color: #224ff0;
  margin-bottom: 2rem;
}

.post_excerpt {
  font-size: 1.5rem;
  line-height: 1.6;
}

.btn_wrap .more_btn {
  max-width: 260px;
  width: 100%;
  height: 60px;
  border: 1px solid #224ff0;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  color: #224ff0;
}
.btn_wrap .more_btn svg {
  margin-left: 7.8px;
  stroke: #224ff0;
  transition: all 0.3s;
}
.btn_wrap .more_btn:hover {
  opacity: 1;
  background: #224ff0;
  color: #fff;
}
.btn_wrap .more_btn:hover svg {
  stroke: #fff;
}

.policy_ttl {
  width: 100%;
  height: auto;
  position: relative;
}
.policy_ttl p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #224ff0;
  background: #fff;
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 180px;
  height: 50px;
}

.policy_list {
  display: flex;
  flex-direction: column;
}

.policy_item {
  padding: 44px 8% 90px;
}
.policy_item:nth-child(odd) {
  background: #f2f2f2;
}
.policy_item:nth-child(even) {
  background: #fff;
}
.policy_item .num {
  font-family: "din-2014", sans-serif;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 4rem;
}
.policy_item .policy_item_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  color: #224ff0;
  line-height: 1.5;
  margin-bottom: 2.8rem;
}
.policy_item .policy_item_txt {
  font-size: 1.8rem;
  line-height: 1.666666;
  font-weight: 400;
}

.greeting_section {
  background: #224ff0;
  display: flex;
  flex-direction: column;
}

.greeting_txt {
  border-top: 2px solid #fff;
  padding: 88px 40px 99px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.4;
  font-weight: 400;
}

/*
flowImg 右から左へ
----------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.flowImg {
  display: -ms-grid;
  overflow: hidden;
}

/*----------------------------*/
.flowImg__wrap {
  display: flex;
  overflow: hidden;
}

.flowImg__list {
  display: flex;
  list-style: none;
}

.flowImg__list--left {
  -webkit-animation: infinity-scroll-left 95s infinite linear 0.5s both;
          animation: infinity-scroll-left 95s infinite linear 0.5s both;
}

.flowImg__item {
  width: 90vw;
  height: auto;
}

.flowImg__item > img {
  width: 100%;
}

.profile_section {
  background: #224ff0;
  color: #fff;
  padding: 6.6rem 0 8rem;
}

.profile_ttl {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: left;
}
.profile_ttl:after {
  border-top: 2px solid;
  content: "";
  flex-grow: 1;
  margin-left: 1.25rem;
}

.profile_table {
  margin-bottom: 2.7rem;
}
.profile_table table {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.733333;
  text-align: left;
}
.profile_table table tr th {
  min-width: 100px;
  max-width: 150px;
  padding: 10px 0;
  vertical-align: top;
  letter-spacing: 0.15em;
  line-height: 2.4;
}
.profile_table table tr td {
  padding: 10px 0;
}

.profile_history table {
  width: 100%;
  border-collapse: collapse;
}
.profile_history table tr th {
  min-width: 100px;
  max-width: 150px;
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  text-align: left;
  line-height: 1.275;
  border-bottom: 2px solid #fff;
}
.profile_history table tr td {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.733333;
  padding: 2.9rem 1rem 2.9rem 0;
  border-bottom: 2px solid #fff;
}

.support_section {
  padding: 76px 0 87px;
  background: #fff;
}

.support_ttl {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
}

.fellow_section {
  background: #224ff0;
  padding: 5.6rem 0 4.9rem;
}

.fellow_ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
}

.fellow_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fellow_item {
  width: calc((100% - 2rem) / 2);
  display: flex;
  flex-direction: column;
}
.fellow_item img {
  display: block;
}

.fellow_txtbox {
  background: #fff;
  color: #224ff0;
  padding: 2.15rem 2rem 2.2rem;
  width: 100%;
  flex-grow: 1;
}

.fellow_position {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.3rem;
}

.fellow_name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer {
  padding: 2rem 2rem 13.8rem;
  background-color: #224ff0;
}

.footer_party {
  width: 255.46px;
  height: auto;
  margin: 0 auto 6.59rem;
}

.footer_office {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.snsnav_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 225px;
  margin: 0 auto 3.2rem;
}

.snsnav_item a {
  display: block;
}
.snsnav_item a img {
  width: 30px;
  height: auto;
}

.contact {
  margin-bottom: 3.8rem;
}
.contact address {
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.6;
  font-style: normal;
  text-align: center;
}
.contact address a {
  color: #fff;
}

.copyright {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.page_head {
  padding-top: 15rem;
  padding-bottom: 5.6rem;
}

.page_ttl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.page_subttl {
  font-size: 1.2rem;
  font-family: "din-2014", sans-serif;
  color: #224ff0;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.8rem;
  position: relative;
}
.page_subttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #224ff0;
}

.activities_contents {
  padding-bottom: 9.2rem;
}
.activities_contents .post_list {
  gap: 5.5rem;
  margin-bottom: 7.8rem;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.custom-pagination ul {
  display: flex;
  gap: 20px;
  list-style: none;
}
.custom-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-decoration: none;
  line-height: 1;
}
.custom-pagination ul li .current {
  background: #224ff0;
  color: #fff;
  border-color: #224ff0;
}
.custom-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  text-decoration: none;
}
.custom-pagination ul li svg {
  width: 24px;
  height: 39.69px;
}

article {
  margin-bottom: 8.6rem;
}
article .post_head {
  padding-top: 15.6rem;
  padding-bottom: 3.2rem;
}
article .post_time {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
article .post_ttl {
  color: #000;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 2.6rem;
  position: relative;
  margin-bottom: 0;
}
article .post_ttl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #224ff0;
}
article .post_contents {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
article .post_thumb {
  width: 100%;
  margin-bottom: 3.3rem;
}
article h2 {
  color: #224ff0;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
  line-height: 1.22222;
}
article h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
article p {
  font-size: 1.5rem;
  line-height: 2;
}
article p:not(:last-child) {
  margin-bottom: 4rem;
}
article iframe {
  width: 100%;
  aspect-ratio: 360/203;
  height: auto;
  max-width: 900px;
}

.post_nav {
  width: 100%;
  margin-bottom: 11.8rem;
}

.post_nav_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post_nav_prev,
.post_nav_next,
.post_nav_back {
  min-width: 70px;
  display: flex;
  align-items: center;
}
.post_nav_prev a,
.post_nav_next a,
.post_nav_back a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #224ff0;
}

.post_nav_prev {
  text-align: left;
}
.post_nav_prev a {
  display: flex;
  align-items: center;
}
.post_nav_prev a svg {
  margin-right: 6px;
}

.post_nav_back {
  text-align: center;
}

.post_nav_next {
  text-align: right;
}
.post_nav_next a {
  display: flex;
  align-items: center;
}
.post_nav_next a svg {
  margin-left: 6px;
}

/* 空でもブロックを維持する */
.post_nav_prev:empty::before,
.post_nav_next:empty::before {
  content: "";
  display: inline-block;
}

.page404_section {
  padding-bottom: 10rem;
}
.page404_section .txt {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 3rem;
}

@media screen and (min-width: 440px) {
  .custom-pagination li.prev {
    margin-right: 1.6rem;
  }
  .custom-pagination li.next {
    margin-left: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 0;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .section_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 21px;
  }
  .header {
    background: #fff;
    width: 230px;
    height: 100vh;
    border-right: 1px solid #dddddd;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header .header_inner {
    padding: 3.2rem 4.6rem;
  }
  .header .logo {
    background: #fff;
    position: relative;
    width: 133.37px;
    height: 180.61px;
  }
  .header .logo a img {
    width: 133.37px;
    height: 180.61px;
  }
  .header .header_nav {
    margin-top: 6rem;
    margin-bottom: 4rem;
    position: relative;
    background: #fff;
    border: none;
    z-index: 0;
  }
  .header .header_nav .nav_list {
    flex-direction: column;
  }
  .header .header_nav .nav_item {
    width: 100%;
    text-align: left;
  }
  .header .header_nav .nav_item a {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
  }
  .snsnav_list {
    flex-direction: column;
  }
  .snsnav_item:not(:last-child) {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 1.33rem;
  }
  .snsnav_item:not(:first-child) {
    padding-top: 1.33rem;
  }
  .snsnav_item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
  }
  .snsnav_item a img {
    width: 25px;
    height: 25px;
    margin-right: 1.7rem;
  }
  .header_img {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 210px;
    text-align: center;
    z-index: -1;
    height: calc(100vh - 780px);
  }
  .header_img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main {
    margin-left: 230px;
  }
  .mv_section {
    padding: 3.2rem 3.5rem 4.8rem;
  }
  .mv_section picture img {
    width: 100%;
  }
  .mv_img_txt {
    position: absolute;
    top: 28%;
    right: 4%;
    width: 51%;
    height: auto;
  }
  .mv_eharashiro {
    margin-top: 3rem;
  }
  .mv_eharashiro {
    display: flex;
  }
  .mv_eharashiro .mv_eharashiro_img {
    width: 45%;
    max-width: 488.6px;
    margin-right: 4.37rem;
  }
  .mv_eharashiro .mv_eharashiro_position {
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 0;
  }
  .mv_eharashiro .mv_eharashiro_sensyutu {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .news_section {
    padding: 8.7rem 0 6rem;
  }
  .news_ttl {
    margin-bottom: 7.5rem;
  }
  .news_ttl_en {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .news_ttl_ja {
    font-size: 1.6rem;
  }
  .news_facebook {
    margin-bottom: 11rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news_snsfeed_ttl {
    font-size: 2.6rem;
  }
  .sns_link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.4rem;
  }
  .sns_link a {
    width: calc((100% - 2.9rem) / 3);
  }
  .sns_link a.sp {
    display: none;
  }
  .kikanshi_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1.5rem;
  }
  .kikanshi_item {
    width: 100%;
  }
  .kikanshi_item a h4 {
    margin-top: 1.7rem;
  }
  .kikanshi_item:not(:last-child) a {
    margin-bottom: 0;
  }
  .activities_section {
    padding: 6rem 0 14rem;
  }
  .activities_ttl {
    margin-bottom: 7.5rem;
  }
  .activities_ttl_en {
    font-size: 5rem;
    margin-bottom: 1rem;
  }
  .activities_ttl_ja {
    font-size: 1.6rem;
  }
  .post_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 5.5rem;
  }
  .post_item {
    width: auto;
  }
  .policy_ttl picture img {
    width: 100%;
  }
  .policy_ttl p {
    width: 325px;
    height: 85px;
    font-size: 5rem;
  }
  .flowImg__item {
    width: 40vw;
  }
  .greeting_txt {
    font-size: 2.1rem;
    line-height: 2.19;
  }
  .profile_section {
    padding: 9.6rem 0 10.6rem;
  }
  .profile_section .section_inner {
    padding: 0 50px;
  }
  .profile_ttl {
    margin-bottom: 5rem;
  }
  .profile_ttl::after {
    margin-left: 3.15rem;
  }
  .profile_table table {
    font-size: 2rem;
  }
  .profile_table table tr th {
    line-height: 1.8;
    min-width: 160px;
    max-width: 160px;
    padding: 1.5rem 0;
  }
  .profile_table table tr td {
    line-height: 1.8;
  }
  .profile_history table tr th {
    font-size: 5rem;
    line-height: 1.28;
    min-width: 160px;
    max-width: 160px;
    width: 160px;
  }
  .profile_history table tr td {
    font-size: 2rem;
    line-height: 1.8;
    padding: 3.7rem 1rem 3.7rem 0;
  }
  .support_section {
    padding: 8.8rem 0 10.55rem;
  }
  .support_ttl {
    font-size: 4rem;
    margin-bottom: 4.6rem;
  }
  .fellow_section {
    padding: 6.3rem 0 8.9rem;
  }
  .fellow_ttl {
    font-size: 4rem;
    margin-bottom: 4.8rem;
  }
  .fellow_list {
    width: 365px;
    margin: 0 auto;
  }
  .fellow_item {
    width: calc((100% - 25px) / 2);
  }
  .footer {
    margin-left: 230px;
    padding: 2rem 2rem 1.6rem;
  }
  .footer_party {
    margin: 0 auto 7.1rem;
  }
  .footer_office {
    font-size: 2.6rem;
    margin-bottom: 1.9rem;
  }
  .contact {
    margin-bottom: 6.4rem;
  }
  .page_head {
    padding-top: 6.2rem;
  }
  .section_inner.mw1050 {
    max-width: 1092px;
    padding: 0 50px;
  }
  .activities_contents .post_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.5rem 2.5rem;
  }
  .custom-pagination ul {
    gap: 40px;
  }
  .custom-pagination ul li span {
    font-size: 2rem;
  }
  .custom-pagination ul li a {
    font-size: 2rem;
  }
  .custom-pagination ul li svg {
    width: 30px;
    height: 49.61px;
  }
  .custom-pagination ul li.prev {
    margin-right: 4.7rem;
  }
  .custom-pagination ul li.next {
    margin-left: 4.7rem;
  }
  article {
    padding-bottom: 10.6rem;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 5rem;
  }
  article .post_head {
    padding-top: 5.6rem;
    padding-bottom: 8rem;
  }
  article .post_ttl {
    color: #000;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 2.6rem;
    position: relative;
  }
  article .post_ttl::after {
    width: 216px;
  }
  article .post_thumb {
    width: 100%;
    margin-bottom: 3.3rem;
  }
  article h2 {
    font-size: 2.8rem;
    margin-bottom: 4.6rem;
    letter-spacing: 0.05em;
  }
  article h3 {
    font-size: 2.4rem;
    margin-bottom: 4.4rem;
  }
  article p {
    font-size: 1.6rem;
  }
  article p:not(:last-child) {
    margin-bottom: 5rem;
  }
  article iframe {
    aspect-ratio: 900/507;
  }
  .post_nav {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 10rem;
  }
  .post_nav_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .post_nav_prev,
  .post_nav_next,
  .post_nav_back {
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 6rem) / 3);
  }
  .post_nav_prev span,
  .post_nav_next span,
  .post_nav_back span {
    width: 100%;
    display: block;
  }
  .post_nav_prev a,
  .post_nav_next a,
  .post_nav_back a {
    display: flex;
    font-size: 1.6rem;
    border: 1px solid #224ff0;
    border-radius: 30px;
    height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .post_nav_prev a:hover,
  .post_nav_next a:hover,
  .post_nav_back a:hover {
    opacity: 1;
    background: #224ff0;
    color: #fff;
  }
  .post_nav_prev a svg {
    margin-right: 8px;
  }
  .post_nav_back {
    text-align: center;
  }
  .post_nav_next a svg {
    margin-left: 8px;
  }
}
.page404_section {
  padding-bottom: 15rem;
}
.page404_section .txt {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5rem;
}

@media screen and (min-width: 1000px) {
  .mv_section {
    padding-bottom: 9.8rem;
  }
  .mv_eharashiro .mv_eharashiro_position {
    font-size: 4rem;
  }
  .mv_eharashiro .mv_eharashiro_sensyutu {
    font-size: 3rem;
  }
  .activities_contents .post_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1104px) {
  .policy_list {
    flex-direction: row;
  }
  .policy_item {
    width: 33.3333333333%;
    padding: 6.2rem 4.5rem 8.1rem;
  }
  .policy_item .policy_item_txt {
    line-height: 2;
  }
  .greeting_section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem 0;
  }
  .greeting_img {
    padding-top: 4.9rem;
    margin-right: 3.7rem;
  }
  .greeting_txt {
    border-top: none;
    padding: 0;
  }
  .activities_contents .post_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 7.4rem 4.6rem;
  }
}

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