@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,600&family=Open+Sans:wght@700&display=swap");
* {
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

html {
  /*font-size: 62.5%;*/
  font-size: 10px;
}

body {
  color: #333;
  font-family: '游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

:root {
  --main-color: #fff;
}

img,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

.wrapper {
  overflow: hidden;
}

.contentIn {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.dp_ib {
  display: inline-block;
}

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fs {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.i_flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ai_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ai_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ai_s {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc_sa {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.jc_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jc_fe {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fw_wp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.fc_blue01 {
  color: #0f5680;
}

.flexL {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flexC {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.flexR {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.taL {
  text-align: left;
}

.fwB {
  font-weight: bold;
}

.fwN {
  font-weight: normal;
}

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.indentList01 > * {
  padding-left: 1em;
  text-indent: -1em;
}

.hoverOpa {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hoverOpa:hover {
  opacity: 0.8;
}

.ofCover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

.ofCotain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 767px) {
  .overlay {
    display: none !important;
  }
}

/*==================================

全ページ共通CSS

==================================*/
.ul01 > * {
  padding-left: 1em;
  text-indent: -1em;
}
.ul01 > *:before {
  content: "?";
}

.ttlStl01 {
  margin-bottom: 2em;
  color: #0f5680;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttlStl01 {
    font-size: 2.083em;
  }
}
.ttlStl01.fc_wh {
  color: #fff;
}
.ttlStl01:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  margin: 0.5em auto 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0f5680), color-stop(50%, #e7dc80));
  background: -webkit-linear-gradient(left, #0f5680 50%, #e7dc80 50%);
  background: linear-gradient(to right, #0f5680 50%, #e7dc80 50%);
}
.ttlStl01 .fzS {
  display: block;
  font-size: 50%;
  vertical-align: middle;
}

.ttlStl02 > span {
  padding: 0.3em 0;
  color: #0f5680;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, rgba(231, 220, 128, 0)), color-stop(92%, rgb(231, 220, 128)));
  background: -webkit-linear-gradient(rgba(231, 220, 128, 0) 92%, rgb(231, 220, 128) 92%);
  background: linear-gradient(rgba(231, 220, 128, 0) 92%, rgb(231, 220, 128) 92%);
}

.ttlStl03 {
  position: relative;
  color: #0f5680;
  font-size: 1.5em;
  font-weight: bold;
}
.ttlStl03:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 5px;
  border-top: 1px solid #0f5680;
  border-bottom: 1px solid #0f5680;
}
@media screen and (min-width: 767px) {
  .ttlStl03:after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .ttlStl03:after {
    top: 0.7em;
  }
}
.ttlStl03 span {
  position: relative;
  z-index: 1;
  padding: 0 0.75em;
  background: #f5f5f3;
}

.ttlStl04 {
  color: #0f5680;
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .ttlStl04 {
    font-size: 2.083em;
  }
}

.ttlStl05 {
  color: #0f5680;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.6em;
}

.sub_ttl {
  color: #0f5680;
  font-family: 'Barlow',sans-serif;
  font-size: 1.125em;
  font-weight: bold;
}

.linkStl01 {
  color: #0f5680;
}
.linkStl01.ico_pdf:after {
  content: "PDF";
  display: inline-block;
  margin-left: 1em;
  padding: 0.25em;
  color: #fff;
  font-family: "Open Sans";
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1em;
  background: #fa3300;
}

ul.ul01 > li {
  text-indent: -0.85em;
  padding-left: 0.85em;
}
ul.ul01 > li + li {
  margin-top: 0.5em;
}
ul.ul01 > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 0.5em;
  background: #8099b6;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bk_blue {
  color: #fff;
  background: #8099b6;
}

.bk_gray {
  background: #f5f5f3;
}

.tableStl01 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tableStl01 {
    font-size: 1rem;
  }
}
.tableStl01 > tbody > tr > * {
  padding: 0.75em 1.5em;
  font-weight: normal;
  vertical-align: middle;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tableStl01 > tbody > tr > * {
    padding: 0.5em 0.8em;
  }
}
.tableStl01 > tbody > tr > * + * {
  border-left: 1px solid #0f5680;
}
.tableStl01 > tbody > tr > *:nth-child(2) {
  text-align: center;
}
.tableStl01 > tbody > tr:first-of-type > th {
  color: #fff;
  font-family: 'Barlow',sans-serif;
  text-align: center;
  background: #0f5680;
}
.tableStl01 > tbody > tr:first-of-type > th + th {
  border-left: 1px solid #fff;
}
.tableStl01 > tbody > tr:not(:first-of-type) + tr {
  border-top: 1px solid #e2e5e6;
}

/*==================================

ヘッダー

==================================*/
header {
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  padding: 1em 2.5%;
  color: #0f5680;
  font-size: 0.875em;
  font-weight: bold;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 500px;
    max-width: 70%;
    padding: 2em 8%;
    font-size: 1.4rem;
    background: #fff;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header nav.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 767px) {
  header nav li {
    margin-left: 1.5em;
  }
}
header nav li a {
  display: block;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  header nav li a {
    padding: 1em;
  }
}

/*==================================

フッター

==================================*/
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}

footer .sns {
  gap: 3%;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  footer .sns {
    gap: 8%;
  }
}
@media screen and (max-width: 768px) {
  footer .sns li {
    max-width: 36px;
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
  }
}
@media screen and (max-width: 768px) {
  footer .sns li img:not([src*=youtube]) {
    width: 85%;
  }
}
footer .ftNav {
  gap: 2em;
}
footer .ftNav a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .ftNav a:hover {
  opacity: 0.8;
}
footer .copyright {
  margin: 6em 0 2.5em;
  padding: 0 1em;
  font-size: 0.75em;
}

/*==================================

トップページ

==================================*/
.hero-area {
  position: relative;
  aspect-ratio: 90/43.5;
  overflow: hidden;
  pointer-events: none;
}
.hero-area iframe {
  position: absolute;
  top: -8.9%;
  right: 0;
  width: 100% !important;
  height: 117.8% !important;
}

#conference01 {
  position: relative;
  padding: 6em 0 4em;
}
@media screen and (max-width: 768px) {
  #conference01 {
    padding-bottom: 0;
  }
}
#conference01 .conference01_box {
  position: relative;
}
@media screen and (min-width: 767px) {
  #conference01 .conference01_box .img {
    width: 61.4%;
  }
}
#conference01 .conference01_box .txt {
  max-width: 90%;
  padding: 5em 3em;
  background: #fff;
}
@media screen and (min-width: 767px) {
  #conference01 .conference01_box .txt {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #conference01 .conference01_box .txt {
    margin: 0 auto;
    padding: 3em 2em;
    -webkit-transform: translateY(-2em);
            transform: translateY(-2em);
  }
}
#conference01 .conference01_box .txt .info {
  position: relative;
  margin-top: 1.2em;
  padding: 1.2em 0 0 1.2em;
  color: #0f5680;
  border-top: 1px solid #0f5680;
  border-left: 1px solid #0f5680;
}
@media screen and (max-width: 768px) {
  #conference01 .conference01_box .txt .info {
    margin-right: 3em;
    padding: 0.6em 0 0 0.8em;
  }
}
#conference01 .conference01_box .txt .info .date {
  margin-right: 0.25em;
  font-family: 'Barlow',sans-serif;
  font-size: 2.1875em;
  font-weight: 600;
  line-height: 1.2em;
}
#conference01 .conference01_box .txt .info .open {
  padding: 0.75em 1em;
  color: #fff;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.2em;
  background: #0f5680;
}
@media screen and (max-width: 768px) {
  #conference01 .conference01_box .txt .info .open {
    position: absolute;
    top: -3em;
    right: -4em;
    bottom: 0;
    text-align: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
#conference01 .conference01_box .txt .info .organizer {
  margin-top: 0.5em;
  font-size: 0.8125em;
  font-weight: bold;
}

#conference02 {
  padding: 2.5em 0 4em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(128, 153, 182, 0)), color-stop(50%, rgb(128, 153, 182)), color-stop(85%, rgb(128, 153, 182)), color-stop(85%, rgba(128, 153, 182, 0)));
  background: -webkit-linear-gradient(rgba(128, 153, 182, 0) 50%, rgb(128, 153, 182) 50%, rgb(128, 153, 182) 85%, rgba(128, 153, 182, 0) 85%);
  background: linear-gradient(rgba(128, 153, 182, 0) 50%, rgb(128, 153, 182) 50%, rgb(128, 153, 182) 85%, rgba(128, 153, 182, 0) 85%);
}
@media screen and (max-width: 768px) {
  #conference02 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(128, 153, 182, 0)), color-stop(40%, rgb(128, 153, 182)), color-stop(55%, rgb(128, 153, 182)), color-stop(55%, rgba(128, 153, 182, 0)));
    background: -webkit-linear-gradient(rgba(128, 153, 182, 0) 40%, rgb(128, 153, 182) 40%, rgb(128, 153, 182) 55%, rgba(128, 153, 182, 0) 55%);
    background: linear-gradient(rgba(128, 153, 182, 0) 40%, rgb(128, 153, 182) 40%, rgb(128, 153, 182) 55%, rgba(128, 153, 182, 0) 55%);
  }
}
#conference02 .ttlStl02 {
  margin-bottom: 3.5em;
}
#conference02 .txt {
  position: relative;
  z-index: 1;
  width: 830px;
  max-width: 90%;
  margin: -3.6% auto 0;
  padding: 2.8em 1.2em 1.2em;
  color: #0f5680;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #conference02 .txt {
    margin-top: -3em;
    padding: 2.8em 2em 1.2em;
  }
}
#conference02 .txt .ttlStl03 {
  margin: 0 auto 2em;
}
@media screen and (min-width: 767px) {
  #conference02 .txt .ttlStl03 {
    width: 82%;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #conference02 .txt .ttlStl03 span {
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
  }
}
#conference02 .txt .animateNum_wrap {
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 767px) {
  #conference02 .txt .animateNum_wrap {
    width: 88%;
  }
}
#conference02 .txt .animateNum_wrap dl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1.6em;
}
@media screen and (max-width: 768px) {
  #conference02 .txt .animateNum_wrap dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  #conference02 .txt .animateNum_wrap dl + dl {
    background: url(/about/mun/images/dotted_blue_v.png) repeat-y center left;
  }
}
@media screen and (max-width: 768px) {
  #conference02 .txt .animateNum_wrap dl + dl {
    margin-top: 1.5em;
    padding-top: 2em;
    background: url(/about/mun/images/dotted_blue_w.png) repeat-x top left;
  }
}
#conference02 .txt .animateNum_wrap dl > dt {
  padding: 0.5em;
  color: #fff;
  font-size: 0.9375em;
  font-weight: normal;
  background: #0f5680;
  border-radius: 100px;
}
@media screen and (min-width: 767px) {
  #conference02 .txt .animateNum_wrap dl > dt {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  #conference02 .txt .animateNum_wrap dl > dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 2em;
    padding: 0.5em;
    line-height: 1.4em;
    border-radius: 5px;
  }
}
#conference02 .txt .animateNum_wrap dl > dd {
  font-weight: bold;
}
#conference02 .txt .animateNum_wrap dl > dd .num {
  font-family: 'Barlow',sans-serif;
  font-size: 3.75em;
  font-weight: 600;
  font-style: italic;
  line-height: 1em;
}
#conference02 .txt .animateNum_wrap dl > dd .num * {
  line-height: 1em;
}
#conference02 .txt .animateNum_wrap dl > dd .num_txt {
  font-size: 1.875em;
  line-height: 1.2em;
  vertical-align: text-top;
}
#conference02 .txt .animateNum_wrap dl:nth-of-type(2) > dd .num * {
  letter-spacing: 0;
}
#conference02 .txt .animateNum_wrap dl:nth-of-type(3) > dd .num * {
  letter-spacing: 0.05em;
}

