@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
.montserrat {
  font-family: "Montserrat", sans-serif;
}

div.mv {
  position: relative;
}
div.mv h2 {
  position: absolute;
  top: 7%;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  font-size: 3.9rem;
  font-weight: bold;
  width: 4.2em;
  z-index: 2;
  writing-mode: vertical-rl;
  line-height: 1em;
  letter-spacing: 0.2em;
}
div.mv h2 span {
  opacity: 0;
  display: inline-block;
  line-height: 1.4em;
}
div.mv h2 span:nth-of-type(1) {
  animation: vol03mivani01 4s 0.6s ease forwards, vol03mivani02 8s 7s linear infinite;
}
div.mv h2 span:nth-of-type(2) {
  animation: vol03mivani01 4s 0.75s ease forwards, vol03mivani02 8s 7.15s linear infinite;
}
div.mv h2 span:nth-of-type(3) {
  animation: vol03mivani01 4s 0.9s ease forwards, vol03mivani02 8s 7.3s linear infinite;
}
div.mv h2 span:nth-of-type(4) {
  animation: vol03mivani01 4s 1.05s ease forwards, vol03mivani02 8s 7.45s linear infinite;
}
div.mv h2 span:nth-of-type(5) {
  animation: vol03mivani01 4s 1.2s ease forwards, vol03mivani02 8s 7.6s linear infinite;
}
div.mv h2 span:nth-of-type(6) {
  animation: vol03mivani01 4s 1.35s ease forwards, vol03mivani02 8s 7.75s linear infinite;
}
div.mv h2 span:nth-of-type(7) {
  animation: vol03mivani01 4s 1.5s ease forwards, vol03mivani02 8s 7.9s linear infinite;
}
div.mv h2 span:nth-of-type(8) {
  animation: vol03mivani01 4s 1.65s ease forwards, vol03mivani02 8s 8.05s linear infinite;
}
div.mv h2 span:nth-of-type(9) {
  animation: vol03mivani01 4s 1.8s ease forwards, vol03mivani02 8s 8.2s linear infinite;
}
div.mv h2 span:nth-of-type(10) {
  animation: vol03mivani01 4s 1.95s ease forwards, vol03mivani02 8s 8.35s linear infinite;
}
div.mv h2 span:nth-of-type(11) {
  animation: vol03mivani01 4s 2.1s ease forwards, vol03mivani02 8s 8.5s linear infinite;
}
div.mv h2 span:nth-of-type(12) {
  animation: vol03mivani01 4s 2.25s ease forwards, vol03mivani02 8s 8.65s linear infinite;
}
div.mv h2 span:nth-of-type(13) {
  animation: vol03mivani01 4s 2.4s ease forwards, vol03mivani02 8s 8.8s linear infinite;
}
@keyframes vol03mivani01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vol03mivani02 {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.08;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#vol03-sec1 .vol1Bg {
  background: #ebf1d0;
  padding-bottom: 20%;
}
#vol03-sec1 p.sec1-txt01 {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0 0 2.2rem 3.9rem;
}
#vol03-sec1 img {
  display: block;
  width: 100%;
}
#vol03-sec1 div.exam-box {
  position: relative;
}
@keyframes vol03-fade {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#vol03-sec1 div.exam-box.animation p {
  animation: vol03-fade 2s 0.7s ease forwards;
}
#vol03-sec1 div.exam-box.animation div.base-img {
  animation: vol03-fade 1.2s 0.6s ease forwards;
}
@keyframes vol03-icon01 {
  0% {
    transform: translate(90%, 130%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes vol03-icon02 {
  0% {
    transform: translate(0%, 168%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes vol03-icon03 {
  0% {
    transform: translate(-90%, 130%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes vol03-icon04 {
  0% {
    transform: translate(90%, -165%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes vol03-icon05 {
  0% {
    transform: translate(0%, -200%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes vol03-icon06 {
  0% {
    transform: translate(-90%, -165%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes vol03-fuwafuwa01 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes vol03-fuwafuwa02 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 15%);
  }
  100% {
    transform: translate(0, 0);
  }
}
#vol03-sec1 div.exam-box.animation div.icon01 {
  animation: vol03-icon01 2s 0.2s cubic-bezier(0.32, 0, 0, 0.99) forwards, vol03-fuwafuwa01 7s 2.2s ease-in-out infinite;
  transform: translate(90%, 130%);
}
#vol03-sec1 div.exam-box.animation div.icon02 {
  animation: vol03-icon02 2s 0.2s cubic-bezier(0.32, 0, 0, 0.99) forwards, vol03-fuwafuwa02 7s 2.2s ease-in-out infinite;
  transform: translate(0%, 168%);
}
#vol03-sec1 div.exam-box.animation div.icon03 {
  animation: vol03-icon03 2s 0.2s cubic-bezier(0.32, 0, 0, 0.99) forwards, vol03-fuwafuwa01 7s 2.2s ease-in-out infinite;
  transform: translate(-90%, 130%);
}
#vol03-sec1 div.exam-box.animation div.icon04 {
  animation: vol03-icon04 2s 0.2s cubic-bezier(0.32, 0, 0, 0.99) forwards, vol03-fuwafuwa02 7s 2.2s ease-in-out infinite;
  transform: translate(90%, -165%);
}
#vol03-sec1 div.exam-box.animation div.icon05 {
  animation: vol03-icon05 2s 0.2s cubic-bezier(0.32, 0, 0, 0.99) forwards, vol03-fuwafuwa01 7s 2.2s ease-in-out infinite;
  transform: translate(0%, -200%);
}
#vol03-sec1 div.exam-box.animation div.icon06 {
  animation: vol03-icon06 2s 0.2s cubic-bezier(0.32, 0, 0, 0.99) forwards, vol03-fuwafuwa02 7s 2.2s ease-in-out infinite;
  transform: translate(-90%, -165%);
}
#vol03-sec1 div.exam-box p {
  text-align: center;
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  z-index: 2;
  opacity: 0;
}
#vol03-sec1 div.exam-box div.base-img {
  opacity: 0;
}
#vol03-sec1 div.exam-box div.icon {
  width: 34%;
  position: absolute;
  opacity: 0;
}
#vol03-sec1 div.exam-box div.icon.icon01 {
  top: 8%;
  left: 2%;
}
#vol03-sec1 div.exam-box div.icon.icon02 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#vol03-sec1 div.exam-box div.icon.icon03 {
  top: 8%;
  right: 2%;
}
#vol03-sec1 div.exam-box div.icon.icon04 {
  bottom: 8%;
  left: 2%;
}
#vol03-sec1 div.exam-box div.icon.icon05 {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#vol03-sec1 div.exam-box div.icon.icon06 {
  bottom: 8%;
  right: 2%;
}
#vol03-sec1 div.exam-box div.icon span {
  display: block;
  position: absolute;
}
#vol03-sec1 div.exam-box div.icon span.illust01 {
  width: 40%;
  bottom: -12%;
  right: -11%;
}
#vol03-sec1 div.exam-box div.icon span.illust02 {
  width: 67%;
  top: -6%;
  left: -15%;
}
#vol03-sec1 div.exam-box div.icon span.illust03 {
  width: 51%;
  top: -24%;
  right: -8%;
}
#vol03-sec1 div.exam-box div.icon span.illust04 {
  width: 33%;
  bottom: -14%;
  left: 0;
}
#vol03-sec1 div.exam-box div.icon span.illust05 {
  width: 42.6%;
  top: -18%;
  right: 15%;
}
#vol03-sec1 div.exam-box div.icon span.illust06 {
  width: 43%;
  bottom: -12%;
  right: -5%;
}
#vol03-sec1 .arrow-txt {
  background: #111;
  text-align: center;
  color: #fff;
  width: 88%;
  margin: 10% auto 0;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 5% 0 10%;
  clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0 70%, 0 0);
}

.hint .kochira {
  letter-spacing: 0;
  width: 88%;
}

#vol03-sec2 {
  padding: 17% 0 25%;
  background-image: url(../img/top/vol03/sec2-bg.webp);
  background-size: cover;
  position: relative;
}
#vol03-sec2::after, #vol03-sec2::before {
  content: "";
  display: block;
  width: 13rem;
  height: 10rem;
  position: absolute;
  background: #a0a6a9;
}
#vol03-sec2::after {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#vol03-sec2::before {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
#vol03-sec2 h2 {
  margin-bottom: 10%;
}
#vol03-sec2 img {
  display: block;
  width: 100%;
}
#vol03-sec2 div.story-box01 {
  position: relative;
  margin: 0 0 13%;
}
#vol03-sec2 div.story-box01:nth-of-type(even) div.story-img01 {
  margin: 0;
}
#vol03-sec2 div.story-box01:nth-of-type(even) div.btn-wrap {
  left: auto;
  right: 0;
}
#vol03-sec2 div.story-box01:nth-of-type(even) div.btn-wrap .btn01 {
  margin: 0 0 5% auto;
  border-radius: 1em 0 0 1em;
}
#vol03-sec2 div.story-box01:nth-of-type(even) div.btn-wrap .btn02 {
  margin: 0;
}
#vol03-sec2 div.story-box01:nth-of-type(even) div.btn-wrap .btn02 p.btn-txt01 {
  padding-left: 40%;
}
#vol03-sec2 div.story-box01:nth-of-type(even) div.btn-wrap .btn02 p.btn-txt02 {
  margin: 3% auto 0 40%;
}
#vol03-sec2 div.story-box01:nth-of-type(even) div.btn-wrap a {
  margin-left: 37%;
}
#vol03-sec2 div.story-box01:nth-of-type(2) p.story-box01-txt01 {
  background-image: url(../img/top/vol03/story-fuki02.webp);
}
#vol03-sec2 div.story-box01:nth-of-type(2) .btn01 p.btn-txt02 span.txt, #vol03-sec2 div.story-box01:nth-of-type(2) .btn02 p.btn-txt02 span.txt {
  color: #c95c77;
}
#vol03-sec2 div.story-box01:nth-of-type(2) .btn01 p.btn-txt02 span.arrow svg, #vol03-sec2 div.story-box01:nth-of-type(2) .btn02 p.btn-txt02 span.arrow svg {
  fill: #c95c77;
}
#vol03-sec2 div.story-box01:nth-of-type(2) .btn01 {
  background: #c95c77;
}
#vol03-sec2 div.story-box01:nth-of-type(2) .btn01 p.btn-txt01::after {
  background-image: url("../img/top/vol03/story-icon02.webp");
}
#vol03-sec2 div.story-box01:nth-of-type(2) .btn02 {
  background: rgba(250, 231, 230, 0.5019607843);
  border: solid 2px rgba(201, 92, 119, 0.5019607843);
}
#vol03-sec2 div.story-box01:nth-of-type(3) p.story-box01-txt01 {
  background-image: url(../img/top/vol03/story-fuki03.webp);
}
#vol03-sec2 div.story-box01:nth-of-type(3) .btn01 p.btn-txt02 span.txt, #vol03-sec2 div.story-box01:nth-of-type(3) .btn02 p.btn-txt02 span.txt {
  color: #7b6c8a;
}
#vol03-sec2 div.story-box01:nth-of-type(3) .btn01 p.btn-txt02 span.arrow svg, #vol03-sec2 div.story-box01:nth-of-type(3) .btn02 p.btn-txt02 span.arrow svg {
  fill: #7b6c8a;
}
#vol03-sec2 div.story-box01:nth-of-type(3) .btn01 {
  background: #7b6c8a;
}
#vol03-sec2 div.story-box01:nth-of-type(3) .btn01 p.btn-txt01::after {
  background-image: url("../img/top/vol03/story-icon03.webp");
}
#vol03-sec2 div.story-box01:nth-of-type(3) .btn02 {
  background: rgba(231, 228, 241, 0.5019607843);
  border: solid 2px rgba(123, 108, 138, 0.5019607843);
}
#vol03-sec2 div.story-box01:nth-of-type(4) p.story-box01-txt01 {
  background-image: url(../img/top/vol03/story-fuki04.webp);
}
#vol03-sec2 div.story-box01:nth-of-type(4) .btn01 p.btn-txt02 span.txt, #vol03-sec2 div.story-box01:nth-of-type(4) .btn02 p.btn-txt02 span.txt {
  color: #428094;
}
#vol03-sec2 div.story-box01:nth-of-type(4) .btn01 p.btn-txt02 span.arrow svg, #vol03-sec2 div.story-box01:nth-of-type(4) .btn02 p.btn-txt02 span.arrow svg {
  fill: #428094;
}
#vol03-sec2 div.story-box01:nth-of-type(4) .btn01 {
  background: #428094;
}
#vol03-sec2 div.story-box01:nth-of-type(4) .btn01 p.btn-txt01::after {
  background-image: url("../img/top/vol03/story-icon04.webp");
  top: 24%;
  transform: translate(-70%, -50%);
}
#vol03-sec2 div.story-box01:nth-of-type(4) .btn02 {
  background: rgba(225, 233, 245, 0.5019607843);
  border: solid 2px rgba(66, 128, 148, 0.5019607843);
}
#vol03-sec2 div.story-box01 p.story-box01-txt01 {
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  background-image: url(../img/top/vol03/story-fuki01.webp);
  background-size: 100% 100%;
  padding: 4% 0 12%;
  color: #fff;
  width: 83.4%;
  margin: auto;
}
#vol03-sec2 div.story-box01 div.story-img01 {
  width: 47.2%;
  margin: 0 0 0 auto;
  z-index: 1;
  position: relative;
  pointer-events: none;
}
#vol03-sec2 div.story-box01 div.btn-wrap {
  position: absolute;
  top: 25%;
  left: 0;
  width: 82.6%;
  z-index: 0;
}
#vol03-sec2 div.story-box01 .btn01, #vol03-sec2 div.story-box01 .btn02 {
  display: block;
  cursor: pointer;
  color: #000;
}
#vol03-sec2 div.story-box01 .btn01 p.btn-txt02, #vol03-sec2 div.story-box01 .btn02 p.btn-txt02 {
  width: 13em;
  margin: auto;
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  border-radius: 50em;
  padding: 0.4em 0 0.3em;
  margin-top: 0.4em;
}
#vol03-sec2 div.story-box01 .btn01 p.btn-txt02 span, #vol03-sec2 div.story-box01 .btn02 p.btn-txt02 span {
  display: inline-block;
}
#vol03-sec2 div.story-box01 .btn01 p.btn-txt02 span.txt, #vol03-sec2 div.story-box01 .btn02 p.btn-txt02 span.txt {
  color: #77a251;
}
#vol03-sec2 div.story-box01 .btn01 p.btn-txt02 span.arrow, #vol03-sec2 div.story-box01 .btn02 p.btn-txt02 span.arrow {
  width: 0.9em;
  margin-top: 0.2em;
}
#vol03-sec2 div.story-box01 .btn01 p.btn-txt02 span.arrow svg, #vol03-sec2 div.story-box01 .btn02 p.btn-txt02 span.arrow svg {
  fill: #77a251;
}
#vol03-sec2 div.story-box01 .btn01 {
  background: none;
  border: none;
  background: #77a251;
  width: 72%;
  height: 16rem;
  margin: 0 0 5%;
  padding: 4% 0;
  border-radius: 0 1em 1em 0;
}
#vol03-sec2 div.story-box01 .btn01 p.btn-txt01 {
  display: block;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4em;
  display: inline-block;
  position: relative;
}
#vol03-sec2 div.story-box01 .btn01 p.btn-txt01::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("../img/top/vol03/story-icon01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-110%, -50%);
}
#vol03-sec2 div.story-box01 .btn02 {
  width: 90%;
  margin: 0 0 0 auto;
  padding: 4% 0;
  background: rgba(224, 231, 211, 0.5019607843);
  border: solid 2px rgba(119, 162, 81, 0.5019607843);
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt01 {
  text-align: left;
  padding-left: 10%;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt01 span {
  display: block;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt01 span.txt02 {
  font-size: 3rem;
  font-weight: 600;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt01 span.txt02 span {
  font-size: 0.6em;
  font-weight: 300;
  display: inline-block;
  margin-left: 0.2em;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt01 span.txt03 {
  font-size: 1.5rem;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt02 {
  background: #000;
  margin: 3% auto 0 10%;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt02 span {
  display: inline-block;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt02 span.txt {
  color: #fff !important;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt02 span.arrow {
  width: 0.9em;
  margin-top: 0.2em;
}
#vol03-sec2 div.story-box01 .btn02 p.btn-txt02 span.arrow svg {
  fill: #fff !important;
}
#vol03-sec2 div.story-box01 a {
  font-size: 1.6rem;
  line-height: 1em;
  display: block;
  letter-spacing: 0;
  margin: 5% 0 0 10%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em;
}
#vol03-sec2 div.story-box01 a span {
  display: inline-block;
}
#vol03-sec2 div.story-box01 a span.arrow {
  width: 1em;
  height: 1em;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #111;
}
#vol03-sec2 div.story-box02-wrap h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 2em;
}
#vol03-sec2 div.story-box02-wrap h3 span {
  display: inline-block;
  border-bottom: solid 0.2em;
}
#vol03-sec2 div.story-box02-wrap div.story-box02-img {
  position: absolute;
  top: 0;
  width: 34%;
  position: absolute;
  top: -41%;
  right: -3%;
}
#vol03-sec2 div.story-box02-wrap div.story-box02 {
  width: 83.4%;
  margin: 0 auto 10%;
}
#vol03-sec2 div.story-box02-wrap div.story-box02:nth-of-type(2) h4 {
  background: #588862;
}
#vol03-sec2 div.story-box02-wrap div.story-box02:nth-of-type(2) div.txt-box {
  background: #e1efe3;
  border: solid 2px #588862;
}
#vol03-sec2 div.story-box02-wrap div.story-box02 h4 {
  text-align: center;
  background: #b28f58;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  padding: 0.4em 0;
  width: 100%;
  position: relative;
}
#vol03-sec2 div.story-box02-wrap div.story-box02 h4 span {
  display: inline-block;
}
#vol03-sec2 div.story-box02-wrap div.story-box02 h4 span.icon {
  width: 1.2em;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translate(0, -50%);
}
#vol03-sec2 div.story-box02-wrap div.story-box02 div.txt-box {
  background: #eae0ce;
  padding: 2em 2em 3em 2em;
  border-radius: 0 0 4em 4em;
  border: solid 2px #b79257;
}
#vol03-sec2 div.story-box02-wrap div.story-box02 div.txt-box p.txt01 {
  text-align: center;
  background: #fff;
  font-size: 2.2rem;
  line-height: 1.2em;
  border-radius: 1em;
  font-weight: bold;
  padding: 0.6em 0;
  margin: 0 0 1em;
}
#vol03-sec2 div.story-box02-wrap div.story-box02 div.txt-box p.txt02 {
  text-align: justify;
  word-break: break-all;
  font-size: 1.6rem;
}
#vol03-sec2 div.story-box03 {
  background: #fff8b6;
  width: 93.4%;
  margin: auto;
  position: relative;
  padding: 10% 0;
}
#vol03-sec2 div.story-box03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3em);
  height: calc(100% - 3em);
  border: solid 2px #fff;
  pointer-events: none;
}
#vol03-sec2 div.story-box03 h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 7%;
}
#vol03-sec2 div.story-box03 ol {
  width: 85%;
  margin: auto;
}
#vol03-sec2 div.story-box03 ol li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
#vol03-sec2 div.story-box03 ol li span.number {
  width: 5.4rem;
  height: 5.4rem;
  font-size: 3rem;
  text-align: center;
  background: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}
