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

#gloval-header {
  position: relative;
}

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

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

@media (min-width: 1024px) {
  .gloval-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu {
    position: static;
    overflow: visible;
    width: 100%;
    display: block;
    background: none;
  }
  .menu a {
    color: #000;
  }
  .menu ul {
    display: flex;
    align-items: center;
  }
  #ham {
    display: none;
  }
}
footer {
  margin-top: 3rem;
  font-size: 0.8rem;
  position: sticky;
  text-align: center;
  top: 100vh;
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(220, 220, 220);
}
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;
}

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

.blog-inner {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.blog-inner img {
  margin-bottom: 1.5rem;
}
.blog-inner h2 {
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-bottom: 1rem;
  font-size: clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
  padding: 0.5rem;
  z-index: 900;
  background: rgb(255, 255, 255);
}
.blog-inner p {
  font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  padding: 0.5rem;
  background: rgb(255, 255, 255);
}
.blog-inner time {
  margin-bottom: 0;
}
.blog-inner .text {
  margin-bottom: 2rem;
}
.blog-inner h3 {
  margin: 3rem 0.5rem 2rem;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  line-height: 1.5;
  text-align: center;
  padding: 1.5rem;
  position: relative;
}
.blog-inner h3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 45px;
  height: 20px;
  border-top: 3px solid rgb(0, 103, 187);
  border-left: 3px solid rgb(0, 103, 187);
}
.blog-inner h3:after {
  content: "";
  width: 45px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid rgb(0, 103, 187);
  border-right: 3px solid rgb(0, 103, 187);
}
.blog-inner .main-visual {
  position: static;
}

.memo-inner {
  margin-top: 7rem;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.memo-inner ul {
  border-left: 1px solid rgb(204, 204, 204);
  background: rgb(253, 253, 253);
  padding: 1rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.memo-inner time {
  font-size: 0.7rem;
}

.slide-inner {
  margin-top: 5rem;
  display: flex;
  overflow: hidden;
  margin-bottom: 3rem;
  animation: slide-anime 5s infinite alternate;
}
.slide-inner img {
  width: 100vw;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes slide-anime {
  0% {
    margin-left: 0;
  }
  16% {
    margin-left: 0;
  }
  32% {
    margin-left: -100vw;
  }
  48% {
    margin-left: -100vw;
  }
  64% {
    margin-left: -100vw;
  }
  80% {
    margin-left: -200vw;
  }
  100% {
    margin-left: -200vw;
  }
}
.gallery {
  margin-bottom: 3rem;
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  grid-template-areas: "A B C" "D B E" "F F E";
}
.gallery img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-a {
  grid-area: A;
}

.grid-b {
  grid-area: B;
}

.grid-c {
  grid-area: C;
}

.grid-d {
  grid-area: D;
}

.grid-e {
  grid-area: E;
}

.grid-f {
  grid-area: F;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

pre {
  border: 1px solid rgb(22, 22, 22);
  padding: 0.7rem;
  font-size: 0.8rem;
  overflow-x: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(90, 90, 90);
}

@media (min-width: 768px) {
  .gallery {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner {
    margin-bottom: 5rem;
  }
}
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";
}

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

.container {
  width: clamp(22.813rem, 4.773rem + 76.97vw, 62.5rem); /* min: 365px, max: 1000px */
  margin-left: auto;
  margin-right: auto;
}

h2 {
  font-size: 2rem;
  margin-top: 7rem;
  margin-bottom: 4rem;
  border-bottom: 7px solid #0067bb;
  position: relative;
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 50%;
  border-bottom: 7px solid #000;
}

.item {
  margin-bottom: 3rem;
}

main {
  margin-top: 10rem;
}

.tai-box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "m-1 m-2 m-3" "m-1 m-4 m-5";
  margin-bottom: 20px;
}

.t-a,
.t-b,
.t-c,
.t-d,
.t-e {
  border: 3px solid rgb(45, 75, 99);
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}

.t-a {
  grid-area: m-1;
  font-weight: bold;
}

.t-b {
  grid-area: m-2;
}

.t-c {
  grid-area: m-3;
}

.t-d {
  grid-area: m-4;
}

.t-e {
  grid-area: m-5;
}

.g-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
.g-box p {
  border: 3px solid rgb(45, 75, 99);
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}

.f-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  grid-template-areas: "f-a f-b f-c" "f-d f-d f-e";
}

.f-1 {
  grid-area: f-a;
}

.f-2 {
  grid-area: f-b;
}

.f-3 {
  grid-area: f-c;
}

.f-4 {
  grid-area: f-d;
}

.f-5 {
  grid-area: f-e;
}

.f-1,
.f-2,
.f-3,
.f-4,
.f-5 {
  border: 3px solid rgb(45, 75, 99);
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}

.a-box {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "a1 a2 a3" "a4 a5 a3";
}

.a-1 {
  grid-area: a1;
}

.a-2 {
  grid-area: a2;
}

.a-3 {
  grid-area: a3;
}

.a-4 {
  grid-area: a4;
}

.a-5 {
  grid-area: a5;
}

.a-1,
.a-2,
.a-3,
.a-4,
.a-5 {
  border: 3px solid rgb(45, 75, 99);
  text-align: center;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
}

.fig-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  gap: 5%;
  row-gap: 3rem;
}
.fig-box__item {
  width: 47.5%;
}

.k-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.k-box__item {
  display: flex;
  gap: 10px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.k-box__item:nth-child(even) {
  flex-direction: row-reverse;
}
.k-box__item figure {
  width: 50%;
}

.i-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.i-box__item {
  display: flex;
  gap: 1%;
}
.i-box__item figure {
  width: 40%;
}

.s-box {
  display: flex;
  gap: 2%;
}
.s-box__item {
  width: 32.6666666667%;
}

@media (min-width: 768px) {
  .t-a {
    font-size: 2.5rem;
    padding: 2rem;
  }
  .t-b,
  .t-c,
  .t-d,
  .t-e,
  .g-box p,
  .f-box p,
  .a-box p {
    font-size: 2rem;
    padding: 2rem;
  }
}/*# sourceMappingURL=style.css.map */