@charset "UTF-8";
/* ***********************************************
レスポンシブ・ブレイクポイント
*********************************************** */
/* ***********************************************
初期化
*********************************************** */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  padding-bottom: 40px;
  font-family: "Zen Kaku Gothic New", serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: #2e475d;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s ease;
}
a:visited {
  color: #2e475d;
  text-decoration: none;
  overflow: hidden;
}
a:hover {
  color: #01bda5;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s ease;
}
a:active {
  color: #2e475d;
  text-decoration: none;
  overflow: hidden;
}
a.head_button {
  background-color: #01bda5;
  color: white;
  font-weight: 700;
  padding: 0 1rem;
}
a.head_button:hover {
  font-size: 1.2em;
  transition: all 0.5s ease;
}
a.button {
  display: inline-block;
  margin: 0.2rem 0;
  padding: 0.3rem 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #01bda5;
  color: white;
}
a.button:hover {
  background-color: white;
  color: #01bda5;
  border: 1px solid #01bda5;
  transition: all 0.5s ease;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dot li {
  padding-left: 1rem;
  text-indent: -1rem;
}
ul.dot li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 0.4rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #F44336;
}

table {
  border-collapse: collapse;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 0.8rem;
}

fieldset {
  border: none;
}
fieldset label {
  display: block;
}
fieldset input[type=text],
fieldset textarea {
  border: 1px solid #ccc;
}

button {
  border: none;
  cursor: pointer;
}

/*
h1 {
    font-size: 2rem;
    //margin: 24px 0;
    padding: 24px 0 28px;
    line-height: 1.2;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;

    font-weight: 700;
    font-style: normal;


    //font-family: "hachi-maru-pop", sans-serif;
    font-family: 'Kiwi Maru', serif;
    //font-family: 'Kosugi Maru', sans-serif;
    //font-family: 'M PLUS Rounded 1c', sans-serif;
    //font-family: 'Noto Serif JP', serif;
    //font-family: 'Zen Kaku Gothic New', sans-serif;

    &.clamp {
        font-size: clamp(1.3rem, 2.4vw, 2rem);
    }
}
*/
h1 {
  padding: 46px 0 50px;
  border: none;
  background-image: linear-gradient(90deg, #01a4bd, #01bda5);
  color: white;
  font-size: clamp(1.6rem, 2.4vw, 3rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  /*
      position: relative;
      &::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0,0,0,.25);
          background-image: linear-gradient(90deg,rgba(0,0,0,.5) 50%,transparent 50%),linear-gradient(rgba(0,0,0,.25) 50%,transparent 50%);
          background-size: 2px 2px;
      }*/
}
h1 span {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}

h2 {
  font-size: 1.6rem;
  margin: 16px 0;
  padding: 16px 0;
  line-height: 1.4;
  border-bottom: 2px dotted #888;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h2:first-child {
  margin: 0 0 16px;
  padding: 0 0 16px;
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 14px 0;
  padding: 14px 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.2rem 0;
  padding: 1.2rem 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1.1rem 0;
  padding: 1.1rem 0 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*
h6 {
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0;
    padding: 1rem 0 0;

    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-style: normal;
}*/
h6 {
  font-size: 3rem;
  background-image: linear-gradient(180deg, #2BD0CA 0%, #2484D1 100%);
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.rinker {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 100px;
  margin-left: 100px;
}

.rinker_label {
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  left: -71px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: -11px;
  top: 0;
  transform: rotate(-45deg);
  width: 155px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  color: #111;
  background: linear-gradient(227.34deg, #EFB84D 6.37%, #f8de76 94.82%);
  color: white;
  border: none;
  left: -40px;
  top: 20px;
}

.date {
  font-weight: 700;
  font-size: clamp(2rem, 2.4vw, 3rem);
  letter-spacing: 0.14rem;
}
.date span {
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .date {
    font-size: clamp(1.2rem, 2.4vw, 3rem);
  }
}

/* ***********************************************
ヘッダー
*********************************************** */
header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  display: flex;
  height: 80px;
  display: flex;
  align-items: center;
}
header .header-logo {
  height: 50px;
}
header .header-name {
  display: flex;
  flex-direction: column;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: clamp(1rem, 2.4vw, 1.6rem);
  font-weight: 500;
}
header .header-name .org {
  font-size: clamp(0.8rem, 2vw, 1rem);
}
@media screen and (max-width: 768px) {
  header {
    height: 58px;
  }
}
header .header-menus {
  display: flex;
  gap: 30px;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  header .header-menus {
    display: none;
  }
}
header .hamburger {
  display: none;
}
@media screen and (max-width: 768px) {
  header .hamburger {
    display: inline-block;
  }
}

/* ***********************************************
main
*********************************************** */
main {
  flex: 1;
}

/* ***********************************************
メインメニュー
*********************************************** */
.mainMenu {
  width: 100%;
  background-color: #efefef;
  padding: 20px 0;
  transition: 0.5s;
}
.mainMenu > .inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
  justify-content: space-between;
}
.mainMenu nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 3px;
}
.mainMenu .search {
  display: flex;
}
.mainMenu .search input {
  display: block;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3rem;
}
@media screen and (max-width: 768px) {
  .mainMenu {
    display: none;
  }
}

.loupe {
  fill: none;
  stroke: #333333;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

/* ***********************************************
スクロールバー
*********************************************** */
::-webkit-scrollbar {
  width: 14px;
}

::-webkit-scrollbar-track {
  background-color: #fefefe;
}

::-webkit-scrollbar-thumb {
  background-color: black;
}

/* ***********************************************
デバイス切替
*********************************************** */
.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
}
/* ***********************************************

*********************************************** */
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.indent {
  padding-left: 1rem;
  text-indent: -1rem;
}

/* ***********************************************

*********************************************** */
.detail dd {
  white-space: pre-wrap;
}

.notice {
  position: relative;
  padding-left: 1.3rem;
}
.notice:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  color: #333;
}

/* ***********************************************

*********************************************** */
ul.footerFixedMenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
}
ul.footerFixedMenu > li {
  flex: 1;
}
ul.footerFixedMenu > li a {
  color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  transition: all 0.5s ease;
}
ul.footerFixedMenu > li a:hover {
  font-size: 1.2rem;
  transition: all 0.5s ease;
}
ul.footerFixedMenu > li.event {
  background-color: #ff7a59;
}
ul.footerFixedMenu > li.lecture {
  background-color: #01bda5;
}
ul.footerFixedMenu > li.connect {
  background-color: #01a4bd;
}

/* ***********************************************
バナー
*********************************************** */
ul.snsBanner {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 1rem 0;
}
ul.snsBanner img {
  width: 100px;
  height: 100px;
}

/* ***********************************************
検索
*********************************************** */
/* 
.search {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 999;

    overflow: initial;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.5s;

    //outline: 1px solid black;


    @include BrakePointMax($break-point-tablet) {
        width: 32px;
        height: 32px;
	}

    &.--hidden {
        display: none;
    }


    span {
        display: inline-block;
        transition: all 0.5s;

        &:nth-child(1) {
            position: absolute;
            top: 0;
            left: 0;
            width: 34px;
            height: 34px;
            border-radius: 50%;
            border: 3px solid #333;

            @include BrakePointMax($break-point-tablet) {
                width: 24px;
                height: 24px;
            }

        }
        &:nth-child(2) {
            position: absolute;
            top: 34px;
            left: 16px;
            width: 28px;
            height: 28px;
            transform: rotate(45deg);
            border-top: 4px solid #333;
            @include BrakePointMax($break-point-tablet) {
                top: 23px;
                left: 13px;
                width: 16px;
                height: 16px;
            }
        }

    }

    &:hover {
        //transform: rotate(90deg);
    }

    &.--active {
        transform: rotate(90deg);
    }

}
 */
/* ***********************************************
ハンバーガー
*********************************************** */
.hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 999;
  overflow: initial;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 3px 0 0 3px;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 16px;
    width: 32px;
    height: 32px;
    padding: 2px 0 0 2px;
  }
}
.hamburger span {
  transition: all 0.5s;
}
.hamburger span:nth-child(1), .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  display: block;
  width: 44px;
  height: 4px;
  border-radius: 4px;
  background: #333;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(1), .hamburger span:nth-child(2), .hamburger span:nth-child(3) {
    width: 28px;
    height: 4px;
    margin: 0 0 8px 0;
  }
}
.hamburger span:nth-child(1) {
  transform: translate(16px, 0);
}
.hamburger span:nth-child(2) {
  transform: translate(0, 0);
}
.hamburger span:nth-child(3) {
  transform: translate(-16px, 0);
}
.hamburger.--view {
  display: block;
}
.hamburger.--hidden {
  display: none;
}
.hamburger:hover span:nth-child(1), .hamburger:hover span:nth-child(2), .hamburger:hover span:nth-child(3) {
  transform: translate(0, 0);
}
.hamburger.--active span:nth-child(1) {
  transform: translate(0, 20px) rotate(45deg);
}
.hamburger.--active span:nth-child(2) {
  transform: rotate(-45deg);
}
.hamburger.--active span:nth-child(3) {
  transform: translate(0, -20px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .hamburger.--active span:nth-child(1) {
    transform: translate(0, 12px) rotate(45deg);
  }
  .hamburger.--active span:nth-child(2) {
    transform: rotate(-45deg);
  }
  .hamburger.--active span:nth-child(3) {
    transform: translate(0, -12px) rotate(45deg);
  }
}
.hamburger.--active:hover span:nth-child(1) {
  transform: translate(0, 20px) rotate(-45deg);
}
.hamburger.--active:hover span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.--active:hover span:nth-child(3) {
  transform: translate(0, -20px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .hamburger.--active:hover span:nth-child(1) {
    transform: translate(0, 12px) rotate(-45deg);
  }
  .hamburger.--active:hover span:nth-child(2) {
    transform: rotate(45deg);
  }
  .hamburger.--active:hover span:nth-child(3) {
    transform: translate(0, -12px) rotate(-45deg);
  }
}

/* ***********************************************

*********************************************** */
nav.hambergerNav, nav.searchNav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: all 0.5s;
  color: black;
  overflow-y: auto;
  z-index: 2;
  padding: 1rem;
}
nav.hambergerNav.--top, nav.searchNav.--top {
  bottom: 100%;
}
nav.hambergerNav.--right, nav.searchNav.--right {
  left: 100%;
}
nav.hambergerNav.--bottom, nav.searchNav.--bottom {
  top: 100%;
}
nav.hambergerNav.--left, nav.searchNav.--left {
  right: 100%;
}
nav.hambergerNav.--active.--top, nav.searchNav.--active.--top {
  bottom: 0;
}
nav.hambergerNav.--active.--right, nav.searchNav.--active.--right {
  left: 0;
}
nav.hambergerNav.--active.--bottom, nav.searchNav.--active.--bottom {
  top: 0;
}
nav.hambergerNav.--active.--left, nav.searchNav.--active.--left {
  right: 0;
}
nav.hambergerNav.--active ul li, nav.searchNav.--active ul li {
  border-bottom: solid 1px #ffffff;
}
nav.hambergerNav.--active ul li a, nav.searchNav.--active ul li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  color: black;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
nav .burgerLogo {
  width: 100%;
  height: 60px;
  text-align: center;
}
nav .burgerLogo span {
  display: block;
  font-size: 0.8rem;
}
nav input {
  display: block;
  padding: 0.2rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.3rem;
  width: 100%;
}

/* ***********************************************
ローディング表示
*********************************************** */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  animation: loading 1.5s 2.5s forwards;
  font-size: clamp(1rem, 0.25vw + 1.3rem, 2rem);
  font-weight: 700;
  background-image: url(../img/news/connect.png);
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* ***********************************************
SNSアイコン
*********************************************** */
.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
}
.sns.box {
  border-radius: 0;
}
.sns.twitter {
  background-color: #1da1f2;
}
.sns.twitter:hover {
  border: 1px solid #1da1f2;
  background-color: #fff;
}
.sns.twitter:hover path {
  fill: #1da1f2;
}
.sns.twitter.box {
  background-color: #fff;
}
.sns.twitter.box path {
  fill: #1da1f2;
}
.sns.facebook {
  background-color: #1877f2;
}
.sns.facebook:hover {
  border: 1px solid #1877f2;
  background-color: #fff;
}
.sns.facebook:hover path {
  fill: #1877f2;
}
.sns.facebook.box {
  background-color: #fff;
}
.sns.facebook.box path {
  fill: #1877f2;
}
.sns.youtube {
  background-color: #da1725;
}
.sns.youtube:hover {
  border: 1px solid #da1725;
  background-color: #fff;
}
.sns.youtube:hover path {
  fill: #da1725;
}
.sns.youtube.box {
  background-color: #fff;
}
.sns.youtube.box path {
  fill: #da1725;
}
.sns.line {
  background-color: #00b900;
}
.sns.line:hover {
  border: 1px solid #00b900;
  background-color: #fff;
}
.sns.line:hover path {
  fill: #00b900;
}
.sns.line.box {
  background-color: #fff;
}
.sns.line.box path {
  fill: #00b900;
}
.sns.instagram {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns.instagram::before {
  content: "";
  position: absolute;
  top: 23px;
  left: -18px;
  width: 60px;
  height: 60px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.sns.instagram svg {
  z-index: 1;
}
.sns.instagram:hover {
  border: 1px solid #c83086;
  background: #fff;
}
.sns.instagram:hover path {
  fill: #c83086;
}
.sns.instagram:hover::before {
  background: #fff;
}

.snsContainer {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

/* ***********************************************
説明文

usage:
<div class="description">
    <div class="--left">
        <div class="--right">
            説明文
        </div>
    </div>
</div>
*********************************************** */
.description {
  margin: 30px 0;
}
.description > .--left {
  position: relative;
}
.description > .--left::before, .description > .--left::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
}
.description > .--left::before {
  top: 0;
  left: 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
}
.description > .--left::after {
  left: 0;
  bottom: 0;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
}
.description > .--left > .--right {
  position: relative;
  padding: 20px 30px;
  white-space: pre-wrap;
}
.description > .--left > .--right::before, .description > .--left > .--right::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  box-sizing: border-box;
}
.description > .--left > .--right::before {
  top: 0;
  right: 0;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
}
.description > .--left > .--right::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
}

/* ***********************************************
セッション配下
*********************************************** */
article > .wrap > .inner {
  /*
              > h1 {
                  padding: 46px 0 50px;
                  border: none;
                  background-color: #000;
                  color: white;
                  font-size: 2.3rem;
                  span {
                      display: flex;
                      max-width: $contentMaxWidth;
                      margin: 0 auto;
                      padding: 0 10px;
                  }
              }*/
}
article > .wrap > .inner > p {
  max-width: 1280px;
  margin: 1rem auto;
  padding: 20px;
  line-height: 2.1;
}

section {
  /*
      &:nth-child(even) {
          background-color: #efefef;
      }*/
}
section > .wrap {
  padding: 0 0 32px;
}
section > .wrap > .inner {
  max-width: 1280px;
  margin: 0 auto 32px;
  padding: 20px;
  position: relative;
}
section > .wrap > .inner p {
  margin: 1rem 0;
  line-height: 2.1;
}
section > .wrap > .inner .closed {
  position: absolute;
  top: 0%;
  left: 25%;
  background-color: rgb(246, 88, 88);
  color: white;
  transform: rotate(-10deg);
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 1.3em;
}

/* ***********************************************
パンくずリスト
*********************************************** */
.breadcrumbs {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 0.84rem;
  color: #777;
}
.breadcrumbs ul {
  display: flex;
}
.breadcrumbs ul li::before {
  color: #777;
  content: ">";
  margin: 0 0.8rem;
}
.breadcrumbs ul li:first-child::before {
  content: "";
  margin: 0;
}

/* ***********************************************
カード
*********************************************** */
.cards {
  display: flex;
  gap: 20px;
  padding: 20px 0 40px;
  margin: -10px auto 0;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cards .card {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-width: 300px;
  max-width: 500px;
  flex: 1;
}
.cards .card:hover {
  transform: scale(1.05, 1.05);
  transition-duration: 0.3s;
}
.cards .card .card_link {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 400px;
  text-decoration: none;
}
.cards .card .card_link .card__image {
  display: block;
  overflow: hidden;
}
.cards .card .card_link .card__image img {
  display: block;
  width: 100%;
}
.cards .card .card_link .card__image.--none img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 300px;
}
.cards .card .card_link .card__info {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding-bottom: 10px;
}
.cards .card .card_link .card__info .card___wave {
  position: absolute;
  top: -40px;
  height: 40px;
  width: 100%;
}
.cards .card .card_link .card__info .card___title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 5px 10px;
}
.cards .card .card_link .card__info .card___date {
  margin: 5px 10px;
}
.cards .card .card_link .card__info .card___date .date {
  font-size: 1.3rem !important;
}
.cards .card .card_link .card__info .card___summary {
  font-size: small;
  margin: 5px 10px;
}
.cards .card .card_link .card__info .card___category {
  background-color: #fff;
  border: 1px solid #888;
  color: #888;
  font-weight: 600;
  text-align: center;
  margin: 12px 10px 0;
  padding: 0.3em;
  border-radius: 15px;
}
.cards .card .card_link .card__info .card___category[data-type=event] {
  background-color: #ff7a59;
  color: white;
  border: none;
}
.cards .card .card_link .card__info .card___category[data-type=lecture] {
  background-color: #01bda5;
  color: white;
  border: none;
}
.cards .card .card_link .card__info .card___category[data-type=connect] {
  background-color: #01a4bd;
  color: white;
  border: none;
}
.cards .card .card_appclosed {
  position: absolute;
  top: 20%;
  left: 20%;
  background-color: rgb(246, 88, 88);
  color: white;
  transform: rotate(-10deg);
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 1.3em;
}

/* ***********************************************
バーナー
*********************************************** */
.banners {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
.banners a {
  width: 50%;
  margin: 0 auto;
}
.banners img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .banners {
    flex-wrap: wrap;
  }
}

/* ***********************************************
スライダー
*********************************************** */
.slider {
  margin: -2px auto;
  background-color: #efefef;
  border-top: 1px solid white;
}
.slider .swiper-slide {
  width: 60%;
  height: auto;
  min-height: 60px;
}
.slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider .swiper-wrapper {
  max-height: 980px;
}

/* ***********************************************
組織図
*********************************************** */
.OrganizationalStructure {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  justify-content: center;
  padding: 20px;
}
.OrganizationalStructure .-dept {
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0.5em 3em;
  border: 1px solid #ccc;
  background-color: #01bda5;
  color: white;
}
.OrganizationalStructure .-dept::after {
  position: absolute;
  top: 40px;
  left: 50%;
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 25px;
}
.OrganizationalStructure .-units {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 50px;
}
.OrganizationalStructure .-units::before {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #ccc;
  top: 25px;
  right: 1.76em;
  left: 1.76em;
}
.OrganizationalStructure .-units.--reverse {
  flex-direction: row-reverse;
}
.OrganizationalStructure .-units.--horizontal {
  writing-mode: horizontal-tb;
}
.OrganizationalStructure .-units.--horizontal::before {
  right: 6.5em;
  left: 5em;
}
.OrganizationalStructure .-units.--small::before {
  right: 1em;
  left: 1em;
}
.OrganizationalStructure .-units .-unit {
  position: relative;
  writing-mode: vertical-rl;
  border: 1px solid #ccc;
  padding: 1em;
}
.OrganizationalStructure .-units .-unit::before {
  position: absolute;
  top: -25px;
  left: 50%;
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 25px;
}
.OrganizationalStructure .-units .-unit.--horizontal {
  writing-mode: horizontal-tb;
}
.OrganizationalStructure .-units .-under {
  background-color: #01bda5;
  color: white;
}
.OrganizationalStructure .-units .-under::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  content: "";
  background-color: #ccc;
  width: 1px;
  height: 25px;
}
.OrganizationalStructure .-units .--small {
  font-size: 0.8em;
  padding: 0.5em 0.5em 2.4em;
  background-color: #01bda5;
  color: white;
}

/* ***********************************************
Coming Soon!
*********************************************** */
.comingsoon {
  font-size: 2rem;
}

/* ***********************************************
FAQ
*********************************************** */
.faq {
  margin: 32px 0;
}
.faq > dt {
  position: relative;
  border-bottom: 1px dotted #888;
  margin-bottom: 12px;
  cursor: pointer;
  margin-left: 1.6rem;
}
.faq > dt::before {
  content: "Q.";
  color: #009efd;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 0.3rem;
  margin-left: -1.8rem;
}
.faq > dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq > dt::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .faq > dt {
    margin-bottom: 20px;
  }
}
.faq > dt.open::after {
  transform: rotate(225deg);
}
.faq > dd {
  display: none;
  margin-bottom: 36px;
  padding-left: 1.7rem;
  white-space: pre-wrap;
}
.faq > dd::before {
  content: "A.";
  color: #E21438;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: -1.8rem;
  margin-right: 0.3rem;
}

/* ***********************************************
フッター
*********************************************** */
footer > .wrap > .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
footer a.toTop {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 40px 0;
  background-color: #eee;
  border-bottom: 1px solid white;
}
footer a.toTop::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 65%;
  left: calc(50% - 6px);
  width: 30px;
  height: 30px;
  border-right: 3px solid black;
  border-bottom: 3px solid black;
  transform: translateY(-50%) rotate(225deg);
  transition: 0.3s;
}

/* ***********************************************
所在地／連絡先
*********************************************** */
.address th, .address td {
  font-size: 1rem;
  font-weight: 300;
  white-space: pre-wrap;
}
.address th {
  background-color: #eee;
}

/* ***********************************************
リンク
*********************************************** */
.link-list a {
  position: relative;
  margin-left: 1.6rem;
  line-height: 2.1;
}
.link-list a::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -2rem;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 48 48"><path fill="%23ff0000" d="M 41.470703 4.9863281 A 1.50015 1.50015 0 0 0 41.308594 5 L 27.5 5 A 1.50015 1.50015 0 1 0 27.5 8 L 37.878906 8 L 22.439453 23.439453 A 1.50015 1.50015 0 1 0 24.560547 25.560547 L 40 10.121094 L 40 20.5 A 1.50015 1.50015 0 1 0 43 20.5 L 43 6.6894531 A 1.50015 1.50015 0 0 0 41.470703 4.9863281 z M 12.5 8 C 8.3754991 8 5 11.375499 5 15.5 L 5 35.5 C 5 39.624501 8.3754991 43 12.5 43 L 32.5 43 C 36.624501 43 40 39.624501 40 35.5 L 40 25.5 A 1.50015 1.50015 0 1 0 37 25.5 L 37 35.5 C 37 38.003499 35.003499 40 32.5 40 L 12.5 40 C 9.9965009 40 8 38.003499 8 35.5 L 8 15.5 C 8 12.996501 9.9965009 11 12.5 11 L 22.5 11 A 1.50015 1.50015 0 1 0 22.5 8 L 12.5 8 z"/></svg>');
}

