@charset "UTF-8";

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* box-sizing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* hover img alpha2 */
a img.alpha {
  transition: all 0.2s ease 0s;
}
a:hover img.alpha {
  opacity: 0.8;
  filter: alpha(opacity=0.8);
  -ms-filter: "alpha( opacity=0.8 )";
}

sup{
  vertical-align: baseline;
  position: relative;
  top: -0.6ex;
  font-size:75%;
}

html {
  scroll-behavior: smooth;
}


/* for sp link */
#sp_btn {
  display: none;
  text-align: center;
  padding-top: 40px;
}

body {
  width: 100% !important;
  font-size: 1.8rem;
  font-weight: normal;
  color: #000;
  letter-spacing: 0.02em;
  z-index: 1;

  -webkit-text-size-adjust: 100%; /*スマホ自動調整対策*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #fff;
}

body {
  font-family: 'Century Gothic', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* ルビ */
[data-ruby] {
   position: relative;
}
[data-ruby]::before {
   content: attr(data-ruby);
   position: absolute;
   top: -1.2em;
   left: 0;
   right: 0;
   margin: auto;
   font-size: 0.5em;
   zoom: 0.5;
}

[data-ruby2] {
   position: relative;
}
[data-ruby2]::before {
   content: attr(data-ruby2);
   position: absolute;
   top: -3.5em;
   left: 0;
   right: 0;
   margin: auto;
   font-size: 0.4em;
   zoom: 0.5;
}

.social_box {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.social_buttons {
  display: inline-block;
  text-align: left;
}

.sp_nbo_header {
  display: none;
}

.wrap {
  background: #c74634 url(bg_main.webp) top center no-repeat;
  background-size: 100% auto;
  animation: show 2s ease 0s 1 normal;

}


@keyframes show {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}



header {
  width: 100%; /* android view point */
  margin: 0 auto;
  position:relative;
}

/* 記事メインイメージ */
.head_img01 {
  margin: 0 auto;
  padding: 640px 0 0;
  position: relative;
  overflow:hidden;
}

.main_ttl {
  position: relative;
  margin: 50px auto 0;
  width: 600px;
  height: auto;
  z-index: 3;
}

.main_ttl2 {
  position: relative;
  margin: 50px auto 0;
  width: 690px;
  height: auto;
  z-index: 3;
}

.main_ttl img, .main_ttl2 img {
  width: 100%;
}

.title-button {
    position: relative;
    display: block;
   margin: 10px auto 0;
  width: 94%;
  max-width: 360px;
    height: auto;
  color: #fff;
    text-decoration: none;
  padding: 0.7em 0.5em;
  background: #000;
  transition: 0.3s;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.05rem, calc(1vw + 1rem), 1.4rem);
  font-weight:bold;
  line-height: 1.5;
  border: 2px solid #FFF;
}



.title-button:hover {
  opacity:0.8;
}

h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.nav_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
background: #312d2a; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav {
  width: 100%;
  max-width: 640px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.nav_item1 {
  width: 33%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.85rem, calc(1vw + 1rem), 1.1rem);
  line-height: 1.4;
  color: #fff;

}


.arrow-button {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
  color: #fff;
    text-decoration: none;
  transition: 0.3s;
  padding: 15px;

}

.arrow-button:before {
  content: '';
  position:absolute;
  bottom: 0;
  left:0 ;
  width: 0;
  height: 1px;
  transition: 0.3s;
  background: #fff;
  
}

.arrow-button:hover {
  color: #444;
}

.arrow-button:hover:before {
  content: '';
  position:absolute;
  bottom: 0;
  left:0 ;
  width: 100%;
  height: 1px;
}




/*スライド*/
.slide-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
   padding: 30px 0;
  background: #FFF;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 40s infinite linear 1s both;
}
.slide{
  width: 350px;
  object-fit:cover;
}
@keyframes slide-flow {
   0% {transform: translateX(0);}
 100% {transform: translateX(-100%);}
}
/*スライド*/

