@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
.segment_outer {
  position: relative;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}

.an5_color_orange1 {
  color: #F48300;
}

.an5_color_white {
  color: white;
}

.an5_color_black1 {
  color: #333333;
}

.an5_color_green {
  color: #7cbe35;
}

.an5_color_yellow {
  color: #d9e367;
}

.an5_color_lightbrown {
  color: #c58c40;
}

body {
  color: #333333;
}

a {
  color: #333;
  text-decoration: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.8em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  p {
    font-size: 16px;
  }
}

figure {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-top: 0em;
  margin-bottom: 3em;
}
@media screen and (max-width: 767.98px) {
  figure {
    font-size: 11px;
  }
}

/* アンダーライン */
.an5_underline1 {
  text-decoration: underline;
  text-underline-offset: 0.7em;
  text-decoration-color: #333333;
  text-decoration-thickness: 2px;
  line-height: 2.3em;
}

.an5_underline2 {
  text-decoration: underline;
  text-underline-offset: 0.7em;
  text-decoration-color: #333333;
  text-decoration-thickness: 1px;
  line-height: 2.3em;
}

.shadow1 {
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.img_fluid {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.an5_lead_h1 {
  color: #F48300;
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .an5_lead_h1 {
    color: white;
    margin-bottom: 30px;
  }
}

.an5_h2 {
  color: #333333;
  font-family: "Shippori Mincho", serif;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.an5_lead_h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}

.an5_container {
  background-color: #FFF9E5;
  width: 100%;
  min-width: 1080px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  background-image: url("../images/landing/5th_anniversary/5th_bgline_left1.png"), url("../images/landing/5th_anniversary/5th_bgline_right1.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
  background-size: 78px, 78px;
}
@media screen and (max-width: 767.98px) {
  .an5_container {
    width: 100%;
    min-width: 320px;
    background-image: none;
  }
}

.an5_topNavBg {
  height: 90px;
  width: 100%;
  background-color: #c9d4d2;
}

.an5_title_image {
  width: 100%;
  text-align: center;
}

.an5_lead_outer {
  width: 75.78%;
  height: 290px;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/landing/5th_anniversary/lead_bracket_l1.png"), url("../images/landing/5th_anniversary/lead_bracket_r1.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 17px, 17px;
}
@media screen and (max-width: 767.98px) {
  .an5_lead_outer {
    width: 100%;
    min-width: 320px;
    height: auto;
    margin-top: 0;
    padding-top: 42px;
    padding-bottom: 42px;
    background-image: none;
    background-color: #F48300;
  }
}
.an5_lead_outer .an5_lead_inner {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .an5_lead_outer .an5_lead_inner {
    width: 90%;
  }
}
.an5_lead_outer .an5_lead_inner p {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .an5_lead_outer .an5_lead_inner p {
    color: white;
  }
}

.an5_movie_container {
  position: relative;
  width: 100%;
  margin-top: 44px;
  height: 78.125vw;
  min-height: 870px;
  max-height: 1000px;
  display: flex;
  justify-content: center;
  background-image: url("../images/landing/5th_anniversary/5th_movie_bg1.png"), url("../images/landing/5th_anniversary/5th_movie_bg2.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, center bottom;
  background-size: 768px, 100%;
}
@media screen and (max-width: 767.98px) {
  .an5_movie_container {
    height: 140vw;
    min-height: auto;
    background-image: url("../images/landing/5th_anniversary/5th_movie_bg1.png"), url("../images/landing/5th_anniversary/5th_movie_bg2sp.png");
    background-position: left top 127px, center bottom;
    background-size: 95%, 100%;
  }
}
.an5_movie_container .an5_movie_title_wrap {
  position: absolute;
  top: 114px;
  right: 140px;
}
@media screen and (max-width: 767.98px) {
  .an5_movie_container .an5_movie_title_wrap {
    top: 0;
    right: 0;
  }
}
.an5_movie_container .an5_movie_youtube_wrap {
  width: 75.78%;
  position: absolute;
  top: 300px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767.98px) {
  .an5_movie_container .an5_movie_youtube_wrap {
    width: 90.66%;
    top: 72vw;
  }
}

.an5_gratitude_container {
  position: relative;
  width: 100%;
  background-image: url("../images/landing/5th_anniversary/an5_gratitude_bg1.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 383px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .an5_gratitude_container {
    background-size: 260px;
    background-position: right top 250px;
  }
}
.an5_gratitude_container .an5_gratitude_title_wrap {
  padding-top: 148px;
  padding-left: 7.422%;
}
@media screen and (max-width: 767.98px) {
  .an5_gratitude_container .an5_gratitude_title_wrap {
    width: 90.66%;
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 110px;
    padding-left: 0;
  }
}
.an5_gratitude_container .an5_chiji_wrap {
  margin-top: 80px;
  margin-left: 7.422%;
  padding: 64px 13.08% 42px 5.06%;
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767.98px) {
  .an5_gratitude_container .an5_chiji_wrap {
    flex-direction: column-reverse;
    width: 100%;
    margin-left: 0;
    padding: 45px 4.67% 18px 4.67%;
    border-radius: 0;
  }
}
.an5_gratitude_container .an5_kuma_wrap {
  margin-top: 80px;
  margin-right: 7.422%;
  padding: 64px 5.06% 42px 13.08%;
  display: flex;
  justify-content: space-between;
  background-color: #F48300;
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767.98px) {
  .an5_gratitude_container .an5_kuma_wrap {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    padding: 45px 4.67% 18px 4.67%;
    border-radius: 0;
  }
}
.an5_gratitude_container .an5_chiji_text {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .an5_gratitude_container .an5_chiji_text {
    width: 100%;
  }
}
.an5_gratitude_container .an5_kuma_text {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .an5_gratitude_container .an5_kuma_text {
    width: 100%;
  }
}
.an5_gratitude_container .an5_kuma_text p {
  color: white;
}
.an5_gratitude_container .an5_chiji_photo {
  width: 43.195%;
}
@media screen and (max-width: 767.98px) {
  .an5_gratitude_container .an5_chiji_photo {
    width: 100%;
  }
}
.an5_gratitude_container .an5_chiji_photo .an5_position {
  display: inline-block;
  color: white;
  font-size: 16px;
  background-color: #F48300;
  padding: 0 0.5em 0.1em;
  margin-bottom: 5px;
}
.an5_gratitude_container .an5_chiji_photo .an5_name {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
}
.an5_gratitude_container .an5_chiji_photo .an5_sign {
  width: 45%;
}
.an5_gratitude_container .an5_kuma_photo {
  width: 43.195%;
}
@media screen and (max-width: 767.98px) {
  .an5_gratitude_container .an5_kuma_photo {
    width: 100%;
  }
}
.an5_gratitude_container .an5_kuma_photo .an5_position {
  display: inline-block;
  color: #F48300;
  font-size: 16px;
  background-color: white;
  padding: 0 0.5em 0.1em;
  margin-bottom: 5px;
}
.an5_gratitude_container .an5_kuma_photo .an5_name {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2em;
  color: white;
}
.an5_gratitude_container .an5_kuma_photo .an5_sign {
  width: 45%;
}

.an5_katagaki {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767.98px) {
  .an5_katagaki {
    margin-bottom: 50px;
  }
}

.an5_h3_black {
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  color: #333333;
  border-left: 10px solid #F48300;
  padding-left: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .an5_h3_black {
    margin-bottom: 1.5em;
  }
}

.an5_h3_white {
  display: block;
  font-size: 20px;
  line-height: 1.5em;
  color: white;
  border-left: 10px solid white;
  padding-left: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .an5_h3_white {
    margin-bottom: 1.5em;
  }
}

.an5_toprunner_container {
  background-color: white;
  width: 100%;
  min-width: 1080px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  background-image: url("../images/landing/5th_anniversary/5th_bgline_left1.png"), url("../images/landing/5th_anniversary/5th_bgline_right1.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
  background-size: 78px, 78px;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_container {
    width: 100%;
    min-width: 320px;
    padding-top: 68px;
    background-image: none;
  }
}

.an5_toprunner_title_wrap {
  height: 523px;
  padding: 0 46.41% 0px 155px;
  background-image: url("../images/landing/5th_anniversary/an5_message_bg1.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 948px;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_title_wrap {
    height: 870px;
    padding: 0 4.67%;
    background-position: right bottom;
    background-size: 560px;
  }
}
.an5_toprunner_title_wrap .message {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_title_wrap .message {
    margin-bottom: 40px;
  }
}

.an5_toprunner_more_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_more_wrap {
    width: 90.66%;
  }
}
.an5_toprunner_more_wrap .an5_toprunner_more_button {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.an5_toprunner_list_wrap {
  width: 100%;
}
.an5_toprunner_list_wrap .an5_toprunner_list_outer {
  width: 75.78%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_list_wrap .an5_toprunner_list_outer {
    flex-direction: column;
    width: 90.66%;
  }
}
.an5_toprunner_list_wrap .an5_toprunner_list_inner {
  width: 46.8%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_list_wrap .an5_toprunner_list_inner {
    width: 100%;
  }
}
.an5_toprunner_list_wrap .an5_toprunner_list_inner .an5_toprunner_list_photo {
  width: 40%;
  height: 180px;
}
.an5_toprunner_list_wrap .an5_toprunner_list_inner .an5_toprunner_list_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.an5_toprunner_list_wrap .an5_toprunner_list_inner .an5_toprunner_list_text {
  width: 55%;
  padding-left: 5%;
  padding-right: 5%;
}
.an5_toprunner_list_wrap .an5_toprunner_list_inner .an5_toprunner_list_arrow {
  width: 26px;
}

.an5_position {
  display: inline-block;
  color: white;
  font-size: 16px;
  line-height: 1.4em;
  background-color: #F48300;
  padding: 0 0.4em 0em;
  margin-bottom: 5px;
}

.an5_name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.an5_name .an5_shi {
  font-size: 16px;
}

.an5_desc {
  font-size: 16px;
  line-height: 1.4em;
}

.an5_toprunner_close_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 55px 0 80px;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_close_wrap {
    width: 90.66%;
  }
}
.an5_toprunner_close_wrap .an5_toprunner_close_button {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.an5_toprunner_popup {
  width: 720px;
  padding: 30px;
  margin: 0 auto;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: auto;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_popup {
    width: 90.66%;
    padding: 17px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.an5_toprunner_popup .an5_toprunner_popup_photo {
  width: 250px;
  height: 250px;
  margin-right: 1.2em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_popup .an5_toprunner_popup_photo {
    width: 195px;
    height: 195px;
    margin-right: 0;
  }
}
.an5_toprunner_popup .an5_toprunner_popup_text {
  margin-bottom: 1.2em;
}
.an5_toprunner_popup .an5_toprunner_popup_text p {
  margin-bottom: 0em;
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_popup .an5_toprunner_popup_text .an5_position {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .an5_toprunner_popup .an5_toprunner_popup_text .an5_name {
    margin-bottom: 0;
  }
}
.an5_toprunner_popup .an5_toprunner_popup_desc {
  width: 100%;
}
.an5_toprunner_popup .an5_toprunner_popup_desc .para1 {
  margin-bottom: 1em;
}

.mfp-close-btn-in .mfp-close {
  font-size: 30px;
  font-weight: 100;
  color: #aaa;
  position: absolute;
  top: 20px;
  right: calc(50% - 340px);
}
@media screen and (max-width: 767.98px) {
  .mfp-close-btn-in .mfp-close {
    top: 0px;
    right: 5%;
  }
}
.mfp-close-btn-in .mfp-close a {
  color: #aaa;
}

.an5_toprunner_popup_button {
  /* ボタンの基本的なスタイル */
  display: inline-block;
  padding: 7px 80px;
  /* 上下のパディングは少し多めに調整 */
  background-color: #ff8c00;
  /* オレンジ色 (画像に近くなるように調整) */
  color: #fff;
  /* 文字色を白に */
  text-decoration: none;
  /* 下線を消す */
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  /* 非常に大きな角丸 */
  position: relative;
  /* 疑似要素(矢印)のために必要 */
  overflow: hidden;
  /* 矢印の形状をクリップするために必要 */
  /* テキストの配置調整 */
  text-align: center;
  line-height: 1.5;
  /* 縦方向のテキスト位置調整 */
}

/* 右側の矢印（> の形状）を作成するための疑似要素 */
.an5_toprunner_popup_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  /* ボタンの右端からの距離 */
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  /* 白い枠線の上部分 */
  border-right: 2px solid #fff;
  /* 白い枠線の右部分 */
  transform: translateY(-50%) rotate(45deg);
  /* 中央揃えして45度回転させる */
}

.an5_toprunner_popup_button:hover {
  color: white;
}

.an5_organization_container {
  width: 100%;
  min-width: 1080px;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  background-image: url("../images/landing/5th_anniversary/5th_bgline_left1.png"), url("../images/landing/5th_anniversary/5th_bgline_right1.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
  background-size: 78px, 78px;
}
@media screen and (max-width: 767.98px) {
  .an5_organization_container {
    width: 100%;
    min-width: 320px;
    padding-top: 68px;
    background-image: none;
  }
}

.an5_organization_title_wrap {
  height: 523px;
  padding: 0 155px 0px 46.41%;
  background-image: url("../images/landing/5th_anniversary/an5_organization_bg1.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 715px;
}
@media screen and (max-width: 767.98px) {
  .an5_organization_title_wrap {
    height: 950px;
    padding: 0 4.67%;
    background-position: left bottom;
    background-size: 560px;
  }
}
.an5_organization_title_wrap .message {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .an5_organization_title_wrap .message {
    margin-bottom: 40px;
  }
}

.an5_organization_message_item {
  width: 100%;
  margin-bottom: 60px;
}

.an5_organization_head_wrap {
  position: relative;
  width: 100%;
  height: 136px;
  background-size: cover;
  background-position: center center;
}
.an5_organization_head_wrap .an5_organization_head_img {
  position: absolute;
}
.an5_organization_head_wrap .an5_organization_head_img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.an5_organization_head_wrap .an5_organization_head_text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  top: 38px;
  text-align: center;
  color: white;
}
.an5_organization_head_wrap .an5_organization_head_text .name {
  font-size: 19px;
  font-weight: 800;
}
.an5_organization_head_wrap .an5_organization_head_text .category {
  font-size: 14px;
  font-weight: 600;
}
.an5_organization_head_wrap .an5_organization_head_arrow {
  position: relative;
  top: 100px;
  left: 50%;
  transform: translate(-16px, 0%);
}

.an5_organization_head_bg_gunma {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_gunma1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_gunma {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_gunma1sp.jpg");
  }
}

.an5_organization_head_bg_nobeoka {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_nobeoka1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_nobeoka {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_nobeoka1sp.jpg");
  }
}

.an5_organization_head_bg_dousan {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_dousan1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_dousan {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_dousan1sp.jpg");
  }
}

.an5_organization_head_bg_genbed {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_genbed1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_genbed {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_genbed1sp.jpg");
  }
}

.an5_organization_head_bg_odate {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_odate1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_odate {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_odate1sp.jpg");
  }
}

.an5_organization_head_bg_marubeni {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_marubeni1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_marubeni {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_marubeni1sp.jpg");
  }
}

.an5_organization_head_bg_ryohin {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_ryohin1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_ryohin {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_ryohin1sp.jpg");
  }
}

.an5_organization_head_bg_somano {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_somano1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_somano {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_somano1sp.jpg");
  }
}

.an5_organization_head_bg_hankyu {
  background-image: url("../images/landing/5th_anniversary/an5_organization_head_hankyu1.jpg");
}
@media screen and (max-width: 767.98px) {
  .an5_organization_head_bg_hankyu {
    background-image: url("../images/landing/5th_anniversary/an5_organization_head_hankyu1sp.jpg");
  }
}

.an5_organization_message_content {
  width: 87.73%;
  padding: 48px 5.974% 0px 5.974%;
  margin: 0 auto;
  background-color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .an5_organization_message_content {
    flex-direction: column;
    width: 100%;
  }
}
.an5_organization_message_content .an5_organization_message_text {
  width: 45.56%;
  font-size: 16px;
  line-height: 1.7em;
}
@media screen and (max-width: 767.98px) {
  .an5_organization_message_content .an5_organization_message_text {
    width: 100%;
    margin-bottom: 2em;
  }
}
.an5_organization_message_content .an5_organization_message_content_Leftwrap {
  width: 45.56%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .an5_organization_message_content .an5_organization_message_content_Leftwrap {
    width: 100%;
    margin-bottom: 2em;
  }
}
.an5_organization_message_content .an5_organization_message_content_Leftwrap .profile_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #999;
  padding-bottom: 25px;
  margin-bottom: 17px;
}
.an5_organization_message_content .an5_organization_message_content_Leftwrap .profile_wrap .photo {
  width: 50%;
}
.an5_organization_message_content .an5_organization_message_content_Leftwrap .profile_wrap .rightWrap {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.an5_organization_message_content .an5_organization_message_content_Leftwrap .profile_wrap .rightWrap .logo {
  margin-bottom: 10px;
}
.an5_organization_message_content .an5_organization_message_content_Leftwrap .profile_wrap .rightWrap .name .an5_name {
  margin-bottom: 0;
}
.an5_organization_message_content .an5_organization_message_content_Leftwrap .message_text {
  width: 100%;
  font-size: 16px;
  line-height: 1.7em;
}
.an5_organization_message_content .an5_organization_message_photos {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .an5_organization_message_content .an5_organization_message_photos {
    width: 100%;
  }
}
.an5_organization_message_content .an5_organization_message_photos img {
  margin-bottom: 10px;
}
.an5_organization_message_content .an5_organization_message_arrow {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.an5_organization_message_content .an5_organization_message_arrow img {
  display: block;
}

.an5_bnrEvent_wrap {
  width: 100%;
  padding-bottom: 156px;
}
.an5_bnrEvent_wrap .an5_bnrEvent_button {
  display: block;
  width: 623px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .an5_bnrEvent_wrap .an5_bnrEvent_button {
    width: 90.66%;
  }
}

.an5_clickable_element {
  cursor: pointer;
}

.an5_rotate180 {
  transform: rotate(180deg);
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}/*# sourceMappingURL=5th_styles.css.map */