.header {
  height: 68rem;
<!--
  background-position: 0% 0%;
-->
  position: relative;
  z-index: 10000;
}
@media only screen and (max-width:1024px) {
  .header {
    background-size: 130% auto;
    background-position: -10rem 0%;
    background-color: #0192cb;
  }
}
@media only screen and (max-width:767px) {
  .header {
    height: 100vh;
    background-size: auto 50%;
    background-position: -20rem -2rem;
    background-color: #0192cb;
  }
}
.header-logo {
  margin-bottom: 2rem;
}
.header-adej {
  width: 7.7rem;
  position: absolute;
  right: 2.5rem;
  top: 9.3rem;
}
@media only screen and (max-width:1024px) {
  .header-adej {
    top: 1rem;
    right: 8rem;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-adej {
    width: 2.8rem;
    right: 7.5rem;
  }
}
.header-message2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto auto 3vw;
  color: #fff;
  height: 100%;
  padding-bottom: 8rem;
}
@media only screen and (max-width:1024px) {
  .header-message2 {
    width: 50%;
  }
}
@media only screen and (max-width:767px) {
  .header-message2 {
    width: 100%;
    padding: 1.5rem 0;
    margin: 0 0 auto;
  }
}
.header-message2-ttl {
  max-width: 71.8rem;
  text-align: left;
}
@media only screen and (max-width:1024px) {
  .header-message2-ttl {
    max-width: 31.5rem;
    text-align: center;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-message2-ttl {
    padding: 0 4rem 1.5rem;
  }
}
.header-message2-ttl strong {
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Barlow", serif;
}
@media only screen and (max-width:1024px) {
  .header-message2-ttl strong {
    font-size: 5.2rem;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-message2-ttl strong {
    font-size: 4rem;
  }
}
.header-message2-ttl strong b {
  color: #ffe328;
  font-weight: 600;
}
.header-message2-ttl span {
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
  font-weight: 700;
  display: inline-block;
}
.header-message2-info {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.header-message2-info strong span {
  color: #ffe328;
}
.header-message2-date {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  padding-top: 4rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .header-message2-date {
    font-size: 1.5rem;
    text-align: center;
  }
}
.header-message2-date b {
  font-size: 3.4rem;
  font-family: "Barlow", serif;
}
@media only screen and (max-width:767px) {
  .header-message2-date b {
    font-size: 2rem;
  }
}
.header-message2:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #053c7c, rgba(5, 60, 124, 0));
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .header-message2:after {
    display: none;
  }
}
.header-message2-btn {
  width: 100%;
  max-width: 40rem;
}
@media only screen and (max-width:767px) {
  .header-message2-btn {
    padding: 0 1.5rem;
  }
}
.header-message2-btn ul {
  margin-top: 1rem;
}
.header-message2-btn ul li {
  margin-top: 1rem;
}
.header-message2-btn ul li:nth-of-type(1) a {
  background: #e60012;
}
.header-message2-btn ul li:nth-of-type(1) a:hover {
  background: rgba(230, 0, 18, 0.8);
}
.header-message2-btn ul li a {
  padding: 0 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  height: 5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #053c7c;
  color: #fff;
}
.header-message2-btn ul li a:hover {
  background: rgba(5, 60, 124, 0.8);
}
.header-message2-btn ul li a:hover span {
  position: relative;
  left: 0.5rem;
}
.header-message2-btn ul li a span {
  font-size: 2rem;
  margin-left: 1rem;
}
.header-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 3vw auto auto;
  color: #fff;
  height: 100%;
  padding-bottom: 8rem;
}
@media only screen and (max-width:1024px) {
  .header-message {
    width: 50%;
  }
}
@media only screen and (max-width:767px) {
  .header-message {
    width: 100%;
    padding: 1.5rem 0;
    margin: 0 0 auto;
  }
}
.header-message-ttl {
  max-width: 71.8rem;
  text-align: left;
}
@media only screen and (max-width:1024px) {
  .header-message-ttl {
    max-width: 31.5rem;
    text-align: center;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .header-message-ttl {
    padding: 0 4rem 1.5rem;
  }
}
.header-message-ttl span {
  font-size: 1.4rem;
  padding-bottom: 0.8rem;
  font-weight: 700;
  display: inline-block;
}
.header-message-info {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.header-message-info strong {
  color: #a8d7ec;
}
.header-message-date {
  width: 100%;
  font-size: 2rem;
  text-align: center;
  padding-top: 4rem;
  font-weight: 700;
}
@media only screen and (max-width:767px) {
  .header-message-date {
    font-size: 1.5rem;
    text-align: center;
  }
}
.header-message-date b {
  font-size: 3.4rem;
  font-family: "Barlow", serif;
}
@media only screen and (max-width:767px) {
  .header-message-date b {
    font-size: 2rem;
  }
}
.header-message:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(-90deg, #053c7c, rgba(5, 60, 124, 0));
  z-index: -1;
}
@media only screen and (max-width:767px) {
  .header-message:after {
    display: none;
  }
}
.header-message-btn {
  width: 100%;
  max-width: 40rem;
}
@media only screen and (max-width:767px) {
  .header-message-btn {
    padding: 0 1.5rem;
  }
}
.header-message-btn ul {
  margin-top: 1rem;
}
.header-message-btn ul li {
  margin-top: 1rem;
}
.header-message-btn ul li:nth-of-type(1) a {
  background: #e60012;
}
.header-message-btn ul li:nth-of-type(1) a:hover {
  background: rgba(230, 0, 18, 0.8);
}
.header-message-btn ul li a {
  padding: 0 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  height: 5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #053c7c;
  color: #fff;
}
.header-message-btn ul li a:hover {
  background: rgba(5, 60, 124, 0.8);
}
.header-message-btn ul li a:hover span {
  position: relative;
  left: 0.5rem;
}
.header-message-btn ul li a span {
  font-size: 2rem;
  margin-left: 1rem;
}

.container .dl-bnr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 8rem;
}
@media only screen and (max-width:767px) {
  .container .dl-bnr {
    padding: 1.5rem 1.5rem 4rem;
  }
}
.container .dl-bnr dt {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width:767px) {
  .container .dl-bnr dt {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.container .dl-bnr dt:before, .container .dl-bnr dt:after {
  content: "";
  width: 20rem;
  height: 1px;
  background: #a8d7ec;
  margin: 0 1.5rem;
}
@media only screen and (max-width:767px) {
  .container .dl-bnr dt:before, .container .dl-bnr dt:after {
    width: 3rem;
  }
}
.container .dl-bnr dd ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 90rem;
  margin: 0 auto;
}
.container .dl-bnr dd ul li {
  width: 25%;
  padding: 2rem 1rem;
  text-align: center;
}
@media only screen and (max-width:767px) {
  .container .dl-bnr dd ul li {
    width: 50%;
    padding: 0.5rem;
  }
}
.container .dl-bnr dd ul li img {
  width: auto;
  height: 7rem;
}
@media only screen and (max-width:767px) {
  .container .dl-bnr dd ul li img {
    height: 6rem;
  }
}
.container .dl-support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0 8rem;
}
@media only screen and (max-width:767px) {
  .container .dl-support {
    padding: 1.5rem 1.5rem 4rem;
  }
}
.container .dl-support dt {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width:767px) {
  .container .dl-support dt {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.container .dl-support dt:before, .container .dl-support dt:after {
  content: "";
  width: 20rem;
  height: 1px;
  background: #a8d7ec;
  margin: 0 1.5rem;
}
@media only screen and (max-width:767px) {
  .container .dl-support dt:before, .container .dl-support dt:after {
    width: 4rem;
  }
}
.container .dl-support dd ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 90rem;
  margin: 0 auto;
}
.container .dl-support dd ul li {
  margin: 1.5rem;
}
.container .dl-support dd ul li img {
  width: 18rem;
}
@media only screen and (max-width:767px) {
  .container .dl-support dd ul li img {
    width: 12rem;
  }
}
.container .dl-sametime {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3vw 5rem;
}
@media only screen and (max-width:767px) {
  .container .dl-sametime {
    padding: 1.5rem 1.5rem 4rem;
  }
}
.container .dl-sametime > dt {
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width:767px) {
  .container .dl-sametime > dt {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
.container .dl-sametime > dt:before, .container .dl-sametime > dt:after {
  content: "";
  width: 20rem;
  height: 1px;
  background: #a8d7ec;
  margin: 0 1.5rem;
}
@media only screen and (max-width:767px) {
  .container .dl-sametime > dt:before, .container .dl-sametime > dt:after {
    width: 4rem;
  }
}
.container .dl-sametime > dd dl {
  display: flex;
  justify-content: center;
  max-width: 90rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .container .dl-sametime > dd dl {
    flex-wrap: wrap;
  }
}
.container .dl-sametime > dd dl > div {
  width: calc(50% - 3rem);
  margin: 1.5rem;
  background: rgba(3, 111, 196, 0.05);
  border-radius: 1rem;
  padding: 2.5rem;
}
@media only screen and (max-width:767px) {
  .container .dl-sametime > dd dl > div {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.container .dl-sametime > dd dl > div dt {
  text-align: center;
}
.container .dl-sametime > dd dl > div dt img {
  width: 18rem;
}
.container .dl-sametime > dd dl > div dd {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  text-align: left;
}
.container .dl-sametime > dd dl > div dd img {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width:767px) {
  .container .dl-sametime > dd dl > div dd {
    font-size: 1.3rem;
  }
}

.section-about {
  padding: 5rem 0 10rem 0;
}
@media only screen and (max-width:767px) {
  .section-about {
    padding: 3rem 0;
  }
}
.section-about-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-about-header-ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  color: #053c7c;
}
@media only screen and (max-width:767px) {
  .section-about-header-ttl {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.6rem;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
  }
}
.section-about-header-ttl img {
  width: 58rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width:767px) {
  .section-about-header-ttl img {
    margin: 0 0 0.2rem;
  }
}
.section-about-header-fig {
  width: 100%;
  height: 55rem;
  background: url("../../img/top/bg_catch.jpg") 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  padding: 3vw;
}
@media only screen and (max-width:767px) {
  .section-about-header-fig {
    height: 36rem;
    justify-content: flex-start;
  }
}
.section-about-header-fig p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10rem;
}
@media only screen and (max-width:767px) {
  .section-about-header-fig p {
    margin-top: 3rem;
  }
}
.section-about-header-fig p strong {
  background: #053c7c;
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 5.4rem;
  line-height: 1;
  margin: 0.5rem auto 0.5rem 0;
}
@media only screen and (max-width:767px) {
  .section-about-header-fig p strong {
    font-size: 2.4rem;
    padding: 0.8rem 1.2rem;
  }
}
.section-about .article-about {
  max-width: 128rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 3vw 8rem;
}
@media only screen and (max-width:1024px) {
  .section-about .article-about {
    padding: 0 0 8rem;
  }
}
@media only screen and (max-width:767px) {
  .section-about .article-about {
    flex-direction: column;
    padding: 0 5vw 4rem;
  }
}
.section-about .article-about-fig {
  width: 55%;
  min-width: 42rem;
  flex-shrink: 0;
}
.section-about .article-about-fig img {
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width:1024px) {
  .section-about .article-about-fig img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .section-about .article-about-fig img {
    border-radius: 1rem;
  }
}
@media only screen and (max-width:767px) {
  .section-about .article-about-fig {
    width: 100%;
    min-width: 0;
    margin-bottom: 1.5rem;
  }
}
.section-about .article-about:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media only screen and (max-width:1024px) {
  .section-about .article-about:nth-of-type(2) .article-about-fig img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (max-width:767px) {
  .section-about .article-about:nth-of-type(2) {
    flex-direction: column;
  }
}
.section-about .article-about-inner {
  width: 100%;
  padding: 0 3vw;
}
@media only screen and (max-width:767px) {
  .section-about .article-about-inner {
    padding: 0;
  }
}
.section-about .article-about-inner p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width:767px) {
  .section-about .article-about-inner p {
    font-size: 1.4rem;
  }
}
.section-about .article-about-ttl {
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:767px) {
  .section-about .article-about-ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
.section-about .article-about-ttl span {
  font-size: 1.4rem;
  color: #053c7c;
}
@media only screen and (max-width:767px) {
  .section-about .article-about-ttl span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width:767px) {
  .section-about .container-inner-btn {
    margin: 0 5vw 4rem;
  }
}
.section-about-inner {
  max-width: 90rem;
  margin: 0 auto;
  padding: 8rem 3vw 0;
}
@media only screen and (max-width:767px) {
  .section-about-inner {
    padding: 2rem 5vw 0;
  }
}
.section-about-inner p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  padding-bottom: 1.5em;
}
@media only screen and (max-width:767px) {
  .section-about-inner p {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1.6;
    padding: 0 0 1rem;
  }
}
.section-about-inner p strong {
  font-size: 2.4rem;
}
@media only screen and (max-width:767px) {
  .section-about-inner p strong {
    font-size: 1.8rem;
  }
}
.section-news {
  padding: 5rem 0 10rem 0;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width:1024px) {
  .section-news {
    padding: 5rem 3vw;
  }
}
@media only screen and (max-width:767px) {
  .section-news {
    padding: 3rem 0 5rem;
    flex-direction: column;
    position: relative;
    margin-bottom: 4rem;
  }
}
.section-news-header {
  width: 28rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
}
@media only screen and (max-width:1024px) {
  .section-news-header {
    width: 24rem;
  }
}
.section-news-header-ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 3.6rem;
  margin-bottom: 3rem;
  color: #053c7c;
}
@media only screen and (max-width:767px) {
  .section-news-header-ttl {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 2.6rem;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width:767px) {
  .section-news-header-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.section-news-header-btn a {
  background: #053c7c;
  width: 100%;
  max-width: 16rem;
  height: 4rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .section-news-header-btn a {
    font-size: 1.3rem;
    height: 4.6rem;
  }
}
.section-news-header-btn a span {
  margin-left: 0.5rem;
  color: #036fc4;
  font-weight: 700;
  font-size: 2.2rem;
}
@media only screen and (max-width:767px) {
  .section-news-header-btn a span {
    font-size: 1.8rem;
  }
}
.section-news-header-btn a:hover {
  background: #036fc4;
}
.section-news-header-btn a:hover span {
  color: #053c7c;
}
.section-news-inner {
  width: 100%;
  margin: 0 auto;
}
.section-news-inner div {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3vw;
  background: #eee;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
  transition: 0.5s all;
}
@media only screen and (max-width:767px) {
  .section-news-inner div {
    flex-direction: column;
    padding: 1rem 5vw;
  }
}
.section-news-inner div:hover {
  background: #ccc;
}
.section-news-inner div dt {
  font-size: 1.6rem;
  flex-shrink: 0;
  width: 7em;
  color: #053c7c;
}
@media only screen and (max-width:767px) {
  .section-news-inner div dt {
    font-size: 1.4rem;
  }
}
.section-news-inner div dd {
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
}
@media only screen and (max-width:767px) {
  .section-news-inner div dd {
    font-size: 1.5rem;
  }
}
.section-news-inner div dd > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media only screen and (max-width:767px) {
  .section-news-inner {
    padding: 2rem 5vw;
  }
}
.section-box {
  background: rgba(5, 60, 124, 0.05);
  position: relative;
  z-index: 1;
  padding: 10rem 0;
}
@media only screen and (max-width:767px) {
  .section-box {
    padding: 5rem 0 5rem;
  }
}
.section-box#stage {
  margin-bottom: 10rem;
}
@media only screen and (max-width:1024px) {
  .section-box#stage {
    margin-bottom: 5rem;
  }
}
.section-box:nth-of-type(4) {
  background: none;
}
.section-box-ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 5rem;
  color: #053c7c;
}
@media only screen and (max-width:1024px) {
  .section-box-ttl {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width:767px) {
  .section-box-ttl {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.section-box-inner {
  margin: 0 auto 5rem;
}
@media only screen and (max-width:767px) {
  .section-box-inner {
    margin-bottom: 3rem;
  }
}
.section-box-inner > p {
  font-size: 1.6rem;
  text-align: center;
  padding: 0 3vw 2rem;
}
@media only screen and (max-width:767px) {
  .section-box-inner > p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.section-box-inner-slider.not {
  display: flex;
  justify-content: center;
}
.section-box-inner-slider-item {
  width: 20rem;
  margin: 1.5rem;
}
.section-box-inner-slider-item a {
  display: block;
  position: relative;
}
.section-box-inner-slider-item a span {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.6rem;
  padding: 1.5rem;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-box-inner-slider-item a:hover span {
  opacity: 1;
}
@media only screen and (max-width:767px) {
  .section-box-inner-slider-item {
    width: 15rem;
    margin: 0.5rem;
  }
}
.section-box-btn a {
  background: #053c7c;
  width: 100%;
  max-width: 40rem;
  height: 6rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .section-box-btn a {
    max-width: 26rem;
    font-size: 1.3rem;
    height: 4.6rem;
  }
}
.section-box-btn a span {
  margin-left: 0.5rem;
  color: #036fc4;
  font-weight: 700;
  font-size: 2.2rem;
}
@media only screen and (max-width:767px) {
  .section-box-btn a span {
    font-size: 1.8rem;
  }
}
.section-box-btn a:hover {
  background: #036fc4;
}
.section-box-btn a:hover span {
  color: #053c7c;
}

/*# sourceMappingURL=top2.css.map */
