@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;
  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;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  color: #000;
  word-break: break-all;
  overflow-x: hidden;
}
body.is-fixed {
  overflow: hidden;
}

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

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.85;
  cursor: pointer;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "en-light";
  font-style: normal;
  letter-spacing: 0;
}

.e_enTxt2 {
  font-family: "en-regular";
  font-style: normal;
}

.e_weightNormal {
  font-weight: normal;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.btn {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #3A84C7;
  padding: 16px 20px;
  border: 2px solid #3A84C7;
  background: #fff;
  border-radius: 32px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
    padding: 12px 16px;
  }
}
.btn:hover {
  background: #3A84C7;
  color: #fff;
  opacity: 1;
}

.titleArea {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #3A84C7;
  padding-bottom: 11px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  .titleArea {
    padding-left: 30px;
  }
}
.titleArea h2 {
  font-weight: 800;
  font-size: 46px;
  color: #3A84C7;
}
@media screen and (max-width: 768px) {
  .titleArea h2 {
    font-size: 32px;
  }
}
.titleArea span {
  margin-left: 24px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .titleArea span {
    font-size: 16px;
  }
}

.detail {
  background: rgba(58, 132, 199, 0.05);
}
.detail__inner {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .detail__inner {
    padding: 50px 0;
  }
}
.detail__schedule {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail__schedule {
    margin-top: 50px;
    padding: 0 5%;
  }
}
.detail__schedule > span {
  line-height: 1.5;
  margin-bottom: 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  .detail__schedule > span {
    text-align: left;
  }
}
.detail__schedule p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .detail__schedule p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .detail__schedule p.e_left {
    text-align: left;
    font-size: 16px;
  }
}
.detail__schedule h3 {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  color: #3A84C7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .detail__schedule h3 {
    line-height: 1.6;
    font-size: 24px;
  }
}
.detail__schedule--box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .detail__schedule--box {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
  }
}
.detail__schedule--box h3 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.detail__schedule--box h3 p {
  margin-bottom: 0;
  color: #000;
}
.detail__schedule--box span {
  line-height: 1.3;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .detail__schedule--box span {
    font-size: 14px;
  }
}
.detail__schedule--box span.e_left {
  text-align: left;
}
.detail__schedule--box p {
  font-size: 18px;
  padding-top: 10px;
}
.detail__schedule--box p.fs20 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .detail__schedule--box p {
    padding-top: 5px;
    font-size: 15px;
  }
}
.detail__schedule--date {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 3px 5px;
  color: #fff;
  background: #3A84C7;
}
@media screen and (max-width: 768px) {
  .detail__schedule--date {
    padding: 5px 15px;
  }
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .l_header {
    padding: 15px 10px;
  }
}

.p_header_btn {
  justify-content: flex-end;
  gap: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_header_btn {
    gap: 12px;
  }
}
.p_header_btn a {
  display: block;
  padding: 16px 20px;
  background: #fff;
  font-weight: bold;
  color: #3A84C7;
  border-radius: 32px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .p_header_btn a {
    font-size: 12px;
    padding: 12px 12px;
  }
}

.footer {
  background: #3A84C7;
  color: #fff;
  position: relative;
}
.footer__moreBtn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
  background: linear-gradient(rgba(58, 132, 199, 0), rgb(58, 132, 199) 50%);
}
@media screen and (max-width: 768px) {
  .footer__moreBtn {
    padding-bottom: 80px;
    padding-top: 50px;
  }
}
.footer__moreBtn a {
  display: block;
  background-color: #3A84C7;
  color: #fff;
  border: 2px solid #fff;
  background-image: url(../img/icon_arrow_bottom.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 90%;
  padding-right: 50px;
  padding-left: 40px;
  margin: 0 auto;
}
.footer__moreBtn a:hover {
  background-color: #fff;
  color: #3A84C7;
  background-image: url(../img/icon_arrow_bottom.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 90%;
}
.footer__inner {
  padding: 100px 20px;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  height: 800px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    height: 450px;
  }
}
.footer__inner.active {
  height: auto;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 20px 5% 50px;
    padding-right: 0;
  }
}
.footer__inner .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__inner .img {
    overflow-x: auto;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner .img img {
    display: block;
    width: 1100px;
    max-width: unset;
  }
}
.footer__inner h3 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer__inner h3 {
    margin-top: 40px;
    font-size: 14px;
    padding-right: 5%;
  }
}
.footer__inner p {
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer__inner p {
    font-size: 14px;
    padding-right: 5%;
  }
}
.footer__copy {
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    padding: 20px;
  }
}
.footer__copy small {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */