html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7vw;
  }
}

@media screen and (min-width: 834px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 833px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.in {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
}

a.txtlink {
  color: #485CF7;
  transition: 0.4s;
}
a.txtlink:hover {
  opacity: 0.8;
}

header {
  background-color: #fff;
  padding: 20px 7.5%;
}
header .logo {
  width: 160px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 18px 4.5%;
  }
  header .logo {
    width: 32vw;
  }
}

.kv {
  position: relative;
  background-color: #c1d32c;
  padding-top: 48px;
}
.kv::after {
  position: absolute;
  content: "";
  background: url(../images/bg_wave_beg.png) no-repeat center;
  background-size: cover;
  width: 932px;
  height: 75px;
  right: calc(50% - 466px);
  bottom: 0;
}
@media screen and (min-width: 834px) and (max-width: 931px) {
  .kv::after {
    width: 100%;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 833px) {
  .kv::after {
    width: 100%;
    height: 70px;
    right: 0;
    bottom: -1px;
  }
}
.kv .in {
  background: url(../images/hero_hamabe_pc.png) no-repeat 95% bottom;
  background-size: auto 90%;
}
.kv .box {
  max-width: 1212px;
  width: 90%;
  padding-bottom: 120px;
  margin: 0 auto;
}
.kv .box .txt {
  font-size: min(2.666vw, 40px);
  font-weight: 900;
  text-align: center;
  margin-bottom: 74px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
}
.kv .box .txt span {
  color: #ffff00;
  font-weight: 900;
}
.kv .box .ttl {
  max-width: 680px;
  width: 58%;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .kv .box .ttl {
    width: 52%;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    padding-top: 11vw;
  }
  .kv::after {
    width: 90%;
    height: 7.2vw;
    right: 5%;
  }
  .kv .in {
    background: url(../images/hero_hamabe_sp.png) no-repeat center bottom;
    background-size: 85%;
  }
  .kv .box {
    width: 100%;
    padding-bottom: 7.2vw;
  }
  .kv .box .txt {
    font-size: 5.68vw;
    margin-bottom: 5.3vw;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
  }
  .kv .box .ttl {
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 82%;
  }
  .kv .box .ttl img {
    width: 100%;
  }
}

.cta {
  width: 460px;
}
.cta a {
  display: block;
  position: relative;
}
.cta a img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cta a:hover img:first-of-type {
  opacity: 0;
}
.cta a:hover img:last-of-type {
  opacity: 1;
}
@media screen and (min-width: 834px) {
  .cta a img {
    transition: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    width: 70vw;
  }
}

.overview {
  position: relative;
  background-color: #fff8c0;
  padding-bottom: 120px;
}
.overview::after {
  position: absolute;
  content: "";
  background: url(../images/bg_wave_wh.png) no-repeat center;
  background-size: cover;
  width: 932px;
  height: 75px;
  right: calc(50% - 466px);
  bottom: 0;
}
@media screen and (min-width: 834px) and (max-width: 931px) {
  .overview::after {
    width: 100%;
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 833px) {
  .overview::after {
    width: 100%;
    height: 70px;
    right: 0;
  }
}
.overview .cta {
  margin: 0 auto -60px;
}
.overview .box {
  position: relative;
  max-width: 950px;
  width: 90%;
  margin: 0 auto;
}
.overview .box .attention {
  position: absolute;
  line-height: 1.6;
  padding: 0 5%;
  left: 0;
}
@media screen and (min-width: 834px) and (max-width: 1039px) {
  .overview .box .attention {
    padding: 0 3%;
  }
}
.overview .overview01 {
  background: url(../images/bg_ptn01_pc.png) no-repeat center;
  background-size: 1500px 593px;
  padding: 120px 0 50px;
}
.overview .overview01 .box .attention {
  bottom: 45px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 834px) and (max-width: 1039px) {
  .overview .overview01 .box .attention {
    bottom: 38px;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 833px) {
  .overview .overview01 .box .attention {
    bottom: 38px;
    font-size: 14px;
  }
}
.overview .overview02 {
  background: url(../images/bg_ptn02_pc.png) no-repeat center;
  background-size: 1500px 547px;
  padding: 50px 0;
}
.overview .overview02 .box .attention {
  bottom: 40px;
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .overview {
    padding-top: 7.2vw;
    padding-bottom: 12vw;
  }
  .overview::after {
    width: 90%;
    height: 7.2vw;
    right: 5%;
  }
  .overview .cta {
    margin: 0 auto -14vw;
  }
  .overview .box {
    width: 84.5%;
  }
  .overview .box .attention {
    padding: 0 8%;
  }
  .overview .overview01 {
    background: url(../images/bg_ptn01_sp.png) no-repeat center;
    background-size: 100% 100%;
    padding: 22vw 0 9.3vw;
  }
  .overview .overview01 .box .attention {
    bottom: 12vw;
    font-size: 3.7vw;
  }
  .overview .overview02 {
    background: url(../images/bg_ptn02_sp.png) no-repeat center;
    background-size: 100% 100%;
    padding: 9.3vw 0;
  }
  .overview .overview02 .box .attention {
    bottom: 12vw;
    font-size: 3.2vw;
  }
}

.detail {
  position: relative;
  background-color: #fff;
  padding: 10px 0 72px;
}
.detail::after {
  position: absolute;
  content: "";
  background: url(../images/ptn_dots.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 72px;
  left: 0;
  bottom: -10px;
}
.detail h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  background: url(../images/bg_ttl_campaign.png) no-repeat center;
  background-size: 100%;
  width: 530px;
  padding: 22px 0;
  margin: 0 auto 44px;
  color: #fff;
}
.detail h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 44px;
}
.detail h3 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.detail .box {
  max-width: 950px;
  width: 90%;
  margin: 0 auto 60px;
}
.detail .box dl {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 20px;
}
.detail .box dl:last-child {
  margin-bottom: 0;
}
.detail .box dl dt {
  width: 230px;
  background-color: #fff;
  border: 2px solid #ff9300;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #ff9300;
}
.detail .box dl dd {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}
.detail .box dl dd span {
  font-size: 18px;
  display: block;
  line-height: 1.4;
  margin-top: 0.15em;
}
.detail .box dl:nth-child(1) dt {
  height: 100px;
  letter-spacing: 2em;
  text-indent: 2em;
}
.detail .box dl:nth-child(2) dt {
  height: 60px;
}
.detail .box dl:nth-child(3) dt {
  height: 80px;
  letter-spacing: 0.78em;
  text-indent: 0.78em;
}
.detail .box dl:nth-child(4) dt {
  height: 50px;
  letter-spacing: 2em;
  text-indent: 2em;
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 2.6vw 0 11.2vw;
  }
  .detail::after {
    height: 11.2vw;
  }
  .detail h2 {
    font-size: 6.4vw;
    background-size: 100%;
    width: 84.5%;
    padding: 6.4vw 0;
    margin: 0 auto 2vw;
  }
  .detail h3 {
    font-size: 6.4vw;
    margin-bottom: 5.3vw;
  }
  .detail h3 span {
    font-size: 4.8vw;
  }
  .detail .box {
    margin: 0 auto 13vw;
  }
  .detail .box dl {
    flex-direction: column;
    align-items: stretch;
    gap: 5.3vw;
    margin-bottom: 8vw;
  }
  .detail .box dl:last-child {
    margin-bottom: 0;
  }
  .detail .box dl dt {
    width: 100%;
    font-size: 5.3vw;
  }
  .detail .box dl dd {
    font-size: 4.8vw;
    letter-spacing: 0.06em;
    text-align: justify;
  }
  .detail .box dl dd span {
    font-size: 4vw;
  }
  .detail .box dl:nth-child(1) dt, .detail .box dl:nth-child(2) dt, .detail .box dl:nth-child(3) dt, .detail .box dl:nth-child(4) dt {
    height: 11.7vw;
  }
}

.flow {
  position: relative;
  background-color: #cdeeae;
  padding: 72px 0 78px;
}
.flow::after {
  position: absolute;
  content: "";
  background: url(../images/ptn_wave.png) repeat-x;
  background-size: contain;
  width: 100%;
  height: 78px;
  left: 0;
  bottom: 0;
}
.flow .lead {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
.flow .attention {
  background-color: #fcee00;
  width: 90%;
  padding: 16px 32px;
  margin: 0 auto 46px;
  color: #FF0000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -0.06em;
  text-indent: -0.06em;
  text-align: center;
}
.flow .cont {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 77px;
}
.flow .cont h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: #fff;
  background: url(../images/ttl_bar_flow_a_pc.png) no-repeat center;
  background-size: 100%;
  width: 694px;
  padding: 10px 0;
  margin: 0 auto 36px;
}
.flow .cont ul {
  display: flex;
  justify-content: flex-start;
}
.flow .cont ul li {
  list-style: none;
}
.flow .cont ul li p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
.flow .cont ul li p b {
  font-weight: 700;
  color: #FF0000;
}
.flow .cont .flow_a {
  margin-bottom: 72px;
}
.flow .cont .flow_a ul li {
  width: 33%;
}
.flow .cont .flow_b {
  margin-bottom: 90px;
}
.flow .cont .flow_b ul li:nth-child(1) {
  width: 27.8%;
}
.flow .cont .flow_b ul li:nth-child(2) {
  width: 38%;
}
.flow .cont .flow_b ul li:nth-child(3) {
  width: 34%;
}
@media screen and (min-width: 1320px) {
  .flow .cont .flow_b ul {
    padding-left: 48px;
  }
}
.flow .cont .flow_c,
.flow .cont .flow_d {
  max-width: 1110px;
  margin: 0 auto;
  background-color: #fff;
  padding: 80px 22px 26px;
}
.flow .cont .flow_c h3,
.flow .cont .flow_d h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: url(../images/ttl_bar_flow_b_pc.png) no-repeat center;
  background-size: 100%;
  width: 699px;
  padding: 10px 0;
  margin: -125px auto 36px;
}
.flow .cont .flow_c .tx .lead,
.flow .cont .flow_d .tx .lead {
  text-align: center;
  color: #FF0000;
}
.flow .cont .flow_c .tx .sub,
.flow .cont .flow_d .tx .sub {
  font-size: 18px;
  font-weight: 500;
}
.flow .cont .flow_c {
  margin-bottom: 20px;
}
.flow .cont .flow_c .tx .lead {
  margin-bottom: 10px;
}
.flow .cont .flow_c .tx .sub {
  text-align: center;
}
.flow .cont .flow_d {
  padding: 26px 22px;
}
.flow .cont .flow_d .tx .lead {
  margin-bottom: 20px;
}
.flow .cont .flow_d .tx .period {
  max-width: 695px;
  margin: 0 auto 20px;
}
.flow .cont .flow_d .tx .period dl {
  display: flex;
  font-size: 20px;
}
.flow .cont .flow_d .tx .period dl dt {
  width: 324px;
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .flow .cont ul li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 10vw 0 9vw;
  }
  .flow::after {
    height: 9vw;
  }
  .flow .lead {
    font-size: 4.26vw;
  }
  .flow .attention {
    padding: 2.6vw;
    font-size: 3.46vw;
    font-weight: 500;
    text-align: justify;
    margin: 0 auto 8vw;
  }
  .flow .cont {
    margin: 0 auto 13vw;
  }
  .flow .cont h2 {
    font-size: 4.8vw;
    width: 100%;
    margin: 0 auto 2vw;
  }
  .flow .cont .flow_a,
