@charset "UTF-8";
/*======================================================
Reset
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*======================================================
Foundation
======================================================*/
body {
  color: #000;
  background-color: #fff;
  line-height: 1;
  position: relative;
  font-family: sans-serif;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

del {
  text-decoration: line-through;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
main > section {
  padding: 60px 0;
}

.day1,
.chirashi,
.toiawase {
  background-color: #edf4fa;
}

.day2,
.moushikomi {
  background-color: #f7e9e5;
}

footer {
  background-color: #46add9;
  padding: 20px 0;
}
footer p {
  text-align: center;
}
footer p small {
  color: #fff;
  font-size: 13px;
}

.inner {
  max-width: 800px;
  padding: 0 15px;
  width: 100%;
  margin-inline: auto;
}

/*======================================================
parts
======================================================*/
section.about {
  background-color: #162133;
}
section.about .text-wrap {
  background-color: #fff;
  padding: 45px 50px;
}
@media (max-width: 560px) {
  section.about .text-wrap {
    padding: 30px 25px;
  }
}
section.about .catch {
  font-family: serif;
  font-size: 32px;
  line-height: 1.5;
  color: #162133;
}
@media (max-width: 560px) {
  section.about .catch {
    font-size: 24px;
  }
}
section.about .description {
  margin-top: 25px;
  font-size: 15px;
  line-height: 2;
}

.timeline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}
.timeline li {
  border: 4px solid #46add9;
  display: flex;
  flex-direction: column;
  width: calc((100% - 20px) / 3);
}
@media (max-width: 560px) {
  .timeline li {
    width: 100%;
  }
}
.timeline li .time {
  text-align: center;
  background-color: #46add9;
  color: #fff;
  padding: 5px 0;
}
.timeline li .content {
  padding: 20px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.4;
  font-size: 14px;
}

.day2 .timeline li {
  border: 4px solid #da4144;
}
.day2 .timeline li .time {
  background-color: #da4144;
}

.course_list li .title_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 8px;
}
@media (max-width: 560px) {
  .course_list li .title_wrap {
    display: block;
  }
}
.course_list li .title_wrap .course_name {
  font-weight: bold;
  color: #da4144;
}
@media (max-width: 560px) {
  .course_list li .title_wrap .course_name {
    margin-bottom: 5px;
  }
}
.course_list li .title_wrap .title {
  line-height: 1.3;
  font-size: 20px;
}
.course_list li .data_wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
@media (max-width: 560px) {
  .course_list li .data_wrap {
    display: block;
  }
}
.course_list li .data_wrap > div {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 5px;
}
@media (max-width: 560px) {
  .course_list li .data_wrap > div {
    margin-bottom: 5px;
  }
}
.course_list li .data_wrap > div dt {
  border: 1px solid #000;
  padding: 2px;
}
.course_list li .about {
  line-height: 1.5;
  font-size: 14px;
}
.course_list li:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #da4144;
}

.heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading::before {
  content: "";
  background-color: #000;
  width: 50px;
  height: 1px;
  display: block;
  margin-right: 10px;
}
.heading::after {
  content: "";
  background-color: #000;
  width: 50px;
  height: 1px;
  display: block;
  margin-left: 10px;
}

.btn {
  background-color: #46add9;
  color: #fff;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  padding: 15px 20px;
  display: flex;
  justify-content: center;
}

/*======================================================
MV
======================================================*/
h1 {
  padding: 30px;
}
@media (max-width: 560px) {
  h1 {
    padding: 10px;
  }
}

.main_visual {
  background-image: url(../images/mv_image.jpg);
  height: 800px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_visual img {
  max-width: 600px;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.7));
}
@media (max-width: 560px) {
  .main_visual img {
    padding: 0 20px;
  }
}

/*======================================================
Day1,2
======================================================*/
.day1 h2,
.day2 h2 {
  margin-bottom: 30px;
}
.day1 h2 img,
.day2 h2 img {
  max-width: 300px;
  display: block;
  margin-inline: auto;
}

/*======================================================
Day1
======================================================*/
.day1 .panelist_list li {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 560px) {
  .day1 .panelist_list li {
    align-items: flex-start;
    gap: 10px;
  }
}
.day1 .panelist_list li img {
  width: 200px;
}
@media (max-width: 560px) {
  .day1 .panelist_list li img {
    width: 25%;
  }
}
.day1 .panelist_list li .wrap .name {
  font-size: 20px;
  margin-bottom: 8px;
}
.day1 .panelist_list li .wrap .position {
  font-size: 13px;
  margin-bottom: 18px;
  line-height: 1.4;
}
@media (max-width: 560px) {
  .day1 .panelist_list li .wrap .position {
    margin-bottom: 10px;
    font-size: 11px;
  }
}
.day1 .panelist_list li .wrap .about {
  line-height: 1.5;
}
@media (max-width: 560px) {
  .day1 .panelist_list li .wrap .about {
    font-size: 13px;
  }
}
.day1 .panelist_list li:not(:first-child) {
  margin-top: 20px;
}

/*======================================================
申し込み
======================================================*/
.moushikomi p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.moushikomi .btn {
  background-color: #da4144;
}

.toiawase .contact {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
.toiawase .credit {
  margin-top: 30px;
  text-align: center;
  line-height: 1.7;
  font-size: 11px;
}
@media (max-width: 560px) {
  .toiawase .credit {
    text-align: left;
  }
}