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;
  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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn a {
  font-size: 0.6rem;
  background: rgb(0, 103, 187);
  padding: 0.5rem;
  color: rgb(255, 255, 255);
}
.btn a:hover {
  color: rgb(0, 0, 0);
  background: #fff;
}

#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: 95%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  font-size: 0.7rem;
  text-align: left;
  margin-top: 3rem;
}
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;
}

@media (min-width: 1024px) {
  footer .infoBox {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  font-size: clamp(0.8rem, 0.755rem + 0.19vw, 0.9rem);
  word-break: break-word;
  background: rgb(255, 255, 255);
  font-family: sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo";
}

main {
  margin-top: 3rem;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

p {
  margin: 2rem auto 2rem;
}

pre {
  background: rgb(0, 0, 0);
  word-wrap: break-word;
  color: rgb(255, 255, 255);
  padding: 1rem;
  font-size: 0.8rem;
  overflow-x: auto;
}

.link {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 0.5rem;
  border: 1px solid rgb(222, 222, 222);
}
.link p {
  font-size: clamp(0.7rem, 0.609rem + 0.39vw, 0.9rem);
  margin: 0;
  padding: 0;
}
.link img {
  width: 150px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.link a .name {
  font-size: 0.6rem;
}
.link a:hover {
  border: 1px solid rgb(0, 103, 187);
}
.link ul {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0.8rem;
  padding: 0.7rem;
  padding-right: 0;
}
.link ul li {
  font-size: 0.6rem;
}
.link .tum {
  background: url(../images/samurai.png) no-repeat center center/cover;
  width: 30px;
  height: 30px;
  margin-right: 0.3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.container {
  margin-bottom: 3rem;
}

h2 {
  margin: 2rem 0;
  border-bottom: 3px solid rgb(0, 103, 187);
  font-size: clamp(1rem, 0.955rem + 0.19vw, 1.1rem);
  position: relative;
}
h2::before {
  content: "";
  position: absolute;
  width: 100px;
  left: 0;
  bottom: -3px;
  border-bottom: 3px solid rgb(187, 0, 0);
}

h3 {
  margin: 2rem 0;
  border-top: 1px solid rgb(0, 103, 187);
  border-bottom: 1px solid rgb(0, 103, 187);
  padding: 0.7rem;
  padding-left: 0;
  font-size: clamp(0.9rem, 0.855rem + 0.19vw, 1rem);
}

.btn {
  margin: 0;
}

.button {
  background: rgb(0, 103, 187);
  padding: 1rem;
  color: rgb(255, 255, 255);
}
.button:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.button-2 {
  display: block;
  width: 100%;
  background: rgb(0, 103, 187);
  padding: 1rem;
  color: rgb(255, 255, 255);
}
.button-2:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
  main {
    max-width: 48%;
  }
}
@media (min-width: 1024px) {
  main {
    max-width: 40%;
  }
}
@media (min-width: 1280px) {
  main {
    max-width: 29%;
  }
}/*# sourceMappingURL=style.css.map */