#conference03 {
  padding: 3.5em 0;
}
#conference03 .flexL {
  -webkit-flex-basis: 44.64%;
      -ms-flex-preferred-size: 44.64%;
          flex-basis: 44.64%;
}
@media screen and (max-width: 768px) {
  #conference03 .flexL h2 {
    margin: 1.4em 0 0;
    text-align: center;
  }
}
#conference03 .flexL .sub_ttl {
  position: relative;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 768px) {
  #conference03 .flexL .sub_ttl {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  #conference03 .flexL .sub_ttl:before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: -1em;
    display: block;
    width: 1.5em;
    height: 2px;
    background: #0f5680;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#conference03 .flexL p:not([class]) {
  line-height: 2em;
}
#conference03 .flexR {
  -webkit-flex-basis: 48.214%;
      -ms-flex-preferred-size: 48.214%;
          flex-basis: 48.214%;
}
#conference03 .aboutBox {
  margin: 13em 0 3em;
  padding: 0 7% 3.5em;
  background: #fff;
  border: 2px solid #0f5680;
}
@media screen and (max-width: 768px) {
  #conference03 .aboutBox {
    margin-top: 7em;
  }
}
#conference03 .aboutBox .ttl {
  position: relative;
  display: inline-block;
  width: 400px;
  max-width: 90%;
  margin-top: 1px;
  padding: 1.2em 0.5em;
  color: #0f5680;
  font-size: 1.5em;
  font-weight: bold;
  background: #e7dc80;
  border: 2px solid #0f5680;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#conference03 .aboutBox .ttl:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -1px;
  display: block;
  width: 1.2em;
  height: 50%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(49%, rgba(15, 86, 128, 0)), color-stop(51%, rgb(15, 86, 128)));
  background: -webkit-linear-gradient(right top, rgba(15, 86, 128, 0) 49%, rgb(15, 86, 128) 51%);
  background: linear-gradient(to left bottom, rgba(15, 86, 128, 0) 49%, rgb(15, 86, 128) 51%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
#conference03 .aboutBox .aboutPoint {
  margin-bottom: 2.2em;
}
@media screen and (max-width: 768px) {
  #conference03 .aboutBox .aboutPoint {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#conference03 .aboutBox .aboutPoint li {
  -webkit-flex-basis: 24%;
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
}
@media screen and (max-width: 768px) {
  #conference03 .aboutBox .aboutPoint li {
    margin: 1em 0 1.7em;
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
}
#conference03 .aboutBox .aboutPoint li .img {
  margin: 0 auto 1.6em;
}
@media screen and (max-width: 768px) {
  #conference03 .aboutBox .aboutPoint li .img {
    width: 85px;
  }
}
#conference03 .aboutBox .aboutPoint li p {
  display: inline;
  padding: 0 0.2em;
  color: #0f5680;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.8em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(231, 220, 128, 0)), color-stop(55%, rgb(231, 220, 128)), color-stop(90%, rgb(231, 220, 128)), color-stop(90%, rgba(231, 220, 128, 0)));
  background: -webkit-linear-gradient(rgba(231, 220, 128, 0) 55%, rgb(231, 220, 128) 55%, rgb(231, 220, 128) 90%, rgba(231, 220, 128, 0) 90%);
  background: linear-gradient(rgba(231, 220, 128, 0) 55%, rgb(231, 220, 128) 55%, rgb(231, 220, 128) 90%, rgba(231, 220, 128, 0) 90%);
}
#conference03 .aboutBox p.taL {
  line-height: 2em;
}
#conference03 .conference03_about {
  padding: 6em 0 12em;
}
#conference03 .conference03_about .img {
  -webkit-flex-basis: 43.75%;
      -ms-flex-preferred-size: 43.75%;
          flex-basis: 43.75%;
}
#conference03 .conference03_about .txt {
  position: relative;
  -webkit-flex-basis: 44.64%;
      -ms-flex-preferred-size: 44.64%;
          flex-basis: 44.64%;
}
@media screen and (max-width: 768px) {
  #conference03 .conference03_about .txt {
    margin-top: 6.5em;
    text-align: center;
  }
}
#conference03 .conference03_about .txt > * {
  position: relative;
  z-index: 1;
}
#conference03 .conference03_about .txt .ttlStl04 {
  display: inline-block;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 768px) {
  #conference03 .conference03_about .txt .ttlStl04 {
    line-height: 1.8em;
  }
}
#conference03 .conference03_about .txt p:not([class]) {
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #conference03 .conference03_about .txt p:not([class]) {
    text-align: left;
  }
}

