@charset "UTF-8";
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,
sub,
sup,
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;
}

body {
  line-height: 1;
}

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

nav ul {
  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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  color: #363636;
  line-height: 1.75;
  background: #FFF;
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a {
  text-decoration: none;
  transition: 0.25s;
}
a.textlink {
  color: #FF830F;
  transition: 0.15s;
  text-decoration: underline;
}
a.textlink:hover {
  color: rgb(219, 105.85, 0);
}
a.outlink::after {
  content: "\e89e";
  font-family: "Material Symbols Rounded";
  font-size: 1.25em;
  vertical-align: -4px;
}

.container {
  margin: auto;
}

@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 544px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1128px) {
  .container {
    max-width: 1080;
  }
}
.heading-box {
  text-align: center;
  margin-bottom: 2.5rem;
  position: relative;
  margin-top: 3rem;
}
.heading-box::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: url(../images/heading-img.png) no-repeat center;
  background-size: contain;
}
.heading-box h2 {
  font-size: 1.75rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .heading-box h2 {
    font-size: 2.25rem;
  }
}
header .main-vislual {
  background: #ffcbcb;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  header nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  header nav ul li a {
    border: solid 1px #ccc;
    display: block;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: #363636;
    border-radius: 4px;
    position: relative;
  }
  header nav ul li a::after {
    content: "\f063";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  header nav ul {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
  header nav ul li a {
    color: #FF830F;
    font-size: 1.125rem;
    text-decoration: underline;
    font-weight: 600;
  }
  header nav ul li a:hover {
    opacity: 0.8;
  }
}
footer {
  padding: 0.75rem;
  text-align: center;
}
footer .copyright {
  color: #696969;
  font-size: 0.875rem;
}

.outline-area {
  padding: 6rem 0;
}
.outline-area .outline-box {
  border: solid 1px #ccc;
  border-radius: 8px;
}
.outline-area .outline-box table {
  width: 100%;
}
.outline-area .outline-box table .date {
  font-size: 1.5em;
  font-weight: 600;
}
.outline-area .outline-box table .location {
  font-weight: 600;
}
.outline-area .outline-box table address {
  font-style: normal;
}
.outline-area .outline-box table .go-access {
  margin-top: 0.75rem;
}
.outline-area .outline-box table .go-access a::after {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.outline-area .outline-box table .free {
  font-size: 1.375rem;
  font-weight: 600;
}
.outline-area .outline-box table .btn {
  margin-top: 0.75rem;
}
.outline-area .outline-box table .btn a {
  background: #FF830F;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-weight: 600;
  max-width: 280px;
  padding: 0.5rem;
  text-align: center;
  width: 100%;
}
.outline-area .outline-box table .btn a:hover {
  opacity: 0.8;
}

.funding-area {
  border-bottom: solid 1px #ccc;
}

.story-area {
  padding: 6rem 0;
}
.story-area .flex-wrap:last-of-type {
  margin-top: 3rem;
}
.story-area .flex-wrap .content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.story-area .flex-wrap .content p + p {
  margin-top: 1rem;
}

.speaker-area {
  padding: 6rem 0;
  background: #FFF4F4;
}
.speaker-area .speaker-list .spraker-info:nth-child(n+2) {
  margin-top: 3.5rem;
}
.speaker-area .speaker-list .spraker-info figure img {
  border-radius: 50%;
  border: solid 1px #fff;
}
.speaker-area .speaker-list .spraker-info .profile h3 {
  font-size: 2rem;
}
.speaker-area .speaker-list .spraker-info .profile h3 span {
  font-size: 1rem;
  font-weight: 400;
}
.speaker-area .speaker-list .spraker-info .profile .text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.speaker-area .speaker-list .spraker-info .profile .medialist {
  margin-top: 1rem;
  list-style: none;
}
.speaker-area .speaker-list .spraker-info .profile .medialist a {
  color: #FF830F;
  transition: 0.15s;
  text-decoration: underline;
}
.speaker-area .speaker-list .spraker-info .profile .medialist a:hover {
  color: rgb(219, 105.85, 0);
}

.timeschedule-area {
  padding: 6rem 0;
}
.timeschedule-area .timelist {
  max-width: 840px;
  margin: auto;
  list-style: none;
  border-top: solid 1px #ddd;
}
.timeschedule-area .timelist li {
  display: flex;
  border-bottom: solid 1px #ddd;
  padding: 1.5rem 0;
  align-items: center;
}
.timeschedule-area .timelist li .timeline {
  background: #eee;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 6px;
  margin-right: 1.5rem;
}
.timeschedule-area .timelist li .content h3 {
  font-size: 1.125rem;
}
.timeschedule-area .timelist li .content .lecturer {
  border-left: solid 4px #ffcbcb;
  margin-top: 0.5rem;
}
.timeschedule-area .timelist li .content .description {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}

.access-area {
  background: #FFF4F4;
  padding: 6rem 0 3rem;
}
.access-area h3 {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}
.access-area address {
  font-style: normal;
  text-align: center;
}
.access-area .howto-go {
  margin-top: 2rem;
  text-align: center;
}

.gmap {
  position: relative;
  width: 100%;
  padding-top: 130%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-area {
  padding: 6rem 0;
}
.entry-area h3 {
  text-align: center;
}
.entry-area .google-form-wrap {
  max-width: 800px;
  margin: 2rem auto 0;
}
.entry-area .google-form-wrap iframe {
  width: 100%;
  height: 1800px;
  border: 0;
}

@media (max-width: 767px) {
  .outline-area .outline-box table tr:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
  .outline-area .outline-box table tr:first-child th {
    border-radius: 8px 8px 0 0;
  }
  .outline-area .outline-box table tr th {
    display: block;
    padding: 0.875rem;
    text-align: left;
    background: #eee;
  }
  .outline-area .outline-box table tr td {
    display: block;
    width: 100%;
    padding: 0.875rem;
  }
  .story-area .flex-wrap .content {
    margin-bottom: 1.5rem;
  }
  .speaker-area .speaker-list .spraker-info figure {
    width: 160px;
    margin: 0 auto 1.5rem;
  }
  .speaker-area .speaker-list .spraker-info .profile .position {
    text-align: center;
  }
  .speaker-area .speaker-list .spraker-info .profile h3 {
    text-align: center;
  }
  .speaker-area .speaker-list .spraker-info .profile h3 span {
    display: block;
  }
  .speaker-area .speaker-list .spraker-info .profile .text {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
  }
}
@media (max-width: 575px) {
  .main-vislual .container {
    padding: 0;
  }
  .timeschedule-area .timelist li {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeschedule-area .timelist li .timeline {
    margin-bottom: 1rem;
  }
  .timeschedule-area .timelist li .content {
    padding-left: 1.5rem;
    border-left: solid 1px #ccc;
  }
  .entry-area .google-form-wrap iframe {
    width: 100%;
    height: 2300px;
    border: 0;
  }
}
@media (min-width: 576px) {
  .gmap {
    padding-top: 300px;
  }
}
@media (min-width: 768px) {
  .outline-area .outline-box table tr:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
  .outline-area .outline-box table tr th {
    padding: 1.25rem;
  }
  .outline-area .outline-box table tr td {
    padding: 1.25rem;
    border-left: solid 1px #ccc;
  }
  .outline-area .outline-box table .date {
    display: inline-block;
  }
  .outline-area .outline-box table .location {
    font-size: 1.25rem;
  }
  .outline-area .outline-box table address {
    display: inline-block;
    margin-right: 1.25rem;
  }
  .story-area .flex-wrap {
    display: flex;
    justify-content: space-between;
  }
  .story-area .flex-wrap:last-of-type {
    flex-direction: row-reverse;
  }
  .story-area .flex-wrap .content {
    width: calc(60% - 2.5rem);
  }
  .story-area .flex-wrap .content h3 {
    font-size: 1.5rem;
  }
  .story-area .flex-wrap figure {
    width: 40%;
  }
  .speaker-area .speaker-list .spraker-info {
    display: flex;
    justify-content: space-between;
  }
  .speaker-area .speaker-list .spraker-info figure {
    width: 160px;
  }
  .speaker-area .speaker-list .spraker-info .profile {
    width: calc(100% - 160px - 40px);
  }
  .speaker-area .speaker-list .spraker-info .profile h3 span {
    margin-left: 1rem;
  }
  .access-area h3 {
    font-size: 1.5rem;
  }
  .access-area h3 br {
    display: none;
  }
  .gmap {
    padding-top: 500px;
  }
}
@media (min-width: 992px) {
  .speaker-area .speaker-list .spraker-info figure {
    width: 220px;
  }
  .speaker-area .speaker-list .spraker-info .profile {
    width: calc(100% - 220px - 48px);
  }
  .timeschedule-area .timelist li .timeline {
    font-size: 1.25rem;
  }
  .timeschedule-area .timelist li .content h3 {
    font-size: 1.25rem;
  }
}