@charset "UTF-8";
/*==================================================
reset
==================================================*/
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-weight: 500;
  vertical-align: baseline;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::-moz-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  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 {
    box-sizing: border-box;
  }
  button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel] textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  textarea,
input[type=email],
input[type=text],
input[type=image],
input[type=password] {
    -webkit-appearance: none;
  }
}
/*==================================================
sp pc
==================================================*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (min-width: 1180px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (max-width: 1023px) {
  .status-multi-column {
    display: none !important;
  }
}

/*==================================================
leyout
==================================================*/
:root {
  /*size*/
  --site-width: 1326px;
  --site-padding: 40px;
  /*font*/
  --text-color: #1B1D1D;
  --font-base: 2.4rem;
  --font-jp: "Noto Sans JP",
      sans-serif;
  --font-en: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
  --base-line: 1.6;
}

@media all and (min-width: 768px) and (max-width: 1179px) {
  :root {
    /*size*/
    --site-padding: 40px;
    /*font*/
    --font-base: 2rem;
  }
}
@media all and (max-width: 767px) {
  :root {
    /*size*/
    --site-padding: 25px;
    /*font*/
    --font-base: 1.6rem;
  }
}
@media all and (max-width: 375px) {
  :root {
    /*size*/
    --site-padding: 25px;
    /*font*/
    --font-base: 1.5rem;
  }
}
/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-family: var(--font-jp);
  font-size: 62.5%;
  color: var(--text-color);
}

body {
  line-height: var(--base-line);
  font-size: var(--font-base);
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  html,
body {
    overflow-x: hidden;
  }
}

/*==================================================
sp-nav
==================================================*/
.sp-nav {
  display: none;
}
@media all and (max-width: 1023px) {
  .sp-nav {
    display: block;
    transition: opacity 0.4s;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: grid;
    place-content: center;
    background: #F3F8ED;
    text-align: center;
    font-size: 2.4rem;
  }
}
@media all and (max-width: 1023px) and (max-width: 767px) {
  .sp-nav {
    font-size: 1.6rem;
  }
}
.sp-nav.show {
  opacity: 1;
  pointer-events: auto;
}
.sp-nav ul {
  display: grid;
  gap: 20px;
  line-height: 2.0625;
}
@media screen and (max-width: 375px) {
  .sp-nav ul {
    gap: 15px;
  }
}

.sp-nav-close,
.sp-nav-open {
  display: none;
}
@media all and (max-width: 1023px) {
  .sp-nav-close,
.sp-nav-open {
    position: fixed;
    z-index: 999;
    display: block;
    right: 0;
    top: 0;
    border: none;
    background: none;
  }
  .sp-nav-close img,
.sp-nav-open img {
    width: 100px;
  }
}
@media all and (max-width: 767px) {
  .sp-nav-close img,
.sp-nav-open img {
    width: 78px;
  }
}

/*==================================================
keyframes
==================================================*/
@-webkit-keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/*==================================================
module
==================================================*/
.pp-tableCell {
  position: relative;
}
@media all and (max-width: 767px) {
  .pp-tableCell {
    position: static;
  }
}

.section {
  position: relative;
  border: 50px solid;
  border-right-width: 80px;
  padding-inline: 20px 20px;
}
@media all and (max-width: 1246px) {
  .section {
    border-width: 40px;
    border-right-width: 50px;
  }
}
@media all and (max-width: 1023px) {
  .section {
    border-width: 0;
  }
}
@media all and (max-width: 767px) {
  .section {
    overflow: hidden;
    border: none;
  }
}

.next-button {
  position: absolute;
  z-index: 1;
  right: -60px;
  bottom: -30px;
}
@media all and (max-width: 1023px) {
  .next-button {
    right: 20px;
    bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .next-button {
    width: 55px;
    right: 10px;
    bottom: 10px;
  }
}

.title-loupe {
  position: absolute;
  z-index: 2;
  left: -90px;
  top: -40px;
  width: 173px;
  height: 173px;
  background: url("../../1min_nissei/assets/img/title-loupe.svg") no-repeat center;
  padding: 50px 0 0 65px;
  font-size: 2rem;
}
@media all and (max-width: 1246px) {
  .title-loupe {
    left: -80px;
    top: -30px;
  }
}
@media all and (max-width: 1023px) {
  .title-loupe {
    left: -30px;
    top: 20px;
  }
}
@media all and (max-width: 767px) {
  .title-loupe {
    left: -25px;
    top: 10px;
    width: 125px;
    height: 115px;
    padding: 32px 0 0 47px;
    background-size: contain;
    font-size: 1.4rem;
  }
}
.title-loupe--multiline {
  padding-top: 40px;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media all and (max-width: 767px) {
  .title-loupe--multiline {
    padding: 25px 0 0 27px;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.title-loupe--multiline span {
  display: block;
  text-align: center;
}

.inner {
  width: min(var(--site-width), 100%);
  margin-inline: auto;
}
@media all and (max-width: 1023px) {
  .inner {
    width: calc(100vw - 60px);
  }
}

/*fade*/
[data-fade] {
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transform: translateY(30px);
}

.section.show [data-fade] {
  opacity: 1;
  transform: translateX(0);
}

/*maker*/
.maker {
  padding-inline: 5px 5px;
  background-image: linear-gradient(to bottom, transparent 50%, #F3FFAF 51%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition-property: background-size;
  transition-duration: 1s;
  transition-delay: 0.8s;
}

.show .fade-next .maker {
  background-size: 100% 100%;
}

/*==================================================
page
==================================================*/
.front-cover {
  background: #fff;
  border-color: #fff;
}
.front-cover-bg {
  min-height: 580px;
  padding-top: 70px;
  background: url("../../1min_nissei/assets/img/logo.svg") no-repeat left center;
}
@media all and (max-width: 1023px) {
  .front-cover-bg {
    background-position: center 40px;
    padding-top: 50vw;
  }
}
@media all and (max-width: 767px) {
  .front-cover-bg {
    min-height: auto;
    padding-top: 40vw;
    background-size: 240px auto;
    background-position: center 40px;
  }
}
@media screen and (max-width: 375px) {
  .front-cover-bg {
    padding-top: 25vh;
  }
}
.front-cover-copy {
  margin-bottom: 5px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .front-cover-copy {
    margin-bottom: 20px;
  }
}
.front-cover-message {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .front-cover-message {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .front-cover-message {
    margin-bottom: 20px;
  }
}
.front-cover-scroll {
  text-align: center;
  position: relative;
}
.front-cover-scroll::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../1min_nissei/assets/img/front-cover-scroll-arrow.svg") no-repeat center;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767px) {
  .front-cover-scroll {
    width: 100px;
    margin-inline: auto auto;
  }
}
.front-cover-scroll img {
  -webkit-animation: 16s linear infinite rotation;
          animation: 16s linear infinite rotation;
}

/*==================================================
about
==================================================*/
.about {
  background: url("../../1min_nissei/assets/img/about-bg.png") no-repeat center/cover;
  border-color: #fff;
}
@media all and (max-width: 1023px) {
  .about {
    padding-top: 180px;
  }
}
@media all and (max-width: 767px) {
  .about {
    padding-top: 7vh;
  }
}
.about-header {
  display: grid;
  grid-template-columns: 286px 1fr;
  gap: 40px;
  max-width: 1080px;
  margin: 0 auto 20px auto;
}
@media all and (max-width: 1023px) {
  .about-header {
    grid-template-columns: 220px 1fr;
  }
}
@media all and (max-width: 767px) {
  .about-header {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .about-building {
    width: 180px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .about-building {
    width: 140px;
  }
}
.about-title {
  margin-bottom: 25px;
  font-size: 3.2rem;
}
@media all and (max-width: 767px) {
  .about-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 700;
  }
}
.about-title__strong {
  display: inline-block;
  margin: 15px 10px 0 0;
  padding-inline: 5px 5px;
  font-size: 5.6rem;
  font-style: normal;
  line-height: 1.3;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .about-title__strong {
    margin: 15px 0 10px 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 375px) {
  .about-title__strong {
    margin: 5px 0 5px 0;
  }
}
.about-year {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.6rem;
}
@media all and (max-width: 767px) {
  .about-year {
    margin: 0 auto 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.2rem;
    text-align: center;
  }
}
.about-year:after {
  content: "";
  display: block;
  width: 100%;
  margin-left: 20px;
  border-top: 1px solid #707070;
}
@media all and (max-width: 767px) {
  .about-year:before {
    content: "";
    display: block;
    width: 100%;
    margin-right: 20px;
    border-top: 1px solid #707070;
  }
}
@media all and (max-width: 767px) {
  .about-year:after, .about-year:before {
    position: relative;
    top: 1px;
    width: 105px;
  }
}
@media all and (max-width: 1023px) {
  .about-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
  }
}
@media all and (max-width: 767px) {
  .about-wrap {
    left: -30px;
    width: 100vw;
  }
}
.about-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  max-width: 980px;
  margin-inline: auto auto;
}
@media all and (max-width: 1246px) {
  .about-list {
    gap: 40px;
  }
}
@media all and (max-width: 1023px) {
  .about-list {
    gap: 20px;
  }
}
@media all and (max-width: 767px) {
  .about-list {
    grid-template-columns: repeat(4, 150px);
    width: 700px;
    gap: 20px;
    margin-left: 30px;
    margin-bottom: 24px;
  }
}
.about-list:before, .about-list:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto 0;
  height: 4px;
  inset: 0;
}
@media all and (max-width: 767px) {
  .about-list:before, .about-list:after {
    left: 0;
  }
}
.about-list:before {
  z-index: -2;
  background: #707070;
}
.about-unit {
  display: block;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.0784313725);
  background: #fff;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .about-unit {
    padding: 20px 12px 12px 12px;
  }
}
@media all and (max-width: 767px) {
  .about-unit {
    width: 150px;
    padding: 20px 12px 12px 12px;
  }
}
@media screen and (max-width: 375px) {
  .about-unit {
    padding: 10px 6px 6px 6px;
  }
}
.about-unit__ico {
  position: relative;
  display: grid;
  justify-content: center;
  margin: 0 auto 5px auto;
}
@media all and (max-width: 767px) {
  .about-unit__ico--earth {
    width: 44px;
  }
}
@media all and (max-width: 767px) {
  .about-unit__ico--logo {
    width: 80px;
  }
}
@media all and (max-width: 767px) {
  .about-unit__ico--maker {
    width: 51px;
  }
}
@media all and (max-width: 767px) {
  .about-unit__ico--customer {
    width: 51px;
  }
}
.about-unit__ico img {
  grid-area: 1/1;
}
.about-unit__ico img:nth-child(2) {
  opacity: 0;
}
.about-unit dl {
  display: grid;
}
.about-unit dt {
  font-weight: 700;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.5);
}
.about-unit dd {
  font-size: 1.8rem;
  color: rgba(27, 29, 29, 0.5);
}
@media all and (max-width: 767px) {
  .about-unit dd {
    font-size: 1.4rem;
  }
}
.about-unit__costomer {
  display: block;
  padding-top: 15px;
  font-size: 2.4rem;
  font-weight: 700;
  color: rgba(27, 29, 29, 0.5);
}
@media all and (max-width: 767px) {
  .about-unit__costomer {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .about-text {
    text-align: center;
  }
}

/*元*/
.about-unit {
  border: 3px solid #fff;
}

/*時間設定*/
.about-unit {
  transition: border-color 2s;
}

.about-unit dt,
.about-unit dd {
  transition: color 2s;
}

.about-unit__ico img {
  transition: opacity 2s;
}

.about-unit:nth-child(1) {
  transition-delay: 1.5s;
}
.about-unit:nth-child(1) dt,
.about-unit:nth-child(1) dd {
  transition-delay: 1.5s;
}
.about-unit:nth-child(1) .about-unit__ico img {
  transition-delay: 1.5s;
}

.about-unit:nth-child(2) {
  transition-delay: 2.5s;
}
.about-unit:nth-child(2) dt,
.about-unit:nth-child(2) dd {
  transition-delay: 2.5s;
}
.about-unit:nth-child(2) .about-unit__ico img {
  transition-delay: 2.5s;
}

.about-unit:nth-child(3) {
  transition-delay: 3.5s;
}
.about-unit:nth-child(3) dt,
.about-unit:nth-child(3) dd {
  transition-delay: 3.5s;
}
.about-unit:nth-child(3) .about-unit__ico img {
  transition-delay: 3.5s;
}

.about-unit:nth-child(4) {
  transition-delay: 4.5s;
}
.about-unit:nth-child(4) .about-unit__costomer {
  transition-delay: 4.5s;
}
.about-unit:nth-child(4) .about-unit__ico img {
  transition-delay: 4.5s;
}

/*変化*/
.show .about-unit {
  border-color: #70B42B;
}
.show .about-unit .about-unit__costomer,
.show .about-unit dt,
.show .about-unit dd {
  color: #75B82A;
}
.show .about-unit .about-unit__ico img:nth-child(1) {
  opacity: 0;
}
.show .about-unit .about-unit__ico img:nth-child(2) {
  opacity: 1;
}

.about .about-list:after {
  z-index: -1;
  width: 0;
  transition: width 6s 1.2s;
  background: #75B82A;
}

.about.show .about-list:before,
.about.show .about-list:after {
  width: 100%;
}
@media all and (max-width: 767px) {
  .about.show .about-list:before,
.about.show .about-list:after {
    width: 660px;
  }
}

/*==================================================
buginess
==================================================*/
.business {
  border-color: #F4F9FC;
  background: #fff;
}
@media all and (max-width: 1023px) {
  .business {
    padding-top: 160px;
  }
}
@media all and (max-width: 767px) {
  .business {
    padding-top: 10vh;
  }
}
.business-header {
  display: grid;
  grid-template-columns: 470px 1fr;
  place-items: end start;
  gap: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 48px auto;
}
@media all and (max-width: 1023px) {
  .business-header {
    grid-template-columns: 100%;
    place-items: center;
    gap: 20px;
    margin-bottom: 25px;
  }
}
.business-lead {
  line-height: 1.6666666667;
}
@media all and (max-width: 1023px) {
  .business-lead {
    text-align: center;
  }
}
.business-title {
  font-size: 4rem;
  line-height: 1.3;
  text-align: center;
}
@media all and (max-width: 767px) {
  .business-title {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 767px) {
  .business-title__line {
    display: block;
    margin-top: 10px;
  }
}
.business-title__num {
  font-size: 8rem;
  font-weight: 400;
}
@media all and (max-width: 767px) {
  .business-title__num {
    font-size: 3.2rem;
  }
}
.business-title__support {
  font-size: 5.6rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
  .business-title__support {
    font-size: 2.6rem;
    font-weight: 400;
  }
}
.business-title__main {
  font-size: 7.2rem;
}
@media all and (max-width: 767px) {
  .business-title__main {
    font-size: 3.2rem;
    font-weight: 400;
  }
}
.business-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media all and (max-width: 1023px) {
  .business-list {
    grid-template-columns: 100%;
    gap: 0px;
    max-width: 640px;
    margin-inline: auto auto;
  }
}
@media all and (max-width: 767px) {
  .business-list {
    margin: 0 -30px;
  }
}
.business-unit {
  display: grid;
}
.business-unit__img {
  grid-row: 1/2;
  grid-column: 1/2;
}
.business-unit__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .business-unit__img img {
    height: 160px;
  }
}
@media all and (max-width: 767px) {
  .business-unit__img img {
    height: 120px;
  }
}
@media screen and (max-width: 375px) {
  .business-unit__img img {
    height: 100px;
  }
}
.business-unit__body {
  align-self: end;
  display: grid;
  place-content: center;
  grid-row: 1/2;
  grid-column: 1/2;
  padding-bottom: 25px;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .business-unit__body {
    text-align: right;
    align-self: center;
    place-content: center end;
    padding-right: 50px;
    padding-bottom: 0;
  }
}
.business-unit__jp {
  font-size: 3.2rem;
}
@media all and (max-width: 767px) {
  .business-unit__jp {
    font-size: 2.4rem;
    font-weight: 400;
  }
}
.business-unit__en {
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .business-unit__en {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

/*==================================================
category
==================================================*/
.category {
  background: #fff;
  border-color: #F4F9FC;
}
.category-title {
  position: relative;
  display: grid;
  text-align: center;
  margin-bottom: 15px;
}
.category-title__jp {
  padding-bottom: 5px;
  border-bottom: 2px solid;
  font-size: 4rem;
}
@media all and (max-width: 767px) {
  .category-title__jp {
    font-size: 1.8rem;
    border-width: 1px;
  }
}
.category-title__en {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .category-title__en {
    font-size: 1rem;
    font-weight: 500;
  }
}
.category-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 1160px;
  margin-inline: auto auto;
}
@media all and (max-width: 1246px) {
  .category-row {
    gap: 20px;
  }
}
@media all and (max-width: 1023px) {
  .category-row {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .category-row {
    grid-template-columns: 1fr;
    min-height: 54vh;
  }
}
@media screen and (max-width: 375px) {
  .category-row {
    gap: 10px;
  }
}
@media all and (max-width: 1023px) {
  .category-row__col {
    padding: 15px 20px 30px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.0784313725);
  }
}
.category-target {
  display: block;
}
@media all and (max-width: 1023px) {
  .category-target {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .category-row__col:first-child .category-target {
    display: block;
  }
}
.category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .category-list {
    margin-inline: auto auto;
    max-width: 55vw;
    gap: 2vw;
  }
}
@media all and (max-width: 767px) {
  .category-list {
    max-width: 260px;
  }
}
@media screen and (max-width: 375px) {
  .category-list {
    padding-bottom: 10px;
  }
}
.category-unit {
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-rows: 50px 1em;
  gap: 10px;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}
@media all and (max-width: 1246px) {
  .category-unit {
    grid-template-rows: 3vw 1em;
    width: 8.5vw;
    height: 8.5vw;
    gap: 1vw;
    font-size: 1.2vw;
  }
}
@media all and (max-width: 1023px) {
  .category-unit {
    width: 100%;
    height: 100%;
    font-size: 2vw;
  }
}
@media all and (max-width: 767px) {
  .category-unit {
    grid-template-rows: 40px 1em;
    gap: 5px;
    width: 80px;
    height: 80px;
    padding: 0px 10px;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 1246px) {
  .category-unit__ico {
    padding: 0 25px;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .category-unit__ico {
    display: block;
    padding: 0 10px;
  }
}
@media all and (max-width: 1246px) {
  .category-unit__ico img {
    width: auto;
    height: 100%;
  }
}
.category-row__col--food .category-title {
  color: #F5AA00;
}
.category-row__col--food .category-unit {
  background: #F5AA00;
}
.category-row__col--chemical .category-title {
  color: #1E9FC1;
}
.category-row__col--chemical .category-unit {
  background: #1E9FC1;
}
.category-row__col--building .category-title {
  color: #229670;
}
.category-row__col--building .category-unit {
  background: #229670;
}

@media all and (max-width: 1023px) {
  .category,
.category02,
.category03 {
    padding-top: 180px;
    background: #F4F9FC;
  }
}
@media all and (max-width: 767px) {
  .category,
.category02,
.category03 {
    padding-top: 15vh;
  }
}

/*==================================================
strength
==================================================*/
.strength-row {
  max-width: 980px;
  margin-inline: auto auto;
  align-items: center;
}
.strength-title-wrap {
  display: flex;
}
@media all and (max-width: 767px) {
  .strength-title-wrap {
    flex-direction: column;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .strength-title-wrap img {
    margin: 0 auto;
  }
}
.strength-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 5.6rem;
}
@media all and (max-width: 1023px) {
  .strength-title {
    justify-content: center;
  }
}
@media all and (max-width: 767px) {
  .strength-title {
    flex-direction: column;
    gap: 0;
    font-size: 4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .strength-title {
    margin-bottom: 5px;
  }
}
.strength-title__num {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
  padding: 3px 10px;
  background: #000;
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .strength-title__num {
    padding: 0 5px;
    font-size: 1.5rem;
  }
}
.strength-title__num span {
  display: block;
  background-image: url("../../1min_nissei/assets/img/expertise-bg.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.strength-text {
  line-height: 2;
  font-size: 3.2rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .strength-text {
    line-height: 1.8;
  }
}
@media all and (max-width: 767px) {
  .strength-text {
    font-size: 1.6rem;
    letter-spacing: 0;
    max-width: 330px;
  }
}
.strength-text__strong {
  font-size: 4.8rem;
  font-weight: inherit;
}
@media all and (max-width: 767px) {
  .strength-text__strong {
    font-size: 2rem;
    font-weight: 700;
  }
}

/*==================================================
expertise
==================================================*/
.expertise {
  background: url("../../1min_nissei/assets/img/expertise-bg.jpg") no-repeat center/cover;
  border-color: #fff;
}
@media all and (max-width: 1023px) {
  .expertise {
    padding-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .expertise {
    padding-top: 10vh;
  }
}
@media all and (max-width: 767px) {
  .expertise-ico img {
    width: 160px;
  }
}
@media screen and (max-width: 375px) {
  .expertise-ico img {
    width: 120px;
  }
}
@media all and (max-width: 767px) {
  .expertise-body {
    width: 100%;
  }
}

/*==================================================
strength
==================================================*/
.development {
  border-color: #fff;
  background: url("../../1min_nissei/assets/img/development-bg.jpg") no-repeat center/cover;
}
@media all and (max-width: 1023px) {
  .development {
    padding-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .development {
    padding-top: 10vh;
  }
}
@media all and (max-width: 767px) {
  .development-ico img {
    width: 160px;
  }
}
@media screen and (max-width: 375px) {
  .development-ico img {
    width: 120px;
  }
}

/*==================================================
strength
==================================================*/
.procurement {
  border-color: #fff;
  background: url("../../1min_nissei/assets/img/procurement-bg.jpg") no-repeat center right/cover;
}
@media all and (max-width: 1023px) {
  .procurement {
    padding-top: 100px;
  }
}
@media all and (max-width: 767px) {
  .procurement {
    padding-top: 7vh;
  }
}
@media all and (max-width: 767px) {
  .procurement-ico img {
    width: 160px;
  }
}
@media screen and (max-width: 375px) {
  .procurement-ico img {
    width: 120px;
  }
}
.procurement-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 35px;
  place-items: center;
}
@media all and (max-width: 1246px) {
  .procurement-row {
    gap: 15px;
  }
}
@media all and (max-width: 767px) {
  .procurement-row {
    width: 100%;
    grid-template-columns: 100%;
  }
}
.procurement-list {
  position: relative;
  width: 266px;
  height: 247px;
}
@media all and (max-width: 767px) {
  .procurement-list {
    width: 161px;
    height: 150px;
  }
}
.procurement-list__col {
  position: absolute;
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  line-height: 1.625;
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .procurement-list__col {
    width: 85px;
    height: 85px;
    font-size: 1.2rem;
  }
}
.procurement-list__col--bg-01 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F3FFAF;
  mix-blend-mode: multiply;
}
.procurement-list__col--bg-02 {
  bottom: 0;
  left: 0;
  background-color: #CEFFAF;
  mix-blend-mode: multiply;
}
.procurement-list__col--bg-03 {
  bottom: 0;
  right: 0;
  background-color: #FFEDAF;
  mix-blend-mode: multiply;
}

/*==================================================
feature
==================================================*/
#count05 {
  width: 2.7em;
}

.feature {
  border-color: #F4F9FC;
  background: #F4F9FC;
}
.feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1280px;
  margin-inline: auto auto;
}
@media all and (max-width: 1023px) {
  .feature-list {
    grid-template-columns: 1fr;
  }
}
.feature-unit {
  height: 170px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.0784313725);
}
@media all and (max-width: 1023px) {
  .feature-unit {
    width: 100%;
    max-width: 450px;
    height: 180px;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .feature-unit {
    width: 100%;
    height: 160px;
    padding: 15px;
    margin-inline: auto auto;
  }
}
@media screen and (max-width: 375px) {
  .feature-unit {
    padding: 10px;
    height: 150px;
  }
}
.feature-unit__title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) and (max-width: 1246px) {
  .feature-unit__title {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 1023px) {
  .feature-unit__title {
    font-size: 2.6rem;
  }
}
@media all and (max-width: 767px) {
  .feature-unit__title {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.feature-unit__body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-unit__group {
  max-width: 30%;
}
@media all and (max-width: 767px) {
  .feature-unit__group {
    margin-left: 15px;
  }
}
.feature-unit__num {
  position: relative;
  font-size: 5.6rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1246px) {
  .feature-unit__num {
    font-size: 5rem;
  }
}
@media all and (max-width: 767px) {
  .feature-unit__num {
    font-size: 4.4rem;
  }
}
.feature-unit__text {
  padding: 20px 16px 0 8px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) and (max-width: 1246px) {
  .feature-unit__text {
    padding: 20px 8px 0 4px;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 767px) {
  .feature-unit__text {
    font-size: 1.7rem;
  }
}
.feature-unit__text--no-space {
  padding: 20px 2px 0 0;
}
.feature-unit__text--left-space {
  padding: 20px 2px 0 10px;
}
@media all and (max-width: 1246px) {
  .feature-unit__text--left-space {
    padding: 20px 2px 0 5px;
  }
}
.feature-unit__text--right-space {
  padding: 20px 10px 0 2px;
}
@media all and (max-width: 1246px) {
  .feature-unit__text--right-space {
    padding: 20px 5px 0 0px;
  }
}
.feature-unit__small {
  position: absolute;
  width: 8em;
  bottom: -15px;
  font-size: 1.6rem;
}
@media all and (max-width: 1246px) {
  .feature-unit__small {
    bottom: -30px;
    line-height: 1.2;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .feature-unit__small.-long-txt {
    width: 20em;
  }
}
.feature-unit__top {
  margin-right: 16px;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1246px) {
  .feature-unit__top {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 767px) {
  .feature-unit__top {
    font-size: 2.8rem;
  }
}
.feature-unit__top small {
  display: block;
  font-size: 1.6rem;
}

@media all and (max-width: 1023px) {
  .feature,
.feature02,
.feature03 {
    padding-top: 160px;
    background: #F4F9FC;
  }
}
@media all and (max-width: 767px) {
  .feature,
.feature02,
.feature03 {
    padding-top: 12vh;
  }
}

/*==================================================
policy
==================================================*/
.policy {
  background: #F4F9FC;
  border-color: #fff;
  text-align: center;
}
@media all and (max-width: 1023px) {
  .policy {
    padding-top: 160px;
  }
}
@media all and (max-width: 767px) {
  .policy {
    padding-top: 8vh;
  }
}
.policy-title {
  margin-bottom: 15px;
  line-height: 1.7916666667;
  letter-spacing: 0.075em;
  font-size: 3.6rem;
}
@media all and (max-width: 767px) {
  .policy-title {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 375px) {
  .policy-title {
    font-size: 1.8rem;
  }
}
.policy-message {
  margin-bottom: 40px;
  line-height: 2;
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .policy-message {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 375px) {
  .policy-message {
    margin-bottom: 20px;
  }
}
.policy-text {
  margin-bottom: 25px;
  font-size: 2rem;
  color: #75B82A;
}
@media all and (max-width: 767px) {
  .policy-text {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 375px) {
  .policy-text {
    line-height: 1.8;
  }
}
.policy-site-links {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 760px;
  margin-inline: auto auto;
}
@media all and (max-width: 767px) {
  .policy-site-links {
    gap: 30px;
  }
}
@media screen and (max-width: 375px) {
  .policy-site-links {
    gap: 20px;
  }
}
.policy-site-links img {
  transition: opacity 0.7s;
  box-shadow: 4px 6px 24px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
}
@media all and (max-width: 767px) {
  .policy-site-links img {
    box-shadow: 4px 6px 24px rgba(0, 0, 0, 0.16);
  }
}
@media (hover: hover) and (pointer: fine) {
  .policy-site-links img:hover {
    opacity: 0.7;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: red;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}
.slick-dots li.slick-active button {
  background: blue;
}

/*JS*/
/*SASS MODULE*/