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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

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

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

p {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.8;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

ul li {
  list-style: disc;
  list-style-position: inside;
}

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

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
button:focus {
  outline: 2px solid #6cd6ca;
  outline-offset: 2px;
}

input,
textarea,
select {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  border-radius: 4px;
  padding: 8px 12px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #6cd6ca;
  -webkit-box-shadow: 0 0 0 2px rgba(108, 214, 202, 0.2);
          box-shadow: 0 0 0 2px rgba(108, 214, 202, 0.2);
}

::-moz-selection {
  background-color: #6cd6ca;
  color: #010936;
}

::selection {
  background-color: #6cd6ca;
  color: #010936;
}

::-moz-selection {
  background-color: #6cd6ca;
  color: #010936;
}

:focus-visible {
  outline: 2px solid #6cd6ca;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-only {
    display: inherit !important;
  }
}

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

.container {
  max-width: calc(100% - 4rem);
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.youtube-modal.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.youtube-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.youtube-modal__content {
  position: relative;
  border-radius: 8px;
  max-width: 75vw;
  max-height: 75vh;
  width: 100%;
}
.youtube-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10001;
}
.youtube-modal__close:hover {
  background: #fff;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.youtube-modal__video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.youtube-modal__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .youtube-modal__content {
    max-width: 95vw;
    margin: 20px;
  }
  .youtube-modal__close {
    top: -35px;
    right: -5px;
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
@-webkit-keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.youtube-modal.is-active .youtube-modal__content {
  -webkit-animation: modalFadeIn 0.3s ease-out;
          animation: modalFadeIn 0.3s ease-out;
}

body.modal-open {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1000;
}
.l-header img {
  width: 190px;
}
.l-header__top {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 4rem;
}
.l-header__top input {
  display: none;
}
.l-header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo p {
  line-height: 1.25;
  font-weight: bold;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #000000;
}
.l-header__sp-menu-button {
  display: none;
}
.l-header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
}
.l-header__menu ul li {
  list-style: none;
  margin: 0 1.5rem;
}
.l-header__menu ul li a {
  color: #000000;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: calc(1.6rem * 0.001 * 50);
}
.l-header__menu ul li img {
  width: 12.4rem;
}

