@charset "utf-8";
/*=================================
1: reset-CSS
2: setting
3: header
4: gnav
5: contents
6: footer
=================================*/


/* 1: reset-CSS
================================== */
/*
html5doctor.com Reset Stylesheet v1.6.1
Author: Richard Clark - http://richclarkdesign.com
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}


/* 2: setting
================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
}


/* font */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../font/NotoSansJP-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: bold;
  font-display: swap;
  src: url('../font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../font/NotoSansJP-Bold.woff') format('woff');
}

html {
  overflow: auto;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
	font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.7;
  -webkit-print-color-adjust: exact;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  line-height: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

a {
  color: #0a75b8;
}

a img {
  transition: all .2s;
}

a img:hover {
  opacity: .7;
}

.tel {
  color: #383737;
  text-decoration: none;
}

/* icon */
.blank {
  background: url(../img/icn_blank.svg) right center no-repeat;
  background-size: 16px;
  padding-right: 20px;
}

.pdf {
  background: url(../img/pdf.svg) left center no-repeat;
  background-size: 14px;
  padding-left: 23px;
}

/* flexbox */
.flexbox_wap {
  display: flex;
  flex-wrap: wrap;
}

.flexbox_sbwap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flexbox_sb {
  display: flex;
  justify-content: space-between;
}

.flexbox_c {
  display: flex;
  justify-content: center;
}

.flexbox_cwap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flexbox_atc {
  display: flex;
  align-items: center;
}

.flexreverse {
  flex-direction: row-reverse;
}

/* text-decoration */
.fB {
  font-weight: bold;
}

.fS {
  font-size: 80%;
}

.fR {
  float: right;
}

.tC {
  text-align: center;
}

.mT1em {
  margin-top: 1em;
}

.mB1em {
  margin-bottom: 1em;
}

@media all and (min-width: 768px) {
  html {
    min-width: 1000px;
  }

  body {
    font-size: 1.6rem;
  }
}

  .sp_show {display:none!important;}
  .sp_none {display:block!important;}

/* 3: header
================================== */
.logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 12px 0;
}

.logo img {
  width: 120px;
  height: auto;
  margin: 0 8px;
}

.logo .h-20 img {
  width: 100px;
  height: auto;
  margin: 0 8px;
  padding: 20px 5px 5px;
}

#header {
  display: flex;
  justify-content: left;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#header .logo img,
#header .logo .h-20 img {
  width: auto;
  height: 50px;
  max-width: 160px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#header .hd_jst img {
  width: auto;
  height: 52px;
  max-width: 160px;
  vertical-align: middle;
}

.hd_jst {
  margin-left: 30px;
}

@media all and (min-width: 768px) {
  #header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px 28px;
    margin: 0 auto;
    padding: 10px 20px;
  }

  #header .logo {
    margin: 0;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .hd_jst {
    display: block;
    margin: 0;
  }

  .logo img {
    width: auto;
	height:50px;
  }
}


@media all and (max-width: 768px) {
	#header{height:70px;}
}


/* 4: gnav
================================== */
.menu {
  display: none;
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  background: url(../img/bg.png) rgba(0, 128, 0, 0.85);
  z-index: 999;
}

.menu a {
  display: block;
  padding: 20px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.menu_trigger {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #008000;
  border-radius: 18px;
  border: none;
  width: 110px;
  height: 36px;
  text-indent: -900em;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 999;
  transition: .35s ease-in-out;
}

.menu_trigger img {
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  width: 60px;
  height: auto;
  margin: 0 auto;
  padding-left: 20px;
}

.menu_trigger span {
  display: inline-block;
  position: absolute;
  left: 20px;
  width: 16px;
  height: 3px;
  background-color: #FFF;
  transition: all .4s;
}

.menu_trigger span:nth-of-type(1) {
  top: 13px;
}

.menu_trigger span:nth-of-type(2) {
  top: 21px;
}

.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.menu_trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: 0.6;
  z-index: 50;
}

@media all and (min-width: 768px) {
  .menu_trigger {
    display: none;
  }

  .menu {
    display: flex;
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    justify-content: center;
  }

  .menu a {
    width: auto;
    padding: 6px 12px;
    background: none;
    color: #001D3A;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
  }

  .menu a:hover {
    color: #008000;
    opacity: 1;
    box-shadow: none;
  }

  .menu li {
    display: inline-block;
    padding-left: 5px;
    font-size: 1.6rem;
  }

  .menu li:first-child {
    padding-left: 0;
  }
}


