html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

h1,
h2,
h3,
p,
ul,
li,
article,
section,
figure,
a {
  margin: 0;
  padding: 0;
}

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

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
}

ul {
  list-style: none;
}

.inner {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #f3f3f3;
  position: fixed;
  top: 0;
  padding: 20px;
  z-index: 999;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 160px;
}

.gloval-header {
  width: 100%;
  position: relative;
}

#gloval-header {
  position: relative;
}

#ham {
  cursor: pointer;
  z-index: 300;
}

.one {
  width: 20px;
  position: absolute;
  top: 30%;
  right: 0;
  border-bottom: 5px solid rgb(0, 103, 187);
}

.two {
  position: absolute;
  width: 20px;
  top: 50%;
  right: 0;
  border-bottom: 5px solid rgb(0, 103, 187);
}

.three {
  position: absolute;
  bottom: 20%;
  width: 20px;
  right: 0;
  border-bottom: 5px solid rgb(0, 103, 187);
}

.push .one {
  transform: rotate(-45deg);
  z-index: 700;
  border: 1px solid rgb(255, 255, 255);
  position: absolute;
  top: 0;
  right: 0;
}

.push .two {
  transform: rotate(45deg);
  z-index: 700;
  border: 1px solid rgb(255, 255, 255);
  position: absolute;
  top: 0;
  right: 0;
}

.push .three {
  display: none;
}

.push .menu {
  right: 0;
  display: block;
}

.menu {
  position: fixed;
  display: none;
  top: 0;
  width: 200px;
  height: auto;
  background: rgb(11, 129, 175);
  z-index: 200;
  overflow-y: auto;
}
.menu a {
  border: none;
  color: rgb(255, 255, 255);
}
.menu li {
  padding: 1rem;
  font-size: 0.7rem;
}

footer {
  font-size: 0.8rem;
  position: sticky;
  text-align: center;
  top: 100vh;
  background: #fcfcfc;
  border-top: 1px solid #e7e7e7;
}
footer a {
  text-decoration: underline;
}
footer .infoBox {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  font-size: 0.7rem;
  padding: 1rem;
  text-align: left;
  margin-top: 3rem;
  padding: 1rem;
}
footer .infoBox .info {
  text-align: left;
}
footer .infoBox p {
  display: inline;
}

footer img {
  max-width: 100px;
  margin-top: 2rem;
}

.site,
.info {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

body {
  font-size: clamp(0.8rem, 0.755rem + 0.19vw, 0.9rem);
  word-break: break-word;
  animation: fade;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  background: rgb(255, 255, 255);
  font-family: sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo";
}

h1 a:hover {
  text-decoration: none;
  border-bottom: none;
}

.cal-box {
  width: 100%;
  overflow: hidden;
}
.cal-box__cal {
  animation: slider 160s infinite linear 1s both;
  animation-direction: alternate;
  display: flex;
}
.cal-box__cal figure img {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@keyframes slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200vw);
  }
}
.wrap,
.t-wrap {
  background: rgb(248, 248, 248);
  border: 1px solid rgb(243, 243, 243);
  border-left: none;
  border-right: none;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bg-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  width: 95%;
  margin: 0 auto 0;
}
.bg-wrap__box {
  width: 45%;
}

.title {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgb(0, 103, 187);
  margin: 3rem auto 3rem;
  font-size: 0.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.two-box {
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
}
.two-box__box {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgb(204, 193, 193);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.two-box__box:nth-child(even) {
  flex-direction: row-reverse;
}
.two-box__box:last-child {
  border-bottom: none;
}
.two-box figure {
  width: 100%;
}

.t-wrap {
  margin-bottom: 3rem;
  width: 100%;
}

.contena {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.contena__box {
  width: 45%;
}

@media (min-width: 768px) {
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .two-box {
    padding-left: 0;
    padding-right: 0;
  }
  .two-box__box {
    margin-bottom: 1rem;
  }
  .bg-wrap,
  .two-box,
  .contena {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .cal-box__cal figure img {
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .two-box__box {
    margin-bottom: 1rem;
  }
  .cal-box__cal figure img {
    height: 70vh;
  }
}/*# sourceMappingURL=style.css.map */