.flow .cont .flow_b {
    width: 84.5%;
    margin: 0 auto;
  }
  .flow .cont ul {
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
  .flow .cont ul li {
    list-style: none;
  }
  .flow .cont ul li p {
    font-size: 4.1vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
  }
  .flow .cont .flow_a,
.flow .cont .flow_b {
    width: 84.5%;
    margin: 0 auto;
  }
  .flow .cont .flow_a ul li:nth-child(1), .flow .cont .flow_a ul li:nth-child(2), .flow .cont .flow_a ul li:nth-child(3),
.flow .cont .flow_b ul li:nth-child(1),
.flow .cont .flow_b ul li:nth-child(2),
.flow .cont .flow_b ul li:nth-child(3) {
    width: 100%;
    margin: 0 auto;
  }
  .flow .cont .flow_a {
    margin-bottom: 4vw;
  }
  .flow .cont .flow_b {
    margin-bottom: 28vw;
  }
  .flow .cont .flow_c {
    padding: 21vw 5% 6vw;
  }
  .flow .cont .flow_c h3 {
    font-size: 4.26vw;
    background: url(../images/ttl_bar_flow_b_sp.png) no-repeat center;
    background-size: 100%;
    width: 110%;
    margin: -35vw 0 4vw -5%;
  }
  .flow .cont .flow_c .tx .lead {
    font-size: 3.73vw;
    margin-bottom: 4vw;
  }
  .flow .cont .flow_c .tx .sub {
    font-size: 3vw;
    text-align: justify;
    text-align: center;
  }
  .flow .cont .flow_d {
    padding: 6vw 5%;
  }
  .flow .cont .flow_d .tx .period {
    max-width: unset;
  }
  .flow .cont .flow_d .tx .period dl {
    font-size: 3.4vw;
    gap: 0.25em;
    align-items: flex-start;
    margin-bottom: 0.5em;
  }
  .flow .cont .flow_d .tx .period dl:last-child {
    margin-bottom: 0;
  }
  .flow .cont .flow_d .tx .period dl dt {
    width: 44vw;
  }
  .flow .cont .flow_d .tx .period dl dd {
    width: calc(100% - 44vw - 0.25em);
    margin-top: 1.45em;
  }
  .flow .cont .flow_d .tx .sub {
    font-size: 3.46vw;
  }
}

