@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1.0;
  height: 1.6em;
}

/* ie7 hack */
*:first-child + html input {
  line-height: 1.0;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  background-color: #000;
  color: #fff;
}

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

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #666666;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

img {
  width: 100%;
}

@media all and (min-width: 769px) {
  a,
  input[type="button"],
  button,
  dl dt {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  a:hover,
  dl dt:hover::after {
    opacity: 0.6;
  }
  html {
    font-size: 62.5%;
  }
  body {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  .sp-view {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .pc-view {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}

@media all and (min-width: 769px) {
  .mainvisual {
    height: 100vh;
  }
  .mainvisual-wrap {
    position: relative;
    max-width: 1152px;
    height: 100%;
    margin: 0 auto;
  }
  .mainvisual__logo {
    position: absolute;
    top: 6.7%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mainvisual__logo img {
    width: 180px;
  }
  .mainvisual__lead {
    position: absolute;
    top: 45.3%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .mainvisual__lead img {
    max-width: 964px;
  }
  .mainvisual__info {
    position: absolute;
    bottom: 2.6%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mainvisual__info img {
    width: 572px;
  }
  .mainvisual.confirm {
    height: auto;
  }
  .mainvisual.confirm .mainvisual-wrap {
    padding: 50px 0 0;
  }
  .mainvisual.confirm .mainvisual__logo {
    position: relative;
    top: 0;
  }
  .lead {
    padding: 200px 0 0;
  }
  .lead-wrap {
    max-width: 1152px;
    margin: 0 auto;
  }
  .lead__title {
    text-align: center;
    margin-bottom: 90px;
  }
  .lead__title h2 {
    display: inline-block;
    font-size: 64px;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0.5rem;
    color: #000;
    background-color: white;
    padding: 0 1px 3px 5px;
  }
  .lead__text {
    padding: 0 20px;
    max-width: 1093px;
    margin: 0 auto;
  }
  .lead__text p {
    font-size: 28px;
    line-height: 2.36;
    letter-spacing: -0.1rem;
  }
  .project {
    padding: 200px 0 0;
  }
  .project-wrap {
    max-width: 1192px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .project__title {
    text-align: center;
    margin-bottom: 90px;
  }
  .project__title span {
    position: relative;
    width: 186px;
    display: inline-block;
  }
  .project__title span::after {
    content: "";
    position: absolute;
    top: 77px;
    left: calc(50% - 49px);
    width: 98px;
    height: 5px;
    background-color: white;
  }
  .project__detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url(../images/bg-dotline.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1px 12px;
  }
  .project__detail ul li {
    width: 38.28%;
  }
  .project__detail ul li:nth-of-type(1) .project__detail__subtitle img {
    width: 96.37%;
  }
  .project__detail ul li:nth-of-type(2) .project__detail__subtitle img {
    width: 38.77%;
  }
  .project__detail__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .project__detail__pct {
    margin-bottom: 65px;
  }
  .project__detail__subtitle {
    text-align: center;
    margin-bottom: 10px;
  }
  .project__detail p {
    text-align: center;
    font-size: 22px;
    letter-spacing: -0.15rem;
    line-height: 38px;
    margin-bottom: 45px;
  }
}

@media all and (min-width: 769px) and (max-width: 1152px) {
  .project__detail p br {
    display: none;
  }
}

@media all and (min-width: 769px) {
  .project__detail__link {
    text-align: center;
    font-size: 20px;
  }
  .project__detail__link a {
    color: white;
    text-decoration: underline;
  }
  .company {
    padding: 240px 0 0;
  }
  .company-wrap {
    max-width: 1152px;
    margin: 0 auto;
  }
  .company__title {
    text-align: center;
    margin-bottom: 112px;
  }
  .company__title span {
    position: relative;
    width: 255px;
    display: inline-block;
  }
  .company__title span::after {
    content: "";
    position: absolute;
    top: 77px;
    left: calc(50% - 49px);
    width: 98px;
    height: 5px;
    background-color: white;
  }
  .company__logo {
    text-align: center;
    margin-bottom: 72px;
  }
  .company__logo img {
    width: 515px;
  }
  .company__detail {
    padding-left: 318px;
  }
}

@media all and (min-width: 769px) and (max-width: 1152px) {
  .company__detail {
    padding-left: 0px;
  }
  .company__detail table {
    margin-left: calc(50vw - 257px);
  }
}

@media all and (min-width: 769px) {
  .company__detail table {
    width: 700px;
    line-height: 1.5;
    letter-spacing: -0.15rem;
  }
  .company__detail table tr th {
    width: 84px;
    font-size: 18px;
    padding-top: 3px;
  }
  .company__detail table tr td {
    font-size: 24px;
    padding-bottom: 28px;
  }
  .contact {
    padding: 240px 0 0;
  }
  .contact-wrap {
    max-width: 1152px;
    margin: 0 auto;
  }
  .contact__title {
    text-align: center;
    margin-bottom: 90px;
  }
  .contact__title span {
    position: relative;
    width: 204px;
    display: inline-block;
  }
  .contact__title span::after {
    content: "";
    position: absolute;
    top: 77px;
    left: calc(50% - 49px);
    width: 98px;
    height: 5px;
    background-color: white;
  }
  .contact p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 55px;
  }
  .contact__form {
    max-width: 925px;
    margin: 0 auto;
  }
  .contact__form__btn {
    margin-top: 58px;
    text-align: center;
  }
  .contact__form__btn input[type="submit"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 600;
    text-decoration: underline;
    color: white;
  }
  .contact__form__btn-back {
    margin-top: 30px;
    text-align: center;
  }
  .contact__form__btn-back input[type="button"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
    color: white;
  }
  .contact__form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 13px;
  }
  .contact__form dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20.3%;
    background-color: #CCC;
    font-size: 20px;
    letter-spacing: -0.15rem;
    color: black;
  }
  .contact__form dl dd {
    width: 78.6%;
  }
  .contact__form dl dd input[type="text"],
  .contact__form dl dd input[type="email"] {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 20px;
    line-height: 1.6;
    text-indent: 10px;
  }
  .contact__form dl dd textarea {
    border: 0px;
    width: 100%;
    height: 284px;
    font-size: 20px;
    line-height: 1.6;
    padding: 10px;
  }
  .contact.confirm {
    padding: 80px 0;
  }
  .contact.confirm dl dd .contact__form__text {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 10px 20px;
    color: black;
    font-size: 20px;
    line-height: 1.8;
  }
  .contact.complete {
    padding: 80px 0 40px;
  }
  .contact.complete .contact__form p a {
    color: white;
    text-decoration: underline;
  }
  .closing {
    padding: 250px 20px 150px;
  }
  .closing__title {
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 40px;
  }
  .closing__logo {
    max-width: 847px;
    margin: 0 auto;
  }
}

@media all and (max-width: 768px) {
  #Wrapper {
    position: relative;
  }
  #Wrapper::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-image: url(../images/bg--sp.jpg);
    background-size: 100% 100%;
  }
  .mainvisual {
    height: 100vh;
  }
  .mainvisual-wrap {
    position: relative;
    height: 100%;
  }
  .mainvisual__logo {
    position: absolute;
    top: 4.4%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mainvisual__logo img {
    width: 30%;
  }
  .mainvisual__lead {
    position: absolute;
    top: 41.66%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mainvisual__lead img {
    width: 81.48%;
  }
  .mainvisual__info {
    position: absolute;
    bottom: 2.5%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .mainvisual__info img {
    width: 88.88%;
  }
  .mainvisual.confirm {
    height: auto;
  }
  .mainvisual.confirm .mainvisual-wrap {
    padding: 50px 0 0;
  }
  .mainvisual.confirm .mainvisual__logo {
    position: relative;
    top: 0;
  }
  .lead {
    padding: 70px 0 0;
  }
  .lead-wrap {
    margin: 0 auto;
  }
  .lead__title {
    text-align: center;
    margin-bottom: 50px;
  }
  .lead__title h2 {
    display: inline-block;
    font-size: 7.129vw;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0.3rem;
    color: #000;
    background-color: white;
    padding: 0 1px 3px 5px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .lead__title h2 {
    font-size: 38px;
  }
}

@media all and (max-width: 768px) {
  .lead__text {
    width: 82.68%;
    margin: 0 auto;
  }
  .lead__text p {
    font-size: 3.425vw;
    line-height: 2.162;
    letter-spacing: -0.1rem;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .lead__text p {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .project {
    padding: 100px 0 0;
  }
  .project-wrap {
    margin: 0 auto;
  }
  .project__title {
    text-align: center;
    margin-bottom: 75px;
  }
  .project__title span {
    position: relative;
    width: 25.18%;
    display: inline-block;
  }
  .project__title span::after {
    content: "";
    position: absolute;
    top: 54px;
    left: calc(50% - 35px);
    width: 70px;
    height: 3px;
    background-color: white;
  }
  .project__detail ul li {
    width: 88.88%;
    margin: 0 auto;
  }
  .project__detail ul li:nth-of-type(1) {
    background-image: url(../images/bg-dotline--sp.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 12px 1px;
    padding-bottom: 45px;
    margin: 0 auto 45px;
  }
  .project__detail ul li:nth-of-type(1) .project__detail__subtitle img {
    width: 82.5%;
  }
  .project__detail ul li:nth-of-type(2) .project__detail__subtitle img {
    width: 33%;
  }
  .project__detail__title {
    text-align: center;
    font-size: 4.44vw;
    font-weight: 700;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .project__detail__title {
    font-size: 24px;
  }
}

@media all and (max-width: 768px) {
  .project__detail__pct {
    width: 65.83%;
    margin: 0 auto 40px;
  }
  .project__detail__subtitle {
    text-align: center;
    font-size: 1px;
    margin-bottom: 5px;
  }
  .project__detail p {
    text-align: center;
    font-size: 3.14vw;
    letter-spacing: -0.15rem;
    line-height: 1.58;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .project__detail p {
    font-size: 17px;
  }
}

@media all and (max-width: 768px) {
  .project__detail__link {
    text-align: center;
    font-size: 3.7vw;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .project__detail__link {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .project__detail__link a {
    color: white;
    text-decoration: underline;
  }
  .company {
    padding: 120px 0 0;
  }
  .company-wrap {
    margin: 0 auto;
  }
  .company__title {
    text-align: center;
    margin-bottom: 90px;
    font-size: 1px;
  }
  .company__title span {
    position: relative;
    width: 33.7%;
    display: inline-block;
  }
  .company__title span::after {
    content: "";
    position: absolute;
    top: 54px;
    left: calc(50% - 35px);
    width: 70px;
    height: 3px;
    background-color: white;
  }
  .company__logo {
    text-align: center;
    margin-bottom: 55px;
    font-size: 1px;
  }
  .company__logo img {
    width: 47.68%;
  }
  .company__detail table {
    width: 87%;
    line-height: 1.5;
    letter-spacing: -0.15rem;
    margin: 0 auto;
  }
  .company__detail table tr th {
    padding-left: 18px;
    width: 17.7%;
    font-size: 2.4vw;
    padding-top: 2px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .company__detail table tr th {
    font-size: 13px;
  }
}

@media all and (max-width: 768px) {
  .company__detail table tr td {
    font-size: 2.96vw;
    padding-bottom: 7px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .company__detail table tr td {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .contact {
    padding: 120px 0 0;
  }
  .contact-wrap {
    margin: 0 auto;
  }
  .contact__title {
    text-align: center;
    margin-bottom: 60px;
  }
  .contact__title span {
    position: relative;
    width: 26.85%;
    display: inline-block;
  }
  .contact__title span::after {
    content: "";
    position: absolute;
    top: 54px;
    left: calc(50% - 35px);
    width: 70px;
    height: 3px;
    background-color: white;
  }
  .contact p {
    text-align: center;
    font-size: 3.7vw;
    letter-spacing: -0.02rem;
    width: 88.88%;
    margin: 0 auto 28px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .contact p {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .contact__form {
    width: 88.88%;
    margin: 0 auto;
  }
  .contact__form__btn {
    margin-top: 25px;
    text-align: center;
  }
  .contact__form__btn input[type="submit"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 3.7vw;
    font-weight: 600;
    text-decoration: underline;
    color: white;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .contact__form__btn input[type="submit"] {
    font-size: 20px;
  }
}

@media all and (max-width: 768px) {
  .contact__form__btn-back {
    margin-top: 12px;
    text-align: center;
  }
  .contact__form__btn-back input[type="button"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    font-size: 3.3vw;
    font-weight: 500;
    text-decoration: underline;
    color: white;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .contact__form__btn-back input[type="button"] {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .contact__form dl {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact__form dl dt {
    font-size: 2.96vw;
    line-height: 1.2;
    letter-spacing: -0.15rem;
    color: white;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .contact__form dl dt {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .contact__form dl dd input[type="text"],
  .contact__form dl dd input[type="email"] {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 3.33vw;
    line-height: 1.4;
    height: 30px;
    text-indent: 10px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .contact__form dl dd input[type="text"],
  .contact__form dl dd input[type="email"] {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .contact__form dl dd textarea {
    border: 0px;
    width: 100%;
    height: 195px;
    margin-top: 5px;
    font-size: 3.33vw;
    line-height: 1.8;
    padding: 10px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .contact__form dl dd textarea {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .contact.confirm {
    padding: 40px 0;
  }
  .contact.confirm dl dd .contact__form__text {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 8px 15px;
    color: black;
    font-size: 3.33vw;
    line-height: 1.8;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .contact.confirm dl dd .contact__form__text {
    font-size: 18px;
  }
}

@media all and (max-width: 768px) {
  .contact.complete {
    padding: 40px 0 20px;
  }
  .contact.complete .contact__form p a {
    color: white;
    text-decoration: underline;
  }
  .closing {
    padding-top: 125px;
    padding-bottom: 45px;
  }
  .closing__title {
    text-align: center;
    font-size: 4.07vw;
    font-weight: 900;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) and (max-width: 540px) {
  .closing__title {
    font-size: 22px;
  }
}

@media all and (max-width: 768px) {
  .closing__logo {
    width: 78.42%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */