@charset "UTF-8";

body {
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 16px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.header_bg {
  background: #EFEFEF;
  box-sizing: border-box;
}

.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 945px;
  padding: 3.535vw 0 3.035vw;
  box-sizing: border-box;
}

.header_logo {
  display: inline-block;
  width: 40.548vw;
}

.header_logo img {
  width: 100%;
}

.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8.585%;
}

.header_pr img {
  width: 100%;
}


@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 12px 0;
  }

  .header_logo {
    width: 199.598px;
  }

  .header_pr {
    width: 40px;
  }
}


@media screen and (min-width: 640px) {
  .header_logo {
    width: 221.950px;
  }

  .header_wrap {
    padding: 16.3px 0 12.79px;
  }
}



.ft_line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  border: none;
}

@media screen and (min-width: 760px) {

  .br-pc,
  span.space_pc {
    display: inline;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 760px) {

  /* SP時 */
  .br-pc,
  span.space_pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
}

.social_buttons {
  padding: 120px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}



/* ================================================= */
/* title
/* ================================================= */
.sp_header {
  display: none !important;
}

#wrap {
  background-size: 100% auto;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
  background-color: #EFEFEF;
}

#kv_wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.kv {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

#wrap .kv .title {
  text-align: center;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 6.4;
  /* おおよそこの画像の比率に合わせて調整 */
  background-size: cover;
  background-position: center;
}

.kv .title .title_main {
  font-weight: 700;
  line-height: 2;
  font-feature-settings: "palt";
  display: inline-block;
  max-width: 1000px;
  position: relative;
  z-index: 99;
  align-items: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 30px;
  text-align: center;
  white-space: nowrap;
}

.kv .title .title_main .main_title {
  font-size: clamp(38px, 4.6vw, 53px);
  color: #000;
  background-color: #fff;
  padding: 0 30px;
}

.kv .title .title_main .sub_title {
  font-size: clamp(26px, 4vw, 26px);
  color: #fff;
  background-color: #007F41;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  z-index: 99;
  margin-top: -4px;
}

.kv .title .mv {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
}

.kv .title .mv_sp {
  display: none !important;
}

/* ================================================= */
/* contents_col
/* ================================================= */
.section_common>.contents_col,
.section_common2>.contents_col {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.section_common2>.contents_col {
  width: 978px;
  background-color: #fff;
  margin-top: -100px;
}

.section_common2 a,
.section_common a {
  transition: color .3s;
  word-break: break-all;
}

/* ================================================= */
/* title
/* ================================================= */
.contents_col .title {
  max-width: 840px;
  display: flex;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  z-index: 99;
  background-color: rgba(225, 243, 252, 0.9);
  border-top: #255690 solid 2px;
  border-left: #255690 solid 2px;
}

.contents_col .title_main {
  display: block !important;
}

.contents_col .title_main_sp {
  display: none !important;
}

.contents_col .title_text {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto;
}

/* ================================================= */
/* article
/* ================================================= */
.section_common2>.contents_col .article {
  padding: 0 70px;
}

.section_common2>.contents_col .article_title {
  text-align: center;
  margin: 80px 0 30px;
}

.section_common2>.contents_col .article_title span {
  font-size: 30px;
  color: #007F41;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 50%, #E2F2EF 50%);
}

.section_common2>.contents_col .article_text p {
  text-align: left;
  margin: 10px 0;
}

.section_common2>.contents_col .article_photo {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 300px;
}

.section_common2>.contents_col .article_photo img {
  max-width: 300px;
  width: 100%;
}

.section_common2>.contents_col .article_photo_section {
  font-weight: bold;
  color: #255690;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.25;
  font-size: 16px;
}

.section_common2>.contents_col .article_photo_text {
  font-weight: bold;
  color: #555555;
  margin: 0 auto;
  font-size: 14px;
  text-align: center !important;
}


.section_common2>.contents_col .article_photo_name {
  font-weight: bold;
  color: #255690;
  line-height: 1.25;
  font-size: 22px;
}

.section_common2>.contents_col .article_photo_name span {
  font-size: 18px;
}


/* ================================================= */
/* info-section
/* ================================================= */

.info-section {
  max-width: 650px;
  margin: 2em auto;
}

.info-block {
  display: flex;
  padding: 10px 30px 16px;
  margin-bottom: 10px;
  gap: 1em;
  align-items: center;
}

.info-block.green01 {
  background-color: #E2F2EF;
}

.info-block.green02 {
  background-color: #EDF2E8;
}

.info-text {
  flex: 1 1 60%;
}

.info-number-group {
  display: flex;
  align-items: flex-end;
  gap: 0.3em;
}

.info-number {
  font-size: 38px;
  font-weight: bold;
  display: flex;
}

.info-title {
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 14px;
  margin-bottom: 10px;
}

.info-desc {
  font-size: 18px;
  line-height: 1.5 !important;
  padding-bottom: 0 !important;
  margin: 0;
}

.info-icon {
  text-align: center;
  min-width: 142px;
}

.info-icon img {
  max-width: 120px;
  height: auto;
}

/* ================================================= */
/* event-box
/* ================================================= */
.event-box {
  border: 1px solid #255690;
  margin: 70px auto 0;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.event-banner {
  background-color: #255690;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 20px;
}

.event-wrapper {
  padding: 0 20px 50px;
}

.event-title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 0.3em;
  background-color: #E5ECF0;
}

.event-subtitle {
  color: #255690;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 20px;
}

.event-images {
  display: flex;
  justify-content: center;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

.event-images img {
  max-width: 100%;
  width: 40%;
  height: auto;
}

.event-table {
  max-width: 500px;
  margin: 0 auto;
  font-size: 14px;
}

.event-row {
  display: flex;
  padding: 0.6em 0;
  flex-wrap: wrap;
}

.event-row:nth-child(odd) {
  background-color: #EEEEEE;
}

.event-row:nth-child(even) {
  background-color: #ffffff;
}

.event-city {
  font-weight: bold;
  padding: 0 20px;
}

.event-detail {
  padding-left: 20px;
  flex: 1;
}

.event-description {
  font-size: 0.95em;
  line-height: 1.8;
  padding: 20px 0 40px;
}

.event_link {
  max-width: 690px;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  padding: 40px 0;
  background-color: #0097d0;
  position: relative;
  display: block;
}



.event_link a {
  color: #fff;
  transition: color .3s;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.event_link a:hover {
  opacity: 0.7;
}

/* ================================================= */
/* fpage
/* ================================================= */
.section_common2>.contents_col .fpage .fpage_body {
  text-align: center;
  padding: 50px 0 50px;
}

.fpage_link.btn::before {
  content: url(arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 22px;
  height: 45px;
  margin: auto;
  transform: scale(0.5);
}

.section_common2>.contents_col .fpage_text {
  text-align: center;
  font-weight: bold;
}

.section_common2>.contents_col .fpage img {
  max-width: 233px;
}




/* ================================================= */
/* max-width:940px
/* ================================================= */
@media screen and (max-width:940px) {
  #wrap {
    background-size: 100% auto;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-right: auto;
    margin-left: auto;
  }

  .section_common>.contents_col,
  .section_common2>.contents_col {
    width: auto;
  }

  .section_common2>.contents_col {
    width: auto;
  }

  .section_common2>.contents_col .article {
    padding: 40px;
  }

  .section_common2>.contents_col .fpage {
    width: auto;
  }
}


@media screen and (max-width:760px) {
  #wrap {
    background-color: #FFFFFF;
  }

  .contents_col .title {
    margin: -90px 20px 0;
  }

  .contents_col .title_text {
    font-size: 16px;
    line-height: 1.6;
  }

  .kv .title .title_main {
    line-height: 1.2;
  }

  .kv .title .title_main .main_title {
    padding: 10px 20px;
    font-size: clamp(38px, 4.6vw, 53px);
  }

  .kv .title .title_main .sub_title {
    font-size: clamp(20px, 4vw, 26px);
    background-color: #007F41;
    padding: 10px 20px;
    margin-top: 0px;
  }

  .kv .title .mv {
    display: none !important;
  }

  .kv .title .mv_sp {
    display: block !important;
  }


  .contents_col .title_text {
    width: auto;
    margin: 0 0;
  }

}

@media screen and (max-width:600px) {
  #wrap {
    background-color: #FFFFFF;
  }

  .section_common2>.contents_col .article_title span {
    font-size: 24px;
    line-height: 1.7;
  }

  .article_text {
    padding: 0 10px;
  }

  .section_common2>.contents_col .article {
    padding: 0px 10px 40px;
  }

  .info-number-group {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info-title {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 22px;
  }

  .info-block {
    flex-direction: column;
    text-align: center;
  }

  .info-number {
    font-size: 36px;
    width: auto;
    text-align: center;
  }

  .info-icon {
    text-align: center;
  }

  .info-icon img {
    max-width: 96px;
  }

  .info-desc {
    font-size: 16px;
  }

  .event-title {
    font-size: 32px;
    padding: 20px;
  }

  .event-subtitle {
    font-size: 17px;
  }

  .event-images img {
    width: 46%;
  }

  .event-city {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .event-table {
    font-size: 12px;
  }
}
@media screen and (max-width:400px) {
  .event_link{
  font-size: 18px;
}
.fpage_link.btn::before {
  right: 22px;

}
}