@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  box-sizing: border-box;
  color: #4d4c4c;
}

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

ul {
  padding-left: 20px;
}

a {
  text-decoration: none;
  color: #4d4c4c;
  overflow-wrap: break-word;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #4d4c4c;
}

.swiper-container {
  overflow-x: hidden;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/****************************
リンクボタン
**************************/
.link-btn {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: solid 1px #e71e19;
  width: -moz-fit-content;
  width: fit-content;
}
.link-btn .link-name {
  padding-right: 10px;
  font-weight: 500;
  color: #e71e19;
  white-space: nowrap;
}
.link-btn img {
  width: 25px;
}

/****************************
footer
**************************/
.footer-links .links-box {
  width: 1200px;
  margin: 50px auto;
  max-width: 90%;
  display: flex;
  gap: 3px;
  margin-bottom: 100px;
}

footer {
  background: #716e6e;
}
footer a,
footer span,
footer p,
footer .child {
  color: white;
}
footer .footer-box {
  display: flex;
  padding: 50px 5%;
  gap: 50px;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0px auto;
  max-width: 90%;
}
footer .footer-box .left {
  width: 400px;
  max-width: 100%;
}
footer .footer-box .left img {
  width: 350px;
  max-width: 100%;
}
footer .footer-box .left span {
  font-weight: 500;
  font-size: 20px;
  display: flex;
  margin: 20px 0 10px 0;
}
footer .footer-box .left p {
  line-height: 200%;
}
footer .footer-box .right {
  width: calc(100% - 450px);
}
footer .footer-box .right .flex-box {
  display: flex;
  gap: 70px;
  flex-wrap: wrap;
}
footer .footer-box .flex {
  width: calc(33.3333333333% - 70px);
  min-width: 150px;
}
footer .footer-box .child {
  border-bottom: solid 1px white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
footer .footer-box ul {
  padding-left: 0;
}
footer .footer-box ul li {
  padding-bottom: 10px;
}
footer .footer-box ul li a {
  transition: 0.2s;
}
footer .footer-box ul li a:hover {
  color: #0000ff;
}
footer .footer-box .links {
  display: flex;
  margin-top: 40px;
}
footer .footer-box .links a {
  color: #007cce;
  margin-right: 10px;
  background: white;
  padding: 10px 20px;
  font-weight: 500;
}
footer .footer-box .links .left {
  width: auto;
}
footer .footer-box .links .right {
  width: auto;
}
footer .copyright {
  text-align: center;
  color: white;
  padding: 30px 0;
}

@media screen and (max-width: 1150px) {
  .top-flex {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1000px) {
  footer .footer-box {
    flex-direction: column-reverse;
  }
  footer .footer-box .right {
    width: 100%;
  }
  footer .footer-box .right .flex-box {
    justify-content: center;
  }
  footer .footer-box .flex {
    width: calc(50% - 60px);
  }
  footer .footer-box .left {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  footer .footer-box .links .left {
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  footer .footer-box {
    padding: 50px 0%;
  }
  footer .footer-box .right .flex-box {
    gap: 30px;
  }
  .footer-links .links-box {
    flex-direction: column;
  }
}/*# sourceMappingURL=index.css.map */