/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.2_webpack@5.99.9/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@100..900&display=swap);
/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.99.9/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/sass-loader@16.0.5_sass@1.89.2_webpack@5.99.9/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/style.scss (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
/* Reset CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

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

button {
  cursor: pointer;
  background: transparent;
  border: none;
  font-family: inherit;
}

input,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input,
select {
  vertical-align: middle;
}

nav ul {
  list-style: none;
}

a {
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  background: transparent;
}

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

img,
video {
  vertical-align: top;
}

sup {
  vertical-align: super;
  font-size: 0.8em;
}

sub {
  vertical-align: sub;
  font-size: 0.8em;
}

.ng {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.34;
}

.ng br.sp-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .ng br.sp-block {
    display: none;
  }
}
.ng br.tab-block {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .ng br.tab-block {
    display: inline-block;
  }
}
.ng br.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .ng br.sp-none {
    display: inline-block;
  }
}
.ng br.tab-none {
  display: none;
}
@media screen and (min-width: 1025px) {
  .ng br.tab-none {
    display: inline-block;
  }
}
.ng br.min-sp-block {
  display: inline-block;
}
@media screen and (min-width: 360px) {
  .ng br.min-sp-block {
    display: none;
  }
}
.ng br.min-sp-none {
  display: none;
}
@media screen and (min-width: 360px) {
  .ng br.min-sp-none {
    display: inline-block;
  }
}
.ng-in-sm, .ng-in-md {
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ng-in-sm, .ng-in-md {
    padding: 0 80px;
  }
}
.ng-in-sm {
  max-width: 960px;
}
.ng-in-md {
  max-width: 1160px;
}
.ng-bg-yellow {
  background: #ffe100;
  color: #000000;
}
.ng-bg-white {
  background: #ffffff;
  color: #000000;
}
.ng-bg-black {
  background: #000000;
  color: #ffffff;
}
.ng-bg-tp {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.ng-bg-tp-dark {
  background: rgba(0, 0, 0, 0.65);
  color: #ffffff;
}
.ng-scrolldown {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 25.2px;
  height: 12.6px;
}
@media screen and (min-width: 768px) {
  .ng-scrolldown {
    width: 36px;
    height: 18px;
  }
}
.ng-scrolldown img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.ng-scrolldown img.ng-scrolldown--hidden {
  opacity: 0;
  visibility: hidden;
}
.ng-txt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 30px;
}
.ng-note {
  font-size: 12px;
  font-size: 0.75rem;
}
.ng-btn {
  display: flex;
  justify-content: center;
}
.ng-btn-link {
  font-weight: 500;
  border-radius: 200px;
  background-color: #ffe100;
  color: #000000;
  transition: 0.2s ease-in-out;
  padding: 15px 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .ng-btn-link {
    padding: 16px 40px;
  }
}
.ng-btn-link:hover, .ng-btn-link:focus-visible {
  background-color: #ffffff;
}
.ng-center {
  text-align: center;
}
.ng-sec {
  padding: 80px 0 60px;
}
@media screen and (min-width: 768px) {
  .ng-sec {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1025px) {
  .ng-sec {
    padding: 150px 0;
  }
}
.ng-sec.ng-journey {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .ng-sec.ng-journey {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .ng-sec.ng-journey {
    padding-bottom: 165px;
  }
}
.ng-sec.ng-not-pb {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .ng-sec.ng-not-pb {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .ng-sec.ng-not-pb {
    padding-bottom: 0;
  }
}
.ng-sec-heading {
  text-align: center;
}
.ng-sec-heading.mb-sm {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .ng-sec-heading.mb-sm {
    margin-bottom: 60px;
  }
}
.ng-sec-heading.mb-md {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .ng-sec-heading.mb-md {
    margin-bottom: 70px;
  }
}
.ng-sec-heading.mb-lg {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .ng-sec-heading.mb-lg {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .ng-sec-heading.mb-lg {
    margin-bottom: 120px;
  }
}
.ng-sec-heading-main {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .ng-sec-heading-main {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .ng-sec-heading-main {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.ng-sec-heading-sub {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ng-sec-heading-sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .ng-sec-heading-sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.ng-bg {
  width: 100%;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.ng-bg-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
}
@media screen and (min-width: 768px) {
  .ng-bg-item {
    transform: scale(1.1);
  }
}
.ng-bg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ng-scrolltop {
  position: fixed;
  z-index: 3;
  bottom: 15px;
  right: 15px;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .ng-scrolltop {
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .ng-scrolltop {
    bottom: 25px;
    right: 25px;
  }
}
.ng-scrolltop.ng-scrolltop--visible {
  visibility: visible;
  opacity: 1;
}
.ng-scrolltop:hover #scrollTopCircle, .ng-scrolltop:focus-visible #scrollTopCircle {
  opacity: 1;
}
.ng-scrolltop:hover #scrollTopArrow, .ng-scrolltop:focus-visible #scrollTopArrow {
  fill: #ffffff;
}
.ng-scrolltop svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ng-scrolltop #scrollTopCircle {
  fill: #aaaaaa;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.ng-scrolltop #scrollTopArrow {
  fill: #aaaaaa;
  transition: fill 0.2s ease-in-out;
  position: relative;
}
.ng-scrolltop #scrollTopOutline {
  fill: #aaaaaa;
  transition: fill 0.2s ease-in-out;
}

.modal {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  overflow-y: auto;
  display: none;
}
.modal-overlay {
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  box-sizing: border-box;
  min-height: 100%;
}
.modal-close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.modal-close:hover svg, .modal-close:focus-visible svg {
  opacity: 0.7;
}
.modal-close svg {
  stroke: #ffffff;
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.modal-container {
  max-width: 860px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 60px;
  width: 100%;
}
.modal-container.ng-lg {
  max-width: 960px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .modal-container.ng-lg {
    padding: 0 50px;
  }
}
.modal-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .modal-content {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .modal-content {
    gap: 60px;
  }
}
.modal-content-in {
  padding: 40px 35px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .modal-content-in {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .modal-content-in {
    padding: 50px;
  }
}

.ng-dialog-img {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ng-dialog-img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .ng-dialog-img {
    flex: 0 0 auto;
    width: 51.9736842105%;
  }
}
@media screen and (min-width: 1025px) {
  .ng-dialog-img {
    width: 52.3255813953%;
  }
}
.ng-dialog-img img {
  width: 100%;
  height: auto;
}
.ng-dialog-body {
  color: #ffffff;
}
.ng-dialog-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .ng-dialog-ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}
.ng-dialog-sub {
  font-size: 14px;
  font-size: 0.875rem;
}
.ng-dialog-txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 1025px) {
  .ng-dialog-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
    margin-top: 25px;
  }
}

.ng-hd {
  width: 100%;
  z-index: 99;
}
.ng-hd.ng-hd--fixed {
  top: 0;
  left: 0;
  position: fixed;
  transform: translateY(0);
  background: #ffffff;
  transition: 0.5s ease-out;
}
.ng-hd.ng-hd--fixed.ng-hd--hidden {
  transform: translateY(-100%);
}
.ng-hd.ng-hd--fixed.ng-hd--out {
  transform: translateY(-100%);
}
.ng-hd.ng-hd--fixed .ng-hd-in {
  height: 84px;
}
.ng-hd.ng-hd--fixed .ng-ham-line {
  background: #000000;
}
.ng-hd.ng-hd--fixed .ng-nav {
  color: #000000;
}
.ng-hd.ng-hd--fixed .ng-nav-link::before {
  background: #000000;
}
.ng-hd.ng-hero-hd {
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.ng-hd.ng-hero-hd.ng-hd--hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
.ng-hd-in {
  height: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px 0 22px;
}
@media screen and (min-width: 768px) {
  .ng-hd-in {
    height: 112px;
  }
}
@media screen and (min-width: 1025px) {
  .ng-hd-in {
    padding: 0 80px 0 22px;
  }
}
.ng-hd-logo {
  display: block;
}
.ng-hd .ng-ham {
  display: block;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  width: 28px;
  height: 22px;
  z-index: 999;
}
@media screen and (min-width: 1025px) {
  .ng-hd .ng-ham {
    display: none;
  }
}
.ng-hd .ng-ham:hover, .ng-hd .ng-ham:focus-visible {
  opacity: 0.7;
}
.ng-hd .ng-ham.ng-ham--open .ng-ham-line {
  transition: transform 0.1s ease-out 0.1s, top 0.1s ease-out, opacity 0.1s ease-out;
  background: #000000;
}
.ng-hd .ng-ham.ng-ham--open .ng-ham-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.ng-hd .ng-ham.ng-ham--open .ng-ham-line:nth-child(2) {
  opacity: 0;
}
.ng-hd .ng-ham.ng-ham--open .ng-ham-line:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.ng-hd .ng-ham-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ffffff;
  transition: transform 0.1s ease-out, top 0.1s ease-out 0.1s, opacity 0.1s ease-out;
}
.ng-hd .ng-ham-line:nth-child(1) {
  top: 0;
}
.ng-hd .ng-ham-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.ng-hd .ng-ham-line:nth-child(3) {
  top: calc(100% - 1px);
}
.ng-hd .ng-nav {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffe100;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6428571429;
}
@media screen and (min-width: 1025px) {
  .ng-hd .ng-nav {
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    font-size: 0.9375rem;
    position: static;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }
}
.ng-hd .ng-nav-list {
  padding: 74px 30px 68px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .ng-hd .ng-nav-list {
    padding: 0;
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .ng-hd .ng-nav-item {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.ng-hd .ng-nav-link {
  transition: opacity 0.2s ease-in-out;
  position: relative;
}
.ng-hd .ng-nav-link:hover, .ng-hd .ng-nav-link:focus-visible {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  .ng-hd .ng-nav-link:hover, .ng-hd .ng-nav-link:focus-visible {
    opacity: 1;
  }
  .ng-hd .ng-nav-link:hover::before, .ng-hd .ng-nav-link:focus-visible::before {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .ng-hd .ng-nav-link::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    bottom: -4px;
    height: 1px;
    transform: translateX(-50%);
    width: 0;
    background: #ffffff;
    transition: width 0.2s ease-in-out;
  }
}

.ng-ft {
  height: 100lvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
.ng-ft-outro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.ng-ft-outro-logo {
  width: 60vw;
  max-width: 546px;
  transform: translateY(-12vw);
}
@media screen and (min-width: 768px) {
  .ng-ft-outro-logo {
    width: 53.3854166667vw;
    transform: translateY(-6vw);
  }
}
@media screen and (min-width: 1025px) {
  .ng-ft-outro-logo {
    width: 37.9166666667vw;
  }
}
.ng-ft-outro-logo img {
  width: 100%;
  height: auto;
}
.ng-ft-in {
  flex: 0 0 auto;
  padding: 30px 0 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ng-ft-in {
    padding: 110px 0 80px;
  }
}
.ng-ft-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 35px;
}
.ng-ft-sns-item--line {
  display: block;
}
@media screen and (min-width: 768px) {
  .ng-ft-sns-item--line {
    display: none;
  }
}
.ng-ft-sns-link {
  transition: transform 0.2s ease-in-out;
  display: block;
}
.ng-ft-sns-link:hover, .ng-ft-sns-link:focus-visible {
  transform: scale(1.1);
}
.ng-ft-recenv {
  margin: 30px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ng-ft-recenv-btn {
  color: #ffffff;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}
.ng-ft-recenv-btn:hover, .ng-ft-recenv-btn:focus-visible {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ng-ft-modal {
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .ng-ft-modal {
    gap: 46px;
  }
}
.ng-ft-modal-ttl {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ng-ft-modal-ttl {
    margin-bottom: 0;
    font-size: 19px;
    font-size: 1.1875rem;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .ng-ft-modal-in {
    flex: 1 1 auto;
  }
}
.ng-ft-modal-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .ng-ft-modal-sp {
    display: none;
  }
}
.ng-ft-modal-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .ng-ft-modal-pc {
    display: block;
  }
}
.ng-ft-modal-lists {
  display: flex;
  gap: 0 25px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .ng-ft-modal-lists {
    gap: 0 60px;
  }
}
.ng-ft-modal-list {
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .ng-ft-modal-list {
    font-size: 16px;
    font-size: 1rem;
  }
}
.ng-ft-modal-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857142857;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ng-ft-modal-txt {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8125;
    letter-spacing: 0.02em;
  }
}
.ng-ft-copyright {
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 768px) {
  .ng-ft-copyright {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.ng-ft-copyright small {
  font-size: inherit;
}

.ng-elem-1, .ng-elem-2 {
  opacity: 0;
}
.ng-main {
  z-index: 2;
  position: relative;
}
.ng-hero {
  height: 100lvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ng-hero-in {
  height: 100%;
}
.ng-hero-hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.ng-hero-logo {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .ng-hero-logo {
    width: 68px;
    height: 68px;
  }
}
.ng-hero-logo img {
  width: 100%;
  height: auto;
}
.ng-hero-ttl {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  justify-content: center;
  display: flex;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.ng-hero-ttl.ng-hero-ttl--hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media screen and (min-width: 768px) {
  .ng-hero-ttl img {
    width: 430px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .ng-hero-ttl img {
    width: 600px;
  }
}
.ng-ss-block {
  background: #ffffff;
  color: #000000;
}
.ng-ss-block + .ng-ss-block {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .ng-ss-block + .ng-ss-block {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .ng-ss-block + .ng-ss-block {
    margin-top: 100px;
  }
}
.ng-ss-block-img {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ng-ss-block-img {
    flex-direction: row;
  }
}
.ng-ss-block-img img {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .ng-ss-block-img img {
    width: 50%;
  }
}
.ng-ss-block-img-caption {
  margin-top: 10px;
  text-align: center;
  padding: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #6f6f6f;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 768px) {
  .ng-ss-block-img-caption {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
  }
}
.ng-ss-block-body {
  padding: 40px 30px;
}
@media screen and (min-width: 768px) {
  .ng-ss-block-body {
    padding: 70px 40px 60px;
  }
}
@media screen and (min-width: 1025px) {
  .ng-ss-block-body {
    padding: 80px 100px 100px;
  }
}
.ng-ss-block-logos {
  margin: 0 auto;
}
.ng-ss-block-logos.ng-logos-a {
  width: 95.6862745098%;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .ng-ss-block-logos.ng-logos-a {
    width: 90.9090909091%;
  }
}
@media screen and (min-width: 1025px) {
  .ng-ss-block-logos.ng-logos-a {
    width: 67.7083333333%;
  }
}
.ng-ss-block-logos.ng-logos-b {
  width: 97.2549019608%;
  max-width: 557px;
}
@media screen and (min-width: 768px) {
  .ng-ss-block-logos.ng-logos-b {
    width: 81.4393939394%;
  }
}
@media screen and (min-width: 1025px) {
  .ng-ss-block-logos.ng-logos-b {
    width: 58.0208333333%;
  }
}
.ng-ss-block-logos.ng-logos-b + .ng-ss-block-ttl {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .ng-ss-block-logos.ng-logos-b + .ng-ss-block-ttl {
    margin-top: 38px;
  }
}
@media screen and (min-width: 1025px) {
  .ng-ss-block-logos.ng-logos-b + .ng-ss-block-ttl {
    margin-top: 50px;
  }
}
.ng-ss-block-logos img {
  max-width: 100%;
  height: auto;
}
.ng-ss-block-ttl {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ng-ss-block-ttl {
    margin-top: 60px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .ng-ss-block-ttl {
    margin-top: 80px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.ng-prof-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .ng-prof-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prof-list {
    gap: 56px;
  }
}
.ng-prof-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ng-prof-item {
    flex: 0 0 auto;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .ng-prof-item {
    width: calc((100% - 56px) / 2);
  }
}
.ng-prof-link {
  position: relative;
  display: block;
}
.ng-prof-link:hover .ng-prof-img img, .ng-prof-link:focus-visible .ng-prof-img img {
  transform: scale(1.05);
}
.ng-prof-img {
  overflow: hidden;
  display: block;
}
.ng-prof-img img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}
.ng-prof-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .ng-prof-body {
    padding: 30px 40px;
  }
}
.ng-prof-ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ng-prof-main {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.1428571429;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .ng-prof-main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prof-main {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.ng-prof-sub {
  font-size: 14px;
  font-size: 0.875rem;
}
.ng-prod {
  position: relative;
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .ng-prod {
    margin-top: 120px;
  }
}
.ng-prod::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: #ffe100;
  width: 25.6vw;
  height: 32vw;
}
@media screen and (min-width: 768px) {
  .ng-prod::before {
    width: 18.75vw;
    height: 23.4375vw;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod::before {
    width: 18.8194444444vw;
    height: 23.5416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .ng-prod::before {
    width: 271px;
    height: 339px;
  }
}
.ng-prod-lead {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .ng-prod-lead {
    text-align: center;
  }
}
.ng-prod-lead br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .ng-prod-lead br {
    display: inline-block;
  }
}
.ng-prod-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 84.5333333333%;
}
@media screen and (min-width: 768px) {
  .ng-prod-bg {
    width: 64.84375%;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-bg {
    width: 60.9722222222%;
  }
}
@media screen and (min-width: 1440px) {
  .ng-prod-bg {
    width: 878px;
  }
}
.ng-prod-bg img {
  width: 100%;
  height: auto;
}
.ng-prod-cont {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 0.5040322581;
}
@media screen and (min-width: 768px) {
  .ng-prod-cont {
    aspect-ratio: 1.001303781;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-cont {
    aspect-ratio: 1.3114754098;
  }
}
@media screen and (min-width: 1440px) {
  .ng-prod-cont {
    aspect-ratio: unset;
    height: 1098px;
  }
}
.ng-prod-cont-in {
  width: 100%;
  max-width: 960px;
  padding: 0 30px;
  box-sizing: content-box;
  width: 78.1333333333vw;
  transform: translateY(12vw);
}
@media screen and (min-width: 768px) {
  .ng-prod-cont-in {
    padding: 0 60px;
    width: 72.7864583333vw;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-cont-in {
    width: 58.6805555556vw;
  }
}
.ng-prod-sub {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1025px) {
  .ng-prod-sub {
    padding-right: 25px;
  }
}
.ng-prod-sub img {
  width: 45vw;
  height: auto;
  max-width: 199px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .ng-prod-sub img {
    width: 24.21875vw;
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-sub img {
    width: 13.8194444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
.ng-prod-items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 845;
}
.ng-prod-item img {
  width: 100%;
  height: auto;
}
.ng-prod-item:nth-of-type(1) {
  width: 24.0284023669%;
  margin-right: -4.4368600683%;
}
@media screen and (min-width: 768px) {
  .ng-prod-item:nth-of-type(1) {
    margin-right: -4.2933810376%;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-item:nth-of-type(1) {
    margin-right: -4.2603550296%;
  }
}
.ng-prod-item:nth-of-type(2) {
  width: 27.3656804734%;
  margin-right: -7.1672354949%;
}
@media screen and (min-width: 768px) {
  .ng-prod-item:nth-of-type(2) {
    margin-right: -7.3345259392%;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-item:nth-of-type(2) {
    margin-right: -7.3372781065%;
  }
}
.ng-prod-item:nth-of-type(3) {
  width: 30.0355029586%;
  margin-right: -4.0955631399%;
}
@media screen and (min-width: 768px) {
  .ng-prod-item:nth-of-type(3) {
    margin-right: -4.114490161%;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-item:nth-of-type(3) {
    margin-right: -4.2603550296%;
  }
}
.ng-prod-item:nth-of-type(4) {
  width: 33.3727810651%;
}
.ng-prod-ttl {
  max-width: 420px;
  width: 69.3333333333vw;
  margin: 0 auto;
  margin-top: -10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .ng-prod-ttl {
    width: 95.7333333333vw;
    margin-top: -12.7604166667vw;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-ttl {
    width: 29.1666666667vw;
    margin-top: -11.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .ng-prod-ttl {
    margin-top: -162px;
  }
}
.ng-prod-ttl img {
  width: 100%;
  height: auto;
}
.ng-prod-btn {
  margin-top: 12vw;
}
@media screen and (min-width: 768px) {
  .ng-prod-btn {
    margin-top: 9.1145833333vw;
  }
}
@media screen and (min-width: 1025px) {
  .ng-prod-btn {
    margin-top: 5.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .ng-prod-btn {
    margin-top: 80px;
  }
}

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