#agenda {
  position: relative;
  padding: 4em 0 7em;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 148px;
}
#agenda > .bk {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150%;
  height: 300px;
  border-radius: 50% 50% 0% 0%/148px 148px 0% 0%;
  background: #8099b6;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
@media screen and (max-width: 768px) {
  #agenda > .bk {
    width: 200%;
  }
}
#agenda > .bk:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 34px;
  margin: 0 auto;
  background: url(/about/mun/images/triangle01.png) bottom center/contain;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  #agenda > .bk:before {
    width: 35px;
    height: 17px;
  }
}
#agenda .contentIn {
  position: relative;
  z-index: 1;
}

.boxStl01 {
  position: relative;
  -webkit-flex-basis: 48.8%;
      -ms-flex-preferred-size: 48.8%;
          flex-basis: 48.8%;
  margin-top: 2.75em;
  color: #333;
  background: #fff;
  border: 2px solid #0f5680;
}
.boxStl01 .pointNum {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0 0.03em 0.03em 0;
  color: #0f5680;
  font-family: 'Barlow',sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: url(/about/mun/images/num_bk01.svg) no-repeat center center/contain;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
}
@media screen and (max-width: 768px) {
  .boxStl01 .pointNum {
    font-size: 1.6666em;
  }
}
.boxStl01 .ttl {
  margin-bottom: 0.6em;
  color: #0f5680;
  font-size: 1.125em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .boxStl01 .ttl {
    margin-bottom: 1.5em;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.8em;
  }
}
.boxStl01 .ttl .fzS {
  margin-top: 0.5em;
  font-family: 'Open Sans',sans-serif;
  font-size: 0.666em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .boxStl01 .ttl .fzS {
    display: block;
    line-height: 1em;
  }
}
@media screen and (min-width: 767px) {
  .boxStl01 ul {
    font-size: 0.875em;
  }
}
.boxStl01 .agenda__about {
  width: 100%;
}
.boxStl01 .agenda__about tr {
  border-bottom: 1px solid #0f5680;
}
.boxStl01 .agenda__about tr > * {
  padding: 2em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .boxStl01 .agenda__about tr > * {
    display: block;
  }
}
.boxStl01 .agenda__about tr > th {
  padding: 2em 3em;
}
.boxStl01 .agenda__about tr > th .ttl {
  margin-bottom: 0;
}
.boxStl01 .agenda__about tr > th .ttl .fzS {
  display: block;
  margin-top: 0.2em;
}
@media screen and (min-width: 767px) {
  .boxStl01 .agenda__about tr > td {
    border-left: 1px solid #0f5680;
  }
}
@media screen and (max-width: 768px) {
  .boxStl01 .agenda__about tr > td {
    border-top: 1px solid #0f5680;
  }
}
.boxStl01 .agenda__contents {
  padding: 2em 3em;
}
@media screen and (max-width: 768px) {
  .boxStl01 .agenda__contents {
    padding: 2em 1.5em;
  }
}
.boxStl01 .agenda__info {
  gap: 0.5em 1.75em;
  margin-bottom: 1.8em;
}
.boxStl01 .agenda__info dl > dt {
  width: 100px;
  margin-right: 1.2em;
  padding: 0.4em 0.5em;
  color: #fff;
  font-size: 0.8125em;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  background: #0f5680;
  border-radius: 500px;
}
.boxStl01 .agenda__info dl > dd {
  color: #0f5680;
  font-size: 1.125em;
  font-weight: bold;
}
.boxStl01 .agenda__details {
  gap: 2em;
}
.boxStl01 .agenda__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .boxStl01 .agenda__image {
    margin-bottom: 2.5em;
  }
}
.boxStl01 .agenda__resolutionDocument {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px dotted #0f5680;
  color: #0f5680;
}
.boxStl01 .agenda__resolutionDocument a {
  word-break: break-all;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.boxStl01 .agenda__resolutionDocument a:hover {
  opacity: 0.8;
}

#introduction {
  position: relative;
  padding: 7em 0;
  overflow: hidden;
}
#introduction:before, #introduction:after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  max-width: 600px;
  aspect-ratio: 1/1;
  border: 50px solid #f5f5f3;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #introduction:before, #introduction:after {
    width: 80%;
    border-width: 25px;
  }
}
#introduction:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-33%, -33%);
          transform: translate(-33%, -33%);
}
#introduction:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(33%, 33%);
          transform: translate(33%, 33%);
}
#introduction .contentIn {
  position: relative;
  z-index: 1;
}
#introduction .studentList .studentBox {
  -webkit-flex-basis: 49%;
      -ms-flex-preferred-size: 49%;
          flex-basis: 49%;
}
@media screen and (max-width: 768px) {
  #introduction .studentList .studentBox + .studentBox {
    margin-top: 5em;
  }
}
@media screen and (min-width: 767px) {
  #introduction .studentList .studentBox .img img {
    width: 80%;
  }
}
#introduction .studentList .studentBox .name_wrap {
  width: 360px;
  max-width: 94%;
  margin: 0 auto;
  padding: 1.75em 1em 0;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}
#introduction .studentList .studentBox .name_wrap .position {
  margin-bottom: 0.3em;
  font-size: 0.875em;
}
#introduction .studentList .studentBox .name_wrap .name {
  font-size: 1.75em;
  line-height: 1.2em;
}
#introduction .studentList .studentBox .edu {
  margin-top: 1.75em;
  color: #7296b7;
}
#introduction .studentList .studentBox .edu:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1px;
  margin-right: 0.55em;
  vertical-align: middle;
  background: #7296b7;
}

#voice {
  padding: 9em 0 6em;
  background-color: #f5f5f3;
  background-image: url(/about/mun/images/bk_circle_wh_pc.png), url(/about/mun/images/bk_circle_wh_pc.png);
  background-repeat: repeat-y, repeat-y;
  background-position: top 690px right -200px, top -190px left -200px;
}
@media screen and (max-width: 768px) {
  #voice {
    background-image: url(/about/mun/images/bk_circle_wh_sp.png), url(/about/mun/images/bk_circle_wh_sp.png);
    background-size: 77% auto;
    background-position: top 120vw right -100%, top -25vw left -100%;
  }
}
#voice .voice__box {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 4em;
}
@media screen and (max-width: 768px) {
  #voice .voice__box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2.5em;
  }
}
#voice .voice__box + .voice__box {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  #voice .voice__box + .voice__box {
    margin-top: 4em;
  }
}
#voice .voice__image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 767px) {
  #voice .voice__image {
    grid-row: 1/3;
  }
}
#voice .voice__name {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.5em;
}
#voice .voice__name .fzS {
  font-size: 80%;
}
#voice .voice__position {
  margin-top: 0.8em;
  color: #7296b7;
  padding-left: 1em;
  text-indent: -1em;
}
#voice .voice__position:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 1px;
  margin-right: 0.5em;
  vertical-align: middle;
  background: #7296b7;
}
#voice .voice__comment {
  position: relative;
  margin-top: 1.75em;
  padding: 2em 2.5em;
  background: #fff;
  border: 1px solid #0f5680;
}
@media screen and (max-width: 768px) {
  #voice .voice__comment {
    margin-top: 2.5em;
    padding: 2em;
    grid-column: 1/3;
  }
}
#voice .voice__comment:before {
  content: "";
  position: absolute;
  top: 3em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom left, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to top right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  border-left: 1px solid #0f5680;
  border-bottom: 1px solid #0f5680;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #voice .voice__comment:before {
    top: 0;
    left: 25%;
    width: 1.25em;
    height: 1.25em;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
}
#voice .voice__comment p {
  line-height: 2em;
}

#university-list {
  padding: 6em 0 7em;
}
@media screen and (max-width: 768px) {
  #university-list {
    padding: 6em 0 4em;
  }
}
@media screen and (max-width: 768px) {
  #university-list .active_country {
    position: relative;
    display: block;
    padding: 1em;
    color: #0f5680;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border: 1px solid #0f5680;
    border-radius: 2px;
  }
  #university-list .active_country:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2em;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid #0f5680;
    border-bottom: 2px solid #0f5680;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  #university-list .active_country:not(.active) + .country_wrap {
    display: none;
  }
}
#university-list .btn_list_wrap {
  position: relative;
}
@media screen and (min-width: 767px) {
  #university-list .btn_list_wrap:after {
    content: "";
    display: block;
    height: 20px;
    border: 1px solid #0f5680;
    border-top: none;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (min-width: 767px) {
  #university-list .btn_list_wrap .country_wrap {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #university-list .btn_list_wrap .country_wrap {
    position: absolute;
    right: 0;
    left: 0;
  }
}
#university-list .btn_list_wrap .btn_list {
  margin: 0 0 1em;
  gap: 0.75em 0;
}
#university-list .btn_list_wrap .btn_list:before, #university-list .btn_list_wrap .btn_list:after {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
  -webkit-flex-basis: 24.4%;
      -ms-flex-preferred-size: 24.4%;
          flex-basis: 24.4%;
}
#university-list .btn_list_wrap .btn_list > li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: 24.2%;
      -ms-flex-preferred-size: 24.2%;
          flex-basis: 24.2%;
  padding: 1em 2.5em;
  color: #fff;
  text-align: center;
  background-color: #7296b7;
  font-weight: bold;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  #university-list .btn_list_wrap .btn_list > li + li {
    border-top: 1px solid #fff;
  }
}
#university-list .btn_list_wrap .btn_list > li.active:first-of-type + li {
  border-top: none;
}
#university-list .btn_list_wrap .btn_list > li.active, #university-list .btn_list_wrap .btn_list > li:hover {
  background-color: #333;
}
@media screen and (max-width: 768px) {
  #university-list .btn_list_wrap .btn_list > li.active {
    display: none;
  }
}
#university-list .btn_list_wrap .btn_list > li:not(.active) {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  #university-list .btn_list_wrap .btn_list > li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2em;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
#university-list .arrowB {
  margin: 1.2em 0;
}
#university-list .country_details_list .country_details {
  padding: 2em 0;
}
#university-list .country_details_list .country_details .ttl {
  color: #0f5680;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.6em;
}
@media screen and (max-width: 768px) {
  #university-list .country_details_list .country_details .ttl {
    display: none;
  }
}
#university-list .country_details_list .country_details .table_wrap {
  border: 1px solid #0f5680;
}
@media screen and (max-width: 768px) {
  #university-list .country_details_list .country_details .table_wrap table > tbody > tr > * {
    letter-spacing: 0;
  }
}
#university-list .country_details_list .country_details .table_wrap table > tbody > tr > *:nth-child(2) {
  width: 10em;
}
@media screen and (max-width: 768px) {
  #university-list .country_details_list .country_details .table_wrap table > tbody > tr > *:nth-child(2) {
    width: 8em;
  }
}
#university-list .country_details_list .country_details .table_wrap table > tbody > tr > *:nth-child(3) {
  width: 36%;
}

#schedule {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#schedule .scheduleList tr.borderB {
  border-bottom: 1px solid #e2e5e6;
}
#schedule .scheduleList tr.borderB > * {
  padding-bottom: 2.5em;
}
#schedule .scheduleList tr.borderB + tr > * {
  padding-top: 2.5em;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr.borderB + tr > td {
    padding-top: 0;
  }
}
#schedule .scheduleList tr > * {
  padding: 0.5em 0;
}
#schedule .scheduleList tr th {
  padding-right: 1em;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  #schedule .scheduleList tr th {
    width: 12em;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr th {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 1.75em;
    padding-bottom: 0 !important;
    text-align: center;
  }
}
#schedule .scheduleList tr th .year {
  color: #0f5680;
  font-family: 'Barlow',sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr th .year {
    font-size: 1.333em;
  }
}
#schedule .scheduleList tr th .date {
  color: #0f5680;
  font-family: 'Barlow',sans-serif;
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr th .date {
    font-size: 3em;
  }
}
#schedule .scheduleList tr th .date .fzS {
  display: inline-block;
  margin: 0 0.5em;
  font-family: '游ゴシック体',YuGothic,'游ゴシック Medium','Yu Gothic Medium','游ゴシック','Yu Gothic',sans-serif;
  font-size: 0.5em;
  font-weight: bold;
  line-height: 1em;
  vertical-align: middle;
}
#schedule .scheduleList tr th .area {
  margin-top: 1em;
  padding-top: 1em;
  font-weight: normal;
  line-height: 1.65em;
  border-top: 1px solid #e2e5e6;
}
#schedule .scheduleList tr td:first-of-type {
  padding-right: 1.5em;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr td:first-of-type {
    max-width: 10em;
    width: 34%;
    padding-right: 1em;
  }
}
#schedule .scheduleList tr td:first-of-type span {
  display: inline-block;
  width: 8.89em;
  padding: 0.4em;
  font-family: 'Barlow',sans-serif;
  font-size: 1.125em;
  line-height: 1.1em;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e5e6;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr td:first-of-type span {
    width: 100%;
    font-size: 1.0833em;
    letter-spacing: 0;
    word-break: break-all;
  }
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr td:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%;
  }
}
#schedule .scheduleList tr td > p {
  line-height: 2.2em;
}
#schedule .scheduleList tr td > .flexBox p {
  margin-top: 0.25em;
  margin-right: 1em;
}
#schedule .scheduleList tr td > .flexBox .session_cat {
  gap: 0.3em;
  margin-top: 0.25em;
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr td > .flexBox .session_cat {
    gap: 0.7em 0.4em;
    margin: 1.2em 0;
  }
}
#schedule .scheduleList tr td > .flexBox .session_cat li span {
  display: inline;
  padding: 0.6em 0.8em;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#schedule .scheduleList tr td > .flexBox .session_cat li.cat_ye span {
  background: #e0b52b;
}
#schedule .scheduleList tr td > .flexBox .session_cat li.cat_or span {
  background: #e87b00;
}
#schedule .scheduleList tr td > .flexBox .session_cat li.cat_bl span {
  background: #0f5680;
}
#schedule .scheduleList tr td > .flexBox .session_cat li.cat_sk span {
  background: #36abba;
}
#schedule .scheduleList tr.arrow > td:first-of-type {
  position: relative;
  vertical-align: text-top;
}
#schedule .scheduleList tr.arrow > td:first-of-type:after {
  content: "";
  position: absolute;
  bottom: 0.7em;
  right: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 2.2em;
  margin: 0 auto;
  background: #0f5680;
  border-radius: 10px;
  -webkit-transform: translateX(-0.75em);
          transform: translateX(-0.75em);
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr.arrow > td:first-of-type:after {
    -webkit-transform: translateX(-0.45em);
            transform: translateX(-0.45em);
  }
}
#schedule .scheduleList tr.arrow > td:first-of-type:before {
  content: "";
  position: absolute;
  bottom: 0.8em;
  right: 1.45em;
  left: 0;
  display: block;
  width: 0.6em;
  height: 0.6em;
  margin: 0 auto;
  border-right: 1px solid #0f5680;
  border-bottom: 1px solid #0f5680;
  -webkit-transform: scale(0.65, 1) rotate(45deg);
          transform: scale(0.65, 1) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #schedule .scheduleList tr.arrow > td:first-of-type:before {
    right: 1em;
  }
}
#schedule .scheduleList tr.arrow > td .highlight {
  margin: 1em 0;
}
#schedule .scheduleList tr.arrow > td .highlight span {
  padding-bottom: 0.4em;
  color: #0f5680;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, rgba(231, 220, 128, 0)), color-stop(92%, rgb(231, 220, 128)));
  background: -webkit-linear-gradient(rgba(231, 220, 128, 0) 92%, rgb(231, 220, 128) 92%);
  background: linear-gradient(rgba(231, 220, 128, 0) 92%, rgb(231, 220, 128) 92%);
}
#schedule .scheduleList tr:last-of-type td {
  vertical-align: middle;
}

#preparation {
  position: relative;
  padding: 0 0 6em;
}
@media screen and (max-width: 768px) {
  #preparation {
    padding: 7em 0 6em;
    background: url(/about/mun/images/worldMap.png) no-repeat top right -94%/94% auto;
  }
}
@media screen and (min-width: 767px) {
  #preparation:before {
    content: "";
    position: absolute;
    top: 0;
    right: -3.5%;
    display: block;
    width: 50%;
    background: url(/about/mun/images/worldMap.png) no-repeat center center/contain;
    aspect-ratio: 1/0.5;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 767px) {
  #preparation .ttlStl05 {
    float: right;
  }
}
@media screen and (max-width: 768px) {
  #preparation .ttlStl05 {
    margin-bottom: 3em;
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  #preparation .stepList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    clear: both;
  }
}
#preparation .stepList > li {
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  max-width: 330px;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #preparation .stepList > li {
    margin-right: auto;
    margin-left: auto;
  }
}
#preparation .stepList > li:nth-of-type(3n-1) {
  margin-top: 6%;
}
#preparation .stepList > li:nth-of-type(3n) {
  margin-top: 12%;
}
@media screen and (max-width: 768px) {
  #preparation .stepList > li + li {
    margin-top: 7em !important;
  }
}

#activity {
  position: relative;
  padding: 7em 0;
  color: #fff;
  background-color: #7296b7;
  background-image: url(/about/mun/images/wave_top_wh.png), url(/about/mun/images/wave_bottom_wh.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top left, bottom left;
}
#activity .contentIn {
  position: relative;
  padding-top: 6em;
  overflow: hidden;
}
#activity h2 {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #activity h2 {
    position: absolute;
    top: 0.5em;
    right: 20px;
    width: 40%;
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  #activity h2 {
    margin-bottom: 2.5em;
  }
}
#activity .stepList {
  position: relative;
}
@media screen and (min-width: 767px) {
  #activity .stepList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #activity .stepList {
    padding-left: 3em;
  }
}
#activity .stepList:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 767px) {
  #activity .stepList:before {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #activity .stepList:before {
    left: 0.5em;
  }
}
#activity .stepList .stepBox {
  position: relative;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  max-width: 460px;
}
#activity .stepList .stepBox .img {
  position: relative;
}
#activity .stepList .stepBox .img .circle {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #activity .stepList .stepBox .img .circle {
    left: -2.45em;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#activity .stepList .stepBox .img .circle:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
#activity .stepList .stepBox .img img {
  position: relative;
  z-index: 1;
}
#activity .stepList .stepBox .img:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: url(/about/mun/images/dotted_white_w.png);
}
@media screen and (max-width: 768px) {
  #activity .stepList .stepBox .img:after {
    left: -2.5em;
  }
}
#activity .stepList .stepBox p {
  position: relative;
  z-index: 2;
}
#activity .stepList .stepBox:first-of-type .img:before, #activity .stepList .stepBox:last-of-type .img:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background: #7296b7;
}
@media screen and (max-width: 768px) {
  #activity .stepList .stepBox:first-of-type .img:before, #activity .stepList .stepBox:last-of-type .img:before {
    right: 50%;
  }
}
#activity .stepList .stepBox:first-of-type .img:before {
  height: 50%;
}
@media screen and (min-width: 767px) {
  #activity .stepList .stepBox:first-of-type .img:before {
    top: 0;
  }
}
#activity .stepList .stepBox:last-of-type .img:before {
  top: 50%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  #activity .stepList .stepBox:nth-of-type(even) {
    margin-top: 22%;
  }
}
@media screen and (min-width: 767px) {
  #activity .stepList .stepBox:nth-of-type(even) .img:after {
    right: 25%;
  }
}
@media screen and (min-width: 767px) {
  #activity .stepList .stepBox:nth-of-type(even) .img .circle {
    right: 125%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 767px) {
  #activity .stepList .stepBox:not(:first-of-type):nth-of-type(odd) {
    margin-top: -12%;
  }
}
@media screen and (min-width: 767px) {
  #activity .stepList .stepBox:nth-of-type(odd) .img:before {
    left: 50%;
  }
}
@media screen and (min-width: 767px) {
  #activity .stepList .stepBox:nth-of-type(odd) .img:after {
    left: 25%;
  }
}
@media screen and (min-width: 767px) {
  #activity .stepList .stepBox:nth-of-type(odd) .img .circle {
    left: 125%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  #activity .stepList .stepBox + .stepBox {
    margin-top: 7em;
  }
}
#activity .stepList .stepBox .stepNum {
  z-index: 2;
  width: 2em;
  height: 2.6em;
  padding-top: 0.15em;
  padding-right: 0.05em;
  font-size: 2.3125em;
  background: url(/about/mun/images/step_bk02.svg) no-repeat center center/contain;
}

.stepList > * {
  position: relative;
}
.stepList > * .img {
  display: inline-block;
  margin-bottom: 1.4em;
  border-top: 2px solid #0f5680;
}
.stepList > * .stepNum {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.2em;
  height: 3em;
  margin: 0 auto;
  padding: 0.3em 0.1em 0 0;
  color: #0f5680;
  font-family: 'Barlow',sans-serif;
  font-size: 1.75em;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  background: url(/about/mun/images/step_bk01.svg) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .stepList > * .stepNum {
    font-size: 2.417em;
  }
}