.leadarea {
  width: 100%;
  max-width: 960px;
  position: relative;
  z-index:3;
  margin: 0 auto;
  z-index:10;
  padding: 35px 35px 15px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.lead {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-size: 1.09rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
 color: #fff;
  letter-spacing: -0.01em;
  vertical-align: baseline;
}

.lead_bold {
  font-weight: 700;
  font-size: 1.1rem;
  vertical-align: baseline;
}

.br_pc {
  display:block;
}

.lead p {
  padding-bottom: 10px;
}

main {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 10px;
  position: relative;
}

main img {
  width: 100%;
}

main p {
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  text-justify:inter-ideograph;  
}

.sec1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
background:#fff;
}

.bg_color1 {
  border-radius: 240px 0 0 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8cde0+0,e2d7ea+100 */
background:#fff;
  padding: 40px 0;
}

.sec1_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 40px ;
  color: #000;
  position:relative;
}

.h2_box {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
}

h2 {
  width: 100%;
  margin: 0 auto -1px;
  padding: 12px 25px 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0px;
  display: block;
  z-index:10;
background: #312d2a;
  text-align: center;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt10 {
  padding-top: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb40 {
  padding-bottom: 40px;
}

h3 {
  margin: 0;
  padding: 0;
  width: 98%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

h4 {
  margin: 0 auto;
  padding: 0;
  width: 98%;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #000;
}

.profile {
  width: 100%;
  margin: 5px auto;
  padding: 3px 0;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
  color: #333;
  text-align: justify;
}

.name_area {
  width: 100%;
  padding: 0;
}

.name_area2 {
  padding: 12px 30px 0 0;
}

.name {
  margin: 0;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: left;
  color: #000;
  width: 100%;
  position: relative;
}

.name_large {
  font-size: 1.2rem;
  line-height: 1.8;
  vertical-align: baseline;
}

.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  margin: 0 auto;
  padding: 10px 5px 0;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  text-align: justify; 
  text-justify: inter-ideograph;
}

footer {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.button-4 a{
  display: block;
  width: 100%;
  height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 2rem 2%;
  margin: 0 auto 20px;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1.1rem;
  font-weight:bold;
  line-height: 1.2;
background: #032d42;
  color:#FFF;
  vertical-align: middle;
}

.button-4 a:hover {
  opacity: 0.8;
}

.b_txt {
  font-weight: bold;
}

.next {
  height: 30px;
  padding: 5px 15px;
  display: inline-block;
  background:#FFF;
  color: #032d42;
  border-radius: 15px;
  vertical-align: middle;
}


.logo {
  margin: 2.5% auto 1%;
  width: 250px;
  text-align: center;
}

.localFooter {
  line-height: 150%;
}

.caption2 {
  width: 100%;
  margin: 10px auto;  
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}

.caption3 {
  width: 100%;
  margin: 10px auto 20px;  
  font-size: 0.9rem;
  line-height: 1.6;
  color: #000;
  text-align: justify; 
  font-weight: normal;
}

.caption0426 {
  width: 100%;
  max-width: 960px;
  margin: 10px auto 30px;  
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}


/* 単語ごとに改行 */
.sub_wb {
  display: inline-block;
  vertical-align: baseline;
}

.ovr_txt {
  overflow: auto;
}


.btn_area {
  width: 100%;
  margin: 30px auto;
  padding: 1.5% 2% 0;

  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.btn_item1 {
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0.7em 0.5em;
  background: #000;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
}

.btn_item2 {
  width: 46%;
  margin: 0 auto;
  padding: 0.5em;
  background: #000;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
transition: 0.3s;
}

.btn_item3 {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em 0.5em 0;
   font-size: 1.5rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
  display:flex;
  justify-content: center;
  align-self: center;
}

.btn_item2:hover {
  opacity: 0.8;
}

.sml_txt {
  font-size: 75%;
  letter-spacing: -0.02em;
}

.sml_txt2 {
  font-size: 75%;
  letter-spacing: -0.02em;
}

.sml_txt3 {
  font-size: 90%;
  letter-spacing: 0.02em;
}

.large_txt {
  font-size: 110%;
}

#contact2 {
  width: 100%;
  border-top: 1px solid #312d2a;
  border-bottom: 1px solid #312d2a;
  padding: 30px 0;
  text-align: center;
}
#contact2 img {
  width: 280px;
}

.contact_info {
  width: 100%;
  border-bottom: 1px solid #312d2a;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
   font-size: 0.9rem;
   font-weight: bold;
   line-height: 1.3;
}

.contact_info p {
   padding-bottom: 15px;
}

.button {
    width: auto;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    background: #0a42c1;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 0.3em;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
}

.copyright{
  padding: 30px 30px 120px 30px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

  font-size: 12px;
  line-height: 1.6em;
  color: #969696;
  text-align: center;
}

.copyright img {
  padding-left:10px;
}

.pro_bdr1 {
  border-top: 1px solid #999;
}

.pro_bdr2 {
  border-bottom: 1px solid #999;
}

.pro_box {
  width: 100%;
  display: flex;
  margin: 0 auto 10px;
  padding: 0;
}


.pro_box1 {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0;
}

.pro_box2 {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0;
}


.pro_box a:visited {
  color: #00f;
}


.pro_item1 {
  width: 18%;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
justify-content: flex-end;
  color: #000;
  position: relative;
}

.pro_item1:before {
  content:'';
  position: absolute;
  top: 10px;
  right: 0;
  width: 10px;
  height: calc(100% - 20px);
  border-right: 1px dotted #999;
}


.no_color {
  width: 17%;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
justify-content: flex-end;
}

.time {
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
}

.pro_item2 {
  width: 81%;
  padding: 15px 0 15px 15px;
  text-align: left;
}

.pro_item3 {
  width: 82%;
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.pro_item4 {
  width: 20%;
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
}

.pro_item4 img {
  width: 100%;
  border-radius: 100vh;
  border: 1px solid #ddd;
}

.pro_item5 {
  width: 74%;
  padding: 15px;
  text-align: left;
  align-self: center;
}

.pro_item6 {
  width: 100%;
  padding: 10px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.pro_item7 {
  width: 115px;
  padding: 0 10px 0 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pro_item7 img {
  width: 100%;
  border-radius: 10px;
}

.pro_item8 {
  width: calc(94% - 105px);
  padding: 0 5px 5px;
  text-align: left;
}

.pro_item9 {
  width: 78%;
  padding: 15px;
  text-align: left;
  align-self: center;
overflow: auto;
height: 100%;
}

.name_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 0;
  gap: 15px;
  padding-top: 15px;
}

.name_box2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 0;
  gap: 15px;
  padding-top: 15px;
}


.name_border {
  border-top: 1px solid #999;
}

.name_border2 {
  border-bottom: 1px solid #999;
}


.img_area {
  width: 125px;
}



dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 1px 0 0 0;
  border-color: #999;
  border-style: solid;
  font-size: 1.6rem;
  font-weight: normal;
  min-height: 50px;
}
dl.last {
  border-bottom: 1px solid #999;
}
dl dt p,dl dd p {
  display: inline-block;
  padding: 20px 25px;
}
dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18%;
  background-color: #fff;
  color: #312d2a;
  text-align: center;
  font-weight: bold;
}
dl dd {
  width: calc(100% - 18%);
}
dl.large dd {
  font-size: 1.8rem;
  font-weight: bold;
}
dl.large .sml {
  font-size: 1.6rem;
  vertical-align: baseline;
}

#outline ul {
  padding-left: 1.1em;
  list-style: disc;
}
#outline ul li {
  display: list-item;
}

.kakomi {
  margin: 30px auto 0;
  width: 94%;
  max-width: 600px;
  padding: 20px;
  border: 1px solid #ccc2d6;
  border-radius: 5px;
}

.kakomi p {
  font-size: 0.85rem;
  line-height: 1.6;
  text-align: justify;
}

.kakomi a {
  color: #fc7786;
  text-decoration: underline;
  font-weight: bold;
}

#outline .small_txt {
  font-size: 90%;
}

.b_txt {
  font-weight: bold;
}

#manual {
  margin-bottom: 40px;
}
#contact {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  background-color: #312d2a;
}
#contact .contentBlock {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 80px 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
}
#contact .contact_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#contact .txt {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px #fff solid;
}
#contact a {
  color: #fff;
  text-decoration: underline;
}
.program-annotation-panel-body p {
  margin-bottom: 1em;
}
.program-annotation-panel-body ul,
.program-annotation-panel-body ol {
  padding-left: 0;
}
.program-annotation-panel-body li {
  padding-bottom: 1em;
}
.program-annotation-panel {
  margin: 0 auto;
}
.viewing .program-annotation-panel {
  width: auto;
}
.program-annotation-panel-title {
  margin-bottom: 1em;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
}
.program-annotation-panel-body li {
  display: list-item;
}
.program-annotation-panel-body p {
  margin-bottom: 1em;
  font-size: 0.9rem;
  line-height: 1.6;
}
.contents .section p {
  font-size: 0.9rem;
  line-height: 1.6;
}
.program-annotation-panel-body {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #000000;
}
.program-annotation-panel-body h4 {
  font-size: 1rem;
  font-weight: bold;
}
.program-annotation-panel-body p:last-child {
  margin-bottom: 0px;
}
.program-annotation-panel-body a {
  color: #000099;
  text-decoration: underline;
  word-break: break-all;
  font-weight: bold;
}
.vcubesupp {
  display: block;
  padding: 0;
}

