@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #3d8af3;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
  color: #000000;
  font-size: 14px;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

a {
  outline: none;
}
a:focus {
  outline: none;
}

br.sp {
  display: none;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.barlow-semi-condensed {
  font-family: "Barlow Semi Condensed", sans-serif;
}

.slab {
  font-family: "Roboto Slab", serif;
}

.Breadcrumb {
  margin: 80px -50px 0;
  padding: 0;
}
@media print, screen and (max-width: 1300px) {
  .Breadcrumb {
    margin: 80px 0 0 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .Breadcrumb {
    display: none;
  }
}
.Breadcrumb ul#crumbs {
  display: inline-flex;
  margin: 0;
  padding: 5px 30px;
  height: 26px;
  border-radius: 40px;
  background-color: #ffffff;
}
@media print, screen and (max-width: 767px) {
  .Breadcrumb ul#crumbs {
    display: flex;
    margin: 0;
    padding: 5px 20px;
    height: 26px;
  }
}
.Breadcrumb ul#crumbs li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0 20px 0 0;
  max-width: 200px;
  height: 26px;
  list-style: none;
  font-size: 11px;
  line-height: 26px;
}
.Breadcrumb ul#crumbs li a {
  display: block;
  overflow: hidden;
  padding: 0;
  color: #2467ce;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.Breadcrumb ul#crumbs li:last-child {
  padding: 0;
}
.Breadcrumb ul#crumbs li:after {
  position: absolute;
  top: 0;
  right: 8px;
  color: #2467ce;
  content: "/";
}
.Breadcrumb ul#crumbs li:last-child:after {
  display: none;
}

input[type=text], input[type=email] {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.93);
  color: #000000;
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
  padding: 15px 40px 15px 15px;
  width: 240px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.93);
  background-image: url(../images/arrow_drop_down.svg);
  background-position: top 50% right 10px;
  background-repeat: no-repeat;
  color: #000000;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=submit] {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 300px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 5px;
  background-color: #0b3e97;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  -webkit-appearance: none;
}
@media print, screen and (max-width: 767px) {
  input[type=submit] {
    width: 100%;
  }
}

textarea {
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 150px;
  outline: 0;
  border: none;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.93);
  color: #000000;
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-animation-name: onAutoFillStart;
  animation-name: onAutoFillStart;
}

.submit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 20px;
  max-width: inherit;
  width: auto;
  outline: 0;
  text-align: center;
  gap: 10px;
}
@media print, screen and (max-width: 767px) {
  .submit {
    margin: 30px auto 20px;
  }
}

.navigation {
  padding: 30px 0;
  text-align: center;
}
.navigation.sp {
  display: none;
}
.navigation span.current {
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  margin: 0 2px;
  width: 32px;
  height: 50px;
  border: #84181c solid 1px;
  background: #b01f24;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}
.navigation a.page-numbers {
  display: inline-flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  margin: 0 2px;
  width: 32px;
  height: 50px;
  border: #bead93 solid 1px;
  background: transparent;
  color: #464646;
  text-decoration: none;
  font-size: 12px;
}
.navigation a.prev, .navigation a.next {
  display: none;
}

/*___common________________________________*/
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 60px;
  height: 160px;
}
@media print, screen and (max-width: 1023px) {
  header {
    padding: 0 50px;
    height: 100px;
  }
}
@media print, screen and (max-width: 767px) {
  header {
    padding: 0 20px;
    height: 60px;
  }
}
header .logo {
  line-height: 0;
}
header .logo img {
  width: 330px;
  height: auto;
}
@media print, screen and (max-width: 1179px) {
  header .logo img {
    width: 280px;
  }
}
@media print, screen and (max-width: 1023px) {
  header .logo img {
    width: 200px;
  }
}
@media print, screen and (max-width: 767px) {
  header .logo img {
    width: 110px;
  }
}
header .naviMenu {
  margin: 0;
  padding: 0;
}
header .naviMenu .gNavi ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 48px;
}
@media print, screen and (max-width: 767px) {
  header .naviMenu .gNavi ul {
    gap: 20px;
  }
}
header .naviMenu .gNavi ul li {
  margin: 0;
  padding: 0;
}
header .naviMenu .gNavi ul li a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media print, screen and (max-width: 1023px) {
  header .naviMenu .gNavi ul li a {
    font-size: 18px;
  }
}

.spnaviMenu {
  display: none;
}

footer {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0;
  padding: 50px 50px;
  text-align: center;
  gap: 56px;
}
@media print, screen and (max-width: 1023px) {
  footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 50px;
    gap: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  footer {
    align-items: center;
    padding: 50px 10px;
  }
}
footer .logo {
  position: absolute;
  right: 20px;
  bottom: -10px;
  width: 350px;
}
@media print, screen and (max-width: 1023px) {
  footer .logo {
    width: 300px;
  }
}
@media print, screen and (max-width: 767px) {
  footer .logo {
    display: none;
  }
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer nav {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
}
footer nav ul {
  display: flex !important;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
}
footer nav ul li {
  font-size: 13px;
  line-height: 1;
}
footer nav ul li a {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}
footer .sns {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 0;
}
footer .sns ul {
  display: inline-block !important;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .sns ul li {
  float: left;
  margin: 0;
  padding: 0 10px;
  line-height: 0;
}
@media print, screen and (max-width: 1023px) {
  footer .sns ul li {
    padding: 0 20px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  footer .sns ul li {
    padding: 0 10px;
  }
}
footer .sns ul li a {
  position: relative;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
footer p.copyright {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 11px;
}

.screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 96;
  background-color: #3d8af3;
  opacity: 0;
  transition: opacity ease 0.5s;
  pointer-events: none;
}
.screen.on {
  opacity: 1;
}

#wrapper {
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  background-image: url(../images/footer_bg.webp);
  background-position: bottom center;
  background-repeat: repeat-x;
  opacity: 0;
}
#wrapper.on {
  opacity: 1;
}
#wrapper.page {
  padding: 150px 0 0;
  background-color: #4c8df2;
  background-image: url(../images/footer_page_bg.webp);
}
@media print, screen and (max-width: 1023px) {
  #wrapper.page {
    padding: 100px 0 0;
  }
}

/*___TOP________________________________*/
section#top {
  margin: 0;
  padding: 0;
}

