@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : tsuushin.css                              */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
body {
  content: "";
  background: url(../img/bg.png);
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
}

.mv {
  position: relative;
  width: 100%;
}

.logo {
  position: absolute;
  top: 2.78%;
  left: 2.78%;
  display: block;
  width: 20.21%;
}

.link_flex {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15.97%;
  display: flex;
  justify-content: center;
  gap: 0 4.72%;
  padding: 0 13.19%;
}

.link_item {
  width: 100%;
}

.wrap {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
  padding: 0 40px;
  margin: 0 auto;
}

footer {
  content: "";
  background: url(../img/bg_footer@2x.png) no-repeat top center/100%;
  padding: 17.5% 0 7.43%;
  margin-top: 8.33%;
}
footer .link_flex {
  position: static;
}

.footer_logo {
  display: block;
  width: 35.14%;
  margin: 8.33% auto 0;
}

.sec01 {
  width: 87.5%;
  max-width: 1260px;
  margin: 4.17% auto 0;
}

.sec02 {
  max-width: 1440px;
  margin: 3.13% auto 0;
}

.sec03,
.sec04 {
  max-width: 1440px;
  margin: -7.99% auto 0;
}

.sec05 {
  width: 73.61%;
  max-width: 1060px;
  margin: 6.94% auto 0;
}

.sec06 {
  width: 73.61%;
  max-width: 1060px;
  margin: 8.33% auto 0;
}

/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
@media print, screen and (min-width: 560px) and (max-width: 1080px) {
  /* ---------------------tablet END----------------------------- */
}
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  a:hover img {
    opacity: 1 !important;
  }
  body {
    content: "";
    background: url(../img/bg.png);
  }
  .logo {
    position: static;
    width: 100%;
    background-image: linear-gradient(180deg, rgb(37, 165, 236), rgb(0, 99, 238));
    padding: 30px 10px;
  }
  .logo img {
    width: 64%;
    max-width: 480px;
    margin: 0 auto;
  }
  .bg_mv {
    margin-top: 9.33%;
  }
  .link_flex {
    bottom: 7%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 1.5%;
    padding: 0 5.33%;
  }
  .link_item {
    width: 49.25%;
  }
  .link_item:nth-child(1) {
    width: 100%;
  }
  footer {
    content: "";
    background: url(../img/bg_footer_sp.png) no-repeat top center/100%;
    padding: 26.67% 0 16.67%;
    margin-top: 20%;
  }
  .footer_logo {
    width: 67.47%;
    margin: 16% auto 0;
  }
  .sec01 {
    width: 84%;
    max-width: 84%;
    margin: 10.67% auto 0;
  }
  .sec02 {
    width: 100%;
    max-width: 750px;
    margin: 13.33% auto 0;
  }
  .sec03,
  .sec04 {
    width: 100%;
    max-width: 750px;
    margin: -14.67% auto 0;
  }
  .sec05 {
    width: 86.67%;
    max-width: 86.67%;
    margin: 10.67% auto 0;
  }
  .sec06 {
    width: 86.67%;
    max-width: 86.67%;
    margin: 14.67% auto 0;
  }
  /* -------------------------------------------------- */
}
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
img, svg {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  line-height: 1;
}

/* link */
/* -------------------------------------------------- */
a:link {
  text-decoration: none;
  word-break: break-all;
}
a:visited {
  text-decoration: none;
}
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

/* ---------------全デバイス共通--------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

/* ---------------全デバイス共通(sp)--------------------- */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
}/*# sourceMappingURL=tsuushin.css.map */