@charset "UTF-8";
/*-------- 日本語・英語テキストの共通パーツ --------*/
/*-------- フォントサイズの共通パーツ --------*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #888;
  border-radius: none;
  font: inherit;
  outline: none;
  display: block;
  width: 100%;
}

figure {
  margin: 0;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: -webkit-fill-available;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

address {
  font-style: normal;
}

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

.main {
  position: relative;
}
@media screen and (max-width: 820px) {
  .main {
    padding-bottom: 100px;
    padding-bottom: clamp(5.3rem, 14.1333333333vw, 10rem);
  }
}

a {
  display: block;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(./images/pc-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.inner {
  display: flex;
  width: min(100%, 1300px);
  margin-right: auto;
  margin-left: auto;
}

.fixed__btn--pc {
  position: fixed;
  top: 30px;
  left: 15%;
  width: 26%;
}
@media screen and (max-width: 1650px) {
  .fixed__btn--pc {
    width: 33%;
    left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .fixed__btn--pc {
    left: 8%;
  }
}
@media screen and (max-width: 820px) {
  .fixed__btn--pc {
    display: none;
  }
}
.fixed__btn--pc .image {
  display: flex;
  justify-content: center;
}
.fixed__btn--pc .btn__list {
  margin-top: 54px;
}
@media screen and (max-width: 1307px) {
  .fixed__btn--pc .btn__list {
    margin-top: 40px;
  }
}
.fixed__btn--pc .btn__list__item {
  width: min(85%, 396px);
  margin-right: auto;
  margin-left: auto;
}
.fixed__btn--pc .btn__list__item:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 1307px) {
  .fixed__btn--pc .btn__list__item:not(:first-of-type) {
    margin-top: 16px;
  }
}
.fixed__btn--pc .btn__list__item a {
  display: flex;
  justify-content: center;
}

.fixed__btn--sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .fixed__btn--sp {
    display: flex;
    width: min(100%, 700px);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.contents {
  margin-left: auto;
  width: 53.8461538462%;
}
@media screen and (max-width: 820px) {
  .contents {
    width: min(100%, 700px);
    margin-right: auto;
    margin-left: auto;
  }
}
/*# sourceMappingURL=style.css.map */