.hero {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto !important;
}
.hero .hero_bg {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
}
.hero .hero_bg h1 {
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.hero .hero_bg h1 img {
  min-width: 1700px;
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1400px) {
  .hero .hero_bg h1 img {
    min-width: 1500px;
  }
}
@media print, screen and (max-width: 1179px) {
  .hero .hero_bg h1 img {
    min-width: 1400px;
  }
}
@media print, screen and (max-width: 1023px) {
  .hero .hero_bg h1 img {
    min-width: 1100px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_bg h1 img {
    min-width: inherit;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .hero_bg h1 img.pc {
    display: none;
  }
}
.hero .hero_bg h1 img.sp {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .hero .hero_bg h1 img.sp {
    display: block;
  }
}
.hero .hero_flex {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media print, screen and (max-width: 767px) {
  .hero .hero_flex {
    position: static;
  }
}
.hero .event_block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 0 0;
  width: 50%;
}
@media print, screen and (max-width: 767px) {
  .hero .event_block {
    position: static;
    padding: 0;
    width: auto;
  }
}
.hero .event_block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (max-width: 767px) {
  .hero .event_block ul {
    width: 100%;
  }
}
.hero .event_block ul li {
  padding: 30px 0;
  list-style: none;
}
@media print, screen and (max-width: 767px) {
  .hero .event_block ul li {
    padding: 0;
    list-style: none;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .event_block ul li:first-child {
    border-bottom: #446ac7 solid 1px;
  }
}
.hero .event_block ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  gap: 60px;
}
@media print, screen and (max-width: 1023px) {
  .hero .event_block ul li a {
    gap: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .event_block ul li a {
    justify-content: space-between;
    box-sizing: border-box;
    padding: 16px 30px 16px 30px;
    width: 100%;
    background: #2952c0;
    gap: 30px;
  }
}
.hero .event_block ul li a img {
  width: 22vw;
  height: auto;
}
@media print, screen and (max-width: 1179px) {
  .hero .event_block ul li a img {
    width: 26vw;
  }
}
@media print, screen and (max-width: 1023px) {
  .hero .event_block ul li a img {
    width: 28vw;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .event_block ul li a img {
    width: 160px;
  }
}
.hero .event_block ul li a span {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 0 0;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #235ac6;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 20px;
  gap: 5px;
}
@media print, screen and (max-width: 1179px) {
  .hero .event_block ul li a span {
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .hero .event_block ul li a span {
    background-color: #3f71d4;
  }
}
.hero .event_block ul li a span i img {
  width: 20px;
  height: auto;
}
@media print, screen and (max-width: 1179px) {
  .hero .event_block ul li a span i img {
    width: 16px;
  }
}

.latest {
  margin: 0 auto;
  padding: 0 100px 0;
  background-color: #ffffff;
}
@media print, screen and (max-width: 1300px) {
  .latest {
    padding: 0 60px 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .latest {
    padding: 0 50px 0;
  }
}
@media print, screen and (max-width: 767px) {
  .latest {
    padding: 50px 30px 0;
  }
}
.latest .latest_block {
  margin: 0 auto;
  padding: 0;
  max-width: 1150px;
}
.latest .latest_block h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 60px;
  color: #000000;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
}
.latest .latest_block .latest_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  padding: 80px;
  border-radius: 30px;
  background-color: #f3f3f3;
}
@media print, screen and (max-width: 1179px) {
  .latest .latest_block .latest_box {
    padding: 60px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .latest .latest_block .latest_box {
    padding: 50px 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .latest .latest_block .latest_box {
    flex-direction: column;
    padding: 40px 20px 20px;
    border-radius: 15px;
  }
}
.latest .latest_block .latest_box .latest_list {
  margin: 0;
  padding: 0 50px 0 0;
  width: calc(100% - 400px);
}
@media print, screen and (max-width: 1179px) {
  .latest .latest_block .latest_box .latest_list {
    width: calc(100% - 300px);
  }
}
@media print, screen and (max-width: 1023px) {
  .latest .latest_block .latest_box .latest_list {
    padding: 0 30px 0 0;
    width: calc(100% - 280px);
  }
}
@media print, screen and (max-width: 767px) {
  .latest .latest_block .latest_box .latest_list {
    padding: 0 0 30px;
    width: 100%;
  }
}
.latest .latest_block .latest_box .latest_list ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.latest .latest_block .latest_box .latest_list ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  width: 100%;
  border-bottom: #e6e6e6 solid 1px;
  list-style: none;
}
.latest .latest_block .latest_box .latest_list ul li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.latest .latest_block .latest_box .latest_list ul li a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #000000;
  text-decoration: none;
  gap: 24px;
}
@media print, screen and (max-width: 1023px) {
  .latest .latest_block .latest_box .latest_list ul li a {
    flex-direction: column;
    gap: 10px;
  }
}
.latest .latest_block .latest_box .latest_list ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 32px;
  border-radius: 23px;
  font-size: 12px;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  .latest .latest_block .latest_box .latest_list ul li a span {
    position: absolute;
    top: 0;
    left: 90px;
    height: 20px;
  }
}
.latest .latest_block .latest_box .latest_list ul li a dl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 3px 0 0;
  width: calc(100% - 82px);
  font-size: 15px;
  line-height: 1.8em;
}
@media print, screen and (max-width: 1300px) {
  .latest .latest_block .latest_box .latest_list ul li a dl {
    flex-direction: column;
    padding: 0;
    font-size: 14px;
  }
}
@media print, screen and (max-width: 1023px) {
  .latest .latest_block .latest_box .latest_list ul li a dl {
    width: 100%;
  }
}
.latest .latest_block .latest_box .latest_list ul li a dl dt {
  margin: 0;
  padding: 0;
  width: 110px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
}
@media print, screen and (max-width: 1300px) {
  .latest .latest_block .latest_box .latest_list ul li a dl dt {
    margin: 0 0 3px;
  }
}
@media print, screen and (max-width: 1023px) {
  .latest .latest_block .latest_box .latest_list ul li a dl dt {
    margin: 0 0 10px;
  }
}
.latest .latest_block .latest_box .latest_list ul li a dl dd {
  margin: 0;
  padding: 0;
  width: calc(100% - 110px);
  text-align: justify;
  font-weight: 500;
}
@media print, screen and (max-width: 1300px) {
  .latest .latest_block .latest_box .latest_list ul li a dl dd {
    width: 100%;
  }
}
.latest .latest_block .latest_box .banner {
  margin: 0;
  padding: 0;
  width: 400px;
}
@media print, screen and (max-width: 1179px) {
  .latest .latest_block .latest_box .banner {
    width: 300px;
  }
}
@media print, screen and (max-width: 959px) {
  .latest .latest_block .latest_box .banner {
    margin: 0;
    padding: 0;
    width: 220px;
  }
}
@media print, screen and (max-width: 767px) {
  .latest .latest_block .latest_box .banner {
    width: 100%;
  }
}
.latest .latest_block .latest_box .banner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.latest .latest_block .latest_box .banner ul li {
  margin: 0 0 25px;
  padding: 0;
  line-height: 0;
}
.latest .latest_block .latest_box .banner ul li img {
  width: 100%;
  height: auto;
}
.latest .latest_block .latest_box .banner ul li:last-child {
  margin: 0;
}

.concept {
  box-sizing: border-box;
  margin: 0;
  padding: 0 100px 90px;
}
@media print, screen and (max-width: 1300px) {
  .concept {
    padding: 0 60px 90px;
  }
}
@media print, screen and (max-width: 1023px) {
  .concept {
    padding: 0 50px 90px;
  }
}
@media print, screen and (max-width: 767px) {
  .concept {
    padding: 0 30px 0;
  }
}
.concept .concept_wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1150px;
  border-radius: 30px;
}
@media print, screen and (max-width: 1023px) {
  .concept .concept_wrap {
    padding: 50px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .concept .concept_wrap {
    padding: 40px 0 0;
  }
}
.concept .concept_wrap h2 {
  position: relative;
  margin: 0 0 40px 20px;
  padding: 0;
  color: #000000;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
@media print, screen and (max-width: 1023px) {
  .concept .concept_wrap h2 {
    margin: 0 0 26px 20px;
    font-size: 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .concept .concept_wrap h2 {
    margin: 0 0 26px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 30px;
  }
}
.concept .concept_wrap .concept_info {
  margin: 0;
  padding: 0;
}
.concept .concept_wrap .concept_info .concept_info__title {
  position: relative;
  display: block;
  padding: 0 320px 0 0;
}
@media print, screen and (max-width: 1023px) {
  .concept .concept_wrap .concept_info .concept_info__title {
    padding: 0;
  }
}
.concept .concept_wrap .concept_info .concept_info__title .photo {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  border: #ffe6b6 solid 10px;
  border-radius: 20px;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .concept .concept_wrap .concept_info .concept_info__title .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -30px;
    padding: 0;
    width: auto;
    border: none;
    border-radius: 0;
    line-height: 0;
  }
}
.concept .concept_wrap .concept_info .concept_info__title .photo img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  .concept .concept_wrap .concept_info .concept_info__title .photo img {
    width: 150%;
    height: auto;
  }
}
.concept .concept_wrap .concept_info .concept_info__title h3 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 600px;
  text-indent: -0.6em;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.7em;
  writing-mode: vertical-rl;
  font-feature-settings: normal;
}
@media print, screen and (max-width: 1300px) {
  .concept .concept_wrap .concept_info .concept_info__title h3 {
    font-size: 24px;
    line-height: 1.8em;
  }
}
@media print, screen and (max-width: 1023px) {
  .concept .concept_wrap .concept_info .concept_info__title h3 {
    position: static;
    margin: 30px 0 0 20px;
    height: auto;
    text-indent: 0;
    letter-spacing: 1px;
    writing-mode: horizontal-tb;
    font-feature-settings: "palt";
  }
}
@media print, screen and (max-width: 767px) {
  .concept .concept_wrap .concept_info .concept_info__title h3 {
    margin: 40px 0 0 0;
    font-size: 18px;
  }
}
.concept .concept_wrap .concept_info .concept_info__title h3 span {
  padding: 0 5px;
  background-image: linear-gradient(to left, rgba(255, 255, 0, 0.8) 0, rgba(255, 255, 0, 0.8) 0.6em, transparent 0.6em, transparent 100%);
  background-position: right top;
  background-size: 0.8em 100%;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1023px) {
  .concept .concept_wrap .concept_info .concept_info__title h3 span {
    background: linear-gradient(transparent 60%, #ffeb3b 60%);
  }
}
@media print, screen and (max-width: 1023px) {
  .concept .concept_wrap .concept_info .concept_info__title h3 br.tab {
    display: none;
  }
}
.concept .concept_wrap .concept_info .description {
  box-sizing: border-box;
  margin: 50px 0 0 20px;
  padding: 0;
  max-width: calc(100% - 305px);
}
@media print, screen and (max-width: 1023px) {
  .concept .concept_wrap .concept_info .description {
    box-sizing: border-box;
    margin: 30px 0 0 20px;
    padding: 0 0 50px;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .concept .concept_wrap .concept_info .description {
    margin: 10px 0 0;
    padding: 0;
  }
}
.concept .concept_wrap .concept_info .description p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 18px;
  line-height: 2.4em;
}
@media print, screen and (max-width: 1360px) {
  .concept .concept_wrap .concept_info .description p {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 1200px) {
  .concept .concept_wrap .concept_info .description p {
    font-size: 14px;
  }
  .concept .concept_wrap .concept_info .description p br {
    display: none;
  }
}

section#page {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 50px 100px 50px;
}
@media print, screen and (max-width: 1300px) {
  section#page {
    padding: 50px 60px 50px;
  }
}
@media print, screen and (max-width: 1024px) {
  section#page {
    padding: 50px;
  }
}
@media print, screen and (max-width: 767px) {
  section#page {
    padding: 0 30px 0;
  }
}