#contact {
  padding: 9em 0 4em;
}
#contact .organizations {
  margin-bottom: 1em;
  padding: 2.5em 1em;
  border-top: 1px solid #0f5680;
  border-bottom: 1px solid #0f5680;
}
@media screen and (max-width: 768px) {
  #contact .organizations {
    padding: 2em 1.5em;
  }
}
#contact .organizations table {
  width: 100%;
}
#contact .organizations table tr > * {
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  #contact .organizations table tr > * {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #contact .organizations table tr > * {
    display: block;
  }
}
#contact .organizations table tr > th {
  color: #0f5680;
  font-size: 2.25em;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #contact .organizations table tr > th {
    border-right: 1px dotted #333333;
  }
}
@media screen and (max-width: 768px) {
  #contact .organizations table tr > th {
    padding-bottom: 0.75em;
    border-bottom: 1px dotted #333333;
  }
}
#contact .organizations table tr > td {
  padding: 0.5em 2.5em;
}
@media screen and (max-width: 768px) {
  #contact .organizations table tr > td {
    padding: 2.5em 0 0.5em;
  }
}
#contact .contactBox {
  padding: 3em 0.5em;
}
@media screen and (min-width: 767px) {
  #contact .contactBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #contact .contactBox {
    padding: 3em 2em;
  }
}
@media screen and (min-width: 767px) {
  #contact .contactBox > * {
    padding: 0 3em;
  }
}
#contact .contactBox .tel_wrap {
  -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%;
  text-align: center;
  background: url(/about/mun/images/dotted_blue_v.png) repeat-y right center;
}
@media screen and (max-width: 768px) {
  #contact .contactBox .tel_wrap {
    margin-bottom: 1.5em;
    padding-bottom: 2em;
    background: url(/about/mun/images/dotted_blue_w.png) repeat-x left bottom;
  }
}
#contact .contactBox .tel_wrap .fc_blue01 {
  margin-bottom: 0.6em;
}
#contact .contactBox .tel_wrap .tel {
  font-family: 'Barlow',sans-serif;
  font-weight: 600;
}
#contact .contactBox .tel_wrap .tel > dt {
  margin-right: 0.2em;
  font-size: 1.75em;
  letter-spacing: 0.05em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #contact .contactBox .tel_wrap .tel > dt {
    font-size: 1.73em;
  }
}
#contact .contactBox .tel_wrap .tel > dd {
  font-size: 2.3125em;
  letter-spacing: 0.05em;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  #contact .contactBox .tel_wrap .tel > dd {
    font-size: 2.291em;
  }
}
#contact .contactBox .tel_wrap .mail {
  font-family: 'Barlow',sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #contact .contactBox .tel_wrap .mail {
    margin-top: 2em;
  }
  #contact .contactBox .tel_wrap .mail > * {
    line-height: 1.5em;
  }
}
#contact .contactBox > .txt {
  -webkit-flex-basis: 58%;
      -ms-flex-preferred-size: 58%;
          flex-basis: 58%;
}
@media screen and (max-width: 768px) {
  #contact .contactBox > .txt * {
    line-height: 2.2em;
  }
}
#contact .link_wrap {
  margin: 7em 0 3em;
  text-align: center;
}
#contact .link_wrap ul {
  gap: 3%;
}
#contact .link_wrap ul p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #333333 transparent transparent transparent;
  margin: 0.8em auto 1.1em;
}
#contact .link_wrap ul a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contact .link_wrap ul a:hover {
  opacity: 0.8;
}

/*==================================

下層ページ共通CSS

==================================*/
/*==================================

下層ページ:ページ名

==================================*/
/*==================================

js animation

==================================*/
.js_st[class*=fadein] {
  opacity: 0;
}
.js_st[class*=fadeinT] {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js_st[class*=fadeinB] {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.js_st[class*=fadeinR] {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}
.js_st[class*=fadeinL] {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.js_st[class*=fadein].scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1500ms, background 0.3s, min-width 0s;
  transition: all 1500ms, background 0.3s, min-width 0s;
}

@media screen and (min-width: 767px) {
  .spOnly {
    display: none !important;
  }
}

/*==================================

@media screen SP

==================================*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  .sp_bk {
    display: block;
  }
  /*==================================

  全ページ共通CSS

  ==================================*/
  /*==================================

  ヘッダー

  ==================================*/
  /*　ハンバーガーメニュー
  ==================================*/
  .spNaviButton {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
  }
  .spNaviButton span, .spNaviButton:before, .spNaviButton:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    height: 2px;
    margin: 0 auto;
    background: #0f5680;
  }
  .spNaviButton:before {
    top: 27%;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .spNaviButton span {
    top: 45%;
    -webkit-transition: 0s 0.3s;
    transition: 0s 0.3s;
  }
  .spNaviButton:after {
    top: 63%;
    -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s;
    transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .spNaviButton.open:before, .spNaviButton.open:after {
    top: 45%;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s 0.3s;
    transition: top 0.3s, transform 0.3s 0.3s;
    transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  .spNaviButton.open:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .spNaviButton.open span {
    width: 0;
  }
  .spNaviButton.open:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
/*==================================

	フッター

	==================================*/
/*==================================

	トップページ

	==================================*//*# sourceMappingURL=style.css.map */