@charset "utf-8";

@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap");

body {
  font-family: arial,"Noto Sans JP", sans-serif;
}

.pages {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .page-inner {
  width: 100%;
  max-width: 950px;
  min-height: 775px;
  position: relative;
}

.base {
  background-color: #0f0;
  position: absolute;
}

.block01 {
  width: 379px;
  height: 555px;
  top: 75px;
  left: 146px;
  z-index: 100;
}

.block01 .inner {
  padding: 1em 2em;
}

.block01 h1 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 10px;
}

.block01 h2 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 7.2px;
  padding-bottom: 1em;
}

.block01 p {
  padding-bottom: 2em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-align: justify;
}

/***********************/

.block02 {
  width: 380px;
  height: 410px;
  top: 223px;
  left: 0;
}

.block02 .inner {
  position: relative;
  width: 100%;
  height: 410px;
}

.block02 img {
  position: absolute;
  bottom: -100px;
  left: -80px;
}

/***********************/

.block03 {
  width: 380px;
  height: 563px;
  right: 0;
  top: 0;
}

.block03 .inner {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  padding: 1em;
  font-size: 16px;
}

.block03 .inner h3 {
  font-weight: 700;
}

.block03 .inner ul li {
  font-weight: 300;
  line-height: 1.6;
}

/***********************/

.block04 {
  width: 380px;
  height: 627px;
  right: 194px;
  bottom: 0;
}

.block04 .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.block04 .inner a {
  position: absolute;
  bottom: 24px;
  left: 16px;
  font-weight: normal;
  text-decoration: none;
  font-size: 64px;
  letter-spacing: 3.2px;
  word-break: break-all;
  color: #000;
  line-height: 1.1;
  z-index: 101;
}
.block04 .inner a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .pages .page-inner {
    width: 100%;
    min-height: 85vh;
  }

  .block01 {
    width: 66%;
    height: auto;
    top: 40px;
    left: auto;
    right: 0;
    z-index: 100;
  }

  .block01 .inner {
    padding: 0.5em 1em;
  }

  .block01 h1 {
    font-size: 20px;
    letter-spacing: 6px;
  }

  .block01 h2 {
    font-size: 16px;
    letter-spacing: 8px;
    padding-bottom: 1em;
  }

  .block01 p {
    padding-bottom: 1em;
    font-size: 12px;
  }

  .block02 {
    width: 28%;
    height: 158px;
    top: 0;
    left: 80px;
  }

  .block02 .inner {
    height: auto;
  }

  .block02 img {
    width: 80px;
    position: absolute;
    bottom: auto;
    top: -50px;
    left: -40px;
  }

  .block03 {
    width: 76%;
    height: auto;
    right: auto;
    left: 10px;
    top: 292px;
    padding-top: 80px;
  }

  .block03 .inner {
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
  }

  .block04 {
    width: 70%;
    height: auto;
    right: 16px;
    bottom:auto;
    top:500px;
    padding: 6em 1em 1em 1em;
    z-index: -1;
  }

  .block04 .inner a {
    position: static;
    font-size: 30px;
  }
}