/* 5: contents
================================== */
.mainimg_bg {
  position: relative;
  min-height: 600px;
  /* background: url("../img/main_bg.jpg") no-repeat center / cover; */
  background: url("../img/main_bg.jpg") repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.mainimg_bg img {
	max-width:100%;
	height:auto;
}

.hero-text {
  color: #1b1b1b;
  max-width: 1100px;
}

.hero-text h2 {
  margin: 6px 0;
  line-height: 1.2;
  font-weight: bold;
}

.session-title {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.theme {
  -webkit-text-stroke: 0;
  text-shadow: none;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin: 6px auto 12px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.date {
  font-size: 3rem;
  font-weight: bold;
  margin-top: .8em;
}

.organizer {
  font-size: 3rem;
  margin-top: 4px;
  line-height: 1.4;
  font-weight: bold;
}

.info-box {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(2px);
  padding: 15px;
}

.bg_color {
  background: #F2FAF4;
}

.section_inr {
  padding: 32px 24px;
  text-align: center;
}

.section_inr p {
  text-align: left;
}

.section_inr h2 {
  display: block;
  width: auto;
  margin: 0 -24px 28px;
  padding: 10px 16px;
  font-size: 2.2rem;
  font-weight: 700;
  background: #008000;
  color: #fff;
  text-align: center;
  border-bottom: none;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
  .section_inr {
    max-width: 1000px;
    margin: 0 auto;
  }
}

#outline .section_inr {
  background: #F2FAF4;
  padding: 24px;
  border-radius: 10px;
  box-sizing: border-box;
}

#outline dl {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #D7EEDC;
}

#outline dl:last-child {
  border-bottom: none;
}

#outline dt {
  width: 11em;
  flex-shrink: 0;
  color: #006400;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-right: 20px;
  box-sizing: border-box;
}

#outline dd {
  margin: 0;
  padding-left: 20px;
  flex: 1;
  color: #222222;
  line-height: 1.9;
  border-left: 3px solid #008000;
  box-sizing: border-box;
  text-align: left;
}

.prog-item {
  padding: 1.5em 0;
  border-bottom: 1px solid #D7EEDC;
}

.prog-item:last-child {
  border-bottom: none;
}

.prog-ttl {
  margin: 0 0 0.8em;
  color: #006400;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.6;
	text-indent:-3em;
	margin-left:3em;
}

.prog-ttl .time {margin-right:1em; color:black;}

.prog-spk {
  margin: 0 0 0 4.5em;
  color: #222222;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .prog-ttl .time {display:block;}
  .prog-ttl {margin-left:1em; text-indent:-1em;}
  .prog-spk {margin-left:1em;}
}

.prog-spk .nm {
  color: #111111;
  font-size: 1.45em;
  font-weight: 700;
}

.prog-spk .aff {
  color: #555555;
  font-size: 1em;
  margin-left: 0.5em;
}

.prog-spk.panel {
  margin-top: 1em;
}

.prog .person {
  display: grid;
  grid-template-columns: 8em 1fr;
  column-gap: 1em;
  align-items: start;
  margin-bottom: 0.6em;
  text-align: left;
}

.prog .person .nm {
  color: #111111;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.5;
}

.prog .person .aff {
  color: #555555;
  font-size: 1em;
  line-height: 1.7;
  margin-left: 0;
}

.panel-list {
  margin: 0 0 1em;
}

.panel-list:last-child {
  margin-bottom: 0;
}

.panel-list dt {
  width: 100%;
  flex-shrink: 0;
  color: #006400;
  font-size: 1em;
  font-weight: 700;
  text-align: left;
}

.panel-list dd {
  margin: 0 0 0 2em;
  flex: 1;
}

.more {
  position: relative;
  padding-left: 1.2em;
  text-align: left;
}

.entry-btn {
  text-align: center;
  margin-top: 1.5em;
}

.entry-btn a {
  display: block;
  width: 300px;
  margin: 0 auto 24px;
  padding: 16px;
  font-size: 2.1rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: #370aff;
  color: #FFF;
  border-radius: 16px;
  box-shadow: 0px 2px 2px rgba(152, 152, 152, 0.4);
  transition: all 0.2s ease;
}

.entry-btn a:hover {
  opacity: .85;
}

.more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 0.45em;
  height: 0.45em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

/* アンカー位置補正（固定ヘッダー分） */
#purpose,
#outline,
#speaker,
#program,
#entry,
#r_website {
  scroll-margin-top: 96px;
}



@media all and (max-width: 768px) {
#purpose,
#outline,
#speaker,
#program,
#entry,
#r_website {
  scroll-margin-top: 70px;
}
}



/* --- Responsive ---
================================== */
@media (max-width: 1000px) {
  .hero-text h2 {
    -webkit-text-stroke: 0;
    text-shadow: none;
  }

  .session-title {
    font-size: 2.4rem;
  }

  .theme {
    font-size: 4rem;
  }

  .date {
    font-size: 1.6rem;
  }

  .organizer {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 768px) {
  .logo img {
    width: 120px;
    height: 40px;
    margin-right: 5px;
  }

  .more {
    padding-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  #outline .section_inr {
    padding: 16px;
    border-radius: 8px;
  }

  #outline .section_inr h2 {
    margin: 0 -16px 20px;
    padding: 10px 12px;
  }

  #outline dl {
    display: block;
    padding: 14px 0 18px;
  }

  #outline dt {
    width: 100%;
    margin: 0 0 10px;
    padding: 4px 10px;
    display: inline-block;
    background: #FFFFFF;
    color: #006400;
    font-weight: 700;
    line-height: 1.4;
    border-left: 4px solid #008000;
    border-radius: 0 4px 4px 0;
    letter-spacing: 0.03em;
    text-align: left;
  }

  #outline dd {
    margin: 0;
    padding: 0;
    border-left: none;
    line-height: 1.8;
  }

  .prog-item {
    padding: 1.2em 0;
  }

  .prog-ttl {
    font-size: 1.15em;
    line-height: 1.5;
  }

  .prog-spk .nm {
    font-size: 1.3em;
  }

  .prog-spk .aff {
    font-size: 0.95em;
  }

  .prog .person {
    display: block;
  }

  .prog .person .nm {
    font-size: 1.25em;
    display: block;
  }

  .prog .person .aff {
    font-size: 0.95em;
  }
  .sp_show {display:block!important;}
  .sp_none {display:none!important;}
}

