/* --------------------------------------------- */
/* reset */
/* --------------------------------------------- */
html,
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;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

/* --------------------------------------------- */
/* function */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* common */
/* --------------------------------------------- */
:root {
  --white: #ffffff;
  --black: #000000;
  --gray_lt: #cccccc;
  --gray_md: #999999;
  --gray_dk: #666666;
  --text01: #222222;
  --text02: #ffffff;
  --back01: #efefef;
  --back02: #202020;
  --shadow: #999999;
}

/* --------------------------------------------- */
/* font */
/* --------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NTSNS-Regular.woff2") format("woff2"), url("../font/NTSNS-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NTSNS-ExtraBold.woff2") format("woff2"), url("../font/NTSNS-ExtraBold.woff") format("woff");
}
/* --------------------------------------------- */
/* top */
/* --------------------------------------------- */
.top-primary {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-primary {
    background: url("../img/top_primary_bk.svg") no-repeat bottom right/100vw;
  }
}
.top-primary .inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-primary .inner {
    max-width: 70vw;
  }
}
@media screen and (min-width: 1400px) {
  .top-primary .inner {
    max-width: 1200px;
  }
}
.top-primary .image {
  width: 100%;
  height: 240px;
}
.top-primary .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-primary .image {
    max-width: 1200px;
    height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .top-primary .image {
    height: 600px;
  }
}
.top-primary .image::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/new.svg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-primary .image::after {
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .top-primary .title {
    font-weight: 800;
  }
}
.top-primary .text {
  border: none;
}
@media screen and (min-width: 768px) {
  .top-primary .text {
    padding-bottom: 2.5rem;
  }
}

.top-secondary,
.top-tertiary {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-secondary,
  .top-tertiary {
    max-width: 90vw;
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .top-secondary,
  .top-tertiary {
    max-width: 1200px;
  }
}
.top-secondary .inner,
.top-tertiary .inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-secondary .inner,
  .top-tertiary .inner {
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 1.875rem 1.25rem;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .top-secondary .inner .listbox,
  .top-tertiary .inner .listbox {
    width: calc(50% - 1.25rem);
  }
}
.top-secondary .image,
.top-tertiary .image {
  width: 100%;
  height: 240px;
}
.top-secondary .image img,
.top-tertiary .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1400px) {
  .top-secondary .image,
  .top-tertiary .image {
    height: 290px;
  }
}

.top-secondary .dec-new .image::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/new.svg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-secondary .dec-new .image::after {
    width: 100px;
    height: 100px;
  }
}

@media screen and (min-width: 768px) {
  .top-tertiary .inner .listbox {
    width: calc(33.3333333333% - 1.25rem);
  }
}
@media screen and (min-width: 768px) {
  .top-tertiary .image {
    height: 140px;
  }
}
@media screen and (min-width: 1400px) {
  .top-tertiary .image {
    height: 180px;
  }
}
