@font-face {
  font-family: zen;
  src: url("../font/ZenMaruGothic-Medium.ttf") format("truetype");
  font-display: swap
}
@font-face {
  font-family: zenbold;
  src: url("../font/ZenMaruGothic-Bold.ttf") format("truetype");
  font-display: swap
}
@font-face {
  font-family: noto;
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
  font-display: swap
}
@font-face {
  font-family: notoregular;
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-display: swap
}
@font-face {
  font-family: notobold;
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-display: swap
}
@font-face {
  font-family: notoblack;
  src: url("../font/NotoSansJP-Black.ttf") format("truetype");
  font-display: swap
}
@font-face {
  font-family: robotobold;
  src: url("../font/Roboto-Bold.ttf") format("truetype");
  font-display: swap
}
:root {
  --gutter: 40
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
::after,
::before {
  display: block
}
* {
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0
}
html {
  height: -webkit-fill-available;
  font-size: 16px;
  scroll-behavior: smooth
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  color: #1b224c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: zen;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 2;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word
}
button,h1,h2,h3,h4,h5,h6,input,select,textarea { font: inherit }
canvas,iframe,img,picture,svg,video { display: block }
button,input[type=submit],label,select { cursor: pointer }
select { color: inherit }
textarea { resize: none }
a {
  color: inherit;
  display: block;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s
}
a:hover {
  opacity: .7;
}
li { list-style-type: none }
img { height: auto }
.inner {
  width: 960px;
  max-width: calc(100% - var(--gutter)/ 16 * 1rem * 2);
  margin-inline: auto
}
.pc { display: block }
.tb { display: none }
.sp { display: none }
.pc.tb { display: block }
.tb.sp { display: none }
.title-1 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.title-1 span {
  display: inline-block;
}
.title-1::after {
  height: 5px;
  background: radial-gradient(circle farthest-side, #1b224c 30%, transparent 30%);
  background-size: 20px;
  content: "";
  margin-top: 1rem;
}
.title-2 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 2rem;
  font-weight: bold;
}
.red {
    color: #e50012;
}
.button-1 {
  background-color: #1b224c;
  border-radius: .625rem;
  color: #fff;
  font-size: 1.5rem
}
.button-2 {
  height: 3.4375rem;
  background-color: #77ac46;
  border-radius: 1.5625rem;
  color: #fff;
  font-size: 1.5rem
}
.header {
  width: 100%;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7dccf2
}
.header-nav {
  margin-left: 3rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header-nav ul li a {
  font-family: notobold;
  font-size: .875rem;
  line-height: 1.285;
  text-align: center
}
.header-nav ul li+li {
  margin-left: 2.3125rem
}
.footer .inner {
  padding-block: 3.75rem;
  font-size: .875rem;
  text-align: center
}
.footer .inner img {
  margin-inline: auto
}
.footer .inner p {
  margin-top: 10px
}
.footer .pagetop {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 99;
}
.footer .copyright {
  padding-block: 1.25rem;
  background-color: #1b224c;
  color: #fff;
  font-size: .875rem;
  text-align: center
}
.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.main .section-1 {
  position: relative;
  background-color: #7dccf2
}
.main .section-1 {
  width: 100%
}
.main .section-1 .content-1 {
  width: 100%;
  position: absolute;
  top: 0;
}
.main .section-1 .content-1 .img {
  max-width: 50%;
  position: absolute
}
.main .section-1 h1 img {
  width: 85vw;
  margin: 0 auto;
  padding-right: 5vw
}
.main .section-1 .content-1 .img-1,
.main .section-1 .content-1 .img-3 {
  top: 0
}
.main .section-1 .content-1 .img-1 {
  left: 0;
  translate: calc(-100% - 10px)
}
.main .section-1 .content-1 .img-2 {
  bottom: 1.5625rem;
  left: 0;
  translate: calc(-100% - 30px)
}
.main .section-1 .content-1 .img-3 {
  right: 0;
  translate: 100%
}
.main .section-2 {
  padding: 3.5rem 0;
  background-color: #fcedc0;
}
.main .section-2 img {
  margin: 0 auto;
}
.main .section-3 {
  padding-top: 3.5rem;
}
.main .section-4 .button-2 {
  background-color: #77ac46;
  text-align: center;
  width: 25rem;
  height: auto;
  line-height: 1.4;
  padding: 1.5rem 1rem;
  margin: 1rem auto 2.5rem;
  border-radius: 8px;
}
.main .section-4 .button-1 {
  width: 31.25rem;
  height: 6.625rem;
  margin: 2.8125rem auto 0;
  padding-inline: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: .875rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
.main .section-4 .button-1 .leaflet {
  position: absolute;
  left: 7px;
  top: -18px
}
.main .section-4 .button-1 span {
  font-size: .58em;
  display: block
}
.main .section-4 .button-1 .icon {
  margin-left: 2rem;
}
.main .section-4 .content-1 {
  margin-top: -2.5rem;
  padding-block: 3.75rem 2.5rem;
  background-color: #abd9e9
}
.main .section-4 .content-1 .title {
  font-family: zenbold;
  font-size: 1.625rem;
  text-align: center
}
.main .section-4 .content-1 .text {
  width: 40rem;
  margin-inline: auto;
  font-family: noto
}
.main .section-4 .content-1 .text a {
  display: inline-block
}
.main .section-4 .content-1 .text a:hover {
  text-decoration: underline
}
.main .section-4 .set {
  margin-top: 3rem;
  border-radius: .625rem;
  border: 3px solid #77ac46;
}
.main .section-4 .set .title {
  position: relative;
  padding: 0.25rem 1.25rem;
  background-color: #77ac46;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.main .section-4 .set .title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 600px;
  max-width: 100%;
}
.main .section-4 .set .title .img {
  position: absolute;
  bottom: 0;
  right: 1rem;
  width: 110px;
}
.main .section-4 .set .title p span {
  margin-inline: 1.25rem 0.3125rem;
  font-family: robotobold;
  font-size: 1.95em;
  line-height: 1
}
.main .section-4 .set .content {
  padding: 1.875rem 2.1875rem;
}
.main .section-4 .set .content .support-1 {
  position: relative;
  max-width: 100%;
}
.main .section-4 .set .content .support-1 a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 13.75%;
  width: 24.5%;
  height: 11%;
}
.main .section-4 .set .content .support-1 a:hover {
  opacity: 0.5;
  background-color: #FFF;
}
.main .section-4 .set .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 1.5rem
}
.main .section-4 .set .content ul li {
  width: calc((100% - 4.5rem)/ 4);
  text-align: center
}
.main .section-4 .set .content ul li img {
  width: 100%
}
.main .section-4 .set .content ul li p {
  margin-top: 5px
}
.main .section-4 {
  padding-block: 5rem 3.875rem;
  background: url("../img/deco-2.svg") no-repeat top 118px left -150px, url("../img/deco-3.svg") no-repeat top 118px right -150px
}
.main .section-5 .bg-4 {
  width: 100%
}
.main .section-5 .content {
  padding: 4.125rem 6rem 8rem;
  background: url("../img/bg-4.png") no-repeat top left/100%, url("../img/bg-5.png") no-repeat bottom left/100%;
  background-color: #7dccf2
}
.main .section-5 .content .inner {
  padding-inline: 4.25rem
}
.main .section-5 .steps {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem
}
.main .section-5 .steps .step {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.main .section-5 .steps .step .title {
  font-family: zenbold;
  font-size: 1.5rem;
  line-height: 1.17;
  text-align: center
}
.main .section-5 .steps .step ol li {
  margin-top: 2.1875rem;
  padding: 1.25rem 1.875rem 1.875rem;
  background-color: #1b224c;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
  position: relative;
  text-align: center
}
.main .section-5 .steps .step ol li .num {
  margin-bottom: .625rem;
  font-family: robotobold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  line-height: 1
}
.main .section-5 .steps .step ol li .num::before {
  content: "STEP";
  font-size: .9em
}
.main .section-5 .steps .step ol li .num::after {
  content: counters(list-item, "");
  font-size: 1.8em
}
.main .section-5 .steps .step ol li .text {
  margin-top: .625rem;
  font-family: notoregular;
  font-size: .6666em;
  display: block;
  line-height: 1.6;
}
.main .section-5 .steps .step ol li p {
  text-align: left;
}
.main .section-5 .steps .step ol li:last-child {
  padding-left: 1rem;
  padding-right: 1rem;
}
.main .section-5 .steps .step ol li:not(:last-of-type)::after {
  width: 100%;
  height: 1.4375rem;
  background-color: #1b224c;
  content: "";
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: calc(100% - 1px);
  left: 0
}
.main .section-6 {
  padding: 3rem 0 4rem;
  overflow: hidden;
}
.main .section-6 .col li {
  padding-top: 1.5rem;
}
.main .section-6 .col li .img {
  position: relative;
}
.main .section-6 .col li .img img {
  position: relative;
  z-index: 5;
}
.main .section-6 .col li .img:after {
  content: "";
  display: block;
  background-color: #fcedc0;
  position: absolute;
  z-index: 1;
  top: 1.75rem;
  bottom: -1.75rem;
  left: 2rem;
  right: -50vw;
}
.main .section-6 ul li .text p {
  margin-top: 1rem;
  line-height: 1.8;
}
.main .section-6 ul li .text p .sml {
  font-size: 75%;
  position: relative;
  bottom: 0.25em;
}
.main .section-6 ul li .text a {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 0.5rem;
  padding-left: 2rem;
  line-height: 1rem;
  background: url("../img/icon-4.png") no-repeat center left;
  background-size: 1.25rem;
  border-bottom: 3px dotted #77ac46;
  font-weight: bold;
}
.main .section-6 ul li:nth-child(2n) .img:after {
  left: -50vw;
  right: 2rem;
}
.main .section-6 ul li:after {
  content: "";
  display: block;
  clear: both;
}
.main .section-7 {
	background-color: #eef2c7;
	padding: 3rem 0 4rem;
}
.main .section-7 .title-2 {
  text-align: center;
}
.main .section-7 .tbl {
  margin-top: 1rem;
  background-color: #FFF;
  border: 4px solid #c4dbaf;
  border-radius: 12px !important;
}
.main .section-7 .tbl table {
    width: 100%;
    border-collapse: collapse;
    color: #000;
}
.main .section-7 .tbl table a {
  display: inline-block;
}
.main .section-7 .tbl table th,
.main .section-7 .tbl table td {
    padding: 0.8rem 1rem 1rem;
    vertical-align: top;
}
.main .section-7 .tbl table th:last-child,
.main .section-7 .tbl table td:last-child {
    border-right: none;
}
.main .section-7 .tbl table tr:last-child th,
.main .section-7 .tbl table tr:last-child td {
    border-bottom: none;
}
.main .section-7 .tbl table th {
    background-color: #c4dbaf;
    border-bottom: 2px solid #eef2c7;
    line-height: 1.3;
    font-size: 1.25rem;
    vertical-align: middle;
    white-space: nowrap;
}
.main .section-7 .tbl table th.row {
    border-right: 2px solid #eef2c7;
    padding-left: 0.75rem;
    padding-right: 0.5rem;
}
.main .section-7 .tbl table tr td {
    line-height: 1.5;
    border-bottom: 2px solid #c4dbaf;
}
.main .section-7 .tbl table tr .vam {
  vertical-align: middle;
}
.main .section-7 .tbl table tr .center {
  text-align: center;
  vertical-align: middle;
}
.main .section-7 .tbl table tr .center hr {
  display: inline-block;
  width: 3rem;
  position: relative;
  bottom: 0.25rem;
}
.main .section-7 .tbl table tr td .red {
    font-size: 1.25rem;
}
.main .section-7 .tbl table tr .sml {
    font-size: 1rem !important;
}
.main .section-7 .tbl table tr .sml-2 {
    font-size: 0.85rem;
}
.main .section-7 .tbl table tr .mt {
    padding-top: 1rem;
}
.main .section-8 {
  padding-block: 2.5rem;
  background-color: #77ac46
}
.main .section-8 .inner {
  padding-inline: 35px
}
.main .section-8 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem
}
.main .section-8 ul li {
  padding: 1.25rem 1.25rem 1.75rem;
  background-color: #fff;
  border-radius: .625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center
}
.main .section-8 ul li .title {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
}
.main .section-8 ul li a {
  gap: 5px;
}
.main .section-8 ul li .search {
  width: 350px;
  margin: .625rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.main .section-8 ul li .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: robotobold;
  font-size: 3rem;
  line-height: 1
}
.main .section-8 ul li p {
  font-size: 1.125rem;
  font-family: noto
}
.main .section-8 ul li p .title {
  font-family: notobold
}
.main .section-8 ul li p .attention {
  font-size: .777em
}
@media screen and (min-width:769px) {
  .main .section-6 .col li > div {
    float: left;
  }
  .main .section-6 .col li .text {
    width: 47%;
    margin-right: 3%;
  }
  .main .section-6 .col li:nth-child(2n) .text {
    float: right;
    margin-right: 0;
    margin-left: 3%;
  }
  .main .section-6 .col li .img {
    width: 50%;
    margin-top: 2.25rem;
  }
}
@media screen and (max-width:960px) {
  :root {
    --gutter: 20
  }
  html {
    font-size: 14px
  }
  .pc {
    display: none
  }
  .tb {
    display: block
  }
  .tb.sp {
    display: block
  }
  .header {
    padding: 15px
  }
  .main .section-1 .content-1 .img-1 {
    translate: -100% -30px
  }
  .main .section-1 .content-1 .img-2 {
    width: 25%;
    translate: -110% 30px
  }
  .main .section-1 .content-1 .img-3 {
    translate: 100% -30px
  }
  .main .section-2 .text-1 {
    background-color: rgba(255, 255, 255, .8)
  }
  .main .section-8 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media screen and (max-width:768px) {
  html {
    font-size: 12px
  }
  .tb {
    display: none
  }
  .sp {
    display: block
  }
  .pc.tb {
    display: none
  }
  .header {
    padding: 10px
  }
  .header-logo {
    width: 150px
  }
  .header-nav {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
  .header-nav ul {
    display: none;
  }
  /*.header-nav ul li+li {
    margin-left: 15px
  }
  .header-nav ul li:last-of-type {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0
  }
  .header-nav ul li:last-of-type a {
    border: none;
    border-radius: 0
  }*/
  .footer .pagetop {
    width: 50px;
  }
  .main .section-1 .content-1 .img {
    max-width: 33%
  }
  .main .section-1 .content-1 .img-1 {
    translate: -100% 0
  }
  .main .section-1 .content-1 .img-2 {
    translate: -110% 0
  }
  .main .section-1 .content-1 .img-3 {
    translate: 100% 0
  }
  .main .section-2 {
    background-size: 150px, 150px
  }
  .main .section-2 .text-1 {
    font-size: 25px
  }
  .main .section-4 .button-1 {
    padding-inline: 15px;
    font-size: 17px
  }
  .main .section-4 .button-1 .leaflet {
    width: 80px;
    left: 4px;
    top: -14px
  }
  .main .section-4 .set .title {
    padding: 15px
  }
  .main .section-4 .set .title h4 {
    font-size: 16px
  }
  .main .section-4 .set .title p {
    font-size: 12px
  }
  .main .section-4 .set .title p span {
    margin-inline: 5px
  }
  .main .section-4 .set .content {
    padding: 15px
  }
  .main .section-4 .set .content ul li {
    width: calc((100% - 3rem)/ 3)
  }
  .main .section-4 .set .content ul li p br {
    display: none
  }
  .main .section-5 .content {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .main .section-5 .content .inner {
    padding-inline: 0;
  }
  .main .section-5 .steps {
    display: block;
    margin-top: 0;
  }
  .main .section-5 .steps .step {
    margin-top: 2.5rem;
  }
  .main .section-5 .steps .step ol li {
    gap: 20px;
    font-size: 1.3rem;
  }
  .main .section-5 .steps .step ol li .text {
    font-size: 0.9rem;
    margin-top: 1rem;
  }
  .main .section-5 .lottery {
    padding: 20px 25px
  }
  .main .section-6 .col {
    margin: 0 auto;
    width: 600px;
  }
  .main .section-6 .col li .img {
    margin: 2rem 0;
  }
  .main .section-8 .inner {
    padding-inline: 0
  }
}