@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");
body {
  position: relative;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

/* -------------------------------------
common
----------------------------------------*/
a {
  color: inherit;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

.ib {
  display: inline-block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.mode_pc,
.mode_pc_ib {
  display: none;
}

.mode_sp {
  display: block;
}

.mode_sp_ib {
  display: inline-block;
}

@media (min-width: 768px) {
  .mode_pc {
    display: block;
  }
  .mode_pc_ib {
    display: inline-block;
  }
  .mode_sp,
  .mode_sp_ib {
    display: none;
  }
}
/* -------------------------------------
header
----------------------------------------*/
header {
  height: 50px;
}
header .inner {
  padding: 9px 8px;
}
header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 295px;
}
header .imgWrap {
  width: 150px;
}
header .textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 10px;
  margin-bottom: 1px;
}
header .textWrap .site {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background: -webkit-gradient(linear, left top, right top, from(#46B2E4), to(#5EA786));
  background: linear-gradient(90deg, #46B2E4 0%, #5EA786 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  header {
    height: 80px;
  }
  header .inner {
    padding: 9px 15px;
  }
  header a {
    width: 545px;
  }
  header .imgWrap {
    width: 290px;
  }
  header .textWrap {
    margin-bottom: 3px;
  }
  header .textWrap .site {
    font-size: 22px;
  }
}
@media (min-width: 1000px) {
  header .inner {
    padding: 9px 30px;
  }
}

/* -------------------------------------
#breadcrumb
----------------------------------------*/
#breadcrumb {
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#46B2E4), to(#5EA786));
  background: linear-gradient(90deg, #46B2E4 0%, #5EA786 100%);
}
#breadcrumb .inner {
  width: 95%;
  padding: 6px 0;
  margin: 0 auto;
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#breadcrumb ul li {
  position: relative;
}
#breadcrumb ul li + li {
  margin-left: 10px;
  padding-left: 10px;
}
#breadcrumb ul li + li::before, #breadcrumb ul li + li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1px;
  height: 6px;
  background: #FFFFFF;
}
#breadcrumb ul li + li::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#breadcrumb ul li + li::after {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#breadcrumb ul li a,
#breadcrumb ul li p {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
#breadcrumb ul li a + a, #breadcrumb ul li a + p {
  margin-left: 16px;
}
@media (min-width: 768px) {
  #breadcrumb {
    margin-bottom: 100px;
  }
  #breadcrumb .inner {
    max-width: 1080px;
    padding: 6px 0;
  }
}

/* -------------------------------------
footer
----------------------------------------*/
footer {
  padding-bottom: 3px;
  border-bottom: 3px solid #121A38;
}
footer .univLink {
  padding: 30px 0;
  margin-bottom: 40px;
  background: #121A38;
}
footer .univLink .list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
}
footer .univLink .list a {
  width: 80%;
  max-width: 200px;
}
footer .univLink .list a + a {
  margin-top: 20px;
}
footer .contact {
  margin-bottom: 23px;
}
footer .contact a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 255px;
  padding: 12px 10px;
  margin: 0 auto;
  background: #121A38;
}
footer .contact a p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #ffffff;
}
footer .contact a p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 130px;
  margin: auto;
  width: 10px;
  height: 7px;
  background: url("/img/common/icon-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
footer .copyright {
  font-size: 9px;
  font-family: "Oswald";
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 500px) {
  footer .univLink .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .univLink .list a + a {
    margin-top: 0;
  }
  footer .univLink .list a:nth-of-type(2n) {
    margin-left: 20px;
  }
  footer .univLink .list a:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  footer .univLink {
    padding: 65px 0;
    margin-bottom: 40px;
    background: #121A38;
  }
  footer .univLink .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1080px;
    margin: 0 auto;
  }
  footer .univLink .list a {
    width: calc((100% - 60px) / 4);
  }
  footer .univLink .list a + a {
    margin-left: 20px;
  }
  footer .univLink .list a:nth-of-type(n+3) {
    margin-top: 0;
  }
  footer .contact a {
    padding: 17px 10px;
  }
  footer .copyright {
    font-size: 11px;
    line-height: 2.3;
  }
}/*# sourceMappingURL=common.css.map */