
@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-size:100%;*/
  vertical-align: baseline;
  background: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 3.7333333333vw;
  }
}
form {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  color: #005eb8;
}

.hover-img:hover {
  opacity: .7;
  transition: opacity .4s;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000000;
}

* {
  box-sizing: border-box;
}

/* font-style */
.fc--green {
  color: #08969b;
}

.fc--red {
  color: #d20024;
}

.fc--blue {
  color: #005eb8;
}

.strong {
  font-size: 1.125em;
  font-weight: bold;
}

.ftWN {
  font-weight: 300;
}

.ftWM {
  font-weight: 500;
}

.ftWB {
  font-weight: bold;
}

.txC {
  text-align: center;
}

.txR {
  text-align: right;
}

.linkExternal {
  background: url("/media_library/images/icon_link_external.gif") no-repeat scroll 0 center transparent;
  padding: 3px 0 3px 13px;
  word-break: break-all;
  word-wrap: break-word !important;
  margin: 0 2px;
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}
.note {
  text-indent: -1.5em;
  padding-left: 1.5em;
  display: inline-block;
}

.note::before {
  content: '※';
  margin-right: .5em;
}

.hover-img:hover {
  opacity: .7;
  transition: opacity .4s;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt5 {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .mt5 {
    margin-top: 0.6666666667vw !important;
  }
}

.mb5 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 0.6666666667vw !important;
  }
}

.ml5 {
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .ml5 {
    margin-left: 0.6666666667vw !important;
  }
}

.mr5 {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .mr5 {
    margin-right: 0.6666666667vw !important;
  }
}

.mt10 {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .mt10 {
    margin-top: 1.3333333333vw !important;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 1.3333333333vw !important;
  }
}

.ml10 {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .ml10 {
    margin-left: 1.3333333333vw !important;
  }
}

.mr10 {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .mr10 {
    margin-right: 1.3333333333vw !important;
  }
}

.mt15 {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .mt15 {
    margin-top: 2vw !important;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 2vw !important;
  }
}

.ml15 {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .ml15 {
    margin-left: 2vw !important;
  }
}

.mr15 {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .mr15 {
    margin-right: 2vw !important;
  }
}

.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .mt20 {
    margin-top: 2.6666666667vw !important;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 2.6666666667vw !important;
  }
}

.ml20 {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .ml20 {
    margin-left: 2.6666666667vw !important;
  }
}

.mr20 {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .mr20 {
    margin-right: 2.6666666667vw !important;
  }
}

.mt25 {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .mt25 {
    margin-top: 3.3333333333vw !important;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 3.3333333333vw !important;
  }
}

.ml25 {
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  .ml25 {
    margin-left: 3.3333333333vw !important;
  }
}

.mr25 {
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .mr25 {
    margin-right: 3.3333333333vw !important;
  }
}

.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .mt30 {
    margin-top: 4vw !important;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 4vw !important;
  }
}

.ml30 {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .ml30 {
    margin-left: 4vw !important;
  }
}

.mr30 {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .mr30 {
    margin-right: 4vw !important;
  }
}

.mt35 {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .mt35 {
    margin-top: 4.6666666667vw !important;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 4.6666666667vw !important;
  }
}

.ml35 {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  .ml35 {
    margin-left: 4.6666666667vw !important;
  }
}

.mr35 {
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  .mr35 {
    margin-right: 4.6666666667vw !important;
  }
}

.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .mt40 {
    margin-top: 5.3333333333vw !important;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 5.3333333333vw !important;
  }
}

.ml40 {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .ml40 {
    margin-left: 5.3333333333vw !important;
  }
}

.mr40 {
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .mr40 {
    margin-right: 5.3333333333vw !important;
  }
}

.mt45 {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .mt45 {
    margin-top: 6vw !important;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 6vw !important;
  }
}

.ml45 {
  margin-left: 45px;
}
@media only screen and (max-width: 768px) {
  .ml45 {
    margin-left: 6vw !important;
  }
}

.mr45 {
  margin-right: 45px;
}
@media only screen and (max-width: 768px) {
  .mr45 {
    margin-right: 6vw !important;
  }
}

.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .mt50 {
    margin-top: 6.6666666667vw !important;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 6.6666666667vw !important;
  }
}

.ml50 {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .ml50 {
    margin-left: 6.6666666667vw !important;
  }
}

.mr50 {
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .mr50 {
    margin-right: 6.6666666667vw !important;
  }
}

.mt55 {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .mt55 {
    margin-top: 7.3333333333vw !important;
  }
}

.mb55 {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 7.3333333333vw !important;
  }
}

.ml55 {
  margin-left: 55px;
}
@media only screen and (max-width: 768px) {
  .ml55 {
    margin-left: 7.3333333333vw !important;
  }
}

.mr55 {
  margin-right: 55px;
}
@media only screen and (max-width: 768px) {
  .mr55 {
    margin-right: 7.3333333333vw !important;
  }
}

.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 8vw !important;
  }
}

.ml60 {
  margin-left: 60px;
}
@media only screen and (max-width: 768px) {
  .ml60 {
    margin-left: 8vw !important;
  }
}

.mr60 {
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .mr60 {
    margin-right: 8vw !important;
  }
}

.mt65 {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  .mt65 {
    margin-top: 8.6666666667vw !important;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 8.6666666667vw !important;
  }
}

.ml65 {
  margin-left: 65px;
}
@media only screen and (max-width: 768px) {
  .ml65 {
    margin-left: 8.6666666667vw !important;
  }
}

.mr65 {
  margin-right: 65px;
}
@media only screen and (max-width: 768px) {
  .mr65 {
    margin-right: 8.6666666667vw !important;
  }
}

.mt70 {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .mt70 {
    margin-top: 9.3333333333vw !important;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 9.3333333333vw !important;
  }
}

.ml70 {
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  .ml70 {
    margin-left: 9.3333333333vw !important;
  }
}

.mr70 {
  margin-right: 70px;
}
@media only screen and (max-width: 768px) {
  .mr70 {
    margin-right: 9.3333333333vw !important;
  }
}

.mt75 {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .mt75 {
    margin-top: 10vw !important;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 10vw !important;
  }
}

.ml75 {
  margin-left: 75px;
}
@media only screen and (max-width: 768px) {
  .ml75 {
    margin-left: 10vw !important;
  }
}

.mr75 {
  margin-right: 75px;
}
@media only screen and (max-width: 768px) {
  .mr75 {
    margin-right: 10vw !important;
  }
}

.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 10.6666666667vw !important;
  }
}

.ml80 {
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .ml80 {
    margin-left: 10.6666666667vw !important;
  }
}

.mr80 {
  margin-right: 80px;
}
@media only screen and (max-width: 768px) {
  .mr80 {
    margin-right: 10.6666666667vw !important;
  }
}

.mt85 {
  margin-top: 85px;
}
@media only screen and (max-width: 768px) {
  .mt85 {
    margin-top: 11.3333333333vw !important;
  }
}

.mb85 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 11.3333333333vw !important;
  }
}

.ml85 {
  margin-left: 85px;
}
@media only screen and (max-width: 768px) {
  .ml85 {
    margin-left: 11.3333333333vw !important;
  }
}

.mr85 {
  margin-right: 85px;
}
@media only screen and (max-width: 768px) {
  .mr85 {
    margin-right: 11.3333333333vw !important;
  }
}

.mt90 {
  margin-top: 90px;
}
@media only screen and (max-width: 768px) {
  .mt90 {
    margin-top: 12vw !important;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 12vw !important;
  }
}

.ml90 {
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .ml90 {
    margin-left: 12vw !important;
  }
}

.mr90 {
  margin-right: 90px;
}
@media only screen and (max-width: 768px) {
  .mr90 {
    margin-right: 12vw !important;
  }
}

.mt95 {
  margin-top: 95px;
}
@media only screen and (max-width: 768px) {
  .mt95 {
    margin-top: 12.6666666667vw !important;
  }
}

.mb95 {
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 12.6666666667vw !important;
  }
}

.ml95 {
  margin-left: 95px;
}
@media only screen and (max-width: 768px) {
  .ml95 {
    margin-left: 12.6666666667vw !important;
  }
}

.mr95 {
  margin-right: 95px;
}
@media only screen and (max-width: 768px) {
  .mr95 {
    margin-right: 12.6666666667vw !important;
  }
}

.mt100 {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .mt100 {
    margin-top: 13.3333333333vw !important;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 13.3333333333vw !important;
  }
}

.ml100 {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  .ml100 {
    margin-left: 13.3333333333vw !important;
  }
}

