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: baseline;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け Medium", "Yu Gothic Medium", "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", Verdana, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Noto Serif JP', serif;*/
	/*font-feature-settings: 'palt';*/
}
body {
	line-height: 1;
	font-size: 1rem;
	-webkit-text-size-adjust: 100%;
}
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;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}





/* CommonStyles */
body {
  min-width: 980px;
}
.section {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 749px)
{
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 750px)
{
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}





.apply {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 20px 24px 20px;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.apply-button-container {
  width: 470px;
}
.apply-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  border-radius: 21px;
  background-color: #e60012;
  color: #fff;
  text-decoration: none;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
  -webkit-transition: .1s;
  transition: .1s;
}
.apply-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .1s;
  transition: .1s;
}
.apply-button-icon {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 2px;
  -webkit-transition: .1s;
  transition: .1s;
}
.apply-button-text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
  padding-bottom: 2px;
  flex-grow: 2;
}
.apply-button:hover {
  transform: scale(1.01);
}
.apply-button:hover::after {
  opacity: 1;
  right: 22px;
}
.apply-caption {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin: 0.5em 0 -0.25em 0;
}



#header {
  width: 980px;
  height: 415px;
  margin: 0 auto;
  position: relative;
}
#header-flag {
  width: 260px;
  height: 92px;
  position: absolute;
  top: 7px;
  right: -7px;
}





#apply-01 {
  margin-top: 96px;
}





#schedule {
  padding-top: 100px;
}
.schedule-title {
  max-width: 900px;
  margin: 100px auto 20px auto;
  padding: 9px 12px 11px 12px;
  background-color: #61c1be;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.venues {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  padding: 0 40px;
  width: 980px;
  margin: 0 auto;
}
.venue {
  background-color: #005178;
  color: #fff;
  padding: 15px;
  max-width: 280px;
  position: relative;
}
.venue-map {
  border: solid 8px #fff;
  background-color: #ddd;
  margin-top: 6px;
  min-height: 166px;
}
.venue-map iframe {
  width: 100%;
  border: none;
  display: block;
}
.venue-map .tbd {
  display: block;
  width: 100%;
  background-color: #ddd;
  aspect-ratio: 234/150;
}

.venue.end .venue-info,
.venue.end .venue-map {
  opacity: 0.8;
}
.venue.end::before {
  content: "終了しました";
  font-size: 30px;
  font-weight: 700;
  color: #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(255,255,255,0.8);
  z-index: 1;
}



#introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  border-style: solid;
  border-color: #727171;
  border-width: 1px 0;
  margin-top: 100px;
  padding: 45px 0;
}
#introduction-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#introduction-main-image {
  flex-shrink: 0;
  width: 224px;
}
#introduction-main-words {
  font-feature-settings: "palt";
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #0096ff;
}
#introduction-main-words li+li {
  margin-top: 12px;
}
#introduction-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: -0.3em;
}



#ask {
  border-style: solid;
  border-color: #727171;
  border-width: 0 0 1px 0;
  padding: 100px 40px;
}
#ask p {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.075em;
  margin: -0.5em 0;
}
#ask p::after {
  content: "";
  display: block;
  clear: both;
}
.ask-image {
  float: right;
  width: 290px;
  margin: 8px 0 48px 48px;
}



#pickup {
  margin-top: 96px;
  padding: 0 80px;
  position: relative;
}
#pickup-title {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: -0.25em 0 0.33em 0;
}
#pickup-list {
  border: solid 1px #000;
  padding: 34px 34px;
  font-feature-settings: "palt";
}
#pickup-list dt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.025em;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}
#pickup-list dd {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 6px;
  padding-left: 24px;
}
#pickup-list dd+dt {
  margin-top: 32px;
}
#pickup-list dt::before,
#pickup-list dt::after {
  content: "";
  display: block;
  position: absolute;
}
#pickup-list dt::before {
  width: 12px;
  height: 12px;
  border: solid 1px #000;
  top: 10px;
  left: 0;
}
#pickup-list dt::after {
  top: 2px;
  left: -2px;
  width: 17px;
  height: 10px;
  border-left: 4px solid #0096ff;
  border-bottom: 4px solid #0096ff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pickup-notes {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0.25em 0 -0.25em 0;
}

#pickup-after {
  padding-top: 32px;
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 2;
}
.pickup-after-largetext {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.25em;
}