.contact {
  background-color: #fff8c0;
  padding: 28px 0 40px;
}
.contact .policy {
  max-width: 740px;
  width: 90%;
  margin: 0 auto 66px;
}
.contact .policy .lead {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 14px;
}
.contact .policy .tx {
  background-color: #fff;
  height: 160px;
  padding: 22px 14px 0;
  overflow-y: scroll;
}
.contact .policy .tx p,
.contact .policy .tx li {
  font-size: 13px;
  line-height: 1.4;
  color: #666;
  text-align: justify;
}
.contact .policy .tx p,
.contact .policy .tx ul,
.contact .policy .tx ol {
  margin-bottom: 20px;
}
.contact .policy .tx ul {
  padding-left: 1.5em;
}
.contact .policy .tx ol {
  padding-left: 1em;
}
.contact .policy .tx .line {
  text-decoration: underline;
}
.contact .cta {
  margin: 0 auto 85px;
}
.contact .cont {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.contact .cont .box {
  background-color: #fff;
  border: 5px solid #00b352;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}
.contact .cont .box .ttl {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.36em;
  text-indent: 0.36em;
  text-align: center;
  margin-bottom: 16px;
}
.contact .cont .box .txt {
  text-align: center;
}
.contact .cont .box .txt.txt1 {
  font-size: 18px;
  font-weight: 700;
}
.contact .cont .box .txt.txt2 {
  font-size: 16px;
  font-weight: 500;
}
.contact .cont .attention {
  font-size: 13px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 6vw 0 8vw;
  }
  .contact .policy .tx {
    height: 56.5vw;
  }
  .contact .cta {
    margin: 0 auto 17.3vw;
  }
  .contact .cont {
    width: 84%;
  }
  .contact .cont .box {
    border: 3.8px solid #303030;
    border-radius: 10px;
    padding: 8vw 3.2vw 6vw;
    margin-bottom: 4.26vw;
  }
  .contact .cont .box .ttl {
    font-size: 5.86vw;
    margin-bottom: 4vw;
  }
  .contact .cont .box .txt.txt1 {
    font-size: 4.3vw;
    margin-bottom: 4.26vw;
  }
  .contact .cont .box .txt.txt2 {
    font-size: 3.7vw;
  }
  .contact .cont .attention {
    font-size: 3.2vw;
  }
}

footer {
  background-color: #00b352;
  padding: 28px 0;
}
footer .copy {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 8.5vw 0;
  }
  footer .copy {
    font-size: 2.9vw;
  }
}

/*# sourceMappingURL=style.css.map */