@charset "UTF-8";

/**********************************************/
/********** 協会について ***********************/
/**********************************************/
.about_title {
  color: var(--Green);
  margin-bottom: 32px;
}

.about_text {
  line-height: 2;
}

/**********************************************/
/********** メッセージセクション **************/
/**********************************************/
.message_section {
  background: var(--Beige);
}

.message_block {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 60px;
}

.message_block .left img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.message_block .right {
  flex: 1;
  position: relative;
}

.message_title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--Green);
  margin-bottom: 10px;
  padding-left: 45px;
}

.message_read {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 24px;
  position: relative;
  padding-left: 45px;
}

.message_read::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -33px;
  font-size: 4rem;
  line-height: 1;
  color: var(--Black);
}

.message_text {
  line-height: 2;
}

.movie_block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 80px;
}

.message_movie_list {
  background: #E3E3E3;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.message_movie {
  position: relative;
  padding-top: 56.25%;
  background: #CFCFCF;
}

.message_movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.message_movie::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  background-image: url('../img/movie_play.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.movie_title {
  padding: 12px 16px 16px;
  background: #FFFFFF;
}

.movie_title span {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--Green);
}

.movie_title p {
  line-height: 1.7;
}

.member_block {
  margin-top: 10px;
}

.member_title {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.member_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  justify-content: space-between;
}

.member_item {
  display: flex;
}

.member_role {
  width: 35%;
  padding: 16px 16px;
  background-color: #F5F5F5;
  border: solid 1px #D9D9D9;
  border-right: none;
  text-align: center;
  letter-spacing: 1.3;
  line-height: 1;
}

.member_name {
  width: 65%;
  padding: 16px 16px;
  background-color: var(--White);
  border: solid 1px #D9D9D9;
  letter-spacing: 2;
  line-height: 1;
}

@media (max-width: 1024px) {
  .movie_block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .member_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .message_block {
    flex-direction: column;
    align-items: flex-start;
  }

  .message_block .left img {
    width: 150px;
    height: 150px;
  }

  .movie_block {
    grid-template-columns: 1fr;
  }

  .member_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/**********************************************/
/********** 交流の背景 ************************/
/**********************************************/
.story_section {
  position: relative;
}

.story_block {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  margin-bottom: 70px;
}

.story_block .left {
  flex: 6.5;
}

.story_block .right {
  flex: 3.5;
}

.story_block.middle .left {
  flex: 3.5;
}

.story_block.middle .right {
  flex: 6.5;
}

.story_title {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-left: 40px;
  color: var(--Green);
  font-weight: 800;
  position: relative;
}

.story_title::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 3rem;
  line-height: 1;
  color: var(--Green);
}

.story_block.middle .story_title {
  margin-bottom: 4px;
}

.story_read {
  margin-bottom: 24px;
  padding-left: 40px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--Green);
  letter-spacing: 1.1;
}

.story_text {
  line-height: 2;
}

.story_block.top .right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story_block.bottom .right {
  display: block;
}

.yakuba_more_wrap {
  margin-top: 32px;
  text-align: center;
}

.yakuba_more {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 480px;
  padding: 14px 72px 16px;
  border-radius: 6px;
  color: var(--White) !important;
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  box-shadow: 0 3px 0 rgba(0,0,0,0.15);

  /* 背景画像（星空っぽい模様など） */
  background-color: var(--Blue);
  background-image: url('../img/yakuba_more_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.yakuba_more span {
  font-size: 0.85rem;
  font-weight: 600;
  opacity: 0.95;
  color: var(--White) !important;
}

.yakuba_more::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url('../img/yakuba_arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.yakuba_more:hover {
  opacity: 0.9;
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.12);
}

.story_decor {
  position: absolute;
  z-index: 1;
}

.story_decor img {
  width: 100%;
  height: 100%;
  display: block;
}

.story_decor--top {
  top: 470px;
  right: 37%;
  width: 170px;
  z-index: -1;
}

.story_decor--bottom {
  bottom: 600px;
  left: 8%;
  width: 230px;
  z-index: -1;
}