.mr100 {
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  .mr100 {
    margin-right: 13.3333333333vw !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt5 {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .pt5 {
    padding-top: 0.6666666667vw !important;
  }
}

.pb5 {
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .pb5 {
    padding-bottom: 0.6666666667vw !important;
  }
}

.pl5 {
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .pl5 {
    padding-left: 0.6666666667vw !important;
  }
}

.pr5 {
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .pr5 {
    padding-right: 0.6666666667vw !important;
  }
}

.pt10 {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .pt10 {
    padding-top: 1.3333333333vw !important;
  }
}

.pb10 {
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .pb10 {
    padding-bottom: 1.3333333333vw !important;
  }
}

.pl10 {
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  .pl10 {
    padding-left: 1.3333333333vw !important;
  }
}

.pr10 {
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .pr10 {
    padding-right: 1.3333333333vw !important;
  }
}

.pt15 {
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .pt15 {
    padding-top: 2vw !important;
  }
}

.pb15 {
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .pb15 {
    padding-bottom: 2vw !important;
  }
}

.pl15 {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .pl15 {
    padding-left: 2vw !important;
  }
}

.pr15 {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .pr15 {
    padding-right: 2vw !important;
  }
}

.pt20 {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .pt20 {
    padding-top: 2.6666666667vw !important;
  }
}

.pb20 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .pb20 {
    padding-bottom: 2.6666666667vw !important;
  }
}

.pl20 {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .pl20 {
    padding-left: 2.6666666667vw !important;
  }
}

.pr20 {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .pr20 {
    padding-right: 2.6666666667vw !important;
  }
}

.pt25 {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .pt25 {
    padding-top: 3.3333333333vw !important;
  }
}

.pb25 {
  padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .pb25 {
    padding-bottom: 3.3333333333vw !important;
  }
}

.pl25 {
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  .pl25 {
    padding-left: 3.3333333333vw !important;
  }
}

.pr25 {
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .pr25 {
    padding-right: 3.3333333333vw !important;
  }
}

.pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .pt30 {
    padding-top: 4vw !important;
  }
}

.pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .pb30 {
    padding-bottom: 4vw !important;
  }
}

.pl30 {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .pl30 {
    padding-left: 4vw !important;
  }
}

.pr30 {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .pr30 {
    padding-right: 4vw !important;
  }
}

.pt35 {
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .pt35 {
    padding-top: 4.6666666667vw !important;
  }
}

.pb35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .pb35 {
    padding-bottom: 4.6666666667vw !important;
  }
}

.pl35 {
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .pl35 {
    padding-left: 4.6666666667vw !important;
  }
}

.pr35 {
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .pr35 {
    padding-right: 4.6666666667vw !important;
  }
}

.pt40 {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pt40 {
    padding-top: 5.3333333333vw !important;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 5.3333333333vw !important;
  }
}

.pl40 {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .pl40 {
    padding-left: 5.3333333333vw !important;
  }
}

.pr40 {
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .pr40 {
    padding-right: 5.3333333333vw !important;
  }
}

.pt45 {
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  .pt45 {
    padding-top: 6vw !important;
  }
}

.pb45 {
  padding-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .pb45 {
    padding-bottom: 6vw !important;
  }
}

.pl45 {
  padding-left: 45px;
}
@media only screen and (max-width: 768px) {
  .pl45 {
    padding-left: 6vw !important;
  }
}

.pr45 {
  padding-right: 45px;
}
@media only screen and (max-width: 768px) {
  .pr45 {
    padding-right: 6vw !important;
  }
}

.pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .pt50 {
    padding-top: 6.6666666667vw !important;
  }
}

.pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pb50 {
    padding-bottom: 6.6666666667vw !important;
  }
}

.pl50 {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .pl50 {
    padding-left: 6.6666666667vw !important;
  }
}

.pr50 {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .pr50 {
    padding-right: 6.6666666667vw !important;
  }
}

.pt55 {
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  .pt55 {
    padding-top: 7.3333333333vw !important;
  }
}

.pb55 {
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .pb55 {
    padding-bottom: 7.3333333333vw !important;
  }
}

.pl55 {
  padding-left: 55px;
}
@media only screen and (max-width: 768px) {
  .pl55 {
    padding-left: 7.3333333333vw !important;
  }
}

