@charset "UTF-8";
/* Base Settings
---------------------------------------- */
body {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: 1.6;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  color: #004E96;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 50px;
    font-size: clamp(14px, 1.285vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  body {
    background-image: url(../images/mv_bg__sp.png);
  }
  body.nav--opened {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: clamp(12px, 4vw, 16px);
  }
}

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

em, strong {
  font-style: normal;
  font-weight: 700;
}

dt {
  font-weight: 400;
}

@media screen and (min-width: 641px) {
  .only-sp {
    display: none !important;
  }
}
/* Common Layout
---------------------------------------- */
.anc-point {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -52px;
  padding-top: 52px;
}
@media screen and (max-width: 767px) {
  .anc-point {
    margin: 0;
    padding: 0;
  }
}

.section {
  position: relative;
}
.section__inner {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section__inner {
    width: 100%;
    max-width: 980px;
  }
}
.section__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  background-color: #00A29A;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section__heading {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .section__heading.sp--mt0 {
    margin-top: 0;
  }
}
.section__heading em {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section__heading em {
    font-size: 1.14em;
  }
}
.section__heading span {
  font-size: 0.8125em;
}
@media screen and (max-width: 767px) {
  .section__heading span {
    font-size: 0.7em;
  }
}
.section__heading2 {
  padding: 0.5em 2em;
  border-radius: 4em;
  background-color: #00A29A;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section__heading2 {
    padding: 0.5em 4vw;
    border-radius: 0;
  }
}
.section__heading2 em {
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section__heading2 em {
    letter-spacing: 0.1em;
    font-size: 1.14em;
    color: #fff;
  }
}

.brackets {
  display: inline-block;
  margin: 0 -0.25em 0 -0.5em;
}

/* Header
---------------------------------------- */
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00A29A;
  }
  .header__inner {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
  }
  .header__inner nav {
    width: 100%;
  }
  .nav-btn {
    display: none;
  }
  .global-nav ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-top: 2px;
  }
  .global-nav ul a {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    transition: 0.2s;
  }
  .global-nav ul a:hover {
    padding-top: 2px;
    color: #ff0;
  }
}
@media screen and (max-width: 767px) {
  .nav-btn {
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    width: 3.2em;
    height: 3.2em;
    cursor: pointer;
  }
  .nav-btn span {
    position: absolute;
    top: 50%;
    left: calc(50% - 1.1em);
    width: 2.2em;
    height: 3px;
    line-height: 0;
    background-color: #fff;
    transition: 0.3s;
  }
  .nav-btn span::before, .nav-btn span::after {
    content: "";
    position: absolute;
    display: block;
    width: 2.2em;
    height: 3px;
    line-height: 0;
    background-color: #fff;
    transition: 0.3s;
  }
  .nav-btn span::before {
    top: -10px;
  }
  .nav-btn span::after {
    bottom: -10px;
  }
  .nav-btn.nav--opened span {
    background: none;
  }
  .nav-btn.nav--opened span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .nav-btn.nav--opened span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .global-nav {
    position: fixed;
    z-index: 10;
    display: flex;
    align-items: center;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    padding-bottom: 10vh;
    background-color: #004E96;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .global-nav.opened {
    left: 0;
    opacity: 1;
  }
  .global-nav ul {
    width: 100%;
  }
  .global-nav ul a {
    display: block;
    padding: 1em;
    text-align: center;
    font-size: min(5vw, 24px);
    color: #fff;
  }
}
/* Title
---------------------------------------- */
.title {
  background-color: #E6EEF1;
}
.title__inner {
  position: relative;
  width: min(100%, 1400px);
  height: 990px;
  margin: 0 auto;
  background: url(../images/title__pc.jpg) center center/1440px 990px no-repeat #fff;
}
@media screen and (max-width: 767px) {
  .title__inner {
    width: 100vw;
    height: 170.3125vw;
    background: url(../images/title__sp.jpg) center center/cover no-repeat;
  }
}

/* Logos
---------------------------------------- */
.logos {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: min(90%, 780px);
}
@media screen and (max-width: 767px) {
  .logos {
    bottom: 7vw;
  }
}
.logos dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2em 1em;
  background-color: #C30D23;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .logos dt {
    padding: 0.15em 0.6em;
  }
}
.logos dt em {
  font-size: 1.5em;
}
@media screen and (min-width: 641px) {
  .logos dt em {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .logos dt em {
    font-size: 1.14em;
  }
}
.logos dt span {
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .logos dt span {
    font-size: 0.7em;
  }
}
.logos dd {
  background-color: #fff;
}

/* Voice
---------------------------------------- */
.voice {
  width: 65%;
  max-width: 780px;
  margin: 40px auto 0;
  padding: 16px 25px;
  border-radius: 20px;
  background-color: #fff0f0;
}
.voice dt {
  width: 212px;
  margin: -30px 0 10px -25px;
}
.voice dd {
  position: relative;
  padding-left: 1.1em;
  font-size: 1.25em;
  color: #000;
}
.voice dd::before {
  content: "●";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .voice {
    width: 92%;
    padding: 1em;
    border-radius: 0.6em;
  }
  .voice dt {
    width: auto;
    margin: -2em 0 0.5em -1em;
  }
  .voice dt img {
    width: auto;
    height: 2em;
  }
  .voice dd {
    font-size: 0.8em;
  }
}

/* Date
---------------------------------------- */
.date {
  background-color: #fff;
  color: #231815;
}
.date .section__inner {
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .date .section__inner {
    padding: 0 0 5vw;
  }
}
.date__box {
  margin: 25px 0 40px;
}
@media screen and (max-width: 767px) {
  .date__box {
    width: 90%;
    margin: 5vw auto;
  }
}
.date__special picture {
  display: block;
  margin-top: 20px;
}
.date__lecture {
  margin: 50px 0;
  box-shadow: 5px 5px 0 #ccc;
}
.date__lecture > div {
  display: flex;
  padding: 20px 30px 30px;
  background-color: #fff;
  color: #000;
}
.date__lecture > div figure {
  width: 200px;
  margin-right: 30px;
}
.date__lecture > div dl {
  flex: 1;
}
.date__lecture > div dl dt {
  font-size: 1.8em;
  font-weight: bold;
}
.date__lecture > div dl dd {
  text-align: justify;
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  .date__lecture > div dl dd.has-space {
    padding-left: calc(160px + 3vw);
  }
}
.date__lecture > div dl dd p {
  margin-top: 1em;
}
.date__lecture > div div {
  margin-top: 20px;
  padding: 25px;
  border-radius: 0.75em;
  background-color: rgba(250, 190, 100, 0.3);
  line-height: 1.4;
  text-align: center;
  font-size: 2.3em;
  font-weight: bold;
}
.date__lecture > div div span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .date__lecture {
    width: 90%;
    margin: 5% auto 10%;
  }
  .date__lecture > div {
    display: flow-root;
    padding: min(5%, 1.5em);
  }
  .date__lecture > div figure {
    float: left;
    width: 30%;
    max-width: 120px;
    margin: 0 4vw 0 0;
  }
  .date__lecture > div dl dt {
    font-size: 1.4em;
  }
  .date__lecture > div dl dd {
    font-size: 0.8em;
  }
  .date__lecture > div dl + p {
    font-size: 1.24em;
  }
  .date__lecture > div div {
    padding: 10px;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .date__gift {
    width: 90%;
    margin: 0 auto;
  }
}
.date__notes {
  margin: 1em 0 30px;
}
.date__notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.date__notes li::before {
  content: "・";
}
.date__notes li a {
  color: #e4007f;
}
@media screen and (max-width: 767px) {
  .date__notes {
    margin: 1em 0;
  }
  .date__notes li {
    font-size: 0.8em;
  }
}
.date__notes-kome {
  margin: 1em 0 30px;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .date__notes-kome {
    font-size: 0.8em;
  }
}
.date__notes-kome li {
  position: relative;
  padding-left: 1.2em;
}
.date__notes-kome li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.date__end {
  margin-top: 20px;
  padding: 20px;
  border-radius: 1em;
  background-color: #e9545d;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.date__end-left {
  width: 160px;
  margin-right: 20px;
}
.date__end-right {
  flex: 1;
}
.date__end-ttl {
  width: 136px;
  max-width: 100%;
  margin-bottom: 2em;
}
.date__end-name {
  margin-bottom: 0.5em;
  padding: 0.25em;
  border: solid #fff;
  border-width: 1px 0;
  font-size: 1.4em;
  font-weight: bold;
}
.date__end-text {
  font-size: 0.9em;
}
.date__end-theme {
  width: 100%;
  margin-top: 20px;
  padding: 0.5em 0 0;
  border-top: solid 1px #fff;
  text-align: center;
  font-family: serif;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .date__end {
    border-radius: 0;
    padding: 2.5%;
    font-size: 0.8em;
  }
  .date__end-left {
    width: 22%;
    margin-right: 3%;
  }
  .date__end-theme {
    margin-top: 10px;
    font-size: 1.4em;
  }
}
.date__ending {
  margin-top: 30px;
  border: solid 1px #c30d23;
}
.date__ending-ttl {
  padding: 0.75rem 1.25rem;
  background-color: #c30d23;
  font-size: 1.6em;
  font-weight: bold;
  color: #fff;
}
.date__ending-inner {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
}
.date__ending-txt {
  width: calc(100% - 190px);
  text-align: justify;
  font-size: 0.9em;
}
.date__ending-name {
  margin-bottom: 0.25em;
  font-size: 2em;
  font-weight: bold;
}
.date__ending-name + p {
  font-size: 0.9em;
}
.date__ending-bnr {
  margin: 0 2rem 2rem;
  padding: 0.25em;
  border-radius: 4em;
  background-color: rgba(250, 190, 100, 0.3);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .date__ending {
    width: 90%;
    margin: 5% auto 0;
  }
  .date__ending-ttl {
    font-size: 1.1em;
  }
  .date__ending-inner {
    display: block;
    padding: 1em;
  }
  .date__ending-img {
    float: left;
    width: min(25%, 163px);
    margin: 0.25rem 1rem 0.5rem 0;
  }
  .date__ending-txt {
    width: 100%;
  }
  .date__ending-name {
    font-size: 1.4em;
  }
  .date__ending-bnr {
    margin: 0 1em 1em;
    font-size: 1.3em;
  }
}

/* Companies
---------------------------------------- */
.companies {
  padding: 45px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .companies {
    padding: 0 0 6vw;
  }
}
.companies__list {
  margin: 1.25em 1em 0;
  text-align: left;
  font-size: 1.4em;
}
.companies__list li a {
  transition: color 0.3s;
}
.companies__list li a:hover {
  color: #00A29A;
}
@media screen and (max-width: 767px) {
  .companies__list {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
  }
  .companies__list:first-of-type {
    margin-top: 1em;
  }
}
.companies__list em {
  font-weight: bold;
}
.companies__list span {
  display: inline-block;
  font-size: 0.875em;
}
.companies__list div {
  margin-bottom: 0.5em;
  font-size: 0.78em;
}

.link_pdf:not(:first-child) {
  margin-top: 30px;
}
.link_pdf:not(:last-child) {
  margin-bottom: 30px;
}
.link_pdf a {
  display: block;
  margin: 0 auto;
  padding: 1em 2em;
  border-radius: 50px;
  background-color: #ff0;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .link_pdf a {
    transition: opacity 0.3s;
  }
  .link_pdf a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .link_pdf:not(:first-child) {
    margin-top: 1.2em;
  }
  .link_pdf:not(:last-child) {
    margin-bottom: 1.2em;
  }
  .link_pdf a {
    margin: 0 5%;
    padding: 1em;
  }
}

/* Schedule
---------------------------------------- */
.schedule {
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .schedule {
    padding-bottom: 6vw;
  }
}
.schedule__inner {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .schedule__inner {
    width: 90%;
    margin: 6vw auto 0;
    font-size: 0.8em;
  }
}
.schedule__subttl {
  width: min(80%, 500px);
  margin: 0 auto 10px;
  border-radius: 100px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}
.schedule__subttl.pink {
  background-color: #E9545D;
}
.schedule__subttl.orange {
  background-color: #EE7800;
}
.schedule__dl01 .pink {
  color: #E9545D;
}
.schedule__dl01 .blue {
  color: #004E96;
}
.schedule__dl01 .orange {
  color: #EE7800;
}
.schedule__dl01 dt {
  margin-top: 0.2em;
  line-height: 1.4;
  font-size: 2.4em;
  font-weight: bold;
}
.schedule__dl01 dd {
  line-height: 1.4;
  font-size: 1.6em;
}
@media screen and (max-width: 767px) {
  .schedule__dl01 dd {
    font-size: 1.4em;
  }
}
.schedule__ul01 {
  margin-top: 0.25em;
  line-height: 1.4;
  font-size: 2em;
  font-weight: bold;
}
.schedule__kakomi > span {
  display: inline-block;
  margin-top: 1em;
  padding: 0.35em 1em 0.3em;
  border: solid 1px #004E96;
  border-radius: 0.4em;
  font-size: 1.2em;
  font-weight: bold;
}
.schedule__kakomi > span strong {
  color: #E60012;
}
.schedule__ul02 {
  display: inline-block;
  margin-top: 1em;
  text-align: left;
  font-size: 0.9em;
  color: #EE7800;
}
.schedule__ul02 li::before {
  content: "・";
}