#vol03-sec2 div.story-box03 ol li p {
  width: 80%;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: bold;
}
#vol03-sec2 div.story-box03 ol li p.pd-top {
  padding-top: 0.8em;
}
#vol03-sec2 div.story-box03 ol li p .red {
  font-size: 1.4em;
  line-height: 1.2em;
  color: #c7161d !important;
}
#vol03-sec2 div.story-box03 ol li p .red02 {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #fff;
  background: #c7161d;
  padding: 0.04em 0.6em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  border-radius: 0.4em;
}
#vol03-sec2 div.story-box03 ol li p .ast {
  display: inline-block;
  transform: translate(0, -0.4em);
}
#vol03-sec2 div.story-box03 ol li p .note {
  font-weight: 400;
  font-size: 0.86em;
}

#vol03-sec3 {
  position: relative;
  /*sec3-cont01*/
}
#vol03-sec3 .kotsuTtl {
  text-align: left;
  letter-spacing: 0;
  position: absolute;
  top: 2%;
}
#vol03-sec3 .kotsuTtl .in {
  font-size: 4.2rem;
}
#vol03-sec3 div.kotsuContentBg {
  padding: 32% 0 30%;
  margin-top: 0;
  background: url(../img/top/vol03/kotsuBg.webp) no-repeat center top/cover;
}
#vol03-sec3 p.kotsuContentIntro {
  text-align: left;
  width: 85%;
  margin: auto;
}
#vol03-sec3 div.kotsuContent {
  padding-top: 25%;
}
#vol03-sec3 h3 {
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
}
#vol03-sec3 h3 span.txt01 span {
  color: #e42d89;
}
#vol03-sec3 h3 span.txt02 {
  font-size: 0.8em;
  margin-left: 0.2em;
}
#vol03-sec3 div.sec3-cont01 {
  padding: 15% 0;
  margin-top: 15%;
  position: relative;
}
#vol03-sec3 div.sec3-cont01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #231815;
  width: 90%;
  height: 0.4rem;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner {
  width: 90%;
  margin: auto;
  padding: 15% 0;
  position: relative;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 {
  position: relative;
  margin-bottom: 18%;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 div.sec3-cont01-img02 {
  position: absolute;
  top: -15%;
  left: -13%;
  width: 22%;
  z-index: 1;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt01 {
  width: 87%;
  margin: 0 0 0 auto;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 {
  margin-top: 7%;
  border: solid 2px #231815;
  background: #fff;
  padding: 2rem 1rem;
  box-sizing: border-box;
  font-weight: 600;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.top-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.top-txt span {
  display: block;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.top-txt span.txt01 {
  width: 4.4em;
  font-size: 2.4rem;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.top-txt span.txt02 {
  width: 3.4em;
  height: 3.4em;
  font-size: 1.6rem;
  background: #f8d7e5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.top-txt span.txt03 {
  width: 6em;
  font-size: 2.4rem;
  line-height: 1.2em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.bottom-txt {
  display: block;
  border-top: dashed 1px #111;
  width: 85%;
  margin: 1.6em auto 0;
  padding: 0.6em 0 0;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.bottom-txt span.txt01 {
  display: block;
  text-align: center;
  color: #e40012;
  font-size: 4rem;
  line-height: 1.2em;
  margin-right: -0.4em;
  position: relative;
  z-index: 0;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.bottom-txt span.txt01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffef00;
  width: 100%;
  height: 0.4em;
  z-index: -1;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.bottom-txt span.txt01 span.small {
  font-size: 0.6em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.bottom-txt span.txt01 span.small:nth-of-type(1) {
  margin-right: 0.4em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.bottom-txt span.txt01 span.small:nth-of-type(2) span {
  margin-left: -0.5em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01.v02 p.sec3-cont01-box01-txt04 span.bottom-txt span.txt02 {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 div.sec3-cont01-img01 {
  position: absolute;
  top: -2%;
  right: -16%;
  width: 28%;
  z-index: 1;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 h4 {
  background: #f8d7e5;
  text-align: center;
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: bold;
  padding: 0.4em 0;
  border-radius: 1em;
  margin-bottom: 5%;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 h4 span {
  display: block;
  font-size: 0.7em;
  line-height: 1em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 p.sec3-cont01-box01-txt01 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 0.6em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 p.sec3-cont01-box01-txt02 {
  font-size: 1.9rem;
  margin: 0 0 1.6em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 p.sec3-cont01-box01-txt03 {
  border: solid 2px #231815;
  background: #fff;
  padding: 1.4rem 1.4rem;
  box-sizing: border-box;
  font-weight: 600;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 p.sec3-cont01-box01-txt03 span.txt01 {
  font-size: 1.6rem;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 p.sec3-cont01-box01-txt03 span.txt01.right {
  display: block;
  text-align: right;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 p.sec3-cont01-box01-txt03 span.txt02 {
  font-size: 2.4rem;
  position: relative;
  z-index: 0;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 p.sec3-cont01-box01-txt03 span.txt02::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4em;
  background: #ffef00;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box01 p.sec3-cont01-box01-txt03 span.txt02 .red {
  font-size: 1.1em;
  color: #ce121b !important;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 {
  border: solid 2px #231815;
  background: #fff;
  padding: 27% 2rem 3rem;
  position: relative;
  margin: 30% 0 0;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 span.naradeha-txt {
  display: block;
  position: absolute;
  top: 0;
  left: -5%;
  transform: translate(0, -50%);
  width: 35%;
  z-index: 2;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 h4 {
  width: 80%;
  position: absolute;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2em;
  top: 0;
  right: 3%;
  transform: translate(0, -50%);
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 h4::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  right: -0.6rem;
  position: absolute;
  border-radius: 2em;
  background: #fff;
  border: solid 2px #231815;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 h4 .inner {
  box-sizing: border-box;
  padding: 0.4em 0 0.6em 3em;
  display: block;
  position: relative;
  z-index: 1;
  background: #fff;
  border: solid 2px #231815;
  border-radius: 2em;
  line-height: 1.2em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 h4 .small {
  display: block;
  font-size: 0.6em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 p {
  font-size: 1.9rem;
  margin-bottom: 1em;
  text-align: justify;
  word-break: break-all;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 p .red {
  font-size: 1.4em;
  color: #ce121b !important;
  font-weight: bold;
}
#vol03-sec3 div.sec3-cont01 div.sec3-cont01-inner div.sec3-cont01-box02 p .yellow {
  background: linear-gradient(transparent 60%, #ffef00 30%);
}
#vol03-sec3 div.sec3-cont02 {
  padding: 15% 0 0;
  margin-top: 10%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner {
  width: 90%;
  margin: auto;
  padding: 15% 0;
  position: relative;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01 {
  margin: 0 0 17%;
  position: relative;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01 h4 {
  background: #c5e4e0;
  text-align: center;
  font-size: 3rem;
  line-height: 1.4em;
  font-weight: bold;
  padding: 0.4em 0;
  border-radius: 1em;
  margin-bottom: 5%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01 p {
  font-size: 1.9rem;
  margin-bottom: 1em;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01 p .big {
  font-size: 1.4em;
  font-weight: bold;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01 p .red {
  color: #ce121b !important;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01 p .yellow {
  background: linear-gradient(transparent 60%, #ffef00 30%);
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 div.sec3-cont02-img01 {
  position: absolute;
  top: -2%;
  right: -14%;
  width: 21%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 p {
  width: 92%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl {
  border: solid 1px #111;
  background: #fff;
  box-sizing: border-box;
  padding: 1.6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 8% 0 0;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dt {
  writing-mode: vertical-lr;
  font-size: 1.9rem;
  font-weight: bold;
  width: 15%;
  text-align: center;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd {
  width: 85%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd ul li {
  width: 49%;
  text-align: center;
  color: #fff;
  padding: 0.4em 0;
  font-size: 1.6rem;
  font-weight: bold;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd ul li:nth-of-type(1) {
  background: #aa9652;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd ul li:nth-of-type(2) {
  background: #5d597f;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd ul li:nth-of-type(3) {
  background: #498068;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd ul li:nth-of-type(4) {
  background: #cd7e8c;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd ul li:nth-of-type(1), #vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box01.v01 dl dd ul li:nth-of-type(2) {
  margin: 0 0 2%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 {
  border: solid 2px #000;
  padding: 4% 0 5%;
  background: #fff;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 div.titi-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 93%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 div.titi-box h4 {
  background: #c2e1db;
  font-weight: bold;
  font-size: 2.1rem;
  width: 62%;
  margin-left: -3%;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  padding: 9% 0 9% 6%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 div.titi-box div.img-wrap {
  width: 40%;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 div.titi-box div.img-wrap img {
  width: 85%;
  margin: auto;
  display: block;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 div.titi-box div.img-wrap p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: 0.8em 0 0;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 div.txt-box {
  width: 90%;
  margin: 5% auto 0;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 div.txt-box p.txt01 {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 0.4em;
  margin: 0 0 0.4em;
  border-bottom: solid 0.4em #c2e1db;
}
#vol03-sec3 div.sec3-cont02 div.sec3-cont02-inner div.sec3-cont02-box02 div.txt-box p.txt02 {
  font-size: 1.9rem;
}

#vol03-sec5 {
  margin: 0;
  padding: 0;
  position: relative;
  border-top: solid 0.91rem #231815;
}
#vol03-sec5 div.arimasuTtl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
#vol03-sec5 div.arimasuBox {
  margin: 0;
  border: none;
}
#vol03-sec5 div.educationBox-vol02 h3 {
  font-size: 3.12rem;
  font-weight: 700 !important;
  letter-spacing: 0;
  padding: 1.2em 0 0.5em;
  position: relative;
  z-index: 2;
  text-align: center;
}
#vol03-sec5 div.educationBox-vol02 p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 2em;
}
#vol03-sec5 div.educationBox-vol02 span {
  color: #df2d84;
}

@media screen and (min-width: 768px) {
  div.modaal-container {
    max-width: 450px;
  }
}
div.modaal-container button.modaal-close {
  background: rgba(0, 0, 0, 0.2862745098);
  border-radius: 0;
  border: none;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
  width: 6rem;
  height: 6rem;
}
div.modaal-container button.modaal-close::after, div.modaal-container button.modaal-close::before {
  height: 100%;
  top: 0rem;
  left: 2.9rem;
  border-radius: 0;
}

div.modal-a {
  padding: 1.6rem;
  box-sizing: border-box;
}
div.modal-a.modal01 {
  background: #e0e7d3;
  border: solid 2px #77a251;
}
div.modal-a.modal01 h5 {
  background: #77a251;
}
div.modal-a.modal02 {
  background: #fae7e6;
  border: solid 2px #c95c77;
}
div.modal-a.modal02 h5 {
  background: #c95c77;
}
div.modal-a.modal03 {
  background: #e7e4f1;
  border: solid 2px #7b6c8a;
}
div.modal-a.modal03 h5 {
  background: #7b6c8a;
}
div.modal-a.modal04 {
  background: #e1e9f5;
  border: solid 2px #428094;
}
div.modal-a.modal04 h5 {
  background: #428094;
}
div.modal-a h5 {
  text-align: center;
  font-size: 1.8rem;
  width: 62%;
  margin: auto;
  color: #fff;
  line-height: 1.2em;
  padding: 0.3em 0 0.4em;
  border-radius: 50em;
  margin-bottom: 0.6em;
  font-weight: bold;
}
div.modal-a div.txt-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 5%;
}
div.modal-a div.txt-wrap p.txt01 {
  background: #fff;
  border-radius: 1rem;
  width: 48%;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.4em 0;
  line-height: 1.4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.modal-a p.txt02 {
  font-size: 1.8rem;
  text-align: justify;
  word-break: break-all;
}
div.modal-a p.note {
  font-size: 1.4rem;
  margin-top: 0.4em;
}

div.modal-b {
  padding: 2.6rem 1.6rem;
  box-sizing: border-box;
  background: #fff;
  border: solid 2px #d1d1d3;
}
div.modal-b.modal01 h5 span.txt01 {
  background: #77a251;
}
div.modal-b.modal02 h5 span.txt01 {
  background: #c95c77;
}
div.modal-b.modal03 h5 span.txt01 {
  background: #7b6c8a;
}
div.modal-b.modal04 h5 span.txt01 {
  background: #428094;
}
div.modal-b h5 span {
  font-weight: bold;
}
div.modal-b h5 span.txt01 {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 1em 0 0.4em;
  clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}
div.modal-b h5 span.txt02 {
  font-size: 2.6rem;
  display: block;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 0.3em 0;
  letter-spacing: 0;
}
div.modal-b h5 span.txt02 span.small {
  font-size: 0.7em;
}
div.modal-b h5 span.txt02 span.ir {
  font-size: 0.88em;
}
div.modal-b p {
  font-size: 1.8rem;
  text-align: justify;
  word-break: break-all;
  margin-top: 0.4em;
}/*# sourceMappingURL=vol03.css.map */