@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
}
main {
  padding-block: 60px 80px;
  background-color: #fffef2;
}

.m-outline {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .m-outline {
    font-size: 16px;
  }
}
.m-msg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 60px auto 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
}
.m-msg .yellow {
  padding-left: 5px;
  background-color: #ffee1f;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.m-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 60px;
  margin-top: 40px;
}
.m-item {
  max-width: 510px;
  width: 100%;
}
.m-item.red {
  --item-col: #009662;
  --item-col-lit: #cffcea;
  --item-link-txt: #009662;
  --frame-inner-width: 385px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-item.red {
    margin-right: 0;
  }
}
.m-item.red::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  display: block;
  width: 3px;
  height: 100%;
  background: url(../image/gray-dot.svg) repeat-y center;
}
@media screen and (max-width: 768px) {
  .m-item.red::before {
    display: none;
  }
}
.m-item.blue {
  --item-col: #0d59a2;
  --item-col-lit: #baddff;
  --item-link-txt: #0d59a2;
  --frame-inner-width: 420px;
}
.m-item-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.m-item-ttl .lg {
  font-size: 28px;
  font-weight: 700;
  color: var(--item-col);
}
.m-item-link {
  cursor: pointer;
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 132px;
  margin-top: 15px;
  background-color: var(--item-col-lit);
  border-radius: 66px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: var(--item-link-txt);
}
@media screen and (max-width: 768px) {
  .m-item-link {
    height: 84px;
    font-size: 24px;
  }
}
.m-item-link::before {
  content: "";
  position: absolute;
  right: 30px;
  display: block;
  width: 20px;
  height: 25px;
  background-color: var(--item-link-txt);
  -webkit-mask: url(../image/triangle.svg) no-repeat center/contain;
          mask: url(../image/triangle.svg) no-repeat center/contain;
}
.m-frame {
  max-width: 480px;
  width: 100%;
  margin: 30px auto 0;
  padding-block: 30px;
  background-color: #fff;
  border: solid 2px var(--item-col);
  border-radius: 20px;
  line-height: 1.5;
}
.m-frame .container {
  max-width: var(--frame-inner-width);
}
.m-frame .note {
  margin-top: 15px;
  font-weight: 500;
  color: #ea3a3a;
}
.m-limit {
  max-width: 480px;
  width: 100%;
  margin: 30px auto 0;
  padding-block: 30px;
  background-color: #fff;
  border: solid 5px #15416c;
  border-radius: 20px;
}
.m-limit .container {
  max-width: var(--frame-inner-width);
}
.m-limit-ttl, .m-limit-detail .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #15416c;
}
.m-limit-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto;
  padding: 10px;
  border: solid 2px #ea3a3a;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
}
.m-limit-txt .red {
  color: #ea3a3a;
}
.m-limit-txt .lg {
  font-size: 40px;
}
.m-limit-detail {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
.m-dl-contents {
  max-width: 790px;
  width: 100%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .m-dl-contents {
    max-width: 400px;
  }
}
.m-dl-item {
  display: block;
  text-decoration: underline;
  color: #ea3a3a;
}
@media screen and (max-width: 768px) {
  .m-dl-item {
    text-align: left;
  }
}
.m-dl-item.dl-pdf {
  margin-block: 0 10px;
}
.m-dl-item-note {
  padding-left: 1em;
  text-indent: -1em;
}

.modal {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal .container {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  max-width: 965px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modal .container {
    width: calc(100% - 50px);
  }
}
.modal-frame {
  position: relative;
  width: 100%;
  padding: 80px 10px;
  background-color: #fff;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .modal-frame {
    padding-block: 50px;
    border-radius: 20px;
  }
}
.modal-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .modal-txt {
    font-size: 16px;
  }
}
.modal-link {
  position: relative;
  display: grid;
  place-items: center;
  max-width: 390px;
  width: 100%;
  height: 94px;
  margin: 40px auto 0;
  background-color: #fe9234;
  border-radius: 52px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .modal-link {
    height: 84px;
    font-size: 24px;
  }
}
.modal-link::before {
  content: "";
  position: absolute;
  right: 30px;
  display: block;
  width: 25px;
  height: 20px;
  background-color: #fff;
  -webkit-mask: url(../image/triangle.svg) no-repeat center/contain;
          mask: url(../image/triangle.svg) no-repeat center/contain;
}
.modal-close {
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
  width: 70px;
  aspect-ratio: 1;
  background-color: #ddd;
  border-radius: 50%;
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  width: 32px;
  height: 3px;
  background-color: #242424;
}
.modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal.visible {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=front-page.css.map */