@charset "UTF-8";
.main .sec__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__01 {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec__01 .cmn_ttl {
    font-size: 0.36rem;
  }
}
.main .sec__01 .logo_grid {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.main .sec__01 .logo_grid .image.--01 {
  width: 4.4rem;
}
.main .sec__01 .logo_grid .image.--02 {
  width: 4.6rem;
}
.main .sec__02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__02 {
    margin-top: 1rem;
  }
}
.main .sec__02 .main_ttl {
  margin-top: 1.5rem;
  text-align: center;
  letter-spacing: 0.62em;
  margin-left: 0.62em;
  border-bottom: 1px solid rgba(76, 73, 72, 0.5);
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .main_ttl {
    margin-top: 1rem;
    letter-spacing: 0.4em;
    margin-left: 0.4em;
  }
}
.main .sec__02 .item {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 8.6rem auto;
  gap: 1.8rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.main .sec__02 .item .image_wrap {
  position: relative;
}
.main .sec__02 .item .image_wrap .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #275b4b;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1.1;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item .image_wrap .num {
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0.6rem;
    line-height: 1.2;
  }
}
.main .sec__02 .item .cont {
  position: relative;
  z-index: 20;
}
.main .sec__02 .item .cont .cmn_ttl {
  font-size: 0.48rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item .cont .cmn_ttl {
    font-size: 0.36rem;
  }
}
.main .sec__02 .item .cont .text {
  margin-top: 0.3rem;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item .cont .text {
    font-size: 0.28rem;
  }
}
.main .sec__02 .item .cont .text strong {
  font-weight: 600;
}
.main .sec__02 .item .cont .text small {
  display: block;
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item .cont .text small {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec__02 .item.--01 {
    gap: 0;
  }
}
.main .sec__02 .item.--01 .image_wrap {
  padding-top: 0.5rem;
}
.main .sec__02 .item.--02 {
  align-items: start;
}
@media screen and (min-width: 751px) {
  .main .sec__02 .item.--02 .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 11rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec__02 .item.--02 .cont {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec__02 .item.--03 {
    margin-top: 3rem;
  }
}
.main .sec__03 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 {
    margin-top: 1rem;
  }
}
.main .sec__03 .item .cmn_ttl {
  letter-spacing: 0.16em;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item .cmn_ttl {
    font-size: 0.36rem;
  }
}
.main .sec__03 .sp_scroll_kazari {
  position: relative;
  margin-top: 0.5rem;
}
.main .sec__03 .sp_scroll_kazari .ico-slide {
  position: absolute;
  top: -0.3rem;
  left: 0;
}
.main .sec__03 .sp_scroll_kazari .scroll_text {
  text-align: center;
  font-size: 0.24rem;
}
.main .sec__03 .item.--01 .cmn_ttl {
  text-align: center;
}
.main .sec__03 .item.--01 .image {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--01 .image {
    overflow-x: scroll;
    padding-bottom: 0.3rem;
  }
  .main .sec__03 .item.--01 .image img {
    width: 16rem;
  }
  .main .sec__03 .item.--01 .image {
    /* スクロールバー */
  }
  .main .sec__03 .item.--01 .image::-webkit-scrollbar {
    height: 6px;
  }
  .main .sec__03 .item.--01 .image::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .main .sec__03 .item.--01 .image::-webkit-scrollbar-thumb {
    background: #d3d3d4;
    border-radius: 999px;
  }
}
.main .sec__03 .item.--02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--02 {
    margin-top: 1rem;
  }
}
.main .sec__03 .item.--02 .cmn_ttl {
  text-align: center;
}
.main .sec__03 .item.--02 .image {
  width: 13.6rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--02 .image {
    width: 100%;
  }
}
.main .sec__03 .item.--03 {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 7.6rem auto;
  gap: 0.5rem;
  border: 1px solid rgba(76, 73, 72, 0.5);
  padding: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--03 {
    margin-top: 1rem;
    grid-template-columns: 1fr;
  }
}
.main .sec__03 .item.--03 .cmn_ttl {
  font-size: 0.44rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--03 .cmn_ttl {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--03 .cmn_text {
    margin-top: 0.3rem;
  }
}
.main .sec__03 .item.--04 {
  width: 17.8rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--04 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.main .sec__03 .item.--04 .press_wrap {
  margin-top: 0.5rem;
  border: 1px solid rgba(76, 73, 72, 0.5);
  padding: 0.3rem;
}
.main .sec__03 .item.--04 .press_wrap a {
  background-image: url(../../assets/imgs/ico-link.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.3rem) 50%;
  background-size: 0.3rem;
  color: blue;
  text-decoration: underline;
  display: block;
  transition: all 0.3s ease;
}
.main .sec__03 .item.--04 .press_wrap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--04 .press_wrap a {
    background-position: calc(100% - 0.3rem) 97%;
  }
}
.main .sec__03 .item.--04 .press_wrap a + a {
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__03 .item.--04 .press_wrap {
    font-size: 0.28rem;
  }
}
.main .sec__04 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .main .sec__04 {
    margin-top: 1rem;
  }
}
.main .sec__04 .box {
  border: 1px solid;
  padding: 0.2rem 0.5rem 0.6rem;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .main .sec__04 .box {
    padding: 0.1rem 0.3rem 0.5rem;
  }
}
.main .sec__04 .box .--01 {
  font-size: 0.4rem;
  letter-spacing: 1.3em;
}
@media screen and (max-width: 750px) {
  .main .sec__04 .box .--01 {
    font-size: 0.28rem;
    letter-spacing: 0.8em;
  }
}
.main .sec__04 .box .--02 {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.72rem;
  letter-spacing: 0.64em;
}
@media screen and (max-width: 750px) {
  .main .sec__04 .box .--02 {
    font-size: 0.5rem;
    letter-spacing: 0.4em;
  }
}
.main .sec__04 .box .--03 {
  text-align: center;
  font-family: 0.4rem;
  letter-spacing: 0.62em;
}
@media screen and (max-width: 750px) {
  .main .sec__04 .box .--03 {
    font-size: 0.32rem;
    letter-spacing: 0.4em;
  }
}

.community_page {
  margin-top: 1rem;
}
@media screen and (min-width: 751px) {
  .community_page .sec__cmn .prepend {
    width: 22.4rem;
  }
}
.community_page .sec__cmn .prepend .h2_cmn {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  font-weight: 600;
  border-bottom: 1px solid rgba(76, 73, 72, 0.5);
  padding: 0 0.5rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .community_page .sec__cmn .prepend .h2_cmn {
    font-size: 0.45rem;
    padding: 0;
  }
}
.community_page .sec__cmn .prepend .h2_cmn span {
  padding-bottom: 0.2rem;
}
.community_page .sec__cmn .prepend .h2_cmn .map {
  width: 5.6rem;
}
@media screen and (max-width: 750px) {
  .community_page .sec__cmn .prepend .h2_cmn .map {
    width: 3rem;
  }
}
.community_page .sec__cmn .body {
  margin-top: 0.3rem;
}
.community_page .sec__cmn .body .h3_cmn {
  font-size: 0.64rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  letter-spacing: 0.16em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .community_page .sec__cmn .body .h3_cmn {
    font-size: 0.4rem;
  }
}
.community_page .sec__cmn .body .image {
  width: 11rem;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .community_page .sec__cmn .body .image {
    width: 100%;
  }
}
.community_page .arrow_btn a {
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 600;
  border: 1px solid rgba(76, 73, 72, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .community_page .arrow_btn a {
    width: 100%;
    font-size: 0.28rem;
    letter-spacing: 0.2em;
    padding: 0.1rem 0 0.1rem 0.1rem;
    gap: 0.1rem;
    border-radius: 30px;
  }
}
.community_page .arrow_btn a .arrow {
  color: #e50012;
  font-size: 0.5rem;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .community_page .arrow_btn a .arrow {
    font-size: 0.4rem;
  }
}
.community_page .arrow_btn a:hover {
  background: #4c4948;
  color: #fff;
}
.community_page .arrow_btn a:hover .arrow {
  color: #fff;
}
.community_page .back_btn {
  margin-top: 1rem;
}
.community_page .back_btn a {
  width: 4.2rem;
  margin: 0 auto;
  padding: 0.1rem 0;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 600;
  border: 1px solid rgba(76, 73, 72, 0.3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .community_page .back_btn a {
    width: 2.5rem;
  }
}
.community_page .back_btn a:hover {
  background: #4c4948;
  color: #fff;
}
.community_page .back_btn a:hover .arrow {
  color: #fff;
}

.community_odate .odate__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__01 {
    margin-top: 1rem;
  }
}
.community_odate .odate__01 .image.--01 {
  width: 9.6rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__01 .image.--01 {
    width: 100%;
  }
}
.community_odate .odate__01 .image.--02 {
  margin-top: 1rem;
}
.community_odate .odate__02 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 {
    margin-top: 1.5rem;
  }
}
.community_odate .odate__02 .item .ttl {
  font-size: 0.44rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item .ttl {
    font-size: 0.36rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.community_odate .odate__02 .item .cmn_text {
  margin-top: 0.3rem;
}
.community_odate .odate__02 .item .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item .grid {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.community_odate .odate__02 .item.--01 {
  margin-top: 0.5rem;
}
.community_odate .odate__02 .item.--01 .press {
  margin-top: 0.5rem;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item.--01 .press {
    font-size: 0.32rem;
  }
}
.community_odate .odate__02 .item.--02 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item.--02 {
    margin-top: 1rem;
  }
}
.community_odate .odate__02 .item.--02 .cmn_text.--02 {
  margin-top: 0.5rem;
}
.community_odate .odate__02 .item.--02 .arrow_btn {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .community_odate .odate__02 .item.--02 .arrow_btn {
    margin-top: 0.5rem;
  }
}

.community_hanno .hanno__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 {
    margin-top: 1rem;
  }
}
.community_hanno .hanno__01 .item .ttl {
  font-size: 0.44rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item .ttl {
    font-size: 0.36rem;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.community_hanno .hanno__01 .item .cmn_text {
  margin-top: 0.3rem;
}
.community_hanno .hanno__01 .item.--01 {
  margin-top: 0.5rem;
}
.community_hanno .hanno__01 .item.--02 {
  margin-top: 1rem;
}
.community_hanno .hanno__01 .item.--02 .ttl {
  text-align: center;
}
.community_hanno .hanno__01 .item.--02 .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .grid {
    grid-template-columns: 1fr;
  }
}
.community_hanno .hanno__01 .item.--02 .grid .box {
  border: 1px solid rgba(76, 73, 72, 0.3);
  border-radius: 20px;
  padding: 0.3rem 0.2rem 0.5rem;
  position: relative;
}
.community_hanno .hanno__01 .item.--02 .grid .box:after {
  content: "";
  display: block;
  border-style: solid;
  position: absolute;
}
@media screen and (min-width: 751px) {
  .community_hanno .hanno__01 .item.--02 .grid .box:after {
    top: 2rem;
    right: -0.8rem;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.5rem solid #4c4948;
    border-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .grid .box:after {
    bottom: -0.7rem;
    left: 3rem;
    border-right: 0.3rem solid transparent;
    border-left: 0.3rem solid transparent;
    border-top: 0.4rem solid #4c4948;
    border-bottom: 0;
  }
}
.community_hanno .hanno__01 .item.--02 .grid .box:last-child:after {
  content: none;
}
.community_hanno .hanno__01 .item.--02 .grid .box .num {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .grid .box .num {
    font-size: 0.6rem;
  }
}
.community_hanno .hanno__01 .item.--02 .grid .box .box_ttl {
  margin-top: 0.3rem;
  text-align: center;
  line-height: 1.5;
  font-size: 0.36rem;
}
@media screen and (min-width: 751px) {
  .community_hanno .hanno__01 .item.--02 .grid .box .box_ttl {
    height: 1.62rem;
  }
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .grid .box .box_ttl {
    font-size: 0.32rem;
  }
}
.community_hanno .hanno__01 .item.--02 .grid .box .image {
  margin-top: 0.3rem;
}
.community_hanno .hanno__01 .item.--02 .press {
  margin-top: 1rem;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .community_hanno .hanno__01 .item.--02 .press {
    font-size: 0.28rem;
  }
}

.community_hokuto .sec__cmn .body .fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .community_hokuto .sec__cmn .body .fl {
    display: block;
  }
}
.community_hokuto .sec__cmn .body .fl .logo {
  width: 4.4rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .sec__cmn .body .fl .logo {
    margin-left: auto;
    width: 2.5rem;
  }
}
.community_hokuto .hokuto__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 {
    margin-top: 1rem;
  }
}
.community_hokuto .hokuto__01 .item.--01 .grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--01 .grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 751px) {
  .community_hokuto .hokuto__01 .item.--01 .grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.community_hokuto .hokuto__01 .item.--01 .grid .image.--02 .note {
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  color: #fff;
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--01 .grid .image.--02 .note {
    position: static;
    color: inherit;
  }
}
.community_hokuto .hokuto__01 .item.--02 {
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 {
    margin-top: 1rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap {
  background: #a6b0b4;
  color: #fff;
  padding: 0.5rem 0.5rem 2.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap {
    grid-template-columns: 1fr;
    gap: 4rem;
    padding: 0.5rem 0.4rem 3.8rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .ttl {
  font-size: 0.28rem;
  letter-spacing: 0.64em;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .ttl {
    letter-spacing: 0.4em;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .image figcaption {
  position: absolute;
  bottom: 0.1rem;
  right: 0.2rem;
  font-size: 0.2rem;
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .image .text {
  position: absolute;
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  grid-template-rows: 6.9rem;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 3.5rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .image.--01 .text {
  width: 4rem;
  bottom: -2.2rem;
  left: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .image.--01 .text {
    width: 5rem;
    bottom: -2.8rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .image.--02 .text {
  width: 4.2rem;
  bottom: -2.2rem;
  left: 0;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .left .image.--02 .text {
    width: 5.5rem;
    bottom: -2.9rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .grid {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image.--01 .text {
  width: 5rem;
  bottom: -2.2rem;
  left: -0.3rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image.--01 .text {
    width: 6.3rem;
    bottom: -2.8rem;
    left: -0.3rem;
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image_wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image_wrap .text {
  position: absolute;
  width: 4.8rem;
  bottom: -2.2rem;
  left: -1.6rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--02 .grid_wrap .right .image_wrap .text {
    width: 5.8rem;
    bottom: -2.8rem;
    left: 0;
  }
}
.community_hokuto .hokuto__01 .item.--02 .note {
  font-size: 0.2rem;
  text-align: right;
  margin-top: 0.2rem;
}
.community_hokuto .hokuto__01 .item.--03 {
  margin-top: 1.5rem;
}
.community_hokuto .hokuto__01 .item.--03 .ttl {
  text-align: center;
  letter-spacing: 0.73em;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--03 .ttl {
    letter-spacing: 0.4em;
    font-size: 0.32rem;
  }
}
.community_hokuto .hokuto__01 .item.--03 .image {
  width: 14rem;
  margin: 1rem auto 0;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--03 .image {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.community_hokuto .hokuto__01 .item.--03 .arrow_btn {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .community_hokuto .hokuto__01 .item.--03 .arrow_btn {
    margin-top: 0.5rem;
  }
}

.community_minamisanriku .minamisanriku__01 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .community_minamisanriku .minamisanriku__01 {
    margin-top: 1rem;
  }
}
.community_minamisanriku .minamisanriku__01 .item.--02 {
  margin-top: 1rem;
}
.community_minamisanriku .minamisanriku__01 .item.--02 .image {
  width: 11rem;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .community_minamisanriku .minamisanriku__01 .item.--02 .image {
    width: 100%;
  }
}
.community_minamisanriku .minamisanriku__01 .item.--02 .cmn_text {
  margin-top: 1rem;
}
.community_minamisanriku .minamisanriku__01 .item.--02 .arrow_btn {
  margin-top: 0.8rem;
}/*# sourceMappingURL=unique.css.map */