
@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 {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 300;
  line-height: 1.8;
  color: #333;
}

@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;
  text-decoration: none;
  transition: all .4s;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

/* font-style */
.fc--green {
  color: #08969b;
}

.fc--red {
  color: #d20024;
}

.fc--blue {
  color: #005eb8;
}

.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 {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 6.4vw;
  }
}

h2 {
  font-size: 34px;
  margin: 0 0 40px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    margin: 0vw 0vw 5.3333333333vw 0vw;
  }
}
h2::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background: #53AE5D;
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  h2::after {
    margin: 2.6666666667vw auto 0vw auto;
  }
}

.section__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .section__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .section__inner {
    padding: 8vw 4.6666666667vw 8vw 4.6666666667vw;
  }
}

.btn__conv {
  display: inline-block;
  background: #F1692D;
  border-radius: 6px;
  padding: 8px 25px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn__conv {
    padding: 1.7333333333vw 4vw 1.7333333333vw 4vw;
  }
}
.btn__conv:visited, .btn__conv:active {
  color: #fff;
}
.btn__conv:hover {
  color: #fff;
  opacity: .7;
  transition: opacity .4s;
}

.bg__color--green {
  background-color: #EDF6ED;
}
.bg__color--gray {
  background-color: #F5F5F5;
}

.strong {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .strong {
    font-size: 5.3333333333vw;
  }
}

.marker {
  display: inline;
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: #ffe01a;
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.header {
  position: sticky;
  -webkit-position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0 rgba(48, 112, 48, 0.1);
  height: 80px;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 14.6666666667vw;
  }
}
.header__inner {
  width: 1024px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .header__inner {
    padding: 0vw 4.6666666667vw 0vw 4.6666666667vw;
  }
}
.header__inner figure {
  flex-basis: 135px;
}
@media only screen and (max-width: 768px) {
  .header__inner figure {
    flex-basis: 83px;
  }
}

/*メインビジュアル*/
.mv {
  color: #000;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .mv {
    margin: 0;
  }
}
.mv .section__inner {
  background: #EDF6ED url("/media_library/ao/seminar/online-soudankai/images/mv_bg.png") no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .mv .section__inner {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .mv .section__inner {
    background: #EDF6ED url("/media_library/ao/seminar/online-soudankai/images/mv_sp_bg.png") no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  .mv .section__inner {
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  .mv .section__inner {
    padding: 12vw 0vw 12vw 0vw;
  }
}
.mv__container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 80px 0 110px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .mv__container {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .mv__container {
    flex-wrap: wrap;
  }
}
.mv__txt {
  flex-basis: auto;
}
@media only screen and (max-width: 768px) {
  .mv__txt {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt {
    text-align: center;
  }
}
.mv__txt-catch {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .mv__txt-catch {
    font-size: 4.4vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt-catch {
    margin: 1.3333333333vw 0vw 6vw 0vw;
  }
}
.mv__txt .btn__conv {
  font-size: 18px;
  padding: 17px 75px;
}
@media only screen and (max-width: 768px) {
  .mv__txt .btn__conv {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .mv__txt .btn__conv {
    padding: 3.6vw 11.3333333333vw 3.6vw 11.3333333333vw;
  }
}
.mv__img {
  flex-basis: 360px;
}
@media only screen and (max-width: 768px) {
  .mv__img {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .mv__img {
    text-align: center;
  }
  .mv__img img {
    max-width: 270px;
  }
}

/*オンライン相談会とは*/
.about__txt {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .about__txt {
    font-size: 3.7333333333vw;
  }
}

/*私たちがお答えします*/
.consul__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 55px 110px;
}
@media only screen and (max-width: 768px) {
  .consul__list {
    gap: 30px 0;
  }
}
.consul__list > li {
  text-align: left;
  flex-basis: 445px;
}
@media only screen and (max-width: 768px) {
  .consul__list > li {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .consul__list > li {
    flex-basis: 100%;
  }
}
.consul__ao {
  font-size: 22px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
  color: #53AE5D;
}
@media only screen and (max-width: 768px) {
  .consul__ao {
    font-size: 4.6666666667vw;
  }
}
.consul__ao:hover {
  text-decoration: none;
  color: #53AE5D;
  opacity: .7;
  transition: opacity .4s;
}
.consul__ao:visited, .consul__ao:active {
  color: #53AE5D;
}
.consul__name {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .consul__name {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .consul__name {
    margin: 0vw 0vw 1.3333333333vw 0vw;
  }
}
.consul__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 25px;
  flex-wrap: nowrap;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .consul__box {
    flex-wrap: wrap;
  }
}
.consul__box figure {
  flex-basis: 180px;
}
@media only screen and (max-width: 768px) {
  .consul__box figure {
    flex-basis: 100%;
  }
}
.consul__detail {
  flex-basis: calc(100% - 205px);
}
@media only screen and (max-width: 768px) {
  .consul__detail {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .consul__detail {
    margin: 2vw 0vw 0vw 0vw;
  }
}
.consul__detail dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 15px;
  flex-wrap: wrap;
  text-align: left;
}
.consul__detail dt {
  font-size: 15px;
  color: #fff;
  background-color: #333;
  flex-basis: calc(4em + 10px);
  margin: 0 0 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .consul__detail dt {
    font-size: 3.3333333333vw;
  }
}
.consul__detail dd {
  flex-basis: calc(100% - 85px);
}
.consul__num {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.consul__num li {
  flex-basis: 100%;
}
@media only screen and (max-width: 768px) {
  .consul__num li {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 768px) {
  .consul__num li {
    margin-right: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .consul__num li:last-child {
    margin-right: 0;
  }
}
.consul__tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 15px;
  margin: 6px 0 0;
}
@media only screen and (max-width: 768px) {
  .consul__tag {
    gap: 8px 4px;
  }
}
@media only screen and (max-width: 768px) {
  .consul__tag {
    font-size: 3.3333333333vw;
  }
}
.consul__tag li {
  border: 1px solid #ccc;
  padding: 0 8px 0;
  line-height: 1.6;
  display: inline-block;
  border-radius: 70px;
}

/*お申し込み*/
.conversion {
  text-align: center;
}
.conversion .btn__conv {
  font-size: 24px;
  padding: 16px 68px;
}
@media only screen and (max-width: 768px) {
  .conversion .btn__conv {
    font-size: 4.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .conversion .btn__conv {
    padding: 3.4666666667vw 10.4vw 3.4666666667vw 10.4vw;
  }
}

.footer__inner {
  width: 1024px;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer__inner {
    padding: 4vw 4.6666666667vw 4vw 4.6666666667vw;
  }
}
.footer__copyright {
  font-size: 12px;
  background-color: #F5F5F5;
  padding: 7px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 2.6666666667vw;
  }
}

address {
  font-style: normal;
}
address a {
  text-decoration: underline;
}
address a:hover {
  color: #005eb8;
  text-decoration: none;
}




