.svg-test {
  font-size: 20px;
}
.svg-test::before {
  content: "";
  display: block;
  background: url("../images/svg_sprite_01.svg") no-repeat;
  background-position: 0px 0px;
  width: 1em;
  height: 1em;
  fill: red;
}

.myicon {
  display: block;
  width: 32px;
  height: 32px;
  background-color: blue;
  -webkit-mask-image: url(../svg/svg_sprite_01.svg);
  mask-image: url(../svg/svg_sprite_01.svg);
  -webkit-mask-size: 32px 32px;
  mask-size: 32px 32px;
}

/* CSS Document */
#inner {
  position: absolute;
  width: 26.5%;
  top: 0;
  left: 3%;
}
@media screen and (min-width: 768px) {
  #inner {
    width: 20%;
  }
}

#inner_02 {
  position: absolute;
  width: 26.5%;
  top: 8%;
  left: 30%;
}
@media screen and (min-width: 768px) {
  #inner_02 {
    width: 20%;
  }
}

#inner_03 {
  position: absolute;
  width: 26.5%;
  bottom: 5%;
  right: 8%;
}
@media screen and (min-width: 768px) {
  #inner_03 {
    width: 13%;
  }
}

#inner_04 {
  position: absolute;
  width: 26.5%;
  top: 8%;
  left: 20%;
}
@media screen and (min-width: 768px) {
  #inner_04 {
    width: 20%;
  }
}

#inner_05 {
  position: absolute;
  width: 26.5%;
  bottom: 18%;
  right: 38%;
}
@media screen and (min-width: 768px) {
  #inner_05 {
    width: 13%;
  }
}

.kira {
  transform-origin: center;
  animation: kira 1.5s linear infinite;
  stroke-width: 0;
}

.kira_02 {
  transform-origin: center;
  animation: kira 1s linear infinite;
  stroke-width: 0;
}

@keyframes kira {
  from {
    transform: scale(0);
    opacity: 0;
    stroke-width: 30;
  }
  50% {
    transform: scale(1);
    opacity: 0.8;
    stroke-width: 14;
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
html, body {
  height: 100%;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
}

#wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.svg-fill {
  display: none;
}
@media screen and (min-width: 768px) {
  .svg-fill {
    position: absolute;
    z-index: -100;
    bottom: 0;
  }
}

.top-hero {
  position: relative;
  background: #00AECF;
  box-sizing: border-box;
  height: 100vh;
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .top-hero {
    min-height: 700px;
  }
}
.top-hero__inner {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 20px);
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-hero__inner {
    width: calc(100% - 80px);
    max-width: 1280px;
  }
}
@media screen and (min-width: 960px) {
  .top-hero__inner {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .top-hero__inner {
    max-width: 980px;
  }
}
.top-hero__bg {
  position: relative;
  width: 100%;
  top: 15%;
}
@media screen and (min-width: 390px) {
  .top-hero__bg {
    top: 12%;
  }
}
@media screen and (min-width: 768px) {
  .top-hero__bg {
    width: 100%;
    height: auto;
    top: 15%;
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .top-hero__bg {
    top: 7%;
  }
}
.top-hero__bg img {
  width: 100%;
  height: auto;
}
.top-hero__text {
  position: absolute;
  color: #fff;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  width: fit-content;
  text-align: center;
  padding: 5px 5px 10px 5px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 390px) {
  .top-hero__text {
    bottom: 13%;
  }
}
@media screen and (min-width: 768px) {
  .top-hero__text {
    color: #009CBC;
    background: linear-gradient(to bottom, transparent 60%, #fff100 40%);
    font-size: 42px;
    text-align: center;
    bottom: 40px;
  }
}

.top-unit-01 {
  position: relative;
  display: block;
  background: linear-gradient(-45deg, #71c8e0 25%, #81cde4 25%, #81cde4 50%, #71c8e0 50%, #71c8e0 75%, #81cde4 75%, #81cde4);
  background-size: 40px 40px;
  width: 100%;
}
.top-unit-01::after {
  content: "";
  position: relative;
  display: block;
  background: url(../../images/bg_01.png) no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 168px;
  margin: 0 auto;
  margin-top: -120px;
}
@media screen and (min-width: 768px) {
  .top-unit-01::after {
    content: "";
    position: relative;
    display: block;
    background: url(../../images/bg_01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 168px;
    margin: 0 auto;
    margin-top: -80px;
  }
}
.top-unit-01__inner {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 40px);
  padding-bottom: 20px;
  margin: 0 auto;
}
.top-unit-01__inner::after {
  content: "";
  position: relative;
  display: block;
  background: url(../../images/icon_01.png) no-repeat;
  background-size: 50px 103px;
  width: 50px;
  height: 103px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .top-unit-01__inner {
    width: calc(100% - 80px);
    max-width: 900px;
    padding-bottom: 30px;
  }
  .top-unit-01__inner::after {
    content: "";
    position: relative;
    display: block;
    background: url(../../images/icon_01.png) no-repeat;
    background-size: 78px 162px;
    width: 78px;
    height: 162px;
    margin: 0 auto;
    margin-top: 120px;
  }
}
@media screen and (min-width: 960px) {
  .top-unit-01__inner {
    width: calc(100% - 160px);
  }
}
.top-unit-01__catch {
  position: relative;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  box-sizing: border-box;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .top-unit-01__catch {
    font-size: 78px;
    padding-top: 220px;
  }
}
.top-unit-01__illust {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 200px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-unit-01__illust {
    width: 331px;
  }
}
.top-unit-01__border-inner {
  position: relative;
  display: block;
  background: #fff;
  box-sizing: border-box;
  border: 4px solid #00AECF;
  border-radius: 20px;
  box-shadow: 7px 7px 0 0 #00AECF;
  padding: 20px 20px 30px 20px;
}
@media screen and (min-width: 768px) {
  .top-unit-01__border-inner {
    border: 8px solid #00AECF;
    box-shadow: 10px 10px 0 0 #00AECF;
    padding: 60px 80px 80px 80px;
  }
}
.top-unit-01__title {
  position: relative;
  color: #0084A5;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  border-bottom: 4px solid #00AECF;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .top-unit-01__title {
    font-size: 32px;
  }
}
.top-unit-01__title::before {
  content: "";
  position: relative;
  display: block;
  background: url(../../images/logo_02.png) no-repeat;
  background-size: 78px 78px;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.top-unit-01__text {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: left;
  box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top-unit-01__text {
    font-size: 18px;
    line-height: 2.4;
    margin-top: 60px;
  }
}
.top-unit-01__btn {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.top-unit-01__btn a {
  display: block;
  background: #FFF471;
  color: #0084A5;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  border: 2px solid #00AECF;
  border-radius: 19px;
  width: fit-content;
  padding: 15px 25px 15px 25px;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  .top-unit-01__btn a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    border: 2px solid #00AECF;
    padding: 20px 45px 18px 45px;
    margin-top: 60px;
  }
}
.top-unit-01__btn a:hover {
  background: #ffde00;
  text-decoration: none;
  border: 2px solid #00AECF;
}

.top-unit-02 {
  position: relative;
  display: block;
  background: #FFFBCB;
  width: 100%;
}
.top-unit-02__inner {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 40px);
  padding-bottom: 60px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-unit-02__inner {
    width: calc(100% - 80px);
    max-width: 900px;
    padding-bottom: 180px;
  }
}
@media screen and (min-width: 960px) {
  .top-unit-02__inner {
    width: calc(100% - 160px);
  }
}
.top-unit-02__title-inner {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 40px);
  padding-top: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-unit-02__title-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% - 80px);
    max-width: 540px;
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .top-unit-02__title-inner {
    width: calc(100% - 160px);
  }
}
.top-unit-02__illust {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 85px;
}
@media screen and (min-width: 768px) {
  .top-unit-02__illust {
    width: 125px;
    margin-top: 20px;
  }
}
.top-unit-02__title {
  position: relative;
  color: #F15A24;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
  border-bottom: 4px solid #FBB03B;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .top-unit-02__title {
    font-size: 32px;
    margin: 0 auto;
  }
  .top-unit-02__title::before {
    content: "";
    position: relative;
    display: block;
    background: url(../../images/icon_02.png) no-repeat;
    background-size: 31px 32px;
    width: 31px;
    height: 32px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.top-unit-02__text {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: left;
  box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top-unit-02__text {
    font-size: 18px;
    line-height: 2.4;
    margin-top: 40px;
  }
}
.top-unit-02__btn {
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.top-unit-02__btn a {
  display: block;
  background: #FFF471;
  color: #0084A5;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  border: 2px solid #00AECF;
  border-radius: 19px;
  width: fit-content;
  padding: 12px 25px 15px 25px;
  margin: 0 auto;
  margin-top: 0px;
  transition: all 0.8s;
}
@media screen and (min-width: 768px) {
  .top-unit-02__btn a {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    border: 2px solid #00AECF;
    padding: 17px 45px 18px 45px;
    margin-top: 50px;
  }
}
.top-unit-02__btn a:hover {
  background: #ffde00;
  text-decoration: none;
  border: 2px solid #00AECF;
}
.top-unit-02__box-inner {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 0px);
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .top-unit-02__box-inner {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 0px);
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .top-unit-02__box-inner {
    width: calc(100% - 0px);
  }
}
.top-unit-02__box {
  position: relative;
  display: block;
  background: #fff;
  border: 4px solid #00AECF;
  box-shadow: 5px 5px 0 0 #00AECF;
  border-radius: 10px;
  box-sizing: border-box;
  width: calc(100% - 40px);
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-unit-02__box {
    width: calc(31.5% - 0px);
    padding: 20px 20px 20px 20px;
    margin: 0;
  }
}
.top-unit-02__box-title {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: left;
  box-sizing: border-box;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .top-unit-02__box-title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
  }
}
.top-unit-02__box-title a {
  color: #82522D;
  transition: all 0.8s;
}
.top-unit-02__box-title a:hover {
  color: #009CBC;
}
.top-unit-02__box-date {
  position: relative;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-unit-02__box-date {
    font-size: 14px;
    line-height: 1.8;
  }
}
.top-unit-02__box-img {
  position: relative;
  border: 1px solid #00AECF;
  box-sizing: border-box;
}