@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&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;
}

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

body {
  background-color: rgba(255, 255, 255, 0);
  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;
}

.hirakaku_w3 {
  font-family: "HiraKakuProN-W3", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
}

.hirakaku_w6 {
  font-family: "HiraKakuProN-W6", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
}

.hiramin_w3 {
  font-family: "HiraMinProN-W3", "Hiragino Mincho Pro W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.hiramin_w6 {
  font-family: "HiraMinProN-W6", "Hiragino Mincho Pro W6", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

.pc_img {
  display: block !important;
}

.mob_img {
  display: none !important;
}

.section {
  width: 100%;
  background-color: #fff;
}

.contents_wrapper {
  width: 100%;
  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;
  -o-object-fit: cover;
     object-fit: cover;
}

.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;
}

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

.btn_area {
  padding: 0% 0;
}

.btn_area p {
  text-align: center;
  font-size: calc(calc(calc(100 /2000) * 25) *1vw);
  margin-top: 0.5%;
}

.btn_area_2 {
  background-color: #fff;
}

.section_3 {
  background-color: rgba(255, 255, 255, 0);
}

.float_area {
  position: relative;
}

.float_bg {
  width: 70.75%;
  margin: 5% auto;
}

.float_1 {
  width: 57.5%;
  position: absolute;
  top: 16%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
}

.float_area_2 {
  position: relative;
}

.float_2 {
  width: 36.65%;
  position: absolute;
  top: 3%;
  left: 13%;
}

.slide_area {
  position: relative;
}

.slide {
  position: absolute;
  width: 19.75%;
  bottom: 2%;
  left: 9.5%;
}

.section_1 .img_cover {
  position: relative;
}

.section_1 .img_cover .my_flash_link_btn {
  position: absolute;
  display: block;
  z-index: 10;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}

.section_2 .img_cover {
  position: relative;
}

.section_2 .img_cover .fbBar {
  position: absolute;
  display: block;
  z-index: 10;
  top: 38%;
  left: 35%;
  width: 50%;
}

footer {
  background: #ffbd26;
  color: #000;
  font-size: calc(calc(calc(100 /2000) * 20) *1vw);
  padding: 2.1% 0;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-bottom: 0.3%;
}

footer ul li {
  margin: 0% 0.3%;
}

footer p {
  text-align: center;
}

footer a {
  color: #000;
}

footer a:hover {
  opacity: 0.7;
}

.float_1 {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.before_float_1 {
  -webkit-transform: translateX(-50%) translateY(30%);
          transform: translateX(-50%) translateY(30%);
  opacity: 0;
}

.float_2 {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.before_float_2 {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
}

.slide {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.before_slide {
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
}

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

.my_flash_link_btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.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: 2000px) {
  .contents_wrapper {
    width: 100%;
  }
  .btn_area p {
    font-size: calc(calc(calc(100 /2000) * 25) *1vw);
  }
  footer {
    font-size: calc(calc(calc(100 /2000) * 20) *1vw);
  }
}

@media screen and (max-width: 480px) {
  .mob_img {
    display: block !important;
  }
  .pc_img {
    display: none !important;
  }
  .my_flash_link_btn {
    width: 93%;
  }
  .btn_area {
    padding: 0% 0;
  }
  .btn_area p {
    font-size: calc(calc(calc(100 /780) * 22) *1vw);
    margin-top: 2%;
  }
  .float_bg {
    width: 100%;
    margin: 2% auto;
  }
  .float_1 {
    width: 83.3%;
    top: 18.5%;
  }
  .float_2 {
    width: 66.28%;
    top: 2.9%;
    left: -13%;
  }
  .float_area_2 {
    padding-top: 3%;
  }
  .slide {
    width: 36.15%;
    bottom: -1%;
    left: -3.5%;
  }
  .section_1 .img_cover .my_flash_link_btn {
    top: 85%;!important;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;!important;
    z-index: 10 !important;
display: block !important;
  }
  .section_2 .img_cover .fbBar {
    top: 30.5%;
    left: 6%;
    width: 88%;
  }
  .section_6 {
    padding-bottom: 6%;
  }
  footer {
    padding: 5% 0;
    font-size: calc(calc(calc(100 /780) * 20) *1vw);
  }
  footer ul {
    margin-bottom: 1%;
  }
  footer ul li {
    margin: 0 0.5%;
  }
  .float_1 {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .float_2 {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .slide {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

h3 {
  text-align: center;
}

table {
  margin: 1% auto;
}

.kaisha {
  width: 650px;
  max-width: 100%;
}

.kaisha th,
.kaisha td {
  border: 1px solid #ccc;
  padding: 20px;
}

.kaisha th {
  font-weight: bold;
  background-color: #dedede;
  padding: 20px 25px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {
    display: block;
  }
  .kaisha th {
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */
