@charset "UTF-8";
#copy-loop {
  width: 100%;
  position: absolute;
  top: -3%;
  bottom: 0;
  z-index: 10; }
  #copy-loop .copy-loop-in {
    height: 100%;
    position: relative; }
  #copy-loop .scroll-infinity-wrap {
    display: flex;
    overflow: hidden; }
    #copy-loop .scroll-infinity-wrap.first {
      height: 45%; }
    #copy-loop .scroll-infinity-wrap.second {
      height: 35%; }
    #copy-loop .scroll-infinity-wrap.third {
      height: 22%; }
    #copy-loop .scroll-infinity-wrap ul {
      display: flex;
      list-style: none;
      padding: 0; }
      #copy-loop .scroll-infinity-wrap ul li {
        height: 100%; }
        #copy-loop .scroll-infinity-wrap ul li img {
          width: auto;
          height: 100%; }
      #copy-loop .scroll-infinity-wrap ul.pper-row {
        height: 100%;
        animation: infinity-scroll-left 100s infinite linear 0.5s both; }
        @media (min-width: 1024px) {
          #copy-loop .scroll-infinity-wrap ul.pper-row {
            animation: infinity-scroll-left 100s infinite linear 0.5s both; } }
      #copy-loop .scroll-infinity-wrap ul.middle-row {
        animation: infinity-scroll-left 120s infinite linear 0.5s both; }
        @media (min-width: 1024px) {
          #copy-loop .scroll-infinity-wrap ul.middle-row {
            animation: infinity-scroll-left 120s infinite linear 0.5s both; } }
      #copy-loop .scroll-infinity-wrap ul.lower-column {
        animation: infinity-scroll-left 140s infinite linear 0.5s both; }
        @media (min-width: 1024px) {
          #copy-loop .scroll-infinity-wrap ul.lower-column {
            animation: infinity-scroll-left 140s infinite linear 0.5s both; } }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.link-btn a {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  font-weight: 400;
  border-radius: 50px;
  transition: .5s;
  background-color: #FF7F00;
  width: 150px;
  height: 45px;
  line-height: 45px;
  position: relative; }
  @media (min-width: 1024px) {
    .link-btn a {
      font-size: 1.0em;
      width: 200px;
      height: 50px;
      line-height: 50px; } }
  @media (min-width: 1250px) {
    .link-btn a {
      font-size: 1.125em;
      width: 240px; } }
  .link-btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    margin: -2.5px 0 0 0;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: .5s; }
  .link-btn a:hover::after {
    right: 10px; }

.movie {
  position: relative; }
  .movie a img.thumbnail {
    border-radius: 10px; }
    @media (min-width: 1024px) {
      .movie a img.thumbnail {
        border-radius: 20px; } }

#pageheader .back {
  margin: auto;
  position: relative; }
  #pageheader .back .titleph {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1600px;
    margin: auto;
    width: 90%; }
#pageheader .page-title {
  max-width: 1600px;
  width: 90%;
  margin: auto; }
  #pageheader .page-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2.0em;
    line-height: 1.2em;
    margin-top: -8px; }
    @media (min-width: 1024px) {
      #pageheader .page-title h1 {
        font-size: 5.0em;
        margin-top: -20px; } }
    #pageheader .page-title h1.color1 {
      color: #173F8E; }

.data-title {
  text-align: center;
  position: relative;
  z-index: 10; }
  .data-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: min(10vw, 2.2em);
    line-height: 1.2em;
    color: #173F8E; }
    @media (min-width: 768px) {
      .data-title h2 {
        font-size: 3.2em; } }
    @media (min-width: 1250px) {
      .data-title h2 {
        font-size: 4.3em; } }
  .data-title h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    color: #383838;
    margin-top: -10px; }
    @media (min-width: 768px) {
      .data-title h3 {
        font-size: 1.8em;
        margin-top: -20px; } }
    @media (min-width: 1250px) {
      .data-title h3 {
        font-size: 2.25em; } }
    .data-title h3 .cyan {
      color: #00B2ED; }

.page-subtitle {
  text-align: center; }
  .page-subtitle h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 2.2em;
    line-height: 1.2em;
    color: #173F8E; }
    @media (min-width: 768px) {
      .page-subtitle h2 {
        font-size: 3.2em; } }
    @media (min-width: 1250px) {
      .page-subtitle h2 {
        font-size: 4.3em; } }
  .page-subtitle h3 {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #00B2ED; }
    @media (min-width: 768px) {
      .page-subtitle h3 {
        font-size: 1.8em; } }
    @media (min-width: 1250px) {
      .page-subtitle h3 {
        font-size: 2.25em; } }

table tr th, table tr td {
  display: block; }
  @media (min-width: 768px) {
    table tr th, table tr td {
      display: table-cell; } }
table tr th {
  font-size: 0.9em;
  font-weight: bold;
  width: 160px;
  padding-bottom: 10px;
  vertical-align: top;
  text-align: left;
  color: #173F8E; }
  @media (min-width: 1024px) {
    table tr th {
      font-size: 1.0em;
      padding-bottom: 40px; } }
  table tr th u {
    background: linear-gradient(transparent 55%, #B4EDFF 55%);
    padding: 0 5px;
    text-decoration: none; }
table tr td {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1.6em;
  padding-bottom: 40px; }
  @media (min-width: 1024px) {
    table tr td {
      font-size: 1.0em; } }
  table tr td a {
    color: #064CCE;
    position: relative;
    display: inline-block; }
    table tr td a::after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background: #064CCE;
      transform: scale(0, 1);
      transform-origin: right top;
      transition: transform .3s; }
    table tr td a:hover::after {
      transform-origin: left top;
      transform: scale(1, 1); }
  table tr td ul {
    margin-bottom: 10px; }
    table tr td ul li {
      font-size: 1.0em; }

/*
---------------------------------------------------------------------------------------------------------------------
スライドボタン
---------------------------------------------------------------------------------------------------------------------
*/
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%; }

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 20; }
  @media (min-width: 1024px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 40px;
      width: 40px; } }
  @media (min-width: 1250px) {
    .swiper-button-prev,
    .swiper-button-next {
      height: 50px;
      width: 50px; } }

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  height: 30px;
  width: 30px; }
  @media (min-width: 1024px) {
    .swiper-button-prev::after,
    .swiper-button-next::after {
      height: 40px;
      width: 40px; } }
  @media (min-width: 1250px) {
    .swiper-button-prev::after,
    .swiper-button-next::after {
      height: 50px;
      width: 50px; } }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  padding: 18px 20px 18px 28px;
  transition: 0.5S; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FF7F00;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite; }
  @media (min-width: 1450px) {
    .video-play-button:before {
      width: 60px;
      height: 60px; } }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FF7F00;
  border-radius: 50%;
  transition: all 200ms;
  transition: .5s; }
  @media (min-width: 1450px) {
    .video-play-button:after {
      width: 60px;
      height: 60px; } }

.video-play-button img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  right: 0;
  z-index: 3;
  width: 10px;
  height: auto;
  margin: auto;
  border-radius: 0; }
  @media (min-width: 1450px) {
    .video-play-button img {
      width: 15px; } }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