/* Notice
---------------------------------------- */
.notice__list {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .notice__list {
    width: 92%;
    margin: 1em auto;
  }
}
.notice__list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .notice__list li {
    font-size: 0.8em;
  }
}
.notice__list li::before {
  content: "・";
}
.notice__qr {
  margin-top: 2em;
  padding: 1.5em 2em;
  border-radius: 0.6em;
  background-color: #fff;
  color: #004E96;
}
@media screen and (max-width: 767px) {
  .notice__qr {
    width: 92%;
    margin: 5vw auto 0;
    padding: 1.5em;
    font-size: 0.8em;
  }
}
.notice__qr dt {
  margin-bottom: 0.75em;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}

/* Footer
---------------------------------------- */
.footer {
  margin-top: 100px;
  padding: 1em 0;
  background-color: #00A29A;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 10vw;
  }
}
.footer dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer dl div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__01 {
    font-size: 0.7em;
  }
}
.footer__01 dt {
  font-size: 1.5em;
  font-weight: 700;
}
.footer__01 dd {
  font-size: 1.875em;
}
.footer__02 {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .footer__02 {
    display: block !important;
    font-size: 0.8em;
  }
}
.footer__02 dt {
  font-weight: 700;
}
.footer__02 div {
  margin: 0 0.5em;
}
.footer__02 div:first-child dt {
  font-size: 1.2em;
}
.footer__02 div:first-child dd img {
  width: auto;
  height: 1.4em;
  padding: 3px;
  vertical-align: middle;
  background-color: #fff;
}
.footer__02 div:last-child dt:last-of-type {
  margin-left: 1em;
}

/* Entry
---------------------------------------- */
.entry {
  padding-bottom: 45px;
  background-color: #fff;
  color: #231815;
}
@media screen and (max-width: 640px) {
  .entry {
    padding-bottom: 10vw;
  }
}
.entry__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .entry__list {
    width: 90%;
    margin: 5vw auto 0;
  }
}
.entry__list li {
  width: 24%;
}
@media screen and (max-width: 640px) {
  .entry__list li {
    width: 50%;
    margin-bottom: 7vw;
  }
}
.entry__list li > * {
  display: block;
  line-height: 1.4;
  text-align: center;
  color: #172A88;
}
.entry__list li img {
  width: 62%;
  margin: 0 auto;
}
.entry__list li em {
  margin: 0.75em 0 0.5em;
  font-size: 1.16em;
}
@media screen and (max-width: 640px) {
  .entry__list li em {
    font-size: 1em;
  }
}
.entry__list li em span {
  display: inline-block;
}
.entry__list li > span {
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .entry__list ~ * {
    width: 90%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
.entry__notes {
  text-align: center;
  font-size: 0.875em;
}
@media screen and (max-width: 640px) {
  .entry__notes {
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
}
.entry__notes span {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .entry__notes span {
    display: inline;
  }
}
.entry__button {
  margin-top: 3em;
  text-align: center;
  font-size: 0.875em;
}
.entry__button .ex-link::after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/icon_ex-link.svg) center center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .entry__button .ex-link:hover {
    text-decoration: underline;
  }
}
.entry__button--button a {
  display: inline-block;
  margin: 0.75em auto 1em;
  padding: 0.75em 1.5em;
  border-radius: 0.2em;
  background-color: #F39800;
  box-shadow: 0 0.25em 0 #B87403;
  font-size: 2.2em;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .entry__button--button a {
    transition: 0.3s;
  }
  .entry__button--button a:hover {
    background-color: #B87403;
    box-shadow: 0 0.15em 0 #89550A;
    transform: translateY(0.1em);
  }
}
@media screen and (max-width: 640px) {
  .entry__button--button a {
    font-size: 1.8em;
  }
}/*# sourceMappingURL=style.css.map */