@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
}

.osw {
  font-family: "Oswald", sans-serif;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

b {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}
#wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#wrapper .header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 33px;
  box-sizing: border-box;
  background-color: #00442D;
}
#wrapper .header ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrapper .header ul li:nth-child(1) img {
  max-width: 159px;
}
#wrapper .header ul li:nth-child(2) img {
  max-width: 176px;
}
#wrapper .kv {
  width: 100%;
  margin: -2px auto 0;
}
#wrapper .kv img {
  max-width: 100%;
  width: 100%;
}
#wrapper .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#wrapper .inner .intro {
  margin: 20px auto 40px;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  padding: 0;
  box-sizing: border-box;
}
#wrapper .inner h1 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 2.25;
  margin: 60px auto;
}
#wrapper .inner h1 span {
  font-size: 28px;
  font-weight: 700;
}
#wrapper .inner .wbase {
  margin: 0 auto 40px;
  width: 100%;
}
#wrapper .inner .wbase h2 {
  background: #EBEDF5;
  color: #36499D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0;
}
#wrapper .inner .wbase .wbase_inner {
  padding: 15px 0 35px;
  text-align: center;
}
#wrapper .inner .wbase .wbase_inner h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner h3 span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner h3 .big {
  font-weight: 500;
  font-size: 24px;
}
#wrapper .inner .wbase .wbase_inner h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner h4 span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner h4 .big {
  font-weight: 500;
  font-size: 22px;
}
#wrapper .inner .wbase .wbase_inner h5 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 20px;
  color: #000;
  position: relative;
}
#wrapper .inner .wbase .wbase_inner h5 span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner .preize_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 30px;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 960px;
}
#wrapper .inner .wbase .wbase_inner .preize_ttl .prize_icon {
  flex-basis: 360px;
  text-align: left;
}
#wrapper .inner .wbase .wbase_inner .preize_ttl .prize_icon img {
  width: 336px;
  max-width: 100%;
}
#wrapper .inner .wbase .wbase_inner .preize_ttl .prize_name {
  flex-basis: calc(100% - 360px);
  text-align: left;
}
#wrapper .inner .wbase .wbase_inner .preize_ttl .prize_name h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  color: #000;
  position: relative;
  padding-left: 30px;
}
#wrapper .inner .wbase .wbase_inner .preize_ttl .prize_name h4:before {
  content: "";
  background-color: #99388F;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#wrapper .inner .wbase .wbase_inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 960px;
}
#wrapper .inner .wbase .wbase_inner ul li {
  flex-basis: 472px;
}
#wrapper .inner .wbase .wbase_inner ul li img {
  max-width: 100%;
}
#wrapper .inner .wbase .wbase_inner ul li .spec {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin: 15px auto 0;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner .prize_text {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin: 20px auto 30px;
  padding: 0;
  text-align: center;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner .kei {
  border-bottom: 1px solid #BEBEBE;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}
#wrapper .inner .wbase .wbase_inner .step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
  width: 100%;
}
#wrapper .inner .wbase .wbase_inner .step .icon {
  flex-basis: 150px;
}
#wrapper .inner .wbase .wbase_inner .step .icon img {
  max-height: 100%;
}
#wrapper .inner .wbase .wbase_inner .step .text {
  flex-basis: calc(100% - 150px);
  text-align: left;
}
#wrapper .inner .wbase .wbase_inner .step .text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 50px;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner .step .text p span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner .step .step_kei {
  flex-basis: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
#wrapper .inner .wbase .wbase_inner .step .step_kei img {
  max-width: 100%;
}
#wrapper .inner .wbase .wbase_inner .bnr {
  margin: 60px auto 0;
}
#wrapper .inner .wbase .wbase_inner .bnr img {
  max-width: 100%;
}
#wrapper .inner .wbase .wbase_inner .kiyaku_bx {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#wrapper .inner .wbase .wbase_inner .kiyaku_bx .kiyaku_inner {
  height: 240px;
  overflow-y: scroll;
  padding: 0 0 0 0;
  text-align: left;
}
#wrapper .inner .wbase .wbase_inner .kiyaku_bx .kiyaku_inner h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  margin: 40px 0 10px;
  text-align: left;
}
#wrapper .inner .wbase .wbase_inner .kiyaku_bx .kiyaku_inner p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 2;
  margin: 0 0 0;
  text-align: left;
}
#wrapper .inner .wbase .wbase_inner .footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
#wrapper .inner .wbase .wbase_inner .footer h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 15px;
  color: #000;
}
#wrapper .inner .wbase .wbase_inner .footer h3 span {
  font-size: 22px;
  font-weight: 500;
  font-weight: 400;
}
#wrapper .inner .wbase .wbase_inner .footer p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0 auto;
  color: #000;
}
#wrapper .inner .border {
  border-left: 1px solid #EBEDF5;
  border-right: 1px solid #EBEDF5;
  border-bottom: 1px solid #EBEDF5;
}
#wrapper .inner .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #000;
  margin: -30px 0 50px;
  display: block;
}
#wrapper .inner .entry {
  background-color: #36499D;
  width: 448px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 104px;
}
#wrapper .inner .entry p {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  margin-top: -1px;
}
#wrapper .inner .entry p:after {
  content: "";
  background-image: url(../img/btn_arrow.svg);
  width: 18px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#wrapper .inner .copy {
  margin: 0 auto;
  text-align: center;
}
#wrapper .inner .copy p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  margin: 0 auto 20px;
  color: #000;
}

@media (max-width: 780px) {
  #wrapper {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  #wrapper .header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 2vw 2vw;
    box-sizing: border-box;
    background-color: #00442D;
  }
  #wrapper .header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #wrapper .header ul li:nth-child(1) img {
    max-width: 20.3846153846vw;
  }
  #wrapper .header ul li:nth-child(2) img {
    max-width: 22.5641025641vw;
  }
  #wrapper .kv {
    width: 100%;
  }
  #wrapper .kv img {
    max-width: 100%;
  }
  #wrapper .inner {
    width: 100%;
    max-width: 90vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #wrapper .inner .intro {
    margin: 3vw auto 5vw;
    text-align: left;
    color: #000;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2.2;
    padding: 0;
    box-sizing: border-box;
  }
  #wrapper .inner h1 {
    font-size: 4.358974359vw;
    font-weight: 600;
    text-align: center;
    line-height: 2;
    margin: 5vw auto;
  }
  #wrapper .inner h1 span {
    font-size: 5.641025641vw;
    font-weight: 700;
  }
  #wrapper .inner .wbase {
    background-color: #fff;
    margin: 0 auto 8vw;
    width: 100%;
  }
  #wrapper .inner .wbase h2 {
    background: #EBEDF5;
    color: #36499D;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 3.8461538462vw;
    font-weight: 600;
    padding: 3vw 0;
  }
  #wrapper .inner .wbase .wbase_inner {
    padding: 1vw 0;
    text-align: center;
  }
  #wrapper .inner .wbase .wbase_inner h3 {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    color: #000;
    text-align: left;
  }
  #wrapper .inner .wbase .wbase_inner h3 span {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    color: #000;
  }
  #wrapper .inner .wbase .wbase_inner h3 .big {
    font-weight: 500;
    font-size: 4.358974359vw;
  }
  #wrapper .inner .wbase .wbase_inner h4 {
    font-size: 3.3333333333vw;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    color: #000;
  }
  #wrapper .inner .wbase .wbase_inner h4 span {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    color: #000;
  }
  #wrapper .inner .wbase .wbase_inner h4 .big {
    font-weight: 500;
    font-size: 4.358974359vw;
  }
  #wrapper .inner .wbase .wbase_inner h5 {
    width: 100%;
    text-align: center;
    font-size: 4.1025641026vw;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 4vw;
    color: #000;
    position: relative;
    padding-top: 4vw;
  }
  #wrapper .inner .wbase .wbase_inner h5 span {
    font-size: 4.358974359vw;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    color: #000;
  }
  #wrapper .inner .wbase .wbase_inner .preize_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 3vw auto 3vw;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 90vw;
  }
  #wrapper .inner .wbase .wbase_inner .preize_ttl .prize_icon {
    flex-basis: 90vw;
    text-align: center;
    margin-bottom: 2vw;
  }
  #wrapper .inner .wbase .wbase_inner .preize_ttl .prize_icon img {
    width: 50vw;
    max-width: 100%;
  }
  #wrapper .inner .wbase .wbase_inner .preize_ttl .prize_name {
    flex-basis: 90vw;
    text-align: left;
  }
  #wrapper .inner .wbase .wbase_inner .preize_ttl .prize_name h4 {
    font-size: 4.358974359vw;
    font-weight: 600;
    line-height: 1;
    margin: 2vw 0 0;
    color: #000;
    position: relative;
    padding-left: 4.1025641026vw;
    display: inline-block;
  }
  #wrapper .inner .wbase .wbase_inner .preize_ttl .prize_name h4:before {
    content: "";
    background-color: #99388F;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #wrapper .inner .wbase .wbase_inner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 90vw;
  }
  #wrapper .inner .wbase .wbase_inner ul li {
    flex-basis: 100%;
  }
  #wrapper .inner .wbase .wbase_inner ul li img {
    max-width: 100%;
    margin-bottom: 0;
  }
  #wrapper .inner .wbase .wbase_inner ul li .spec {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1.6;
    margin: 2.5vw auto 6vw;
    color: #000;
  }
  #wrapper .inner .wbase .wbase_inner .prize_text {
    font-size: 3.5897435897vw;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto 4vw;
    padding: 0;
    text-align: center;
    color: #000;
  }
  #wrapper .inner .wbase .wbase_inner .kei {
    border-bottom: 1px solid #BEBEBE;
    margin-bottom: 8vw;
    padding-bottom: 5vw;
    width: 100%;
  }
  #wrapper .inner .wbase .wbase_inner .step {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 5vw auto 0;
    padding: 0;
    max-width: 90vw;
    width: 100%;
  }
  #wrapper .inner .wbase .wbase_inner .step .icon {
    flex-basis: 25vw;
    text-align: left;
  }
  #wrapper .inner .wbase .wbase_inner .step .icon img {
    max-height: 100%;
    max-width: 22vw;
  }
  #wrapper .inner .wbase .wbase_inner .step .text {
    flex-basis: 63vw;
    text-align: center;
  }
  #wrapper .inner .wbase .wbase_inner .step .text p {
    font-size: 3.8461538462vw;
    font-weight: 600;
    line-height: 1.5;
    margin-left: 0;
    color: #000;
    text-align: left;
  }
  #wrapper .inner .wbase .wbase_inner .step .text p span {
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1;
    color: #000;
  }
  #wrapper .inner .wbase .wbase_inner .step .step_kei {
    flex-basis: 100%;
    padding-top: 2vw;
    margin-bottom: 2vw;
  }
  #wrapper .inner .wbase .wbase_inner .step .step_kei img {
    max-width: 100%;
    margin-bottom: 0;
  }
  #wrapper .inner .wbase .wbase_inner .bnr {
    margin: 8vw auto 0;
  }
  #wrapper .inner .wbase .wbase_inner .bnr img {
    max-width: 100%;
  }
  #wrapper .inner .wbase .wbase_inner .kiyaku_bx {
    width: 100%;
    margin: 2.5vw auto;
    padding: 0 2vw;
    box-sizing: border-box;
  }
  #wrapper .inner .wbase .wbase_inner .kiyaku_bx .kiyaku_inner {
    height: 40vh;
    overflow-y: scroll;
    padding: 0 5vw 0 0;
    text-align: left;
  }
  #wrapper .inner .wbase .wbase_inner .kiyaku_bx .kiyaku_inner h6 {
    font-size: 3.3333333333vw;
    font-weight: 800;
    color: #000;
    line-height: 1;
    margin: 6vw 0 1vw;
    text-align: left;
  }
  #wrapper .inner .wbase .wbase_inner .kiyaku_bx .kiyaku_inner p {
    font-size: 3.3333333333vw;
    font-weight: 400;
    color: #000;
    line-height: 2;
    margin: 0;
    text-align: left;
  }
  #wrapper .inner .wbase .wbase_inner .footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #wrapper .inner .wbase .wbase_inner .footer h3 {
    font-size: 4.358974359vw;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 auto 2vw;
    color: #000;
    text-align: left;
  }
  #wrapper .inner .wbase .wbase_inner .footer h3 span {
    font-weight: 500;
    font-size: 4.358974359vw;
  }
  #wrapper .inner .wbase .wbase_inner .footer p {
    text-align: left;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2;
    margin: 0 auto;
    color: #000;
  }
  #wrapper .inner .info {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: #000;
    margin: -4vw 0 7vw;
    display: block;
  }
  #wrapper .inner .entry {
    background-color: #36499D;
    width: 80vw;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vw auto 18vw;
  }
  #wrapper .inner .entry p {
    font-size: 4.358974359vw;
    font-weight: 600;
    line-height: 1;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    margin-top: -1px;
  }
  #wrapper .inner .entry p:after {
    content: "";
    background-image: url(../img/btn_arrow.svg);
    width: 3vw;
    height: 2.2vw;
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #wrapper .inner .copy {
    margin: 0 auto;
    text-align: center;
  }
  #wrapper .inner .copy p {
    font-size: 3.0769230769vw;
    font-weight: 300;
    line-height: 1;
    margin: 0 auto 4vw;
    color: #000;
  }
}/*# sourceMappingURL=common.css.map */