.pr55 {
  padding-right: 55px;
}
@media only screen and (max-width: 768px) {
  .pr55 {
    padding-right: 7.3333333333vw !important;
  }
}

.pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pt60 {
    padding-top: 8vw !important;
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pb60 {
    padding-bottom: 8vw !important;
  }
}

.pl60 {
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .pl60 {
    padding-left: 8vw !important;
  }
}

.pr60 {
  padding-right: 60px;
}
@media only screen and (max-width: 768px) {
  .pr60 {
    padding-right: 8vw !important;
  }
}

.pt65 {
  padding-top: 65px;
}
@media only screen and (max-width: 768px) {
  .pt65 {
    padding-top: 8.6666666667vw !important;
  }
}

.pb65 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  .pb65 {
    padding-bottom: 8.6666666667vw !important;
  }
}

.pl65 {
  padding-left: 65px;
}
@media only screen and (max-width: 768px) {
  .pl65 {
    padding-left: 8.6666666667vw !important;
  }
}

.pr65 {
  padding-right: 65px;
}
@media only screen and (max-width: 768px) {
  .pr65 {
    padding-right: 8.6666666667vw !important;
  }
}

.pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .pt70 {
    padding-top: 9.3333333333vw !important;
  }
}

.pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .pb70 {
    padding-bottom: 9.3333333333vw !important;
  }
}

.pl70 {
  padding-left: 70px;
}
@media only screen and (max-width: 768px) {
  .pl70 {
    padding-left: 9.3333333333vw !important;
  }
}

.pr70 {
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  .pr70 {
    padding-right: 9.3333333333vw !important;
  }
}

.pt75 {
  padding-top: 75px;
}
@media only screen and (max-width: 768px) {
  .pt75 {
    padding-top: 10vw !important;
  }
}

.pb75 {
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .pb75 {
    padding-bottom: 10vw !important;
  }
}

.pl75 {
  padding-left: 75px;
}
@media only screen and (max-width: 768px) {
  .pl75 {
    padding-left: 10vw !important;
  }
}

.pr75 {
  padding-right: 75px;
}
@media only screen and (max-width: 768px) {
  .pr75 {
    padding-right: 10vw !important;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .pt80 {
    padding-top: 10.6666666667vw !important;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 10.6666666667vw !important;
  }
}

.pl80 {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .pl80 {
    padding-left: 10.6666666667vw !important;
  }
}

.pr80 {
  padding-right: 80px;
}
@media only screen and (max-width: 768px) {
  .pr80 {
    padding-right: 10.6666666667vw !important;
  }
}

.pt85 {
  padding-top: 85px;
}
@media only screen and (max-width: 768px) {
  .pt85 {
    padding-top: 11.3333333333vw !important;
  }
}

.pb85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  .pb85 {
    padding-bottom: 11.3333333333vw !important;
  }
}

.pl85 {
  padding-left: 85px;
}
@media only screen and (max-width: 768px) {
  .pl85 {
    padding-left: 11.3333333333vw !important;
  }
}

.pr85 {
  padding-right: 85px;
}
@media only screen and (max-width: 768px) {
  .pr85 {
    padding-right: 11.3333333333vw !important;
  }
}

.pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 768px) {
  .pt90 {
    padding-top: 12vw !important;
  }
}

.pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .pb90 {
    padding-bottom: 12vw !important;
  }
}

.pl90 {
  padding-left: 90px;
}
@media only screen and (max-width: 768px) {
  .pl90 {
    padding-left: 12vw !important;
  }
}

.pr90 {
  padding-right: 90px;
}
@media only screen and (max-width: 768px) {
  .pr90 {
    padding-right: 12vw !important;
  }
}

.pt95 {
  padding-top: 95px;
}
@media only screen and (max-width: 768px) {
  .pt95 {
    padding-top: 12.6666666667vw !important;
  }
}

.pb95 {
  padding-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .pb95 {
    padding-bottom: 12.6666666667vw !important;
  }
}

.pl95 {
  padding-left: 95px;
}
@media only screen and (max-width: 768px) {
  .pl95 {
    padding-left: 12.6666666667vw !important;
  }
}

.pr95 {
  padding-right: 95px;
}
@media only screen and (max-width: 768px) {
  .pr95 {
    padding-right: 12.6666666667vw !important;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .pt100 {
    padding-top: 13.3333333333vw !important;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 13.3333333333vw !important;
  }
}

.pl100 {
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .pl100 {
    padding-left: 13.3333333333vw !important;
  }
}

.pr100 {
  padding-right: 100px;
}
@media only screen and (max-width: 768px) {
  .pr100 {
    padding-right: 13.3333333333vw !important;
  }
}

h1 {
  margin: 0 0 15px;
  width: auto;
}
@media only screen and (max-width: 768px) {
  h1 {
    margin: 0vw 0vw 2vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    width: 33.3333333333vw;
  }
}

.mv {
  background: url("/media_library/consolidate/solution/images/bg_mv.png") no-repeat;
  background-size: cover;
  background-position: top;
  height: 530px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .mv {
    height: auto;
  }
}
.mv__inner {
  width: 1300px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1199px) {
  .mv__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__inner {
    flex-wrap: wrap;
  }
}
.mv__right {
  width: auto;
  max-width: 450px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .mv__right {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mv__right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__right {
    max-width: none;
  }
}
.mv__left {
  display: block;
  width: calc(100% - 450px);
  min-width: 708px;
}
@media only screen and (max-width: 768px) {
  .mv__left {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__left {
    min-width: auto;
  }
}
.mv__txt-catch {
  color: #3E6398;
  font-size: 54px;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4;
  font-weight: 500;
}
@media only screen and (max-width: 999px) {
  .mv__txt-catch {
    font-size: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt-catch {
    font-size: 7.2vw;
  }
}
.mv__txt-sub {
  color: #3E6398;
  font-size: 24px;
  font-weight: 500;
  margin-top: 5px !important;
}
@media only screen and (max-width: 999px) {
  .mv__txt-sub {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt-sub {
    font-size: 3.0666666667vw;
  }
}
.mv__btn-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .mv__btn-container {
    column-gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv__btn-container {
    flex-wrap: wrap;
  }
}
.mv__btn-box {
  flex-basis: 40%;
  margin: 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .mv__btn-box {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__btn-box {
    margin: 4vw 0vw 0vw 0vw;
  }
}
.mv__btn-download {
  display: block;
  font-size: 1.6rem;
}
.mv__btn-balloon {
  position: relative;
  display: block;
  z-index: 2;
  padding: 8px 20px 9px;
  width: max-content;
  margin: 0 auto -10px;
  background-color: #fff;
  border-radius: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.4rem;
  border: 3px solid #297ef8;
  color: #297ef8;
}
.mv__btn-balloon::before {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  /* 枠の厚みに合わせて調整 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.mv__btn-balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 13px;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #297ef8 transparent transparent transparent;
  z-index: 1;
}
.mv__logo {
  margin: 0 0 15px;
  justify-content: flex-end;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    margin: 4vw 0vw 1.3333333333vw 0vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .mv__logo {
    column-gap: 5px;
  }
}
.mv__count {
  font-size: 76%;
  text-indent: -1em !important;
  padding-left: 1em !important;
}
@media only screen and (max-width: 768px) {
  .mv__count {
    font-size: 55%;
  }
}

#carouselTrack {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
}

.logo-carousel {
  background-color: #fff;
  padding: 25px 0 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .logo-carousel {
    padding: 3.3333333333vw 0vw 2.6666666667vw 0vw;
  }
}
.logo__list {
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: transform;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  column-gap: 32px;
  justify-content: center;
}
.logo__list.start-animation {
  opacity: 1;
}
.logo__list li {
  flex-basis: 220px;
}
.logo__img {
  border: 1px solid #B5B5B5;
  width: 200px;
  height: 145px;
  border-radius: 10px;
}
.logo__img figure {
  height: 123px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.logo__img figure img {
  display: block;
  width: 100%;
}
.logo__img p {
  background: #fff;
  font-size: 10px;
  padding: 0 0 0 5px;
  border-radius: 0 0 10px 10px;
  line-height: 1;
  height: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.logo__tag {
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  font-size: 10px;
  background-color: #fff;
  margin: 7px 0 0;
  display: inline-block;
  width: 70px;
  text-align: center;
}

/* ▼ アニメーション用のクラス（必要に応じて追加） */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.local-nav {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .local-nav {
    font-size: 3.7333333333vw;
  }
}
.local-nav__container {
  background-color: #f7f8fa;
}
.local-nav__inner {
  width: 950px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .local-nav__inner {
    width: 100%;
  }
}