@media (max-width: 600px) {
  .mainimg_bg {
    padding: 20px;
  }

  .session-title {
    font-size: 1.4rem;
  }

  .theme {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .info-box {
    padding: 10px 14px;
  }

  .date {
    font-size: 1.2rem;
  }

  .organizer {
    font-size: 1.05rem;
    line-height: 1.4;
  }
}


/* 6: footer
================================== */
#footer {
  background: #3e3a39;
}

#footer img {
  margin:0 auto;
}

.footer_link_w{
  background: #fff;
   padding: 30px 20px;
   align-items:center;
}
.footer_logo {
  max-width: 140px;
  margin: 0 auto 24px;
  height: 40px;
}

.footer_jst {
  width: 165px;
  margin: 0 auto 24px;
}
.footer_logo_sakigake {
  width: 105px;
  margin: 0 auto 24px;
}

.footer_logo img,
.footer_jst img,
.footer_logo_sakigake img {
  width: 100%;
  height: auto;
  margin:0 auto;
}
.footer_link{
padding: 30px 20px;
align-items:center;
color:white;
}
 
.footer_link_w p,.footer_link p {
  margin-right:20px;
}

@media all and (max-width: 768px) {
  .footer_link_w p,.footer_link p {
    text-align:center;
    margin:0;
  }
}

.footer_link a ,.footer_link_w a {
  display: flex;
  align-items: center;
  height: 100%;
}

.copy {
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

@media all and (min-width: 768px) {
  .footer_link,.footer_link_w  {
    display: flex;
    justify-content: center;
  }

  .footer_logo,
  .footer_jst,
  .footer_logo_sakigake {
    margin: 0 24px 24px;
  }
}

/* go topボタン */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-weight: bold;
  font-size: 80%;
  z-index: 5;
  text-align: center;
}

#page-top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #008000;
  color: #fff;
  opacity: 0.7;
}

#page-top a:hover {
  opacity: 0.7;
}

#page-top a:active {
  opacity: 1;
}

#page-top a:after {
  position: absolute;
  right: 15px;
  top: 40%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print {
	#page-top {display:none;}
	.info-box {backdrop-filter: none; }
}

@media all and (min-width: 768px) {
  #page-top {
    bottom: 30px;
    right: 30px;
  }

  #page-top a {
    width: 60px;
    height: 60px;
  }

  #page-top a:after {
    right: 21px;
    width: 17px;
    height: 17px;
  }
}

@media print {
  .menu_trigger {
    display: none;
  }

  .hero-text,
  .hero-text h2,
  .session-title,
  .theme,
  .date,
  .organizer {
    color: #000 !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
  }

  .session-title {
    font-size: 2rem !important;
  }

  .theme {
    font-size: 3rem !important;
  }

  .date {
    font-size: 1.5rem !important;
  }

  .organizer {
    font-size: 1.2rem !important;
  }

  .info-box {
    backdrop-filter: none !important;
    padding: 10px;
  }
}



.profileList li {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CCC;
}
.profileList .name {
  margin-bottom: 16px;
  font-size:  2.0rem;
  font-weight: bold;
}
.profileList h3 {
  margin-bottom: 8px;
  font-weight: bold;
  text-align:left;
  font-size:1.6rem;
  color:#006400;
}
@media all and (max-width: 768px) {
  .profileList li {
    display: block;
  }
}
.profileList .img {
  margin-right: 60px;
}
@media all and (max-width: 768px) {
  .profileList .img {
    text-align: center;
    margin:  0 auto;
  }
}
.profileList .img img {
	border-radius:100%;
  height: auto;
}
@media all and (max-width: 768px) {
  .profileList .img img {
    margin:  0 auto 16px;
    text-align: center;
    max-width:100%;
  }
}
.profileList .txt {
  width: calc(100%);
}
@media all and (max-width: 768px) {
  .profileList .txt {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .profileList h3 {
    font-size: 1.8rem;
  }
}
.name {
  font-weight: bold;
  margin-bottom: 8px;
}
.name span {
  display: block;
  margin-right: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .name span {
    display: inline-block;
  }
}

.cledit {font-size:1.2rem;}
