@charset "UTF-8";

/* ------------------------
base
------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
  position: relative;
}

main {
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: top;
}

/* a, a img, .btn {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
  text-decoration: none;
}
a:hover, a img:hover, .btn:hover {
  opacity: .7;
} */

h1,
h2,
h3,
h4,
h5,
p,
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.note {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

.note::before {
  content: "※";
}

.sup {
  vertical-align: super;
  font-size: 50%;
}

.cap {
  font-size: 12px !important;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.inner-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.inner-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.color01 {
  color: #F08300;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

section {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 933px) {
  .sp-only {
    display: none !important;
  }
}

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

  /* a:hover,
  a img:hover,
  .btn:hover {
    opacity: 1;
  } */

  .sp-justify {
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .sp-full {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  /* .inner-1000,
  .inner-1100 {
    width: 90%;
  } */

  .sp-overflow-x {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media print {
  .sp-only {
    display: none;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

@media screen and (max-width: 932px) {

  /* .mt-10 { margin-top: 5px; }
  .mt-20 { margin-top: 10px; } */
  .mt-30 {
    margin-top: 15px;
  }

  .mt-40 {
    margin-top: 20px;
  }

  .mt-50 {
    margin-top: 25px;
  }

  .mt-60 {
    margin-top: 30px;
  }

  .mt-70 {
    margin-top: 35px;
  }

  .mt-80 {
    margin-top: 40px;
  }

  .mt-90 {
    margin-top: 90px;
  }

  .mt-100 {
    margin-top: 50px;
  }

  .mt-120 {
    margin-top: 60px;
  }

  /* .mb-10 { margin-bottom: 5px; }
  .mb-20 { margin-bottom: 10px; } */
  .mb-30 {
    margin-bottom: 15px;
  }

  .mb-40 {
    margin-bottom: 20px;
  }

  .mb-50 {
    margin-bottom: 25px;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .mb-70 {
    margin-bottom: 35px;
  }

  .mb-80 {
    margin-bottom: 40px;
  }

  .mb-90 {
    margin-bottom: 45px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  .mb-120 {
    margin-bottom: 60px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

@media screen and (max-width: 932px) {
  /* .pt-10 { padding-top: 5px; }
  .pt-20 { padding-top: 10px; } */
  .pt-30 {
    padding-top: 15px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pt-50 {
    padding-top: 25px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pt-70 {
    padding-top: 35px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .pt-90 {
    padding-top: 90px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pt-110 {
    padding-top: 55px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  /* .pb-10 { padding-bottom: 5px; }
  .pb-20 { padding-bottom: 10px; } */
  .pb-30 {
    padding-bottom: 15px;
  }

  .pb-40 {
    padding-bottom: 20px;
  }

  .pb-50 {
    padding-bottom: 25px;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .pb-70 {
    padding-bottom: 35px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pb-90 {
    padding-bottom: 45px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-110 {
    padding-bottom: 55px;
  }

  .pb-120 {
    padding-bottom: 60px;
  }
}

.ptpb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 932px) {
  .ptpb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}


/* ------------------------
header
------------------------ */
header {
  position: fixed;
  background: #003792;
  width: 100%;
  z-index: 99;
  padding: 25px 50px;
}
@media screen and (max-width: 932px) {
  header {
    padding: 15px;
  }
}

header h1 {
  line-height: 0;
}

header h1 img {
  width: 16%;
  max-width: 310px;
  min-width: 175px;
}

/* nav */
#menu-btn-check {
  display: none;
}
@media screen and (min-width: 933px) {
  header nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    max-width: 1000px;
    width: 100%;
  }
  header nav ul {
    display: flex;
    justify-content: center;
  }
  header nav ul li {
    padding: 0 15px;
    border-left: solid 1px #fff;
    line-height: 1;
  }
  header nav ul li:last-child {
    border-right: solid 1px #fff;
  }
  header nav ul li a {
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    padding-bottom: 8px;
    position: relative;
  }
  header nav ul li a::before {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  header nav ul li a:hover::before {
    transform-origin: center top;
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 1024px) and (min-width: 933px) {
  header nav {
    width: auto;
    left: auto;
    transform: none;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 932px) {
  header nav .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    height: 60px;
    width: 70px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  header nav .menu-btn span,
  header nav .menu-btn span:before,
  header nav .menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    background-color: #fff;
    position: absolute;
    transition: all 0.3s;
  }
  header nav .menu-btn span:before {
    bottom: 14px;
  }
  header nav .menu-btn span:after {
    top: 14px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  header nav .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 60px;
    left: 100%;
    z-index: 99;
    background-color: rgba(0, 55, 146, .85);
    transition: all 0.5s;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header nav .menu-content ul {
    padding: 40px 20px 0;
  }
  header nav .menu-content ul li {
    list-style: none;
    margin-bottom: 30px;
  }
  header nav .menu-content ul li a {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
  }
}


/* ------------------------
main
------------------------ */
main {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 932px) {
  main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 430px) {
  main {
    padding-top: 80px;
  }
}

.mv {
  /* padding-left: 20px;
  padding-right: 20px; */
  position: relative;
  /* background: url(img/mv_bg.jpg) no-repeat top center;
  background-size: auto 1920px; */
}
/* @media screen and (min-width: 1921px) {
 .mv {
  background-size: cover;
 }
}
@media screen and (max-width: 1580px) {
  .mv {
    background-size: auto 1300px;
  }
}

@media screen and (max-width: 1024px) {
  .mv {
    background-size: auto 1110px;
  }
}
@media screen and (max-width: 932px) {
  .mv {
    background-size: auto 840px;
    padding: 20px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    background-size: auto 415px;
  }
} */

/* .mv .human {
  max-width: 1246px;
} */

.mv .bg {
  position: relative;
  z-index: -1;
}

.mv .txt-wrap {
  position: absolute;
  bottom: 14.9%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .mv .txt-wrap {
    width: 80%;
    bottom: -5%;
  }
}
@media screen and (max-width: 932px) {
  .mv .txt-wrap {
    width: 90%;
    bottom: -7%;
  }
}

.mv .ttl {
  position: relative;
}
/* @media screen and (max-width: 1024px) {
  .mv .ttl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 932px) {
  .mv .ttl {
    width: 90%;
  }
} */

.mv .ttl .date-sub {
  position: absolute;
  width: 32%;
  max-width: 353px;
  top: -180%;
  left: -7%;
}
@media screen and (max-width: 1024px) {
.mv .ttl .date-sub {
  top: -340%;
  left: -10%;
}
}
/* @media screen and (max-width: 932px) {
  .mv .ttl .date-sub {
    width: 120px;
    height: 120px;
    top: -100px;
    left: 0;
  }
} */
@media screen and (max-width: 932px) {
  .mv .ttl .date-sub {
    width: 180px;
    height: 180px;
    top: -188px;
    left: -5px;
  }
}

.btn {
  position: relative;
  top: 0;
  transition: all .3s;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, .16));
}
@media screen and (min-width: 933px) {
  .btn:hover {
    top: -10px;
  }
}
@media screen and (max-width: 932px) {
  /* .mv .btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  } */
}

h3.sec-ttl {
  max-width: 528px;
  margin: 0 auto;
}

.mv p.end {
  font-size: 150%;
  background: #E50012;
  color: #fff;
  padding: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 932px) {
  .mv p.end {
    font-size: 112.5%;
    text-align: left;
  }
}

.sec01 {
  margin-top: -200px;
}
@media screen and (max-width: 1024px) {
  .sec01 {
    margin-top: 50px;
  }

}

.sec06 .ttl {
  max-width: 776px;
  margin: 0 auto;
}
.sec06 .ttl h4 {
  font-size: 168%;
}
@media screen and (max-width: 932px) {
  .sec06 .ttl h4 {
    font-size: 100%;
  }
}
.sec06 .con {
  border-top: solid 2px #01ADBA;
  border-bottom: solid 2px #01ADBA;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 932px) {
  .sec06 .con .flex {
    flex-direction: column;
  }

}
.sec06 .con p {
  margin: 0 10px;
  font-size: 125%;
  font-weight: bold;
}
@media screen and (max-width: 932px) {
  .sec06 .con p {
    font-size: 100%;
  }
  .sec06 .con p:nth-child(1) {
    margin-bottom: 3px;
  }
  .sec06 .con p:nth-child(3) {
    margin-bottom: 8px;
  }
}
.sec06 .con .con-ttl {
  color: #01ADBA;
}
.sec06 .con .con-list span {
  color: #01ADBA;
}
.sec06 .con .con-time {
  background: #01ADBA;
  color: #fff;
  border-radius: 50px;
  padding: 4px 17px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 932px) {
  .sec06 .con .con-time {
    padding: 3px 13px;
  }
}
.sec06 .con .con-time img {
  width: 28px;
  height: auto;
  margin-right: 6px;
}
@media screen and (max-width: 932px) {
  .sec06 .con .con-time img {
    width: 16px;
    margin-right: 4px;
  }
}
.sec06 .movie .child {
  width: 48%;
}
@media screen and (max-width: 932px) {
  .sec06 .movie .child {
    width: 100%;
  }
}
.sec06 .movie .child:nth-last-child(n+2) {
  margin-bottom: 40px;
}
@media screen and (max-width: 932px) {
  .sec06 .movie .child:nth-last-child(n+2) {
    margin-bottom: 28px;
  }
}
.sec06 .movie h5 {
  font-size: 112.5%;
  font-weight: normal;
}
@media screen and (max-width: 932px) {
  .sec06 .movie h5 {
    font-size: 87.5%;
  }
}
.sec06 .movie h5 img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 932px) {
  .sec06 .movie h5 img {
    width: 20px;
    height: 20px;
  }
}
.sec06 .movie .youtube-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sec06 .movie .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 932px) {
  /* .sec01 {
    padding-top: 80px;
  } */
}


/* ------------------------
footer
------------------------ */
footer {
  border-top: solid 1px #707070;
}

footer .flex {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 932px) {
  footer .flex {
    padding: 20px;
  }
}

footer .flex-l {
  width: 80px;
  height: auto;
  margin-right: 25px;
}
@media screen and (max-width: 932px) {
  footer .flex-l {
    width: 45px;
    margin-right: 15px;
  }
}

footer .flex-r {
  width: 490px;
  height: auto;
}
@media screen and (max-width: 932px) {
  footer .flex-r {
    width: 275px;
  }
}

footer .flex-r img {
  display: block;
}

footer .flex-r p.mail {
  font-weight: 300;
  font-size: 125%;
  line-height: 1.3;
  margin-top: 8px;
}
@media screen and (max-width: 932px) {
  footer .flex-r p.mail {
    font-size: 87.5%;
    margin-top: 3px;
  }
}

footer .flex-r p.mail a {
  text-decoration: underline;
}

footer .flex-r p.time {
  font-weight: 300;
  font-size: 112.5%;
  line-height: 1.3;
}
@media screen and (max-width: 932px) {
  footer .flex-r p.time {
    font-size: 75%;
  }
}

footer .copyright {
  background: #7DCCF4;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 932px) {
  footer .copyright {
    padding: 24px 20px;
    font-size: 75%;
  }
}