@charset "UTF-8";

/*フォントカラー*/

/*基本的な背景色*/

/*テキスト用mixin*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0;
}

body {
  width: 100%;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  width: 100%;
  height: 100%;
  background-color: #1C1C1C;
}

.text-wrapper {
  font-size: 2.5rem;
  font-weight: 700;
}

.tab-only {
  display: none;
}

.sp-only {
  display: none;
}

.footer {
  width: 100%;
  height: 14rem;
  background-color: #1C1C1C;
}

.inner.footer__inner {
  max-width: 76.875rem;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 10rem;
  padding-top: 4rem;
}

.footer__logo {
  width: 12.5rem;
  height: auto;
}

.footer__infoText {
  font-size: 0.75rem;
}

.footer__infoText:nth-of-type(2) {
  padding-top: 0.75rem;
}

.copyRight {
  font-size: 0.75rem;
}

.header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__navItem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.header__navItem a {
  padding: 1.5rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  height: 100%;
  display: block;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  /* トランジションを追加 */
}

.header__navItem:first-of-type {
  background-color: #1C1C1C;
  border: 0.125rem solid #1C1C1C;
}

.header__navItem:nth-of-type(2) {
  background-color: #D8211D;
  border: 0.125rem solid #D8211D;
}

.header__navItem:nth-of-type(3) {
  background-color: #1955A6;
  border: 0.125rem solid #1955A6;
}

.header__navItem a:hover {
  background-color: #fff;
}

.header__navItem a:first-of-type:hover {
  color: #1C1C1C;
}

.header__navItem:nth-child(2) a:hover {
  color: #D8211D;
}

.header__navItem:nth-child(3) a:hover {
  color: #1955A6;
}

.inner {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding: 0 6.25rem;
  margin: 0 auto;
}

#page__header.header.page__header {
  position: relative;
  padding-left: 9rem;
  width: 100%;
  height: 12.6875rem;
  -webkit-transform: inherit;
          transform: inherit;
  padding-top: 5rem;
}

#page__header .header__nav {
  position: absolute;
  right: 0;
  bottom: 0;
}

#page__header .fv__logo {
  width: 12.5rem;
  height: auto;
}

.page__wrapper {
  background-image: url(../img/other/company-bg.webp);
  width: 100%;
  height: 100%;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.page__ttl {
  font-size: 2.5rem;
  font-family: "Audiowide", sans-serif;
}

.page__ttlJP {
  font-size: 1.25rem;
  padding-top: 1.25rem;
}

.company {
  padding-top: 5.3125rem;
  padding-bottom: 5rem;
  position: relative;
}

.inner.company__inner {
  max-width: 80rem;
}

.company__contentsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company__table {
  width: 37.8125rem;
  height: 100%;
  font-size: 0.875rem;
}

.company__table tr {
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid #fff;
  display: block;
}

.company__table tr:not(:first-child) {
  padding-top: 2rem;
}

.company__tableCategory {
  width: 7.3125rem;
}

.company__tableContents span {
  display: block;
}

.company__tableContents span:not(:first-of-type) {
  padding-top: 0.875rem;
}

.company__bigBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
  height: 9rem;
  background-color: #D8211D;
  margin-top: 5.5rem;
  position: relative;
}

.company__btnMainText {
  font-size: 1.25rem;
  font-weight: 600;
}

.company__btnText {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6875;
}

.company__bigBtn:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  /* ホバー時の重ねる色 */
}

.page__wrapper.page__wrapper--contact {
  background-image: url(../img/other/contact-bg.webp);
  background-position: right top;
}

.contact {
  width: 100%;
  height: 100%;
  padding-bottom: 5.625rem;
  padding-top: 5.3125rem;
}

#contact .inner__contact {
  max-width: 63.25rem;
  padding: 0 5.625rem;
  margin-left: 6.25rem;
}

#contact .page__ttlJP {
  font-weight: 700;
}

#contact .page__caution {
  font-size: 0.75rem;
  line-height: 1.3333333333;
  padding-top: 0.25rem;
}

#contact .page__caution span {
  color: #D8211D;
}

.contact-form {
  padding-top: 1.5rem;
}

