@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Teko"); /* $ks:1000px;
$xs:1024px;  */
/* //コンテンツ
$header_width:310px; */
/* $border_radius:4px; */
/* $bar-style: solid; 
$cbar-size: 1px;
$cbar-color: #fff; */
/* ブレイクポイント */
/* セクション */
/*--- マージン ---*/
/*--- パディング ---*/
/* flex */
/* 背景 */
/*absolute*/
/*-------------------------
 @include mixin.mq(var.$sm){
        display:none;
  }
@include mixin.mq(var.$ks){}
@include mixin.mq(var.$xs){}

@include mixin.flex;

---------------------------*/
/*--------------------------------
幅,囲い要素
----------------------------------*/
#wrapper {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  min-height: 100vh;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  background: #FFF;
  right: 0;
  overflow: hidden;
  letter-spacing: 0.065em;
}
@media screen and (max-width: 1079px) {
  #wrapper {
    min-width: initial;
  }
}

#wrapper, #container, footer {
  font-family: "Noto Sans JP", sans-serif;
}

header,
footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.inner {
  width: calc(1080px - 4%);
  margin: auto;
  padding: 0 2%;
  margin: auto;
  /*     @include mixin.mq(var.$sm){
     width:94%;
     padding:0;
      } */
}
@media screen and (max-width: 1079px) {
  .inner {
    width: 90%;
    margin: auto;
    padding: 2%;
  }
}

/*--------------------------------
フッター
----------------------------------*/
/**************************** 付与class名一覧 ****************************/
/*---------------------------------------------
表示非表示
----------------------------------------------*/
.sp0 {
  display: none !important;
}

.pc0 {
  display: block !important;
}

@media screen and (max-width: 1079px) {
  .sp0 {
    display: block !important;
  }
  .pc0 {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*------------------------------------------*
* ブロックスタイル
*------------------------------------------*/
li {
  list-style: none;
}

.align-left {
  text-align: left;
}

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

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

.vertical-bottom {
  vertical-align: bottom;
}

/*------------------------------------------*
* インラインスタイル
*------------------------------------------*/
img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #767676;
  display: block;
}

a:hover, a:hover img, input[type=submit]:hover, input[type=button]:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=80)";
}

/*------------------------------------------*
* ポジション
*------------------------------------------*/
.relative {
  position: relative;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------*
* 文字スタイル
*------------------------------------------*/
.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs32 {
  font-size: 32px;
}

.fs36 {
  font-size: 36px;
}

.palt {
  font-feature-settings: "palt" 1;
}

.latters_005 {
  letter-spacing: 0.04em;
}

.lsn {
  letter-spacing: normal t;
}

.ls-01 {
  letter-spacing: -0.1em t;
}

.ls01 {
  letter-spacing: 0.1em t;
}

.ls-02 {
  letter-spacing: -0.2em t;
}

.ls02 {
  letter-spacing: 0.2em t;
}

.ls-03 {
  letter-spacing: -0.3em t;
}

.ls03 {
  letter-spacing: 0.3em t;
}

.ls-04 {
  letter-spacing: -0.4em t;
}

.ls04 {
  letter-spacing: 0.4em t;
}

.ls-06 {
  letter-spacing: -0.6em t;
}

.ls06 {
  letter-spacing: 0.6em t;
}

.ls-08 {
  letter-spacing: -0.8em t;
}

.ls08 {
  letter-spacing: 0.8em t;
}

.txt_bold {
  font-weight: bold;
}

.txt_500 {
  font-weight: 500;
}

.td_under {
  text-decoration: underline;
}

.txt_blue {
  color: #195270;
}

.txt_orange {
  color: #ff7f00;
}

.txt_red {
  color: #ff0000;
}

.txt_fff {
  color: #fff;
}

/*------------------------------------------*
* margin系CSS
*------------------------------------------*/
.mt2 {
  margin-top: 2px;
}

.mt4 {
  margin-top: 4px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt4 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt36 {
  margin-top: 36px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt150 {
  margin-top: 150px;
}

.mt160 {
  margin-top: 160px;
}

.mt200 {
  margin-top: 200px;
}

/*------------------------------------------*
* position系CSS
*------------------------------------------*/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

/*------------------------------------------*
*ブロック・インライン
*------------------------------------------*/
.block {
  display: block;
}

.inline {
  display: inline-block;
}

/*------------------------------------------*
*アニメーション
*------------------------------------------*/
/********* フェードイン *********/
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_down ｜上から下へ出現
----------------------------*/
.scroll_down {
  transition: 0.8s ease-in-out;
  transform: translateY(-30px);
  opacity: 0;
}

.scroll_down.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  transition: 0.8s ease-in-out;
  transform: translateX(-80px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  transition: 0.8s ease-in-out;
  transform: translateX(80px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transform: translateX(0);
}

/*--徐々にずらす -- */
.low_timing02 {
  transition-delay: 1s;
}

.low_timing03 {
  transition-delay: 2s;
}

.low_timing04 {
  transition-delay: 3s;
}

.low_timing05 {
  transition-delay: 4s;
}

.low_timing05 {
  transition-delay: 10s;
}

.low_timing06 {
  transition-delay: 20s;
}

.low_timing07 {
  transition-delay: 30s;
}

.low_timing08 {
  transition-delay: 50s;
}

.timing02 {
  transition-delay: 0.2s;
}

.timing03 {
  transition-delay: 0.4s;
}

.timing04 {
  transition-delay: 0.6s;
}

.timing05 {
  transition-delay: 0.8s;
}

@-webkit-keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------------------------------*
* レイアウト
*------------------------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0px;
  padding: 0;
  list-style: none;
}

dl, dd, dt {
  margin: 0;
  padding: 0;
}

/*------------- モバイル -------------------*/
@media screen and (max-width: 639px) {
  #wrapper {
    width: 100%;
    min-width: 100%;
  }
  #wrapper img {
    max-width: 100%;
  }
}
/*------------------------------------------*
* ヘッター
*------------------------------------------*/
header {
  z-index: 100;
  background-color: #fff;
}

/*------------------------------------------*
* ナビ
*------------------------------------------*/
h1 img {
  vertical-align: middle;
}

/*------------------------------------------*
* フッター
*------------------------------------------*/
footer .inner {
  margin: 0 auto;
}

/*---------------------------------------*/
/*-------------------------------------
ヘッダー
--------------------------------------*/
header {
  background-color: #fff;
  padding: 10px;
  transition: all 0.3s ease;
  z-index: 1000;
  position: fixed;
  /*  @include foundation.mq(foundation.$sm) {
            position:fixed;
          } */
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1079px) {
  header .inner {
    padding: 0px;
  }
}
header nav ul {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1079px) {
  header nav ul {
    display: block;
  }
}

.main {
  background-color: #fffce3;
  padding-top: 64px;
}
.seed_logo {
  width: 8.5em;
}

#fv {
  /*   height: calc(100vh - 8vh); */
  background-color: #fffce3;
}

/* .logo__ttl{
    font-weight: 600;
    margin-left:16px;
    @include foundation.mq(foundation.$ks){
    font-size:0.75rem;
    }
    @include foundation.mq(foundation.$sm){
       line-height:foundation.$linehight_md;
       margin-left:8px;
    }
} */
/* .gnav__menu{
    &:nth-of-type(n + 2){
        margin-left:40px;
    }
} */
/*-------------------------------------
共通
--------------------------------------*/
h2 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-size: 2.625rem;
}
@media screen and (max-width: 1079px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  font-size: 2rem;
}
@media screen and (max-width: 1079px) {
  h3 {
    font-size: 1.75rem;
  }
}

/*-------------------------------------
fv
--------------------------------------*/
#fv {
  position: relative;
}
#fv .inner {
  position: relative;
}
#fv .inner img.mainitem {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1079px) {
  #fv .inner img.mainitem {
    width: 60%;
  }
}
@media screen and (max-width: 639px) {
  #fv .inner img.mainitem {
    width: 62%;
    bottom: 18%;
  }
}

.fvwrap {
  position: relative;
  padding-top: 5.5rem;
}
@media screen and (max-width: 1079px) {
  .fvwrap {
    padding-top: 2.5rem;
  }
}

.fv_title {
  position: relative;
}
.fv_title p {
  font-size: 1.5rem;
  color: #14A08D;
}
@media screen and (max-width: 1079px) {
  .fv_title p {
    font-size: 1rem;
  }
}

.fv_leadtxt {
  position: relative;
  font-size: 2rem;
  color: #14A08D;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 40px;
}
@media screen and (max-width: 1079px) {
  .fv_leadtxt {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

h1 {
  position: relative;
  font-size: 4.5rem;
  color: #14A08D;
  line-height: 1.35;
}
@media screen and (max-width: 1079px) {
  h1 {
    font-size: 36px;
  }
}

.fv_leadblock {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 639px) {
  .fv_leadblock {
    display: block;
  }
}
.fv_leadblock p:nth-of-type(1) {
  background-color: #14A08D;
  padding: 4px 8px;
  width: 5.6rem;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  color: #fff;
}
.fv_leadblock p:nth-of-type(2) {
  color: #14A08D;
  line-height: 1.5;
  margin-left: 12px;
}
@media screen and (max-width: 639px) {
  .fv_leadblock p:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 4px;
  }
}

.fv_infoblock {
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .fv_infoblock {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 639px) {
  .fv_infoblock {
    display: block;
  }
}
.fv_infoblock img {
  display: block;
}
@media screen and (max-width: 1079px) {
  .fv_infoblock .date {
    width: 30%;
  }
}
@media screen and (max-width: 639px) {
  .fv_infoblock .date {
    width: 42%;
  }
}
.fv_infoblock .free {
  margin-left: 5rem;
}
@media screen and (max-width: 1079px) {
  .fv_infoblock .free {
    width: 18%;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 639px) {
  .fv_infoblock .free {
    width: 28%;
    margin-left: 0px;
    margin-top: 10px;
  }
}
.fv_infoblock .local {
  margin-left: 0.5rem;
}
@media screen and (max-width: 1079px) {
  .fv_infoblock .local {
    width: 38%;
  }
}
@media screen and (max-width: 639px) {
  .fv_infoblock .local {
    width: 70%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

/*-------------------------------------
セクション1
--------------------------------------*/
.sec1 {
  background-color: #fffce3;
  padding: 100px 0 40px 0;
}
@media screen and (max-width: 1079px) {
  .sec1 {
    padding-top: 20px;
  }
}
.sec1 .inner > p {
  width: 51em;
  margin: 0 auto 30px auto;
}
@media screen and (max-width: 1079px) {
  .sec1 .inner > p {
    width: 100%;
    font-size: 0.875rem;
  }
}

.tokuten {
  width: 51rem;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 1079px) {
  .tokuten {
    width: 100%;
  }
}
.tokuten li {
  padding: 1.25rem;
  border-radius: 8px;
  color: #fff;
}
.tokuten li p:not(span) {
  font-size: 1.25rem;
}
@media screen and (max-width: 1079px) {
  .tokuten li p:not(span) {
    font-size: 1rem;
  }
}
.tokuten li p:not(span) span {
  font-size: 1rem;
  display: block;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1079px) {
  .tokuten li p:not(span) span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1079px) {
  .tokuten li {
    width: 100%;
  }
}
.tokuten li h2 {
  color: #fff;
  text-align: center;
}
.tokuten li:nth-of-type(1) {
  background: linear-gradient(to right, #25968A, #DFBA54);
}

/*-------------------------------------
プログラム
--------------------------------------*/
.program {
  margin-top: 40px;
}
.program_heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #14A08D;
}
@media screen and (max-width: 1079px) {
  .program_heading {
    display: block;
    width: 100%;
  }
}

.single_head {
  display: flex;
  border-bottom: 1px solid #14A08D;
  align-items: center;
}
@media screen and (max-width: 1079px) {
  .single_head {
    display: block;
  }
}

.single_head.opening {
  border-top: 1px solid #14A08D;
}

@media screen and (max-width: 1079px) {
  .title__performer p {
    line-height: 1.25;
  }
}
.title__performer span {
  display: inline-block;
  margin-left: 12px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1079px) {
  .title__performer span {
    margin-left: 0px;
  }
}

.program_heading.opening {
  border-top: 1px solid #14A08D;
}
.program_heading .title {
  width: calc(100% - (7rem + 44px));
  margin-left: 44px;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1079px) {
  .program_heading .title {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding: 10px 0;
    font-size: 1rem;
  }
}
.program_heading .title span:nth-of-type(1) {
  display: inline-block;
  width: 4.25rem;
  font-size: 1rem;
  border-radius: 8%;
  text-align: center;
  background: linear-gradient(to right, #25968A, #DFBA54);
  padding: 2px 0 4px 0;
  max-height: 32px;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1079px) {
  .program_heading .title span:nth-of-type(1) {
    display: block;
    font-size: 0.875rem;
  }
}
.program_heading .title span:nth-of-type(2) {
  margin-left: 12px;
  display: inline-block;
  text-indent: -0.5rem;
  line-height: 1.5;
  width: calc(100% - 4.25rem - 12px);
}
@media screen and (max-width: 1079px) {
  .program_heading .title span:nth-of-type(2) {
    width: 100%;
  }
}
.program_heading .title span:nth-of-type(2) small {
  font-size: 1.25rem;
  text-indent: -0.7rem;
  display: inline-block;
}
@media screen and (max-width: 1079px) {
  .program_heading .title span:nth-of-type(2) small {
    font-size: initial;
    margin-top: 4px;
  }
}
@media screen and (max-width: 1079px) {
  .program_heading .title span:nth-of-type(2) {
    margin-left: 0px;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 1079px) {
  .title3_dec {
    font-size: 0.75rem;
  }
}

.title.gray {
  color: #888888;
}

.title3 {
  position: relative;
}
.title3::before {
  /*  display: block;
   content:"";
   position: absolute;
   width:1px;
   height:100%;
   background-color: #25968A;
   top:0;
   left:-13px; */
}
@media screen and (max-width: 1079px) {
  .title3::before {
    display: none;
  }
}

.program_block {
  width: 100%;
}
.program_block .title_block {
  display: flex;
  padding: 20px 0;
  align-items: center;
  width: calc(100% - (7rem + 44px));
  margin-left: 44px;
}
@media screen and (max-width: 1079px) {
  .program_block .title_block {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding: 0 0 10px 0;
  }
}
.program_block .title_block .title {
  width: 7rem;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (max-width: 1079px) {
  .program_block .title_block .title {
    font-size: 1rem;
  }
}
.program_block .title_block .title__performer {
  width: calc(100% - (7rem + 44px));
  margin-left: 44px;
}
@media screen and (max-width: 1079px) {
  .program_block .title_block .title__performer {
    margin-left: 0px;
    width: 100%;
    font-size: 0.875rem;
  }
}

.program_block .time {
  width: 7rem;
  font-weight: bold;
  font-size: 1.5rem;
  /* border-right: 1px solid foundation.$color_green; */
  color: #14A08D;
  padding: 20px 0;
  line-height: 1.5;
}
@media screen and (max-width: 1079px) {
  .program_block .time {
    width: 100%;
    padding: 10px 0 0 0;
    border-right: 0px;
    font-size: 1rem;
  }
}
.program_block .time p {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  color: #444;
}
.program_block .time p::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f3c5";
  margin-right: 4px;
  font-size: 18px;
  color: #14A08D;
}

.program_block .content {
  padding: 20px 0;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #14A08D;
}
@media screen and (max-width: 1079px) {
  .program_block .content {
    display: block;
  }
}
.program_block .photo {
  width: 144px;
  height: 144px;
}
.program_block .photo img {
  border-radius: 8px;
}
.program_block .info_heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1079px) {
  .program_block .info_heading {
    display: block;
    margin-top: 0.5rem;
  }
}
.program_block .info {
  flex: 1;
}
.program_block .role {
  font-weight: bold;
  color: #fff;
  width: 4.25rem;
  border-radius: 8%;
  text-align: center;
  background-color: #14A08D;
  padding: 2px 0 4px 0;
  max-height: 32px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1079px) {
  .program_block .role {
    font-size: 0.875rem;
  }
}
.program_block .name {
  font-weight: bold;
  font-size: 1.5rem;
  /*    margin-left: 12px; */
}
@media screen and (max-width: 1079px) {
  .program_block .name {
    margin-left: 0px;
  }
}
.program_block .name .ryakusyou {
  font-weight: bold;
  margin-left: 4px;
}
.program_block .name span {
  font-size: 1rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 12px;
  font-size: 0.8125rem;
}
@media screen and (max-width: 1079px) {
  .program_block .name span {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1079px) {
  .program_block .name span:nth-of-type(2) {
    display: block;
  }
}

.kouen3_name2 .name {
  line-height: 1.2;
}
@media screen and (max-width: 1079px) {
  .kouen3_name2 .name {
    line-height: 1.8;
  }
}

.desc {
  margin-top: 4px;
  font-size: 0.875rem;
}
.desc span:not(.info1_indent) {
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (max-width: 1079px) {
  .desc span:not(.info1_indent) {
    display: block;
    margin-left: 0px;
  }
}
@media screen and (max-width: 1079px) {
  .desc {
    font-size: 0.75rem;
    line-height: 2;
  }
}

.info1_indent {
  text-indent: 4.1rem;
  display: inline-block;
}
@media screen and (max-width: 1079px) {
  .info1_indent {
    text-indent: 0;
  }
}

.kouen3_name1 {
  border-bottom: none !important;
  padding: 20px 0 0 0 !important;
  margin-bottom: 8px;
}

.kouen3_name2 {
  padding: 0 0 20px 0 !important;
}
@media screen and (max-width: 1079px) {
  .kouen3_name2 {
    margin-top: 20px;
  }
}

.networking {
  background: linear-gradient(to right, #AEC442, #EDB6A0, #FFA685);
  color: #fff;
  padding: 4px 20px;
  border-radius: 8px;
  font-weight: bold;
  width: 240px;
}
@media screen and (max-width: 1079px) {
  .networking {
    width: 17.5rem;
    margin-top: 0.5rem;
    padding: 4px 12px;
  }
}

@media screen and (max-width: 1079px) {
  .program_block.single_head.closing .title_block {
    padding-bottom: 1rem;
  }
}
.program_block.single_head.closing .title__performer p:nth-of-type(2) {
  margin-top: 10px;
}

/**/
.sec3 {
  background-color: #E9F6F4;
  padding: 30px 0 60px 0;
}
.sec3 h2 {
  color: #14A08D;
  text-align: center;
}

.single_head.closing .title_block {
  display: block;
}
.single_head.closing .title_block .title__performer {
  margin-left: 0px;
}

@media screen and (max-width: 1079px) {
  .program {
    width: 100%;
    min-width: initial;
    max-width: 800px;
    margin: 20px auto 0 auto;
  }
}
.program dl {
  display: flex;
  border-bottom: solid 1px #14A08D;
  color: #14A08D;
  font-weight: bold;
}
@media screen and (max-width: 1079px) {
  .program dl {
    display: block;
  }
}
.program dl div:not(.koushi) {
  font-size: 1.125rem;
}
.program dt {
  border-right: solid 1px #14A08D;
  font-size: 1.125rem;
}
@media screen and (max-width: 1079px) {
  .program dt {
    border-right: none;
  }
}
.program dd {
  position: relative;
  width: 100%;
}

.program dd,
.program dt {
  padding: 12px;
}
@media screen and (max-width: 1079px) {
  .program dd,
.program dt {
    padding: 0px;
  }
}

.kouen h4 {
  text-indent: -0.5rem;
}
@media screen and (max-width: 1079px) {
  .kouen h4 {
    line-height: 1.6;
    font-size: 1rem;
    margin: 12px 0;
  }
}

.band {
  color: #fff;
  background-color: #14A08D;
  padding: 0.1rem 1rem;
  border-radius: 4px;
  width: 5.2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1079px) {
  .band {
    padding: 4px 0;
    width: 3.5rem;
    font-size: 0.75rem;
  }
}

.koushi {
  margin-top: 8px;
  line-height: 1.5;
}
.koushi p:nth-of-type(1) {
  font-size: 0.875rem;
}
.koushi p:nth-of-type(2) {
  font-size: 1.5rem;
}

.kaijyou {
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 2.4rem;
}

.program dl:nth-of-type(5) .kouen::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 12px 0;
  background-color: #14A08D;
}
.program dl:nth-of-type(7) {
  border-bottom: none;
}
.program dl:nth-of-type(7) dd p {
  background: linear-gradient(to right, #B4CC3F, #C0C04B, #E69C73, #F3B9A3);
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
  width: 22em;
}

/*-------------------------------------
アクセス
--------------------------------------*/
.sec4 {
  background-color: #fffce3;
  padding: 40px 0;
}

.accessmap {
  width: 100% !important;
}

/*-------------------------------------
登壇者
--------------------------------------*/
/* .sec4 {
    .inner {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;

        h2 {
            width: 100%;
        }

        >div {
            width: calc(100% - (50% + 15px));
            margin-top: 30px;
        }

        >div:nth-of-type(even) {
            margin-left: 15px;
        }

        >div:nth-of-type(odd) {
            margin-right: 15px;
        }
    }
}

.speaker_block {
    display: flex;
    align-items: center;

    .speaker_img {
        width: 22%;
    }

    .speaker_info {
        width: calc(100% - (22% + 20px));
        margin-left: 20px;

        h4 {
            font-size: 1.5rem;
        }

        p:not(:nth-of-type(2), .band) {
            font-size: 0.875rem;
        }

        p:not(.band) {
            margin-top: 12px;
        }
    }
}
 */
/*-------------------------------------
申し込み
--------------------------------------*/
.app {
  text-align: center;
  padding: 40px 0;
  background-color: #fff;
}
.app p {
  font-weight: bold;
}
.app a {
  background-color: #ff9d78;
  padding: 0.8rem 0 0.7rem;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  width: 28rem;
  margin: auto;
  border-radius: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
  flex-basis: auto;
  justify-content: center;
}
@media screen and (max-width: 1079px) {
  .app a {
    max-width: 380px;
    min-width: 280px;
    width: 94%;
    font-size: 1.25rem;
  }
}
.app a i {
  margin-left: 1rem;
  font-size: 1rem;
  height: 1.4rem;
}

/*-------------------------------------
お問い合わせ(フッター)
--------------------------------------*/
footer {
  background-color: #fffce3;
  padding: 40px 0 60px 0;
}
footer h2 {
  text-align: center;
}
footer a {
  text-align: center;
}

.contactlist_block {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  margin: 40px auto 60px auto;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .contactlist_block {
    display: block;
    margin: 20px 0 40px 0;
  }
}
.contactlist_block a {
  display: inline-block;
  width: 50%;
  color: #333;
}
@media screen and (max-width: 1079px) {
  .contactlist_block a {
    width: 100%;
    font-size: 1rem;
    margin: 0px !important;
  }
}
.contactlist_block::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #6e6e6e;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .contactlist_block::after {
    width: 100%;
    height: 1px;
  }
}
.contactlist_block .contactlist_email {
  margin-right: 1rem;
}
@media screen and (max-width: 1079px) {
  .contactlist_block .contactlist_email {
    padding-top: 1rem;
  }
}
.contactlist_block .contactlist_email::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: 400;
  margin-right: 4px;
}
.contactlist_block .contactlist_tel {
  margin-left: 1rem;
}
.contactlist_block .contactlist_tel::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 4px;
}
.contactlist_block p {
  width: 50%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .contactlist_block p {
    width: 100%;
    font-size: 1rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1079px) {
  .contactlist_block p:nth-of-type(1) {
    padding-top: 1rem;
  }
}

.contactlist_email, .contactlist_tel {
  font-size: 1.25rem;
}
/*-------------------------------------
ハンガーガー
--------------------------------------*/
.nav-overlay__link:hover {
  color: #14A08D;
}

@media (max-width: 1079px) {
  /* overlay-styles.css */
  .hamburger-overlay {
    position: fixed;
    top: 8px;
    right: 20px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .hamburger-overlay__line {
    position: absolute;
    left: 11px;
    width: 26px;
    height: 2px;
    background-color: #333;
    transition: all 0.6s;
  }
  .hamburger-overlay__line:nth-of-type(1) {
    top: 14px;
  }
  .hamburger-overlay__line:nth-of-type(2) {
    top: 23px;
  }
  .hamburger-overlay__line:nth-of-type(3) {
    top: 32px;
  }
  .hamburger-overlay.active .hamburger-overlay__line {
    background-color: #fff;
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.61);
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
    z-index: 900;
  }
  .nav-overlay.active {
    visibility: visible;
    opacity: 1;
  }
  .nav-overlay__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
  .nav-overlay__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-overlay__item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s;
  }
  .nav-overlay.active .nav-overlay__item {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-overlay.active .nav-overlay__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .nav-overlay.active .nav-overlay__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .nav-overlay.active .nav-overlay__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .nav-overlay.active .nav-overlay__item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .nav-overlay__link {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
    text-shadow: 1px 2px 3px #808080;
  }
  .nav-overlay__link:hover {
    color: #ffca96;
    text-shadow: 1px 2px 3px #333;
  }
}
/*-------------------------------------
トップへ戻るボタン
--------------------------------------*/
#topbtn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  background-color: #14A08D;
  display: block;
  text-align: center;
  border-radius: 24px;
}
@media screen and (max-width: 1079px) {
  #topbtn {
    width: 40px;
    height: 40px;
  }
}

#topbtn::before {
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  line-height: 48px;
}
@media screen and (max-width: 1079px) {
  #topbtn::before {
    font-size: 16px;
    line-height: 40px;
  }
}
/*# sourceMappingURL=style.css.map */