.pt20 {
  padding-top: 20px;
}

.notice {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
}

.notice_2 {
    color: #c00;
    font-size: 21px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
}


/*モーダルウィンドウ*/
    .modal-open {
      display: inline-block;
      background-color: #c74634;
      color: #fff;
      margin: 10px auto;
      font-size: 0.7rem;
      font-weight: 700;
      width: 100%;
      border-radius: 100vh;
      text-align: center;
    }

    .modal-open a {
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      color: #fff !important;
      text-decoration: none;
    }
    .modal{
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
    }
    .modal:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal .overlay{
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #666;
      opacity: 0.7;
      top: 0;
      left: 0;
    }
    .modal-wrapper{
      width: 94%;
      max-width: 600px;
      min-width: 280px;
      height: 100%;
      max-height: 320px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .modal-contents{
      overflow: auto;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      position: relative;
    }
    .modal-content{
      margin: 20px;
    }
    .modal-close{
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      text-decoration: none;
      font-size: 0.9rem;
      color: #fff;
      background: #e51502;
      padding: 2px;
      text-align: center;
    }

    a.modal-close {
      text-decoration: none;
      color: #fff !important;
    }
/*モーダルウィンドウ*/


.speakers_box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.speakers_item {
  width: 49%;
  display: flex;
  margin-bottom: 18px;
}

.pt30 {
  padding-top: 30px !important;
}


/* お申し込みボタン&totop */
.button-area{
	padding: 20px 0;
                                border-top: 4px solid #000;
}
.button-entry a,
.button-entry input[type="submit"]  {
	width: 740px;
	max-width: 100%;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
background: #c74634;
	color: #fff;
	margin: 0 auto;
	padding: 1em 0;
	text-decoration: none;
	border-radius: 100vh;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
	cursor: pointer;
}
.button-entry p {
	margin: 20px 0;
	text-align: center;
}
.fixed-btm{
	position: fixed;
	background: #efeded;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.fixed-btm .button-area{
	padding: 10px 10px 5px;
}
.fixed-btm .button-entry a{
	max-width: 90%;
	margin: 10px auto;
}
.fixed-btm .button-area p{
	line-height: 1.3;
	margin: 0.5em 0;
}
.button-entry input[type="submit"] {
	max-width: 95%;
}
.button-entry a:hover,
.button-entry input[type="submit"]:hover {opacity:.9;}
.button-entry input[type="submit"]{
	border: 0;
}
.button-entry input[type="submit"].disable{
	position: relative;
	background: #999;
	pointer-events : none;
	color: #efefef;
	line-height: 1;
	display: block;
}

#entry .button-entry input,
#entry .button-entry img {
	vertical-align: bottom;
}