#pickup::before {
  content: "";
  display: block;
  width: 170px;
  height: 270px;
  background: url(img/pickup-figure.png) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -126px;
  right: 80px;
}



#apply-02 {
  margin-top: 18px;
  padding: 40px 80px;
  align-items: flex-start;
}
/*
.apply {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 20px 24px 20px;
  background-color: #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
*/



#instructors-wrapper {
  border: solid 3px #e60012;
  border-width: 3px 0 0 3px;
  margin-top: 100px;
}
#instructors-title {
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  padding: 8px 8px 12px 10px;
  background-color: #e60012;
  color: #fff;
  position: relative;
}
#instructors-title::after {
  content: "";
  display: block;
  width: 22px;
  height: 41px;
  background: url(img/instructors-corner.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -22px;
}

.instructor {
  margin: 40px 40px 0 40px;
  display: flex;
}
.instructor:first-of-type {
  margin-top: 45px;
}
.instructor+.instructor {
  border-top: solid 1px #ccc;
  padding-top: 40px;
}
.instructor-img {
  width: 200px;
  flex-shrink: 0;
}
.instructor-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 30px;
}

.instructor-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -4px;
  padding-bottom: 26px;
  font-weight: 700;
}
.instructor-name {
  white-space: nowrap;
}
.instructor-name span {
  font-size: 28px;
  line-height: 1.2;
  display: block;
}
.instructor-name ruby {
  font-size: 12px;
  line-height: 1.2;
}
.instructor-schedule {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 20px;
  padding-top: 14px;
}
.instructor-schedule-title {
  color: #e60012;
  white-space: nowrap;
  line-height: 33px;
}
.instructor-schedule-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-right: -4px;
}
.instructor-schedule-list li {
  display: flex;
  align-items: center;
  margin: 4px;
}
.instructor-schedule-list li .area,
.instructor-schedule-list li .date {
  display: block;
  background-color: #e60012;
  color: #fff;
  white-space: nowrap;
  padding: 2px 8px 3px 8px;
}
.instructor-schedule-list li .area {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: 1px;
}
.instructor-schedule-list li .date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
}

.instructor-detail-body {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: -0.25em;
}





#informations {
  width: 980px;
  margin: 100px auto 0 auto;
}

#present {
  background-color: #e7383d;
  color: #fff;
  padding: 100px 120px;
  position: relative;
}
#present-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
  position: relative;
  padding-left: 82px;
}
#present-title span {
  font-size: 56px;
  padding-left: 0.05em;
  color: #fff799;
}
#present-title::before {
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url(./img/present-icon.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -4px;
  left: 0;
}

#present-inner {
  display: flex;
  gap: 32px;
  margin-top: 36px;
}
#present-img {
  width: 224px;
  flex-shrink: 0;
}
#present-body-lead {
  font-family: serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin: -0.5em 0 0.75em 0;
}
#present-body-lead span {
  display: block;
}
#present-body-lead span:nth-child(2) {
  margin-left: 4em;
}
#present-body-caption {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.075em;
  text-align: justify;
}





#zadankai {
  background-color: #feecd2;
  padding-bottom: 48px;
}
#zadankai-title {
  font-family: serif;
  font-size: 36px;
  line-height: 62px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  padding: 12px 0 8px 0;
  background-color: #f39800;
  color: #fff;
}
.zadankai-description {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-align: justify;
}

#zadankai-introduction {
  display: flex;
  gap: 16px;
  margin: 30px 80px;
}
#zadankai-introduction-notes {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
#zadankai-introduction-image {
  flex-shrink: 0;
  width: 245px;
}

#zadankai-consulting {
  display: flex;
  align-items: flex-end;
  background-color: #fff;
  gap: 10px;
  margin: 0 80px;
  padding: 42px;
}
#zadankai-consulting-lead {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 700;
  color: #005178;
  margin: -0.25em 0 8px 0;
}
#zadankai-consulting-image {
  flex-shrink: 0;
  width: 245px;
  margin-right: -4px;
}





#footer {
  width: 980px;
  margin: 0 auto;
}
#footer-logo {
  width: 375px;
  margin: 136px auto;
}

#footer-link {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  align-self: flex-start;
  width: 100%;
  padding-bottom: 0.5em;
}
#footer-link a {
  color: inherit;
  text-decoration: none;
}
#footer-link a:hover {
  text-decoration: underline;
}