h1.title {
  position: relative;
  margin: 0 0 80px;
  padding: 0;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 48px;
  font-family: "Roboto Slab", serif;
  line-height: 1;
}
@media print, screen and (max-width: 1300px) {
  h1.title {
    margin: 0 0 60px;
    text-align: center;
    font-size: 40px;
  }
}
@media print, screen and (max-width: 1179px) {
  h1.title {
    margin: 0 0 50px;
    font-size: 36px;
  }
}
@media print, screen and (max-width: 767px) {
  h1.title {
    margin: 0 0 20px;
    text-align: left;
    font-size: 30px;
  }
}

.contact {
  position: relative;
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 760px;
}
@media print, screen and (max-width: 767px) {
  .contact {
    padding: 0;
  }
}
.contact .box {
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
  color: #ffffff;
}
.contact .box .read {
  margin: 0 0 60px;
}
@media print, screen and (max-width: 1023px) {
  .contact .box .read {
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .contact .box .read {
    margin: 0 0 20px;
  }
}
.contact .box .read p {
  margin: 0;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.2em;
}
@media print, screen and (max-width: 959px) {
  .contact .box .read p {
    font-size: 14px;
    line-height: 2em;
  }
}
.contact .box .read p span, .contact .box .read p a {
  color: #ffffff;
}
.contact .box .read p.confirm {
  display: none;
}
.contact .box dl {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 180px;
  font-weight: 500;
  font-size: 15px;
}
@media print, screen and (max-width: 1023px) {
  .contact .box dl {
    padding: 0;
  }
}
.contact .box dl dt {
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 500;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  .contact .box dl dt {
    position: static;
    margin: 0 0 5px;
    font-size: 13px;
  }
}
.contact .box dl dt span {
  padding: 0 0 0 5px;
  color: #ffffff;
}
.contact .box dl dd {
  margin: 0;
  padding: 0;
  min-height: 30px;
  line-height: 2em;
}
.contact .backBtn {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 0;
  border-radius: 5px;
  background-color: #2a2a2a;
  color: #ffffff;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 60px;
  -webkit-appearance: none;
}
.contact .sendBtn {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 60px;
  outline: 0;
  border: none;
  border-radius: 5px;
  background-color: #0b3e97;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 60px;
  -webkit-appearance: none;
}
.contact a.back {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 60px;
  border: none;
  border-radius: 5px;
  background-color: #0b3e97;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 60px;
  -webkit-appearance: none;
}
.contact p.thanks {
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 15px;
  line-height: 2.4em;
}
@media print, screen and (max-width: 1023px) {
  .contact p.thanks {
    margin: 0 -20px 50px;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 14px;
  }
}
.contact h3 {
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
}

.mw_wp_form_confirm .contact .read p {
  display: none;
}
.mw_wp_form_confirm .contact .read p.confirm {
  display: block;
}
.mw_wp_form_confirm .contact dl dt {
  top: 0;
  line-height: 2em;
}
@media print, screen and (max-width: 1023px) {
  .mw_wp_form_confirm .contact dl dt {
    font-weight: 700;
    line-height: 2em;
  }
}

.mw_wp_form .error {
  color: #ffffff !important;
}

.privacy {
  position: relative;
  margin: 0 auto;
  padding: 80px;
  max-width: 760px;
  border-radius: 30px;
  background-color: rgba(0, 44, 117, 0.2784313725);
  color: #ffffff;
}
@media print, screen and (max-width: 1023px) {
  .privacy {
    padding: 80px 50px;
  }
}
@media print, screen and (max-width: 767px) {
  .privacy {
    padding: 50px 20px;
  }
}
.privacy h1.title {
  color: #ffffff;
}
@media print, screen and (max-width: 767px) {
  .privacy h1.title {
    margin: 0 0 14px;
    font-size: 30px;
    line-height: 1.2em;
  }
}
.privacy .box {
  margin: 0 auto;
  padding: 0;
  max-width: 760px;
}
.privacy .box h2 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  .privacy .box h2 {
    margin: 0 0 36px;
    text-align: center;
    font-size: 18px;
  }
}
.privacy .box p {
  margin: 0 0 50px;
  padding: 0;
  text-align: justify;
  font-weight: 500;
  font-size: 14px;
  line-height: 2em;
}
@media print, screen and (max-width: 959px) {
  .privacy .box p {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 767px) {
  .privacy .box p {
    margin: 0 0 30px;
  }
}
.privacy .box p b {
  display: inline-block;
  padding: 0 0 10px;
  font-weight: 700;
  font-size: 16px;
}
@media print, screen and (max-width: 959px) {
  .privacy .box p b {
    font-size: 15px;
  }
}
.privacy .box p.end {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.event {
  position: relative;
  margin: 0 auto;
  padding: 0 0 50px;
}
@media print, screen and (max-width: 767px) {
  .event {
    padding: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .event h1.title {
    margin: 0 0 30px;
  }
}
.event .box {
  margin: 0 auto;
  padding: 0;
}
.event .box ul {
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  list-style: none;
}
@media print, screen and (max-width: 767px) {
  .event .box ul {
    border-radius: 20px;
  }
}
.event .box ul li {
  margin: 0 0 1px;
  padding: 50px 60px;
  background-color: rgba(0, 44, 117, 0.2784313725);
}
@media print, screen and (max-width: 959px) {
  .event .box ul li {
    padding: 30px;
  }
}
.event .box ul li a {
  position: relative;
  display: block;
  padding: 0;
  background-position: top 50% right 15px;
  background-size: 40px auto;
  background-repeat: no-repeat;
  color: white;
  text-decoration: none;
}
.event .box ul li a h2 {
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 37px;
  font-family: "Roboto Slab", serif;
  line-height: 1.4em;
}
@media print, screen and (max-width: 1300px) {
  .event .box ul li a h2 {
    font-size: 30px;
  }
}
@media print, screen and (max-width: 1023px) {
  .event .box ul li a h2 {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 767px) {
  .event .box ul li a h2 {
    margin: 0 0 5px;
  }
}
.event .box ul li a p.event_place {
  margin: 0 0 12px;
  padding: 0;
  font-weight: 500;
  font-size: 22px;
}
@media print, screen and (max-width: 1300px) {
  .event .box ul li a p.event_place {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 1023px) {
  .event .box ul li a p.event_place {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .event .box ul li a p.event_place {
    font-size: 16px;
  }
}
.event .box ul li a p.date {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1em;
}
@media print, screen and (max-width: 1300px) {
  .event .box ul li a p.date {
    font-size: 20px;
  }
}
@media print, screen and (max-width: 1023px) {
  .event .box ul li a p.date {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .event .box ul li a p.date {
    font-size: 16px;
  }
}
.event .box ul li a p.date span {
  padding: 0;
  letter-spacing: normal;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  .event .box ul li a p.date span {
    font-size: 14px;
  }
}
.event .box ul li a .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
  padding: 10px 10px 7px;
  background: #02378f;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .event .box ul li a .close {
    padding: 8px 10px 5px;
    font-size: 14px;
  }
}
.event .box ul li a .close img {
  width: 80px;
  height: auto;
}

@-webkit-keyframes fadeInMenu {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeInMenu {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOutMenu {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(20px, 0);
  }
}
@keyframes fadeOutMenu {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(20px, 0);
  }
}
/*# sourceMappingURL=style.css.map */