.form-row {
  margin-bottom: 1rem;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-label span {
  color: #D8211D;
  font-size: 1rem;
  margin-left: 0.5rem;
  font-weight: 500;
}

.form-input {
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  margin-top: 0.625rem;
  color: #1C1C1C;
  padding: 0.2rem;
}

.form-textarea {
  width: 100%;
  height: 11.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  margin-top: 0.625rem;
  color: #1C1C1C;
}

textarea {
  width: 100%;
  height: 100%;
  color: #1C1C1C;
}

.btn__contact {
  background-color: #D8211D;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  padding: 0.75rem 0;
  margin-top: 5rem;
  position: relative;
  width: 100%;
  height: 100%;
}

.btn__contact::before:hover {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  /* ホバー時の重ねる色 */
}

.form-input p {
  display: block;
  width: 100%;
  height: 100%;
}

.form-input span {
  display: block;
  width: 100%;
  height: 100%;
}

.form-input input {
  display: block;
  width: 100%;
  height: 100%;
  color: #1C1C1C;
}

.fv {
  width: 100%;
  height: 50.375rem;
  background-image: url(../img/top/fv.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.fv-wrapper {
  padding-top: 17rem;
  margin-left: 6.25rem;
}

.fv__logo {
  width: 25.6875rem;
  height: auto;
  display: block;
}

.fv__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 1rem;
}

.fv-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4545454545;
  padding-top: 3.5rem;
}

.top__wrapper {
  margin-top: 9.75rem;
  background-image: url(../img/top/top-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service {
  background-color: #D8211D;
  width: 100%;
}

.service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__textsWrapper {
  width: 62%;
  padding: 0 1.125rem 0 14rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__ttl {
  font-size: 2.5rem;
  font-family: "Audiowide", sans-serif;
  line-height: 0.9;
}

.section__ttlJP {
  font-size: 1.75rem;
  font-weight: 600;
  padding-top: 1.25rem;
  line-height: 1.4285714286;
}

.service__description {
  font-size: 0.875rem;
  line-height: 1.7;
}

.service__strengthWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.25rem 0;
}

.service__strength {
  padding: 0.5rem 2.5rem;
  background-color: #fff;
  color: #D8211D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.swiper {
  width: 31.25rem;
  height: 31.25rem;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 100%;
  height: auto;
}

#works .swiper {
  width: 28.125rem;
  height: 28.125rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: left;
  margin-left: 1.5rem;
}

.works {
  background-color: rgba(0, 0, 0, 0);
}

.works__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.works__textsWrapper {
  width: 57%;
  padding-left: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#works .section__ttlJP {
  font-size: 1.25rem;
}

.works__table {
  width: 31.25rem;
}

.works__table tr {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.areaAndFaq__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 28rem;
}

.area {
  background-color: #1C1C1C;
  width: 50%;
  height: 100%;
}

.area__wrapper {
  padding: 3.8125rem 3.5625rem 1.75rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.area__map {
  width: 24.75rem;
  height: auto;
}

#area .section__ttlJP {
  font-size: 1.25rem;
  white-space: nowrap;
  margin-right: 6.25rem;
  padding-top: 0.5625rem;
}

.faq {
  width: 50%;
  height: 100%;
}

.faq__wrapper {
  padding: 3.75rem 0 3.75rem 3.75rem;
  width: 31.0625rem;
  margin-right: auto;
}

#faq .section__ttlJP {
  background-color: #D8211D;
  padding: 0.5rem 0 0.5rem 0.75rem;
  margin-top: 0.875rem;
  font-size: 1.25rem;
}

.question {
  margin-top: 1.25rem;
}

.question__q {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.question__text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.2;
  border-bottom: 0.0625rem dotted #fff;
  padding-bottom: 0.25rem;
  margin-left: 1rem;
}

.answer {
  padding-top: 0.25rem;
  font-size: 0.75rem;
}

.to-links__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.to-links__item {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Audiowide", sans-serif;
  padding: 2.25rem 0 2.25rem 4.4375rem;
  position: relative;
}

.to-links__item:first-of-type {
  background-color: #D8211D;
}

.to-links__item:nth-of-type(2) {
  background-color: #1955A6;
}

.to-links__itemJP {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.btn__arrow {
  width: 10.375rem;
  height: auto;
  position: absolute;
  bottom: 2.25rem;
  right: 11.5rem;
}

.to-links__item:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* ホバー時の重ねる色 */
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 1.6666666667vw;
  }

  .pc-only {
    display: none;
  }

  .tab-only {
    display: block;
  }

  .inner.footer__inner {
    max-width: 50rem;
  }

  .header {
    bottom: 0.6875rem;
  }

  .header__navItem a {
    padding: 1.3rem 2rem;
  }

  .inner {
    width: 100%;
    height: 100%;
    padding: 0 1.25rem;
  }

  #page__header.header.page__header {
    padding-left: 4.6875rem;
  }

  .company {
    padding-bottom: 6.25rem;
  }

  .inner.company__inner {
    max-width: 45rem;
  }

  .company__contentsWrapper {
    gap: 1.25rem;
  }

  .company__table td {
    line-height: 1.7142857143;
  }

  .company__bigBtn {
    margin-top: 6.25rem;
  }

  #contact .inner__contact {
    margin-left: inherit;
    margin: 0 auto;
    max-width: 45rem;
    padding: 0 1.25rem;
  }

  .fv {
    height: 28rem;
    background-position: center;
  }

  .fv-wrapper {
    padding-top: 7rem;
    margin-left: 4rem;
  }

  .fv__logo {
    width: 14.5rem;
  }

  .fv__title {
    font-size: 1.375rem;
    padding-top: 1.5rem;
  }

  .fv-text {
    font-size: 1rem;
    padding-top: 3.0625rem;
  }

  .top__wrapper {
    margin-top: 5rem;
  }

  .service__textsWrapper {
    padding: 2rem 2.5625rem;
    width: 50%;
  }

  .section__ttlJP {
    font-size: 1.25rem;
  }

  .service__description {
    font-size: 0.75rem;
  }

  .service__strengthWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    margin: 0.5rem 0;
  }

  .service__strength {
    padding: 0.5rem 4.2rem;
  }

  .service__garally {
    width: 50%;
  }

  .swiper {
    width: 100%;
  }

  #works .swiper {
    width: 100%;
    height: 100%;
  }

  .works__textsWrapper {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2.3125rem;
  }

  .works__table {
    width: 100%;
  }

  .areaAndFaq__contents {
    height: 31.5rem;
  }

  .area__wrapper {
    padding: 3.75rem 3.875rem;
  }

  .area__map {
    width: 15rem;
    margin: 9.375rem 0 0 6.0625rem;
  }

  #area .section__ttlJP {
    font-size: 1rem;
  }

  .faq__wrapper {
    padding: 3.75rem;
    width: 100%;
    height: 100%;
  }

  .to-links__item {
    font-size: 1.5rem;
    padding: 2.6875rem 0 2.6875rem 6.3125rem;
  }

  .btn__arrow {
    width: 6.125rem;
    bottom: 2.625rem;
    right: 2.5rem;
  }
}

