@charset "UTF-8";
/* =========================================================
MEDIA
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap");
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

/* =========================================================
RESET
========================================================= */
/* layout */
/*=================================
  initialization of style
===================================*/
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000000;
  font-family: 'Noto Sans JP', serif;
  font-size: 16px;
  line-height: 200%;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  word-break: break-all;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link,
a:visited {
  text-decoration: none;
  color: #000;
}

a:hover,
a:active {
  text-decoration: none;
  color: #000;
}

figure, figcaption, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form {
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  vertical-align: bottom;
}

img {
  display: block;
  width: 100%;
}

/* List_group */
ul, ol, li {
  list-style: none;
}

/* inline-style */
address {
  font-style: normal;
  font-size: 12px;
  color: #000;
}

address a,
address a:link,
address a:visited {
  text-decoration: none;
  color: #000;
}

address a:hover,
address a:active {
  text-decoration: underline;
  color: #000;
}

/* table */
table {
  width: 100%;
}

*, *:before, *:after {
  outline: none !important;
  box-sizing: border-box;
}

.icon-svg {
  position: absolute;
  width: 0;
  height: 0;
}

.tsn {
  transition: 0.4s;
}

.clear::after {
  content: " ";
  clear: both;
  display: block;
  width: 100%;
  height: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-weight: 400;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

main {
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

button {
  border: none;
  background-color: unset;
}

ul {
  list-style-type: none;
}

/* 共通 */
.st-head {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .st-head {
    font-size: 32px;
  }
  .st-wrap {
    padding: 80px 0;
  }
}

.sp-only_bl {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only_bl {
    display: none;
  }
  .sp-only_bl {
    display: block;
  }
}

.text_orange {
  color: #f97b06;
}

/* =========================================================
common
========================================================= */
/* =========================================================
  header
========================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 16px 40px;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

header.is-scroll {
  background-color: rgba(255, 255, 255, 0.9);
}

.header-logo {
  width: 313px;
}

.header-tel {
  width: 318px;
}

@media screen and (max-width: 1000px) {
  .header-logo {
    width: 110px;
  }
  .header-tel {
    width: 129px;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 16px 10px 16px;
  }
}

header {
  transition: 0.4s;
}

/* =========================================================
  body
========================================================= */
body {
  background-color: #030305;
  color: #fff;
}

/* =========================================================
  footer
========================================================= */
footer {
  padding: 40px;
  background-color: #333;
}

footer p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  color: #fff;
}

footer a {
  display: inline-block;
  margin-right: 16px;
  color: #00baef;
  text-decoration: underline;
}

footer a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 24px 24px 8px;
  }
  footer p {
    font-size: 10px;
  }
  footer a {
    display: block;
    margin: 0 0 16px;
  }
}

/* .pagetop */
.pagetop {
  position: fixed;
  bottom: 77px;
  right: 16px;
  width: 98px;
  height: 85px;
  cursor: pointer;
  filter: drop-shadow(0px 0px 26px rgba(0, 0, 0, 0.15));
  background-image: url("../images/pagetop.svg");
  background-size: cover;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.2s;
  transition: 0.4s;
}

.pagetop.show {
  opacity: 1;
}

.pagetop.absolute {
  position: absolute;
}

.pagetop.show:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 29px;
    right: 26px;
    background-image: url("../images/pagetop.svg");
  }
}

/* =========================================================
  contswrap
========================================================= */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* =========================================================
contents
========================================================= */
/* kv */
.kv {
  position: relative;
  height: 856px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .kv {
    height: auto;
    margin-top: 50px;
  }
}

.kv .kv-inner {
  padding-top: 24px;
  height: 100%;
}

.kv .kv-inner h1 {
  max-height: 292px;
}

.kv .kv-inner h1 span {
  display: none;
}

.kv .kv-inner h1 img {
  height: 100%;
  max-height: 292px;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .kv .kv-inner h1 img {
    max-height: 178px;
  }
}

.kv .kv-inner .kvLower {
  display: flex;
  padding-left: 9%;
  align-items: center;
  position: relative;
  background-image: url(../images/kvbg.jpg);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 66%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .kv .kv-inner .kvLower {
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .kv .kv-inner .kvLower {
    padding-left: 0;
    flex-direction: column;
    background-position: bottom;
    background-image: none;
    margin-top: 40px;
  }
}

.kv .kv-inner .leftImg {
  width: 24.4%;
  max-width: 352px;
}

@media screen and (min-width: 501px) and (max-width: 768px) {
  .kv .kv-inner .leftImg {
    width: 480px;
    max-width: unset;
    padding-left: 0;
    margin-top: 46px;
  }
}

@media screen and (max-width: 500px) {
  .kv .kv-inner .leftImg {
    width: 320px;
  }
}

.kv .kv-inner .rightImg {
  display: none;
}

@media screen and (max-width: 768px) {
  .kv .kv-inner .rightImg {
    display: block;
    width: 100%;
    height: 252px;
    background-image: url(../images/kvbg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

/* cta */
.cta {
  background-color: #3A3A45;
  padding: 43px 0;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .cta {
    padding: 43px;
  }
}

.cta-btn {
  width: 100%;
  max-width: 1024px;
  height: 176px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .cta-btn {
    width: 100%;
    max-width: 343px;
    font-size: 16px;
    height: 80px;
  }
}

.cta-btn .text {
  max-width: 1024px;
  height: 176px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0px 0px 20px #FFFFFF;
  background: linear-gradient(180deg, #0B6FB8 0%, #079BBC 100%);
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: .3s;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .cta-btn .text {
    width: 100%;
    max-width: 343px;
    font-size: 16px;
    height: 80px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #FFFFFF;
    padding-left: 40px;
  }
}

.deco01 {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 27px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .deco01 {
    width: 55px;
    height: 55px;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
  }
}

.deco02 {
  position: absolute;
  width: 29%;
  height: auto;
  top: 30%;
  right: -4%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .deco02 {
    display: none;
  }
}

.deco01 img,
.deco02 img {
  height: 100%;
  width: auto;
}

.cta-btn span {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .cta-btn span {
    font-size: 24px;
  }
}

.cta-btn:hover::before {
  opacity: 0;
}

.cta-btn:hover .text::before {
  opacity: 0;
}

.cta-btn:hover .deco01::before {
  opacity: 0;
}

/* .points */
.point {
  padding: 64px 0;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .point {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .point {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}

.pointInner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pointInner {
    padding: 0 16px;
  }
}

.pointsWrapper {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .pointsWrapper {
    flex-direction: column;
    align-items: center;
  }
}

.pointItem {
  width: calc(100% / 3);
  max-width: 320px;
  border: 3px solid #FFFFFF;
  padding: 32px 10px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pointItem {
    width: 100%;
  }
}

.pointItem .heading {
  width: 133px;
  height: 50px;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 16px;
  background-color: #030305;
  display: inline-block;
}

.pointItem .headingSub1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}

.pointItem .headingSub2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-top: 12px;
}

.pointItem .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-top: 30px;
}

.pointItem .text span {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 104px;
  line-height: 100%;
  color: #78D6F3;
}

.pointItem:nth-child(2) .text {
  margin-top: 0;
}

.pointItem:nth-child(3) .text span {
  font-size: 56px;
}

.pointItem .annotation_list li {
  font-size: 1rem;
  letter-spacing: -0.05em;
}

/* benefits */
.benefits {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .benefits {
    padding-top: 0;
    margin-bottom: 64px;
    padding-bottom: 0;
  }
}

.benefitsInner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .benefitsInner {
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .benefitsInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
}

.benefits h2 {
  padding: 16px 39px;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  background: linear-gradient(118.73deg, #818181 -9.99%, #FFFFFF 1.54%, #E3E3E3 15.19%, #9A9A9A 26.98%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  display: inline-block;
  width: 320px;
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .benefits h2 {
    margin-bottom: 20px;
  }
}

.benefitsList li {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 58px;
  border-bottom: 1px solid #838383;
  padding-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .benefitsList li {
    font-size: 24px;
    line-height: 35px;
  }
}

.benefitsList li .Num {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  font-size: 88px;
  line-height: 103px;
  background: linear-gradient(154.91deg, #CECECE 30.92%, #FFFFFF 33.45%, #BDBDBD 51.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 4px 44px rgba(0, 0, 0, 0.35);
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .benefitsList li .Num {
    font-size: 48px;
    margin-right: 34px;
    padding-bottom: 8px;
  }
}

.benefitsList li .font-big {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .benefitsList li .font-big {
    font-size: 32px;
  }
}

.benefitsList li .font-small {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .benefitsList li .font-small {
    font-size: 12px;
  }
}

.benefitsList li .font-blue {
  color: #78D6F3;
}

.benefitsList li:not(:first-child) {
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .benefitsList li:not(:first-child) {
    margin-top: 16px;
  }
}

/* wwu */
@media screen and (max-width: 768px) {
  .wwu {
    padding-bottom: 0;
  }
}

.wwuInner {
  width: 100%;
  max-width: 1024px;
  margin: 80px auto;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wwuInner {
    padding: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .wwuInner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px auto;
    padding: 0 16px;
  }
}

.wwu .nissan_logo_Wrapper {
  height: 96px;
  text-align: left;
}

.wwu .nissan_logo {
  height: 100%;
  width: auto;
}

.wwu h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 81px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .wwu h2 {
    font-size: 40px;
    line-height: 58px;
    text-align: center;
  }
}

.wwu h2 br {
  display: none;
}

@media screen and (max-width: 768px) {
  .wwu h2 br {
    display: block;
  }
}

.wwuRoundList {
  display: flex;
  gap: 32px;
  margin-bottom: 64px;
  padding-left: 120px;
}

@media screen and (max-width: 1024px) {
  .wwuRoundList {
    width: 100%;
    gap: 16px;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: center;
  }
}

.wwuRoundList li {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .wwuRoundList li {
    width: calc(100% / 2);
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

.wwuRoundList li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .meritWrapper.first {
    margin-top: 202px;
    width: 100%;
  }
}

.meritItem {
  background: rgba(78, 78, 87, 0.7);
  border-radius: 16px;
  position: relative;
  padding: 48px 0;
}

@media screen and (max-width: 768px) {
  .meritItem {
    padding: 48px 16px;
  }
}

.meritItem .manImg {
  position: absolute;
  width: 32%;
  bottom: 100%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .meritItem .manImg {
    width: 100%;
    max-width: 192px;
    left: 0;
    margin: auto;
  }
}

.meritHeading {
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .meritHeading {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.05em;
  }
}

.meritHeading br {
  display: none;
}

@media screen and (max-width: 768px) {
  .meritHeading br {
    display: block;
  }
}

.meritHeading span {
  position: relative;
}

.meritHeading span::before {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background-color: #78D6F3;
}

@media screen and (max-width: 768px) {
  .meritHeading span::before {
    width: 4px;
    height: 4px;
    top: -4px;
  }
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritHeading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.meritList {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .meritList {
    flex-direction: column;
    align-items: center;
  }
}

.meritList li {
  width: calc(100% / 3);
  max-width: 296px;
}

@media screen and (max-width: 768px) {
  .meritList li {
    width: 100%;
  }
}

.meritListHeading {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
}

.meritListHeadingSub {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  color: #78D6F3;
}

@media screen and (max-width: 768px) {
  .meritListHeadingSub {
    font-size: 24px;
  }
}

.meritListText {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .meritListText {
    font-size: 16px;
  }
}

.meritWrapper.second {
  margin-top: 64px;
}

.meritWrapper.second .meritItem {
  padding: 48px 40px;
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritItem {
    padding: 48px 16px;
  }
}

.meritWrapper.second .meritHeading span {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  background: #78D6F3;
  padding: 8px 16px;
  margin-right: 24px;
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritHeading span {
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 6px;
  }
}

.meritWrapper.second .meritHeading span::before {
  content: none;
}

.meritWrapper.second .meritContent {
  display: flex;
  gap: 37px;
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritContent {
    flex-direction: column-reverse;
    margin-top: 16px;
  }
}

.meritWrapper.second .meritContent .meritText {
  width: calc((100% - 37px) * 0.6);
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritContent .meritText {
    width: 100%;
  }
}

.meritWrapper.second .meritContent .meritTextHeading {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritContent .meritText p {
    font-size: 14px;
  }
}

.meritWrapper.second .meritContent .meritText p + p {
  margin-top: 24px;
  text-align: justify;
}

.meritWrapper.second .meritContent .meritText .font-small {
  font-size: 14px;
}

.meritWrapper.second .meritContent .meritImg {
  width: calc((100% - 37px) * 0.4);
  position: relative;
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritContent .meritImg {
    width: 100%;
    height: calc(100% + 16px);
  }
}

.meritWrapper.second .meritContent .meritImg img {
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritContent .meritImg img {
    position: inherit;
    width: 100%;
    height: 100%;
  }
}

.meritWrapper.second .meritContent .meritImg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 238px;
  top: 16px;
  left: 16px;
  background-color: #4E4E57;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .meritWrapper.second .meritContent .meritImg::after {
    height: 100%;
  }
}

.allowance {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .allowance {
    margin-top: 40px;
  }
}

.allowance h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .allowance h3 {
    font-size: 24px;
  }
}

.allowanceItems {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .allowanceItems {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .allowanceItems {
    gap: 32px 16px;
    justify-content: center;
  }
}

.allowanceItem {
  width: calc(100% / 3);
  max-width: 320px;
  border: 3px solid #FFFFFF;
  padding: 24px 0;
  position: relative;
  text-align: center;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .allowanceItem {
    width: 45%;
  }
}

.allowanceItem .headingSub1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}

@media screen and (max-width: 768px) {
  .allowanceItem .headingSub1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.allowanceItem .headingSub2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-top: 12px;
}

.allowanceItem .text {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .allowanceItem .text {
    font-size: 16px;
    margin-top: 8px;
  }
}

.allowanceItem .text span {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 104px;
  line-height: 100%;
  color: #78D6F3;
}

@media screen and (max-width: 768px) {
  .allowanceItem .text span {
    font-size: 64px;
  }
}

.allowanceItem .font-middle {
  font-size: 48px;
  color: #78D6F3;
}

@media screen and (max-width: 768px) {
  .allowanceItem .font-middle {
    font-size: 26px;
  }
}

.allowanceItem .note {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .allowanceItem .note {
    font-size: 12px;
  }
}

.allowanceItem:last-child {
  justify-content: center;
  display: flex;
  flex-direction: column;
  font-size: 40px;
}

.gragh {
  margin-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .gragh {
    margin-top: 40px;
    padding: 0 16px 80px;
  }
}

.graghInner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .graghInner {
    flex-direction: column;
  }
}

.graghInner .graghImg {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .graghInner .graghImg {
    width: 100%;
  }
}

.graghInner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

@media screen and (max-width: 768px) {
  .graghInner p {
    font-size: 12px;
  }
}

.graghInner p + p {
  margin-top: 16px;
}

.graghText p:first-child {
  font-weight: bold;
}

.graghText p:last-child {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .graghText p:last-child {
    font-size: 12px;
  }
}

/* .recruit */
.recruit {
  padding: 108px 0 120px;
  overflow: hidden;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .recruit {
    padding: 0 16px 120px;
  }
}

@media screen and (max-width: 768px) {
  .recruit {
    padding: 64px 16px;
  }
}

.recruit table {
  max-width: 1024px;
  margin: 64px auto 0;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 5px;
}

@media screen and (max-width: 768px) {
  .recruit table {
    margin: 40px 0 0;
  }
}

.recruit table tr {
  border-bottom: 8px solid #030305;
}

@media screen and (max-width: 768px) {
  .recruit table tr {
    display: flex;
    flex-direction: column;
    border: none;
  }
}

.recruit th {
  width: 224px;
  padding: 24px 0 24px 17px;
  text-align: left;
  vertical-align: baseline;
  font-weight: 700;
  color: #fff;
  background: #004165;
}

@media screen and (max-width: 768px) {
  .recruit th {
    width: 100%;
    padding: 16px;
  }
}

.recruit td {
  width: calc(100% - 224px);
  padding: 24px 54px 16px 29px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .recruit td {
    width: 100%;
    padding: 16px;
  }
}

.recruit td p > span {
  position: relative;
  display: block;
  padding-left: 14px;
  font-size: 14px;
}

.recruit td p > span::before {
  content: '●';
  position: absolute;
  top: 0;
  left: 0;
}

.recruit td p > strong {
  color: #000;
}

.recruit td p + p {
  margin-top: 24px;
}

.recruit td p.mt0 {
  margin-top: 0;
}

.recruit td ul + * {
  margin-top: 24px;
}

.recruit td li {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .recruit td li {
    font-size: 14px;
  }
}

.recruit td li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.recruit td .liststyle_desc {
  color: #333;
}

.recruit td li.liststyle_desc::before {
  content: '・';
}

.recruit td .map {
  margin-top: 24px;
  width: 100%;
  border: 1px solid #000000;
}

@media screen and (max-width: 1024px) {
  .recruit td .map iframe {
    width: 100%;
    height: auto;
  }
}

/* よくある質問 */
.faq {
  background: #004165;
  padding: 160px 0 80px;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faq {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 120px 16px 64px;
  }
}

.faq::before {
  position: absolute;
  content: "QA";
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 216px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.2;
  top: 41px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .faq::before {
    font-size: 168px;
    top: 39px;
  }
}

.faq h2 {
  margin-bottom: 32px;
}

.faqInner {
  max-width: 1024px;
  margin: 0 auto;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .faqInner {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .faqInner {
    gap: 24px;
    justify-content: center;
  }
}

.faqInner .faqItem {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  width: calc(100% / 2);
  max-width: 496px;
  padding: 32px 24px;
}

@media screen and (max-width: 768px) {
  .faqInner .faqItem {
    width: 100%;
    padding: 16px;
  }
}

.faqInner .question {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #004165;
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .faqInner .question {
    font-size: 16px;
  }
}

.faqInner .question::before {
  position: absolute;
  content: 'Q.';
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
  top: 1px;
  left: 0;
}

.faqInner .answer {
  font-size: 16px;
  position: relative;
  padding-left: 24px;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .faqInner .answer {
    font-size: 16px;
  }
}

.faqInner .answer::before {
  position: absolute;
  content: 'A.';
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-size: 20px;
  top: -1px;
  left: 0;
}

/* about */
.about {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 64px 16px;
  }
}

.aboutInner {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0 48px;
  background-color: #fff;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .aboutInner {
    padding: 24px 0 34px;
  }
}

.aboutInner_Logo {
  display: flex;
}

.aboutInner_Logo .nissoLogo {
  width: 350px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .aboutInner_Logo .nissoLogo {
    width: 224px;
  }
}

.aboutInner_Logo .chara {
  width: 62px;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .aboutInner_Logo .chara {
    width: 45px;
    margin-left: 20px;
  }
}

.aboutInner .text {
  display: flex;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .aboutInner .text {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

.aboutInner .text p {
  font-size: 20px;
  line-height: 29px;
  margin-top: 40px;
  max-width: 680px;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .aboutInner .text p {
    margin-left: 9px;
    font-size: 14px;
    line-height: 23px;
    margin-top: 0;
    padding: 0 16px;
  }
}

.aboutInner .logos {
  display: flex;
  gap: 48px;
}

@media screen and (max-width: 768px) {
  .aboutInner .logos {
    gap: 26px;
  }
}

.aboutInner .logos img {
  width: 129px;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .aboutInner .logos img {
    width: 86px;
  }
}

/* work */
@media screen and (max-width: 768px) {
  .work {
    padding: 0;
  }
}

.work h2 {
  margin-bottom: 32px;
}

.workInner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .workInner {
    padding: 0 16px 64px;
  }
}

@media screen and (max-width: 768px) {
  .workInner {
    padding: 0 16px 80px;
    gap: 25px;
  }
}

.workItem {
  width: calc(100% / 2);
  max-width: 494px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  gap: 42px;
  color: #333;
  padding: 24px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .workItem {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}

.workItem .workNum {
  position: absolute;
  top: 0;
  left: 8px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 104px;
  line-height: 1;
  color: #78D6F3;
  opacity: 0.15;
}

.workItemContent {
  width: calc(100% - 172px);
}

@media screen and (max-width: 768px) {
  .workItemContent {
    width: 100%;
  }
}

.workItemContent .heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #78D6F3;
}

.workItemContent .text {
  margin-top: 6px;
}

.workItemImg {
  width: 172px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .workItemImg {
    width: 58%;
    margin-top: 0;
  }
}

.workItem:nth-child(3) .workItemImg,
.workItem:nth-child(4) .workItemImg,
.workItem:nth-child(5) .workItemImg {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .workItem:nth-child(3) .workItemImg,
  .workItem:nth-child(4) .workItemImg,
  .workItem:nth-child(5) .workItemImg {
    margin-top: 0;
  }
}

/* FLOW */
.flow {
  padding: 120px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .flow {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 0;
  }
}

.flow .st-head {
  background-color: transparent;
  margin-bottom: 70px;
  color: #004165;
}

@media screen and (max-width: 768px) {
  .flow .st-head {
    padding: 0;
    margin-bottom: 62px;
    font-size: 32px;
  }
}

.flowInner {
  background: #F1F1F1;
  border-radius: 16px 16px 0 0;
  padding: 64px 40px;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .flowInner {
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .flowInner {
    border-radius: 0;
    padding: 64px 16px;
  }
}

.flowItem {
  display: flex;
  align-items: center;
  background-color: #fff;
  max-width: 1024px;
  margin: 0 auto;
  padding: 28px 32px 28px 12px;
  position: relative;
  color: #005682;
}

@media screen and (max-width: 768px) {
  .flowItem {
    flex-direction: column;
    max-width: 343px;
    padding: 48px 16px 28px 16px;
  }
}

.flowHeading {
  font-size: 24px;
  font-weight: bold;
  width: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .flowHeading {
    flex-direction: row;
  }
}

.flowHeading img {
  width: auto;
  height: 51px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .flowHeading img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.flowText {
  font-weight: bold;
  font-size: 20px;
  margin-left: 24px;
  width: calc(100% - 24px - 172px);
}

@media screen and (max-width: 768px) {
  .flowText {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }
}

.flowText span {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .flowText span {
    margin-top: 12px;
  }
}

.flowItem:not(:first-child) {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .flowItem:not(:first-child) {
    margin-top: 62px;
  }
}

.flowItem::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 73px;
  width: 49px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .flowItem::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.flowItem:nth-child(2):before {
  background-image: url(../images/flowNo01.svg);
}

.flowItem:nth-child(3):before {
  background-image: url(../images/flowNo02.svg);
}

.flowItem:nth-child(4):before {
  background-image: url(../images/flowNo03.svg);
}

.flowItem:nth-child(5):before {
  background-image: url(../images/flowNo04.svg);
}

.flowItem:nth-child(6):before {
  background-image: url(../images/flowNo05.svg);
}

/* InterviewLocation */
.interviewLocation {
  background: #F1F1F1;
  border-radius: 0 0 16px 16px;
  padding: 64px 40px 73px;
  max-width: 1024px;
  width: 100%;
  margin: -1px auto 80px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .interviewLocation {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 0;
  }
}

@media screen and (max-width: 768px) {
  .interviewLocation {
    margin-top: -1px;
    padding: 0 16px 64px;
    border-radius: 0;
    margin-bottom: 0;
  }
}

.interviewLocation .st-head {
  background-color: transparent;
  margin-bottom: 24px;
  color: #004165;
}

@media screen and (max-width: 768px) {
  .interviewLocation .st-head {
    margin-bottom: 24px;
    font-size: 32px;
  }
}

.interviewLocationInner {
  max-width: 1024px;
  margin: 0 auto;
}

.interviewLocationInner .locationHeading {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: #004165;
  margin-bottom: 16px;
}

.interviewLocationInner .locationHeading:not(:first-child) {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .interviewLocationInner .locationHeading:not(:first-child) {
    margin-top: 25px;
    font-size: 24px;
    line-height: 35px;
    max-width: 500px;
    margin: 50px auto 16px;
  }
}

.interviewLocation .locationWrapper {
  display: flex;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .interviewLocation .locationWrapper {
    flex-direction: column;
    align-items: center;
  }
}

.interviewLocation .location {
  width: calc(100% / 3);
  max-width: 320px;
  padding: 16px 18px;
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 768px) {
  .interviewLocation .location {
    width: 100%;
    max-width: 500px;
  }
}

.interviewLocation .location p {
  font-size: 14px;
}

.interviewLocation .location .text-center {
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interviewLocation .location .time {
  font-size: 14px;
  margin-top: 16px;
}

.interviewLocation .location .time span {
  padding: 4px 8px;
  background: #004165;
  color: #fff;
}

/* 応募フォーム */
.application {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .application {
    padding: 64px 0;
  }
}

/* maker */
.maker {
  background: #333333;
  padding: 64px 0 80px;
}

.maker h2 {
  color: #fff;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .maker h2 {
    font-size: 24px;
  }
}

.maker h2 br {
  display: none;
}

@media screen and (max-width: 768px) {
  .maker h2 br {
    display: block;
  }
}

.makerInner {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .makerInner {
    padding: 0 16px;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .makerInner {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
  }
}

.makerItem {
  width: calc(100% / 3);
  max-width: 320px;
  background-color: #fff;
  color: #333;
  padding: 16px 0;
}

@media screen and (max-width: 768px) {
  .makerItem {
    width: 100%;
  }
}

.makerItem img {
  height: 83px;
  width: auto;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .makerItem img {
    height: 68px;
  }
}

.makerItem p {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  margin-top: 26px;
}

.makerInner .note {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .makerInner .note {
    font-size: 12px;
  }
}

.makerItem:hover {
  opacity: 0.6;
}

/* footer */
footer a {
  color: #00BAEF !important;
}

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