/* ***********************************************
フッター
*********************************************** */
footer {
  background-color: #efefef;
}
footer .footerSns {
  border-bottom: 1px solid #ccc;
}
footer .footerAddress {
  display: flex;
  padding: 30px 0;
}
footer .footerAddress > .name {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
footer .footerAddress > .name .box span {
  display: block;
  font-size: 1rem;
}
footer .footerAddress > .contacts {
  flex: 1;
  display: flex;
  align-items: center;
}
footer .footerAddress > .contacts .box {
  white-space: pre-wrap;
}
@media screen and (max-width: 768px) {
  footer .footerAddress {
    flex-direction: column;
  }
  footer .footerAddress > .name {
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
  }
  footer .footerAddress > .name .box span {
    letter-spacing: 0;
  }
  footer .footerAddress > .contacts {
    justify-content: center;
  }
}
footer .copyright {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #ccc;
}

/* ***********************************************
問い合わせフォーム
*********************************************** */
table {
  border: 1px solid #55acee;
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  border: 1px solid #55acee;
  padding: 0.4rem 1rem;
}
table.inquiry tr {
  /*&.noborder {
      border: none;
  }*/
}
table.inquiry th {
  text-align: left;
  white-space: nowrap;
}
table.inquiry td {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
}
table.inquiry td input {
  width: 100%;
  line-height: 2.4;
  border: none;
  padding: 0.2em 0.4em;
}
table.inquiry td input::-moz-placeholder {
  color: #ccc;
}
table.inquiry td input::placeholder {
  color: #ccc;
}
table.inquiry td input.haveto::-moz-placeholder {
  color: #ff9393;
}
table.inquiry td input.haveto::placeholder {
  color: #ff9393;
}
table.inquiry td input[type=radio] {
  width: auto;
  margin-right: 3px;
}
table.inquiry td textarea {
  width: 100%;
  padding: 0.2em 0.4em;
  border: none;
  height: 150px;
}
table.inquiry td textarea::-moz-placeholder {
  color: #ccc;
}
table.inquiry td textarea::placeholder {
  color: #ccc;
}
table.inquiry td textarea.haveto::-moz-placeholder {
  color: #ff9393;
}
table.inquiry td textarea.haveto::placeholder {
  color: #ff9393;
}
table.inquiry td.radios {
  display: flex;
  flex-wrap: wrap;
  border: none;
}
table.inquiry td.radios > p {
  min-width: 200px;
  margin: 0;
  padding: 0.4em;
}
table.inquiry span.haveto,
table.inquiry span.any {
  font-size: 7px;
  padding: 5px;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
table.inquiry span.haveto {
  background: #ff9393;
}
table.inquiry span.any {
  background: #93c9ff;
}
@media screen and (max-width: 768px) {
  table.inquiry tr {
    border: 1px solid #55acee;
  }
  table.inquiry th, table.inquiry td {
    display: block;
    border: none;
  }
}
table.entry-fee td.money {
  text-align: right;
}

input[type=button] {
  display: block;
  padding: 1em 0;
  margin-top: 30px;
  width: 100%;
  background: #01bda5;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  transition: 1s;
}
input[type=button]:hover {
  color: white;
  background-color: #01a4bd;
  cursor: pointer;
}

/* ***********************************************
フッター／リンク
*********************************************** */
.links {
  width: 100%;
  border-top: 1px solid #ccc;
}
.links > .inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 10px;
}
.links > .inner .link {
  flex: 1;
  line-height: 2.1;
}
.links > .inner .link li {
  font-size: 0.9rem;
}
.links > .inner .link li:first-child {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .links > .inner {
    flex-direction: column;
  }
  .links > .inner .link {
    width: 288px;
    margin: 15px auto;
  }
  .links > .inner .link:first-child {
    margin: 0 auto;
  }
  .links > .inner .link li {
    padding-left: 0.5rem;
  }
  .links > .inner .link li:first-child {
    background-color: #eee;
    border-bottom: 1px dotted #ccc;
    width: 100%;
  }
}

/* ***********************************************
お知らせ／events
*********************************************** */
.events .event > h1 {
  margin-top: 1rem;
}
.events .event > .inner {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.events .event > .inner > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.events .event > .inner > div.leftSide {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .events .event > .inner > div.leftSide {
    width: 100%;
  }
}
.events .event > .inner > div.rightSide {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .events .event > .inner > div.rightSide {
    width: 100%;
  }
}
.events .event > .inner p {
  margin: 0;
}
.events .event img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ccc;
}
.events .event .post-date {
  text-align: right;
}
.events .event .post-date::before {
  content: "更新日：";
}
.events .event dl {
  display: flex;
  margin-bottom: 1rem;
}
.events .event dl dt {
  min-width: 80px;
  border-right: 1px solid black;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .events .event > .inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .events .event img {
    max-width: 100%;
  }
  .events .event .content {
    width: 100%;
  }
  .events .event input[type=button] {
    margin-top: 3px;
  }
}

.google-map {
  transition: all 0.8s;
  filter: grayscale(100%);
  border-top: 1px solid #ccc;
  /*
      @include breakpoints.breakpoint( tablet ) {
          //margin-bottom: -15px;
      }
  */
}
.google-map iframe.gmap {
  border: 0;
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
.google-map:hover {
  filter: none;
}

.luna .content {
  display: flex;
}
.luna .content .leftSide {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media screen and (max-width: 768px) {
  .luna .content .leftSide {
    width: 100%;
  }
}
.luna .content .rightSide {
  width: 45%;
}
.luna .content .rightSide img {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .luna .content .rightSide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .luna .content {
    flex-direction: column-reverse;
  }
}
.luna dl {
  margin-bottom: 2.5rem;
}
.luna dl dt {
  display: block;
}
.luna dl dt::before {
  content: "";
  border-left: 6px solid #ccc;
  border-radius: 3px;
  margin-right: 0.5rem;
}
.luna dl dd {
  white-space: pre-wrap;
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 50px;
}
.luna dl dd iframe {
  width: 100%;
  height: 200px;
}
.luna dl dd a {
  -webkit-text-decoration: #01bda5 wavy underline;
          text-decoration: #01bda5 wavy underline;
  text-underline-offset: 0.3rem;
}

.notte {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .notte {
    flex-direction: column-reverse;
  }
}
.notte div {
  flex: 1;
  gap: 0.5rem;
}
.notte div img {
  border: 1px solid #ccc;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .notte div {
    width: 100%;
  }
}
.notte dl {
  display: flex;
}
.notte dl dt {
  min-width: 80px;
  border-bottom: 1px solid white;
  background-color: #efefef;
  padding: 0.5rem;
}
.notte dl dd {
  white-space: pre-wrap;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 0.5rem;
}
.notte dl dd iframe {
  width: 100%;
  height: 200px;
}
.notte dl dd a {
  -webkit-text-decoration: #01bda5 wavy underline;
          text-decoration: #01bda5 wavy underline;
  text-underline-offset: 0.3rem;
  border: none;
}
.notte dl dd a.button {
  text-decoration: none;
}

/**
 *  トップページのお知らせ一覧表示部分
 */
.newsListArea {
  background-image: url(../img/news/connect.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
}

ul {
  list-style: none;
}
ul.newsList {
  display: flex;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #01bda5;
  margin-left: 0;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  ul.newsList {
    flex-direction: column;
  }
}
ul.newsList li {
  padding-right: 2rem;
  /*
              &:first-child {
                  white-space: nowrap;
              }
              &:nth-child(2) {
                  padding-left:1.2em;
                  //flex-grow: 3;
              }
              &:last-child {
                  min-width:100px;
                  //text-align: right;
                  @include BrakePointMax($break-point-tablet) {
                      //text-align: center;
                  }
              }
  */
}
ul.newsList li:nth-child(2) {
  width: 100px;
}
ul.newsList li:last-child {
  padding-right: 0;
}/*# sourceMappingURL=theme.css.map */