@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html, body,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
section, header, footer, nav,
form, input, div {
  margin: 0;
  padding: 0;
}

input[type="image"],
input[type="submit"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background-color: transparent;
  font-size: 16px;
  color: #000;
  font-family: "HiraKakuProN", sans-serif;
}

li, ol {
  list-style: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

.pc_img {
  display: block !important;
}

.mob_img {
  display: none !important;
}

.section {
  width: 100%;
}

.inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.background {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}

.background img, .background source {
  object-fit: cover;
  height: 100%;
}

.img_cover {
  position: relative;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chrome */
  -ms-user-select: none;
  /* IE10 */
}

.img_cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chrome */
  -ms-user-select: none;
  /* IE10 */
}

.r-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.abs {
  position: absolute;
}

.flex {
  display: flex;
}

.fl_center {
  justify-content: center;
  align-items: center;
}

.btn_area {
  background-color: #fff;
}

.btn_area .btn {
  margin: 0 auto;
}

header {
  background-color: #fff;
}

header .abs {
  width: 41.2%;
  left: 50%;
  bottom: 2.5%;
  transform: translateX(-50%);
}

.video {
  position: relative;
  z-index: 10;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 9%;
  border: 0.3vw solid #fff;
  border-radius: 0.2vw;
  box-shadow: 0px 0.5vw 14.24px 1.76px rgba(0, 0, 0, 0.39);
}

.video:last-of-type {
  margin-bottom: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.white {
  background-color: #fff;
}

.program_body {
  padding: 5% 19.5%;
}

.program_body .abs {
  width: 31%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  top: -1vw;
}

.program {
  margin-bottom: 8%;
}

.program:last-of-type {
  margin-bottom: 0;
}

.btn_logo {
  width: 19%;
  top: 48%;
  transform: translateY(-50%);
  left: -3.5%;
  pointer-events: none;
}

.btn {
  width: 35%;
  margin: 0 auto;
}

.btn:hover {
  transition: all .3s;
  opacity: .7;
}

.btn_area {
  padding: 4% 0%;
  padding-bottom: 4%;
}

.btn_area.area-1 {
  padding-bottom: 3%;
}

.btn_area_double {
  background-color: #fff;
  padding: 2.5% 0;
}

.btn_area_double .btn {
  margin-bottom: 2.2%;
}

.btn_area_double .btn:last-of-type {
  margin-bottom: 0;
}

.btn_area_double.pre2 img {
  filter: grayscale(1) brightness(0.3);
}

.btn_area_double.pre2 .btn_text_pre2 {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
}

.btn_area_double.pre2 .btn_text_pre2 img {
  filter: none;
}

.btn_area_double.pre2.gene .btn_text_pre2 {
  width: 55%;
}

.btn_area_double.pre2 .btn {
  pointer-events: none;
}

.attention {
  margin: 1% auto;
  background-color: #f1f1f1;
  width: 33%;
  font-family: 'M PLUS Rounded 1c';
  margin-bottom: 2.5%;
  font-size: calc(calc(calc(100/1300)*15)*1vw);
  padding: 1%;
}

.attention .center {
  text-align: center;
}

.attention.a-1 {
  margin-top: 0%;
  margin-bottom: 3%;
}

.text_box {
  margin: 0 auto;
  width: 33%;
  height: 11vw;
  overflow-y: scroll;
  padding: 1.5%;
  padding-top: 0%;
  border: 1px solid #556a95;
  font-size: calc(calc(calc(100/1300)*12)*1vw);
  white-space: pre-line;
  line-height: 1.6em;
  margin-bottom: 3%;
  background-color: #fff;
}

.text_box .center {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.text_box.first_text_box {
  margin-top: 5%;
  margin-bottom: 0;
}

footer {
  overflow: hidden;
  background: #bcdf92;
  text-align: center;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer img {
  width: 250px;
  margin-right: 60px;
}

footer .flex-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .flex-item a {
  color: #fff;
  font-family: 'Noto Sans JP', serif;
  font-weight: 500;
  margin: 0;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  margin: 0 5px;
}

footer .flex-item a:hover {
  transition: all .3s;
  opacity: .7;
}

.my_flash_link_btn {
  display: block;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* ボタンをキラッとさせる */
}

.my_flash_link_btn img {
  width: 100%;
}

.my_flash_link_btn:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 99;
  pointer-events: none;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine {
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .abc {
    font-size: calc(calc(calc(100/1300)*45)*1vw);
  }
}

@media screen and (max-width: 780px) {
  .mob_img {
    display: block !important;
  }
  .pc_img {
    display: none !important;
  }
  .background {
    opacity: 0;
  }
  .background img, .background source {
    object-fit: cover;
  }
  .btn_area {
    padding: 6% 0;
    padding-bottom: 10%;
  }
  .btn_area .btn {
    width: 90%;
  }
  .btn_area.area-1 {
    padding-bottom: 7%;
  }
  header .abs {
    width: 89%;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
  }
  .video {
    border: 1vw solid #fff;
    box-shadow: 0px 1vw 14.24px 1.76px rgba(0, 0, 0, 0.49);
  }
  .program_body {
    padding: 9% 4%;
    display: none;
  }
  .program_body .abs {
    width: 50%;
    top: -3vw;
  }
  .program {
    margin-bottom: 12%;
  }
  .program:last-of-type {
    margin-bottom: 0;
  }
  .btn {
    width: 90%;
  }
  .btn_area_double {
    padding: 6.5% 0;
  }
  .btn_area_double .btn {
    margin-bottom: 5.2%;
  }
  .btn_area_double .btn:last-of-type {
    margin-bottom: 0;
  }
  .btn_area_double.pre2 img {
    filter: grayscale(1) brightness(0.3);
  }
  .btn_area_double.pre2 .btn_text_pre2 {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
  }
  .btn_area_double.pre2 .btn_text_pre2 img {
    filter: none;
  }
  .btn_area_double.pre2 .btn {
    pointer-events: none;
  }
  .attention, .text_box {
    width: 85%;
  }
  .attention {
    padding: 3%;
    margin-bottom: 6%;
    font-size: calc(calc(calc(100/780)*25)*1vw);
  }
  .text_box {
    font-size: calc(calc(calc(100/780)*21)*1vw);
    height: 29vw;
    margin-bottom: 8%;
  }
  footer {
    display: flex;
    align-items: center;
    padding: 3% 4%;
    justify-content: center;
  }
  footer img {
    display: block;
    margin-left: 0;
    margin-right: 7%;
    width: 46%;
  }
  footer .flex-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .flex-item a {
    font-size: calc(calc(calc(100/780)*20)*1vw);
  }
}