@media screen and (max-width: 430px) {
  html {
    font-size: 3.7209302326vw;
  }

  .sp-only {
    display: block;
  }

  .inner.footer__inner {
    max-width: 25rem;
    position: relative;
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.75rem;
    height: 8.875rem;
    padding-top: 2.5rem;
  }

  .footer__logo {
    width: 8rem;
  }

  .copyRight {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5625rem;
  }

  .header {
    bottom: 0;
  }

  .header__navItem a {
    padding: 1.125rem 1.8rem;
  }

  #page__header.header.page__header {
    padding-top: 4.25rem;
    padding-left: 1.6875rem;
  }

  #page__header .fv__logo {
    width: 8rem;
  }

  .company {
    padding-bottom: 2.5rem;
  }

  .inner.company__inner {
    max-width: inherit;
    padding: 0 1.6875rem;
  }

  .company__contentsWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }

  .company__table {
    width: 100%;
  }

  .company__bigBtn {
    margin-top: 2.5625rem;
  }

  .company__btnMainText {
    font-size: 1rem;
  }

  .company__btnText {
    font-size: 0.75rem;
    text-align: center;
    line-height: 2.25;
  }

  .contact {
    padding-bottom: 8rem;
  }

  .btn__contact {
    margin-top: 2.5rem;
  }

  .fv {
    background-image: url(../img/SP/fv-SP.webp);
    background-size: cover;
    height: 52.7rem;
  }

  .fv-wrapper {
    padding-top: 21.4rem;
    margin-left: 0.9375rem;
  }

  .fv__title {
    font-size: 1.25rem;
    padding-top: 1.5rem;
  }

  .fv-text {
    padding-top: 4rem;
  }

  .top__wrapper {
    margin-top: 6.5rem;
  }

  .service__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .service__textsWrapper {
    width: 100%;
    padding: 3rem 1.6875rem 2rem 1.6875rem;
  }

  .service__strengthWrapper {
    margin: 1rem 0 0.5rem 0;
  }

  .service__strength {
    padding: 0.7rem 2.5rem;
  }

  .service__garally {
    width: 100%;
  }

  .swiper {
    height: 24.375rem;
  }

  .works__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: inherit;
  }

  .works__textsWrapper {
    width: 100%;
    padding-left: inherit;
    padding-right: inherit;
    padding: 3.3125rem 2.5rem 3.3125rem 1.875rem;
  }

  .areaAndFaq__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }

  .area {
    width: 100%;
  }

  .area__wrapper {
    padding: 5rem 3.75rem;
    width: 100%;
  }

  .area__map {
    margin: 0 0 0 5rem;
  }

  .faq {
    width: 100%;
  }

  .faq__wrapper {
    padding: 3rem;
  }

  .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .to-links__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .to-links__item {
    width: 100%;
    padding: 2.8125rem 0 2.625rem 2.8125rem;
  }

  .btn__arrow {
    width: 5.6875rem;
    right: 2.8125rem;
  }
}
/*# sourceMappingURL=style.css.map */