@media (max-width: 1023px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100vw;
    height: 6.4rem;
    background: #ffffff;
  }
  .l-header__logo img {
    width: 11.4rem;
  }
  .l-header__logo p {
    font-size: 1.2rem;
  }
  .l-header__top {
    background-color: transparent;
    padding: 1.5rem 2rem;
  }
  .l-header__sp-menu-button {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    position: fixed;
    top: 0;
    right: 4rem;
    z-index: 1000;
  }
  .l-header__sp-menu-button span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3.2rem;
  }
  .l-header__sp-menu-button span::after, .l-header__sp-menu-button span::before {
    position: absolute;
    top: 50%;
    right: 50%;
    content: "";
    height: 1px;
    width: 2.4rem;
    background-color: #000000;
    display: block;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
  }
  .l-header__sp-menu-button span::before {
    -webkit-transform: translate(50%, calc(-50% - 3px));
            transform: translate(50%, calc(-50% - 3px));
  }
  .l-header__sp-menu-button span::after {
    -webkit-transform: translate(50%, calc(-50% + 3px));
            transform: translate(50%, calc(-50% + 3px));
  }
  #spmenu:checked + .l-header__sp-menu-button span::before {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
            transform: translate(50%, -50%) rotate(45deg);
  }
  #spmenu:checked + .l-header__sp-menu-button span::after {
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
            transform: translate(50%, -50%) rotate(-45deg);
  }
  .l-header__brand-logo {
    position: absolute;
    top: 2rem;
    left: inherit;
  }
  .l-header__brand-logo img {
    height: 1.4rem;
  }
  .l-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
    width: 100vw;
    height: 100svh;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .l-header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10rem;
  }
  .l-header__menu ul li {
    margin-bottom: 2rem;
  }
  .l-header__menu ul li a {
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(3rem * 0.001 * -20);
  }
  .l-header__menu ul li img {
    margin-top: 4rem;
  }
  #spmenu:checked + .l-header__sp-menu-button + .l-header__menu {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
  }
}
@media (max-width: 767px) {
  .container {
    width: calc(100% - 4rem);
  }
  .p-firstview {
    background-color: rgb(74, 160, 199);
    background-size: cover;
    height: calc(100svh - 6.4rem);
    min-height: 63.4rem;
  }
  .p-firstview__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #000), color-stop(70%, #000), to(transparent));
    -webkit-mask-image: -webkit-linear-gradient(top, transparent 0%, #000 10%, #000 70%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, #000), color-stop(70%, #000), to(transparent));
            mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 70%, transparent 100%);
  }
  .p-firstview__copy {
    position: absolute;
    bottom: 4.6rem;
    right: 50%;
    width: 91.7948717949%;
    height: auto;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .p-secondview {
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(1, 9, 54)), to(rgb(68, 159, 200)));
    background: -webkit-linear-gradient(bottom, rgb(1, 9, 54) 0%, rgb(68, 159, 200) 100%);
    background: linear-gradient(0deg, rgb(1, 9, 54) 0%, rgb(68, 159, 200) 100%);
    background-size: cover;
    padding: 17rem 0;
    color: #ffffff;
  }
  .p-secondview h2 {
    text-align: center;
    margin-bottom: 2.7rem;
    font-size: 4.2rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(4.2rem * 0.001 * -20);
  }
  .p-secondview h3 {
    text-align: center;
    margin-bottom: 7.5rem;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
  .p-secondview p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2.55;
    letter-spacing: calc(1.8rem * 0.001 * 50);
  }
  .p-gradient {
    background: #1b4d9d;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(27, 77, 157)), color-stop(15%, rgb(108, 214, 202)), color-stop(46%, rgb(89, 192, 197)), color-stop(50%, rgb(0, 69, 146)), to(rgb(1, 9, 54)));
    background: -webkit-linear-gradient(bottom, rgb(27, 77, 157) 0%, rgb(108, 214, 202) 15%, rgb(89, 192, 197) 46%, rgb(0, 69, 146) 50%, rgb(1, 9, 54) 100%);
    background: linear-gradient(0deg, rgb(27, 77, 157) 0%, rgb(108, 214, 202) 15%, rgb(89, 192, 197) 46%, rgb(0, 69, 146) 50%, rgb(1, 9, 54) 100%);
  }
  .p-product-01 {
    position: relative;
    color: #ffffff;
  }
  .p-product-01:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(./img/product-01-screen.png) repeat center center;
    z-index: 0;
    background-size: cover;
    background-attachment: fixed;
    mix-blend-mode: soft-light;
  }
  .p-product-01__inner {
    max-width: calc(100% - 4rem);
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 0 2rem;
    position: relative;
    z-index: 1;
  }
  .p-product-01 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(20px * 0.001 * 50);
  }
  .p-product-01__image {
    width: 100%;
    margin: 6rem auto 10rem;
  }
  .p-product-01 h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(20px * 0.001 * 50);
  }
  .p-product-01__row {
    padding: 0;
    margin-bottom: 11rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
  }
  .p-product-01__row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-product-01__col--text {
    width: 100%;
  }
  .p-product-01__col--text h4 {
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: calc(2.2rem * 0.001 * 50);
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
  .p-product-01__col--text p {
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    letter-spacing: calc(1.6rem * 0.001 * 0);
  }
  .p-product-01__col--image {
    width: 100%;
    max-width: none;
  }
  .p-product-02 {
    position: relative;
    color: #ffffff;
  }
  .p-product-02:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url(./img/product-02-screen.png) repeat center center;
    z-index: 0;
    background-size: cover;
    background-attachment: fixed;
    mix-blend-mode: soft-light;
  }
  .p-product-02__inner {
    max-width: calc(100% - 4rem);
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 6rem 0 0;
    position: relative;
    z-index: 1;
  }
  .p-product-02 h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
  .p-product-02__image {
    width: 100%;
    margin: 5rem auto 10rem;
  }
  .p-product-02 h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
  .p-product-02__row {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 11rem;
    max-width: 100%;
  }
  .p-product-02__row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-product-02__col--text {
    width: 100%;
  }
  .p-product-02__col--text h4 {
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: calc(2.2rem * 0.001 * 50);
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }
  .p-product-02__col--text p {
    font-size: 1.6rem;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    letter-spacing: calc(1.6rem * 0.001 * 0);
  }
  .p-product-02__col--image {
    width: 100%;
    max-width: none;
  }
  .p-all-models {
    color: #ffffff;
    max-width: calc(100% - 4rem);
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20rem;
  }
  .p-all-models h2 {
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2rem;
    font-weight: 400;
    font-style: normal;
    line-height: 36px;
    letter-spacing: calc(2rem * 0.001 * 50);
  }
  .p-all-models__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
  }
  .p-all-models__col {
    width: 277px;
    text-align: center;
  }
  .p-all-models__col h3 {
    margin: 24px 0;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    line-height: 29px;
    letter-spacing: calc(19px * 0.001 * 50);
  }
  .p-all-models__col p {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    line-height: 29px;
    letter-spacing: calc(19px * 0.001 * 50);
  }
  .p-all-models__col p .lg {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    line-height: 29px;
    letter-spacing: calc(19px * 0.001 * 50);
  }
}
.l-footer {
  margin-top: 20rem;
  background-color: #eee;
}
.l-footer__inner {
  max-width: calc(100% - 4rem);
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0;
}
@media (max-width: 959px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__body h1 {
  margin-bottom: 4rem;
}
.l-footer__body h1 img {
  width: 20rem;
}
.l-footer__body ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 959px) {
  .l-footer__body ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}
