@charset "UTF-8";
/* CSS Document */

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/

.clear_fix {
  zoom: 1;
}

.clear_fix:after {
  content    : "";
  display    : block;
  clear      : both;
  font-size  : 0;
  line-height: 0;
  visibility : hidden;
}

/********************************/

/*
リセット
/***********************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin        : 0;
  padding       : 0;
  border        : 0;
  font          : inherit;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing : 0;
}

caption,
th,
td {
  text-align    : left;
  font-weight   : normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a,
a:hover {
  text-decoration: none;
}

a>img,
nav>img,
li>img,
div>img {
  width : 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor         : pointer;
  text-decoration: none;
  color          : #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

button {
  appearance        : none;
  -webkit-appearance: none;
  border            : none;
  padding           : 0;
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }

  .pc_only {
    display: none !important;
  }
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content   : ".";
  display   : block;
  height    : 0;
  clear     : both;
  visibility: hidden;
}

body {
  position        : absolute;
  background-color: #fff;
  margin          : 0;
  padding         : 0;
  width           : 100%;
  height          : 100%;
  font-size       : 16px;
  font-family     : "ヒラギノ角ゴシック Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "MS Pゴシック", MS PGothic, sans-serif;
  overflow        : visible;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
}

body * {
  box-sizing: border-box;
}

div,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
dl,
dt,
dd {
  position: relative;
}

h1,
h2,
h3,
h4,
h5 {
  margin     : 0;
  padding    : 0;
  line-height: 1;
}

p,
div,
span {
  margin        : 0;
  padding       : 0;
  /* line-height: 1.75;  */
}

ul,
ol,
li,
dl,
dt,
dd {
  margin     : 0;
  padding    : 0;
  list-style : none;
  line-height: 1;
}

img,
a img {
  border : none;
  display: inline-block;
}

img {
  width : 100%;
  height: auto;
}

h1,
h2,
.renner {
  font-family: 'ヒラギノ角ゴシックW6', 'Hiragino Sans', sans-serif;
  font-weight: 600;
}

.lato {
  font-family: 'Lato', sans-serif;
}



.wrapper {
  background-image: url(../img/content-bg.png);
  background-size: 1.5%;
  position: relative;
  width   : 100%;
  height  : auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    min-width: 100%;
    overflow : hidden;
  }
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnHover {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
  }
}

/********************************/

.clear_fix {
  zoom: 1;
}

.clear_fix:after {
  content    : "";
  display    : block;
  clear      : both;
  font-size  : 0;
  line-height: 0;
  visibility : hidden;
}

/********************************/

@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 1199px) {
  html {
    font-size: .83333vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  /*  background-color: #5fb1e3;*/
  padding    : 0;
  margin     : 0;
  line-height: 1.35;
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 1.33vw;
  }
}

body.noscroll {
  height  : 100%;
  overflow: hidden;
}

.main {
  max-width: 1200px;
  width    : 100%;
  margin   : 0 auto;
}


.box img {
  display: block;
}


.box1{
  position: relative;
}


.box1 .btn{
  position: absolute;
  left: 60.2%;
  top: 71.2%;
  width: 33%;
}

.box3 .btn{
  position: absolute;
  left: 50%;
  bottom: 6.5%;
  width: 41%;
  -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.box5{
  background-color: #fff;
  display: flex;
  gap: 0px 2.5%;
  padding: 6.5% 6.5% 0 6.5%;
  padding-bottom: 2%;
}
.left-box5{
  width: 50%;
}
.left-box5-access{
  margin-bottom: 6%;
}
.right-box5{
  width: 50%;
}
.right-box5-btn{
  margin-bottom: 15px;
}
iframe{
  width: 100%;
  height: 365px;
}
.box6{
  position: absolute;
  bottom: -4.5%;
}

footer{
  width: 23%;
  margin: 0 auto;
  padding-bottom: 4%;
}

/* .scrolltop_container{
  position: fixed;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
}

.scrolltop-btn {
  bottom: 5%;
  left: 88%;
  width: 10%;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  opacity: 0;
} */

.banner {
  height: 0%;
  position: fixed;
  max-width: 1200px;
  width: 100%;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
}

.elm{
  opacity: 0;
  position: fixed;
  width: 10%;
  bottom: 0%;
  right: 0%;
  transition: 0.2s;
}

.scrolltop-btn.show{
  opacity: 1;
}


@media screen and (min-width: 769px) {

  .yoyaku,{
    display: block;
  }

  .yoyaku:hover,
  .kaijo:hover,
  .gotop__up:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
    animation        : blink_animation 0.6s ease-out;
  }

  @keyframes blink_animation {
    0% {
      opacity: 0;
    }

    10% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }
}

@media screen and (max-width: 1200px){
iframe{
  height: 30vw;
}
}

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

  .box1{
  position: relative;
}


.box1 .btn{
  position: absolute;
  left: 13.5%;
  top: 79.9%;
  width: 75%;
}

.box5{
  display: block;
  padding-top: 8%;
  padding-bottom: 3%;
}
.left-box5{
  width: 100%;
}
.left-box5-access{
  margin-bottom: 10%;
}
.right-box5{
  width: 100%;
}
.right-box5-btn{
  margin-bottom: 9vw;
}

.right-box5-inner{
  margin-bottom: 9%;
}
iframe{
  height: 75vw;
  width: 100%;
}
.box6{
  position: initial;
}
footer{
  width: 58.5%;
  margin-bottom:6%;
}

/* .scrolltop_container{
  bottom: 1%;
}

.scrolltop-btn {
  left: 80%;
  width: 18%;

} */


.elm{
  position: fixed;
  width: 16.5%;
  bottom: 7%;
  right: 0%;
  transition: 0.2s;
}

}