.button-entry p.clear {
	margin: 7px 0 0!important;
	text-align: center;
	display: none;
}

/* page top */
html {
	scroll-behavior: smooth;
}
.pagetop {
	position: fixed;
	justify-content: space-around;
	right: 0px;
	bottom: 0px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
                                background: rgba(255,255,255,0.6);
	position: relative;
	opacity:.75;
}
.pagetop a img {
	padding: 10px;
}
.pagetop a:hover {
	opacity:1;
}
.fixed-btm .pagetop {
	position: relative;
	right: auto;
	bottom: auto;
}
.fixed-btm .pagetop a{
	position: absolute;
	right: 0;
	top: -50px;
}


/* お申し込みボタン */

/* お申し込み終了 */

div.entry-close {
	text-align: center;
	margin: 0 auto;
	background: #efeded;
}
.entry-close p {
	color: #f00000;
	font-size: 1.2rem;
	padding: 0 10px;
	margin-bottom: 10px;
                                font-weight: 700;
}
.entry-close p.to-index {
	margin-top: 10px;
	line-height: 20px;
}
p.close-text{
	padding: 25px 1em 15px;
}


.sp_br {
  display: none;
}


@media screen and (min-width: 1921px) {

header {
  width: 100%;
  max-width: 1920px;
}

.head_img01 {
  padding: 800px 0 0;
  margin: 0 0 0 18%;
}

.head_img01 {
  background: url(img_mv.jpg) center top no-repeat;
  background-size: cover;
  padding: 800px 0 0;
  border-radius: 0 0 0 100vh;
  position: relative;
}


}

@media screen and (max-width: 1199px) {


.bg_color1 {
  border-radius: 110px 0 0 0;
  padding: 40px 0;
}



}


@media screen and (max-width: 999px) {

header {
  width: 100%; /* android view point */
  margin: 0 auto;
  position:relative;
}



.main_ttl {
  position: relative;
  margin: 10px auto;
  height: auto;
  padding-top: 15px;
  z-index: 3;
}

.main_ttl2 {
  position: relative;
  margin: 10px auto;
  height: auto;
  padding-top: 15px;
  z-index: 3;
}


.leadarea {
  width: 94%;
  max-width: 94%;
  position: relative;
  z-index:5;
  margin: 0 auto 4%;
  padding: 3% 0;
}

.lead {
  max-width: 100%;
  padding: 3% 3% 0;
  position: relative;
  z-index:10;
}


.bg_sec2 {
  background: #FFF;
}


.sec1_inner {
  box-sizing: border-box;
  width: 94%;
  max-width: 94%;
  padding: 3% 0;
  border-bottom: none;
}


h2 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto -1px;
  padding: 3%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  position: sticky;
  top: 0;
  left: 0px;
  display: block;
}



h3 {
  font-size: 1.3rem;
}


.img_box4 {
  width: 94% !important;
  margin: 0 auto;
  padding:2% 0 3%;
  text-align: center;
}

.caption2 {
  position: static;
  margin: 10px auto;
  width: 100%;
}

.img_box5 {
  padding:3% 0 2.5%;
}


.button-4 a{
  display: block;
  width: 100%;
  height: auto;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  padding: 2% 3%;
  margin: 0 auto 10px;
  text-decoration:none;
  transition:all .5s ease;
  font-size: 1rem;
}



.caption {
  position: relative;
  bottom: 0;
  left: 0;
  width: 70%;
  margin: 0 auto;
  padding: 10px 5px 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
}


.pf_prof {
  font-size: 0.83rem;
  color: #333;
  line-height: 1.3;
  text-align: justify; 
  text-justify: inter-ideograph;
  letter-spacing: -0.03em;
  word-break: break-all;
}

.img_add {
  float: right;
  position: relative;
  width: 300px;
  margin: 10px 0 20px 30px;
  padding: 0;
}

.img_add img, .img_add2 img {
  width: 100%;
}

.img_add2 {
  float: left;
  position: relative;
  width: 300px;
  margin: 10px 30px 20px 0;
  padding: 0;
}

.name_area {
  width: 100%;
  padding: 12px 0;
}

.name_area2 {
  padding: 12px 0 ;
}

.pro_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  
}


.pro_item1 {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
justify-content: flex-start;
  background: #f5f5f5;
}

.pro_item1:before {
  display: none;
}



.time {
  padding-top: 3px;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
}

.pro_item2 {
  width: 100%;
  padding: 15px 10px;
  text-align: left;
}

.pro_item3 {
  width: 100%;
  padding: 15px 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
}


.btn_item1 {
  width: 94%;
  max-width: 360px;
}

.sml_txt2 {
  font-size: 0.85rem;
}


.bg_color1 {
  border-radius: 75px 0 0 0;
  padding: 4% 0;
}

.caption0426 {
  width: 100%;
  max-width: 94%;
  margin: 10px auto 30px;  
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  text-align: left; 
}


.name_large {
  font-size: 1.05rem;
}


.speakers_item {
  width: 49%;
  display: flex;
  margin-bottom: 18px;
}


.pt30 {
  padding-top: 5% !important;
}


}



@media screen and (max-width: 767px) {

.slide{
  width: 250px;
  object-fit:cover;
}

.inner1 .catch {
  font-size: 1.5rem;
}

h1 {
  font-size: 2rem;
}


.main_ttl {
  position: relative;
  margin: 10px auto;
  height: auto;
  width: 80%;
  padding-top: 15px;
  z-index: 3;
}

.main_ttl2 {
  position: relative;
  margin: 10px auto;
  height: auto;
  width: 90%;
  padding-top: 15px;
  z-index: 3;
}


.lead {
  font-size: 1rem;
  line-height: 1.6;

}



h2 {
  font-size: 1.5rem;
}


h3 {
  font-size: 1.25rem;
}

.sec1 {
  position: relative;
  margin: 0 auto;
  padding:  0;
  width: 100%;
}


#note_text {
  margin-top: 10px !important;
  padding: 10px 3% 0;
  color: #666;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align:center;
}

.img_box4 {
  width: 94%;
}

.br_pc {
  display: none;
}


.bg_color1 {
  border-radius: 30px 0 0 0;
  padding: 40px 0;
}

.kakomi {
  margin: 30px auto;
}


.name_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0 0;
  gap: 15px;
  padding-top: 10px;
}

.pro_item6 {
  width: 100%;
  padding: 10px 0 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.pro_item7 {
  width: 30%;
  padding: 0 0 15px 0;
  display: flex;
  align-items: center;
}

.pro_item8 {
  width: calc(69% - 15px);
  padding: 0 0 15px 15px;
  text-align: left;
  align-self: flex-start;
}



}