.l-footer__body ul li {
  list-style: none;
  margin-right: 2rem;
}
.l-footer__recruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__recruit__title {
  margin-right: 1rem;
}
.l-footer__recruit__image {
  width: 10rem;
}
@media (max-width: 959px) {
  .l-footer__recruit__image {
    width: 8rem;
  }
}

.l-page-top {
  max-width: calc(100% - 4rem);
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-page-top__button {
  margin-bottom: 8rem;
}
@media (max-width: 959px) {
  .l-page-top__button {
    margin-bottom: 3rem;
  }
}

.container {
  width: 1220px;
  margin: auto;
}

.p-top__kv {
  background: url(img/bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 959px) {
  .p-top__kv {
    min-height: 100svh;
    height: auto;
  }
}
.p-top__kv__inner {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  width: 50vw;
  max-width: 65rem;
}
@media (max-width: 959px) {
  .p-top__kv__inner {
    bottom: 2rem;
    left: 2rem;
    max-width: none;
    width: calc(100% - 4rem);
  }
}
.p-top__kv__inner h1 {
  font-size: 7.2rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media (max-width: 959px) {
  .p-top__kv__inner h1 {
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 4rem;
  }
}
.p-top__kv__inner p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 959px) {
  .p-top__kv__inner p {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.p-top__kv__inner span {
  padding: 0.5rem 1rem;
  background-color: #fff;
}
.p-top__about {
  background-color: #fff488;
  padding: 10rem;
  text-align: center;
}
@media (max-width: 959px) {
  .p-top__about {
    padding: 4rem 0;
  }
}
.p-top__about__inner {
  max-width: calc(100% - 4rem);
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.p-top__about__header {
  margin-bottom: 4rem;
}
.p-top__about__header label {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-top__about__header h2 {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 2rem;
}
@media (max-width: 959px) {
  .p-top__about__header h2 {
    font-size: 2.8rem;
  }
}
.p-top__about__header p {
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 959px) {
  .p-top__about__header p {
    font-size: 1.6rem;
  }
}
.p-top__about__kgi h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 2rem;
}
@media (max-width: 959px) {
  .p-top__about__kgi h2 {
    font-size: 2rem;
  }
}
.p-top__about__kgi h3 {
  font-size: 10rem;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 2rem;
}
@media (max-width: 959px) {
  .p-top__about__kgi h3 {
    font-size: 5rem;
  }
}
.p-top__about__kgi span {
  font-weight: 200;
}
.p-top__about__kgi p {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}
.p-top__business {
  max-width: calc(100% - 4rem);
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 0;
}
.p-top__business h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media (max-width: 959px) {
  .p-top__business h2 {
    font-size: 2.4rem;
  }
}
.p-top__business h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #cbb900;
  margin-bottom: 4rem;
}
@media (max-width: 959px) {
  .p-top__business h3 {
    font-size: 1.8rem;
  }
}
.p-top__business__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 8rem;
}
@media (max-width: 959px) {
  .p-top__business__list {
    grid-template-columns: 1fr;
  }
}
.p-top__business__list__card__image {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 5px solid #eee;
  margin-bottom: 2rem;
}
.p-top__business__list__card__image img {
  display: block;
  margin: auto;
  max-width: 55%;
  max-height: 100%;
}
.p-top__business__list__card h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-top__business__list__card p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
}
.p-top__business__list__card p.link {
  text-align: right;
  margin-top: 2rem;
}
.p-top__business__list__card p.link a {
  font-weight: bold;
  border-bottom: 2px solid #cbb900;
}
.p-top__company {
  max-width: calc(100% - 4rem);
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.p-top__company h2 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media (max-width: 959px) {
  .p-top__company h2 {
    font-size: 2.4rem;
  }
}
.p-top__company table {
  width: 100%;
}
.p-top__company table tr {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eee;
  padding: 3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 959px) {
  .p-top__company table tr {
    padding: 2rem 0;
  }
}
.p-top__company table th {
  width: 12rem;
  text-align: left;
}
@media (max-width: 959px) {
  .p-top__company table td {
    width: calc(100% - 12rem);
  }
}
.p-top__company table td img {
  margin-top: 2rem;
  width: 10rem;
}

.p-page {
  max-width: calc(100% - 4rem);
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15rem;
}
.p-page h1 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
.p-page h2 {
  font-size: 2.4rem;
  margin: 3rem 0;
}
.p-page p {
  font-weight: 400;
  margin-bottom: 1.6rem;
}