.story_blob {
  position: relative;
  overflow: hidden;
  border-radius: 60% 45% 55% 40% / 60% 55% 45% 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.story_blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story_blob--bottom {
  width: 330px;
  aspect-ratio: 1 / 1.05;
}

.story_block.middle .left {
  position: relative;
  min-height: 380px;
}

.story_blob--middle1,
.story_blob--middle2 {
  position: absolute;
  max-width: none;
}

.story_blob--middle1 {
  top: -40px;
  left: -55px;
  width: 315px;
  aspect-ratio: 4 / 3;
}

.story_blob--middle2 {
  bottom: -75px;
  right: 10px;
  width: 260px;
  aspect-ratio: 4 / 3;
}

.story_block.bottom {
  margin-bottom: 80px;
}

.story_block.bottom .right {
  position: relative;
  min-height: 300px;
}

.story_blob--bottom {
  position: absolute;
  right: -50px;
  top: 0;
  transform: translateY(-50%);
  max-width: none;
}

/* -----------------------------
   もにょもにょアニメーション
------------------------------*/
.story_blob--middle1 {
  animation: storyBlob1 14s ease-in-out infinite;
}

.story_blob--middle2 {
  animation: storyBlob2 16s ease-in-out infinite;
}

.story_blob--bottom {
  animation: storyBlob3 18s ease-in-out infinite;
}

@keyframes storyBlob1 {
  0% {
    border-radius: 60% 45% 55% 40% / 60% 55% 45% 50%;
  }
  25% {
    border-radius: 50% 60% 48% 42% / 55% 62% 50% 48%;
  }
  50% {
    border-radius: 55% 50% 65% 40% / 50% 55% 60% 45%;
  }
  75% {
    border-radius: 62% 48% 52% 60% / 52% 58% 48% 60%;
  }
  100% {
    border-radius: 60% 45% 55% 40% / 60% 55% 45% 50%;
  }
}

@keyframes storyBlob2 {
  0% {
    border-radius: 55% 60% 50% 45% / 60% 50% 55% 45%;
  }
  25% {
    border-radius: 62% 48% 55% 40% / 55% 60% 50% 45%;
  }
  50% {
    border-radius: 52% 65% 48% 45% / 52% 60% 55% 48%;
  }
  75% {
    border-radius: 58% 50% 60% 55% / 50% 58% 48% 60%;
  }
  100% {
    border-radius: 55% 60% 50% 45% / 60% 50% 55% 45%;
  }
}

@keyframes storyBlob3 {
  0% {
    border-radius: 65% 50% 55% 45% / 55% 65% 50% 45%;
  }
  25% {
    border-radius: 55% 68% 50% 45% / 60% 52% 55% 45%;
  }
  50% {
    border-radius: 50% 55% 70% 45% / 52% 50% 65% 45%;
  }
  75% {
    border-radius: 55% 50% 58% 70% / 50% 60% 45% 60%;
  }
  100% {
    border-radius: 65% 50% 55% 45% / 55% 65% 50% 45%;
  }
}

/* -----------------------------
   SP レイアウト（absolute を解除して縦並び）
------------------------------*/

@media (max-width: 767px) {

  .story_block {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 50px;
  }

  .story_block.bottom .right {
    display: block;
  }

  .story_block.middle .left,
  .story_block.bottom .right {
    position: static;
    min-height: auto;
  }

  .story_blob--middle1,
  .story_blob--middle2,
  .story_blob--bottom {
    position: relative;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    transform: none;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }

  .yakuba_more {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

}



/**********************************************/
/********** 交通手段 ************************/
/**********************************************/
.access_section {
  background: var(--Lightblue);
  padding: 80px 0;
}

.access_section .inner {
  max-width: 900px;
  margin: 0 auto;
}

.access_label {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--Green);
  margin-bottom: 24px;
  text-align: center;
}

.access_block {
  display: flex;
  align-items: center;
  gap: 70px;
  margin: 0 auto 48px;
  width: fit-content;
}

.access_block img {
  height: auto;
  flex-shrink: 0;
}

.access_block > div {
  flex: 1;
}

.access_title {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 16px;
  color: var(--Green);
  font-weight: 800;
  position: relative;
}

.access_title::before {
  content: "“";
  position: absolute;
  left: -40px;
  top: -10px;
  font-size: 3rem;
  line-height: 1;
  color: var(--Green);
}

.access_read {
  font-size: 1.2rem;
  line-height: 2.0;
  text-align: left;
  font-weight: 700;
}

.root_block {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px var(--Black);
}

.root_block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.root_block > h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.root_block > p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.root_block > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}

