@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
select,
input,
button,
textarea {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
select,
input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 1560px) {
  html {
    font-size: 1.0256410256vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.inner {
  width: 100%;
  max-width: 1610px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

img {
  vertical-align: bottom;
}

.lead {
  position: relative;
}

.lead__texts {
  position: absolute;
  top: 48%;
  right: 40%;
  transform: translateX(50%) translateY(-50%);
}

@media screen and (max-width: 767px) {
  .lead__texts {
    right: 38%;
  }
}
.lead__text {
  font-size: 2.5rem;
  font-weight: 500;
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .lead__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 500px) {
  .lead__text {
    font-size: 0.875rem;
  }
}
.lead__text:nth-of-type(1) span {
  font-size: 3.5rem;
  font-weight: 700;
  color: #0093e1;
}

@media screen and (max-width: 767px) {
  .lead__text:nth-of-type(1) span {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 500px) {
  .lead__text:nth-of-type(1) span {
    font-size: 1.125rem;
  }
}
.lead__text:nth-of-type(2) span {
  font-size: 3rem;
  font-weight: 700;
  color: #0093e1;
}

@media screen and (max-width: 767px) {
  .lead__text:nth-of-type(2) span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .lead__text:nth-of-type(2) span {
    font-size: 0.9375rem;
  }
}
.company {
  margin-top: 3.5rem;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .company {
    margin-top: 1rem;
  }
}
.company__title {
  width: 16.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .company__title {
    width: 6.875rem;
  }
}
.company__logos {
  position: relative;
}

.company__logo {
  position: absolute;
  width: 83%;
}

@media screen and (max-width: 767px) {
  .company__logo {
    width: 140%;
  }
}
.company__logo--dummy {
  width: 83%;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .company__logo--dummy {
    width: 140%;
  }
}
.company__logo:nth-of-type(1) {
  animation: slider 60s infinite linear;
}

.company__logo:nth-of-type(2) {
  animation: slider 60s infinite linear;
  animation-delay: -20s;
}

.company__logo:nth-of-type(3) {
  animation: slider 60s infinite linear;
  animation-delay: -40s;
}

@keyframes slider {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.contact {
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 2.5rem;
  }
}
.contact__top--img-box {
  max-width: 750px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact__top--img-box {
    width: 90%;
    height: auto;
  }
}
.contact__form {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 70px;
  }
}
.contact__link {
  position: relative;
  display: block;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.contact__btn--red {
  display: flex;
  justify-content: center;
  align-items: baseline;
  max-width: 560px;
  width: 100%;
  height: 70px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 3px solid #ffffff;
  background: #FD1D04;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -70%);
}

@media screen and (max-width: 1440px) {
  .contact__btn--red {
    max-width: 480px;
    height: 64px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__btn--red {
    max-width: 350px;
    height: 56px;
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact__btn--red {
    max-width: 250px;
    height: 48px;
    font-size: 16px;
  }
}
.contact__btn--green {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 830px;
  width: 100%;
  height: 150px;
  border: 6px solid #ffffff;
  background-image: linear-gradient(#45cf47, #0aaa14);
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
}
.contact__btn--green .contact__btn--logo:nth-of-type(1) {
  width: 100%;
  max-width: 153px;
}
@media screen and (max-width: 1440px) {
  .contact__btn--green .contact__btn--logo:nth-of-type(1) {
    max-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__btn--green .contact__btn--logo:nth-of-type(1) {
    max-width: 90px;
  }
}
@media screen and (max-width: 500px) {
  .contact__btn--green .contact__btn--logo:nth-of-type(1) {
    max-width: 64px;
  }
}
.contact__btn--green .contact__btn--logo:nth-of-type(2) {
  width: 100%;
  max-width: 50px;
}
@media screen and (max-width: 1440px) {
  .contact__btn--green .contact__btn--logo:nth-of-type(2) {
    max-width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__btn--green .contact__btn--logo:nth-of-type(2) {
    max-width: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact__btn--green .contact__btn--logo:nth-of-type(2) {
    max-width: 24px;
  }
}

@media screen and (max-width: 1440px) {
  .contact__btn--green {
    max-width: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__btn--green {
    max-width: 480px;
    height: 120px;
    gap: 10px;
  }
}
@media screen and (max-width: 500px) {
  .contact__btn--green {
    max-width: 340px;
    height: 90px;
  }
}
.contact__head {
  font-size: 48px;
  color: #fff;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.contact__head span {
  font-size: 54px;
}

@media screen and (max-width: 1440px) {
  .contact__head {
    font-size: 40px;
  }
  .contact__head span {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .contact__head {
    font-size: 32px;
  }
  .contact__head span {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .contact__head {
    font-size: 18px;
  }
  .contact__head span {
    font-size: 24px;
  }
}
.u_img100_cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u__size--md {
  font-size: 44px;
}

@media screen and (max-width: 1440px) {
  .u__size--md {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .u__size--md {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .u__size--md {
    font-size: 18px;
  }
}
.u__size--lg {
  font-size: 60px;
  line-height: 0;
}

@media screen and (max-width: 1440px) {
  .u__size--lg {
    font-size: 48px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1024px) {
  .u__size--lg {
    font-size: 40px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 500px) {
  .u__size--lg {
    font-size: 24px;
    line-height: 1.6;
  }
}
.footer {
  background: #9ed6ff;
  padding: 2.5rem 0.9375rem;
  margin-top: 5rem;
  text-align: center;
}

.footer__copy {
  font-size: 0.9375rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 0.875rem;
  }
}
.footer__copy a {
  font-weight: 700;
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */