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;
  width: 100%;
  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%;
  container-type: inline-size;
  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;
}

@container (min-width:600px) {
  #ham {
    display: none;
  }
  .menu {
    display: flex;
    position: static;
    background: none;
    width: 100%;
  }
  .menu a {
    color: #000;
  }
  .menu ul {
    display: flex;
  }
}
footer {
  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: 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;
  font-size: clamp(0.563rem, 0.477rem + 0.364vw, 0.75rem); /* min: 9px, max: 12px */
}

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.75rem, 0.693rem + 0.242vw, 0.875rem); /* min: 12px, max: 14px */
  word-break: break-word;
  background: rgb(255, 255, 255);
  font-family: sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo";
}

main {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.btn {
  margin: 0;
}

.bk-btn a {
  position: fixed;
  top: 111px;
  right: 20px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0067bb;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-wrap {
  display: none;
}

.slide {
  opacity: 0;
  transform: translateY(0);
  transition: 2s;
}

.main-visual {
  container-type: inline-size;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.main-visual .box {
  text-align: center;
  flex-basis: calc(33.3333333333% - 10px);
}
.main-visual .box figure img {
  height: clamp(25rem, 19.318rem + 24.242vw, 37.5rem); /* min: 400px, max: 600px */
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  margin-top: 8rem;
  margin-bottom: 6rem;
  max-width: clamp(22.813rem, 1.932rem + 89.091vw, 68.75rem); /* min: 365px, max: 1100px */
  margin-left: auto;
  margin-right: auto;
}
.wrapper__item {
  display: flex;
  gap: 80px;
  margin-bottom: 8rem;
}
.wrapper__item:nth-child(even) {
  flex-direction: row-reverse;
}
.wrapper__item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: clamp(21.875rem, 17.614rem + 18.182vw, 31.25rem); /* min: 350px, max: 500px */
}
.wrapper__img {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.wrapper__img--box {
  margin-bottom: 4rem;
  display: flex;
  gap: 80px;
}
.wrapper__img--box figure img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: clamp(21.875rem, 17.614rem + 18.182vw, 31.25rem); /* min: 350px, max: 500px */
}
.wrapper__list--box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 80px;
  margin-bottom: 4rem;
}
.wrapper__list--box figure img {
  max-width: clamp(12.5rem, 5.398rem + 30.303vw, 28.125rem); /* min: 200px, max: 450px */
  -o-object-fit: cover;
     object-fit: cover;
}

.title {
  margin-top: 8rem;
  margin-bottom: 6rem;
  margin-top: 8rem;
  font-size: clamp(1.5rem, 1.273rem + 0.97vw, 2rem); /* min: 24px, max: 32px */
  border-bottom: 8px solid #000;
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 50%;
  border-bottom: 8px solid #0067bb;
}

@container (width > 600px) {
  .main-visual .box {
    margin-right: 20px;
  }
  .main-visual .box figure img {
    height: 400px;
    gap: 40px;
  }
  .main-visual .box:last-child {
    margin-right: 0;
  }
}
@container (width > 1000px) {
  .main-visual .box {
    margin-right: 20px;
  }
  .main-visual .box figure img {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .c-wrap {
    display: block;
    position: fixed;
    margin-top: 120px;
    top: 10px;
    right: 20px;
  }
  .c-wrap ul li {
    font-size: clamp(0.5rem, 0.443rem + 0.242vw, 0.625rem); /* min: 8px, max: 10px */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-wrap ul li:nth-child(even) {
    margin-bottom: 1rem;
  }
  .c-wrap ul a {
    font-size: clamp(0.438rem, 0.352rem + 0.364vw, 0.625rem); /* min: 7px, max: 10px */
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(204, 225, 241);
    width: 28px;
    height: 28px;
    border-radius: 50%;
  }
  .c-wrap ul a:hover {
    opacity: 0.5;
    transition: 0.2s;
  }
}/*# sourceMappingURL=style.css.map */