@media screen and (max-width: 639px) {

nav {
  width: 100%;
  max-width: 96%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.nav_item1 {
  width: 33%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: clamp(0.85rem, calc(1vw + 1rem), 1rem);
  line-height: 1.4;
  color: #000;
}


.wrap {
  background: #c74634 url(bg_sp_main.webp) top center no-repeat;
  background-size: 100% auto;
}




.title-button {
    position: relative;
    display: block;
    bottom: 0;
   right: 0;
   left: 0;
   margin: 10px auto 0;
    width: 80%;
  max-width: 80%;
    height: auto;
  color: #fff;
    text-decoration: none;
  padding: 15px;
  background: #000;
  transition: 0.3s;
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}

.title-button:hover {
  opacity:0.8;
  bottom: 0;
}

.title-button br {
  display: none;
}

main p {
  line-height: 1.7;
}

h2 {
  font-size: 1.5rem;
}



.rb_1 {
    line-height: 150%;        
}

h3 {
  font-size: 1.2rem;
}


.img_box4 {
  width: 94%;
}

.img_box4 img {
  width: 100%;
}


.img_box2 img {
  width: 70%;
}

#note_text {
  text-align: left !important;
}
#note_text br {
  display: none;
}

.img_add {
  float: none;
  width: 280px;
  margin: 20px auto;
  padding: 15px 5px;
}


.img_add2 {
  float: none;
  width: 280px;
  margin: 20px auto;
  padding: 15px 5px;
}

.arrow-button{
  padding: 10px 10px;
   position: relative;
   text-align: center;
   text-decoration: none;
   width: 100%;
   max-width: 800px;
   overflow: hidden;
}

.banner_box {
  width: 94%;
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;  
}

.banner_item1 {
  width: 100%;
}


.caption {
  width: 90%;
}

.btn_area {
  width: 90%;
  margin: 30px auto;
  padding: 1.5% 2% 0;

  display: flex;
  flex-direction:column;
  align-items: stretch;
  gap: 10px;
}

.btn_item1 {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 0.8em;
  background: #000;
   font-size: 1.2rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
}

.btn_item2 {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em;
  background: #31494b;
   font-size: 1.2rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
transition: 0.3s;
}


.btn_item3 {
  width: 100%;
  margin: 0 auto;
  padding: 0.5em;
   font-size: 1.2rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
  display:flex;
  justify-content: center;
  align-self: center;
}

dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-weight: bold;
}
dl dd {
  width: calc(100% - 100px);
}

.pro_box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
}

.pro_item9 {
  width: 100%;
  padding: 10px;
  text-align: justify;
  align-self: center;
overflow: auto;
height: 100%;
}

.speakers_box {
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.speakers_item {
  width: 100%;
  display: flex;
  margin-bottom: 18px;
}

.pro_item7 {
  width: 25%;
  padding: 0 0 15px 0;
  display: flex;
  align-items: center;
}

.pro_item8 {
  width: calc(74% - 15px);
  padding: 0 0 15px 15px;
  text-align: left;
  align-self: flex-start;
}



}


@media screen and (max-width: 479px) {

.slide{
  width: 200px;
  object-fit:cover;
}


h2 {
  font-size: 1.3rem;
}



.pager ul li span,
.pager ul li a {
   font-size: 13px;
}


.copyright{
  padding: 2% 3% 110px;
}


.sp_br {
  display: block;
}

}

@media screen and (max-width: 375px) {

.inner1 .catch {
  font-size: 1.2rem;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.2rem;
}

.arrow-button:after{
   right: 10px;
}

.arrow-button:hover:after{
   right: 5px;
}

  dl dt {
  width: 30%;
  font-size: 1.1rem;
  }
  dl dd {
  width: calc(100% - 30%);
  font-size: 1.1rem;
  padding: 0 0 0 8px;
  }

  dl dt p, dl dd p {
  padding: 8px 0;
  }

.btn_item1 {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 0.8em 0.5em;
  background: #000;
   font-size: 1.05rem;
   font-weight: bold;
   line-height: 1.3;
  text-align: center;
  color: #FFF;
  border-radius: 100vh; 
  text-decoration: none;
}

.pro_item7 {
  width: 30%;
  padding: 0 0 5px 0;
  display: flex;
  align-items: center;
}

.pro_item8 {
  width: calc(69% - 15px);
  padding: 0 0 15px 15px;
  text-align: left;
  align-self: flex-start;
}



}