.root_desc {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1;
}

.root_img img {
  display: block;
  max-width: 325px;
  height: auto;
}

.time_list dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--Lightgray);
  margin: 12px 0;
  font-size: 1.1rem;
  letter-spacing: 1;
}

.time_list dt,
.time_list dd {
  padding: 12px 10px;
  border-top: 1px solid var(--Lightgray);
  background: var(--White);
  text-align: center;
}

.time_list dt {
  border-right: 1px solid var(--Lightgray);
}

.time_list dt:first-of-type,
.time_list dd:first-of-type {
  border-top: none;
}

.airport_table {
  margin: 12px 0;
}

.airport_table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 500;
}

.airport_table th,
.airport_table td {
  padding: 10px 8px;
  border: 1px solid var(--Lightgray);
  text-align: center;
  background: var(--White);
}

.airport_table th {
  background: #F5F5F5;
  font-weight: 700;
}

.root_block a {
  color: var(--Green);
  padding-left: 4px;
}

/* SP レイアウト */
@media (max-width: 767px) {
  .access_block,
  .root_block > div {
    flex-direction: column;
    align-items: flex-start;
  }

  .access_block img,
  .root_img img {
    max-width: 100%;
  }

  .access_title {
    margin-bottom: 8px;
  }
}


/**********************************************/
/********** 年間行事予定 ************************/
/**********************************************/
.history_section {
  background: var(--Beige);
}

.history_section .tate {
  line-height: 1;
  color: var(--Green);
  text-orientation: mixed;
  text-align: center;
}

.history_section .tate span {
  display: block;
  color: var(--Black);
  font-size: 1.2rem;
  padding-left: 3px;
  margin-top: 10px;
  font-weight: 600;
}

.history_section .history_list {
  /*max-width: 800px;*/
  margin: 0 auto 40px;
}

.history_section .history_list dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 200px 1fr;
}

.history_section .history_list dt,
.history_section .history_list dd {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid var(--Lightgray);
}

.history_section .history_list dt {
  font-size: 1rem;
  color: var(--White);
  background-color: var(--Green);
  border-top: solid 1px var(--Lightgray);
  border-left: solid 1px var(--Lightgray);
}

.history_section .history_list dt:last-child {
  border-bottom: solid 1px var(--Lightgray);
}

.history_section .history_list dd {
  font-size: 1rem;
  line-height: 1.6;
  background-color: var(--White);
  border-top: solid 1px var(--Lightgray);
  border-left: solid 1px var(--Lightgray);
  border-right: solid 1px var(--Lightgray);
}

.history_section .history_list dd:last-child {
  border-bottom: solid 1px var(--Lightgray);
}

.activity_more_wrap {
  text-align: center;
}

a.activity_more {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  text-decoration: underline;
}

a.activity_more::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url('../img/green_arrow_b.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

a.activity_more:hover {
  opacity: 0.7;
}

a.activity_more:hover::after {
  transform: translateX(3px);
}

@media screen and (max-width: 1024px) {
  .history_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .history_section .wrapper {
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .history_section .history_list dl {
    grid-template-columns: 1fr;
  }
  
  .history_section .history_list dt,
  .history_section .history_list dd {
    border-bottom: none;
  }

  .history_section .history_list dt {
    padding-top: 16px;
    padding-bottom: 4px;
  }

  .history_section .history_list dd {
    padding-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--Lightgray);
  }
}



@media screen and (max-width: 1024px) {
  
}

@media screen and (max-width: 768px) {
 
}



.freiendship-assocciation .pankuzu_nav {
  background-color: var(--Beige);
  z-index: 0;
}

.freiendship-assocciation footer {
  background-color: var(--Beige);
}