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

.wrap {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: clamp(0rem, 17.0731707317vw, 7.7rem);
}

a {
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

div[class^=section] {
  position: relative;
}

.fixed__btn__list {
  width: min(100%, 480px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  background-color: #fff;
  z-index: 9999;
}
.fixed__btn__list a {
  display: block;
}
.fixed__btn__list img {
  width: 100%;
}

.btn__link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(20rem, 69.512195122vw, 33rem);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 100px;
}
.btn__link img {
  width: 100%;
}

.section1 .btn__list {
  position: absolute;
  left: 50%;
  bottom: clamp(3rem, 10.7317073171vw, 4.4rem);
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
  width: 89.2682926829%;
}
.section1 .btn__list li {
  width: 48.6338797814%;
}
.section1 .btn__list li img {
  width: 100%;
}

.btn__scrollList {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: clamp(25rem, 77.5609756098vw, 34rem);
  margin-inline: auto;
}
.btn__scrollList a {
  width: 47.1698113208%;
}
.btn__scrollList a img {
  border-radius: 4px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.0941176471);
  width: 100%;
}

.bg-dot {
  position: relative;
}
.bg-dot img {
  width: 100%;
}
.bg-dot .btn__contactList {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75.6097560976%;
  z-index: 1;
}
.bg-dot .btn__contactList a {
  display: block;
}
.bg-dot .btn__contactList a:first-of-type img {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 4px;
}
.bg-dot .btn__contactList a:nth-of-type(2) {
  margin-top: clamp(1.6rem, 4.8780487805vw, 2.8rem);
}
.bg-dot .map {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90.243902439%;
  aspect-ratio: 370/300;
  margin-inline: auto;
  margin-bottom: clamp(4.4rem, 10.7317073171vw, 4.4rem);
}
.bg-dot .map iframe {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

div[class^=section] {
  position: relative;
}

.section2 .btn__link {
  bottom: clamp(2.4rem, 9.0243902439vw, 4.4rem);
}

.section3 .btn__link {
  bottom: clamp(10.4rem, 32.6829268293vw, 15.6rem);
}

.section4 .btn__link {
  bottom: clamp(3.2rem, 10.243902439vw, 4.2rem);
}

.section5 .btn__link {
  bottom: clamp(10.4rem, 32.6829268293vw, 15.6rem);
}

.section7 {
  background-color: #ffffec;
  padding-bottom: clamp(6rem, 24.3902439024vw, 13rem);
}
/*# sourceMappingURL=style.css.map */