
@charset "UTF-8";
@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, header, section, footer {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 1;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  @media only screen and (max-width: 768px) {
    html, body, header, section, footer {
      font-size: 3.3816425121vw; } }

body {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, small,
ul, ol, li, dl, dt, dd,
figure, figcaption,
header, footer, nav, main, article, section, aside, div,
iframe, video, audio {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, p, small,
figure, figcaption,
header, footer, nav, main, article, section, aside, div,
iframe {
  display: block; }

i, em {
  font-style: normal; }

ul, ol, li {
  list-style-type: none; }

a {
  color: #000;
  text-decoration: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

.cf::after {
  content: "";
  display: block;
  clear: both; }

* {
  box-sizing: border-box; }

.nowrap {
  white-space: nowrap;
  display: inline-block; }

.ftWB {
  font-weight: bold; }

.align--c {
  text-align: center; }
.align--r {
  text-align: right; }
.align--l {
  text-align: left; }

.linkExternal {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 0 24 24' width='20px' fill='%230075c1'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z'/%3E%3C/svg%3E") left center no-repeat;
  padding-left: 26px;
  text-decoration: underline; }
  .linkExternal:hover {
    text-decoration: none; }

.linkIcon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 0 20 20' width='20px' fill='%230075c1'%3E%3Cpath d='M10 17l5-5-5-5v10z'/%3E%3Cpath d='M0 24V0h24v24H0z' fill='none'/%3E%3C/svg%3E") left center/contain no-repeat;
  padding-left: 24px;
  text-decoration: underline; }
  .linkIcon:hover {
    text-decoration: none; }

@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) {
  .pc--inline {
    display: inline !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-block {
    display: inline-block !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-block {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--flex {
    display: flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--flex {
    display: none !important; } }
@media print, screen and (min-width: 769px) {
  .pc--inline-flex {
    display: inline-flex !important; } }
@media only screen and (max-width: 768px) {
  .pc--inline-flex {
    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; } }
@media print, screen and (min-width: 769px) {
  .sp--block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--block {
    display: block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-block {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-block {
    display: inline-block !important; } }
@media print, screen and (min-width: 769px) {
  .sp--flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--flex {
    display: flex !important; } }
@media print, screen and (min-width: 769px) {
  .sp--inline-flex {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .sp--inline-flex {
    display: inline-flex !important; } }

.mt0 {
  margin-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mt0 {
      margin-top: 0vw !important; } }

.mb0 {
  margin-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mb0 {
      margin-bottom: 0vw !important; } }

.ml0 {
  margin-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .ml0 {
      margin-left: 0vw !important; } }

.mr0 {
  margin-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .mr0 {
      margin-right: 0vw !important; } }

.mt5 {
  margin-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mt5 {
      margin-top: 1.2077294686vw !important; } }

.mb5 {
  margin-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mb5 {
      margin-bottom: 1.2077294686vw !important; } }

.ml5 {
  margin-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .ml5 {
      margin-left: 1.2077294686vw !important; } }

.mr5 {
  margin-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .mr5 {
      margin-right: 1.2077294686vw !important; } }

.mt10 {
  margin-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mt10 {
      margin-top: 2.4154589372vw !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mb10 {
      margin-bottom: 2.4154589372vw !important; } }

.ml10 {
  margin-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .ml10 {
      margin-left: 2.4154589372vw !important; } }

.mr10 {
  margin-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .mr10 {
      margin-right: 2.4154589372vw !important; } }

.mt15 {
  margin-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mt15 {
      margin-top: 3.6231884058vw !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mb15 {
      margin-bottom: 3.6231884058vw !important; } }

.ml15 {
  margin-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .ml15 {
      margin-left: 3.6231884058vw !important; } }

.mr15 {
  margin-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .mr15 {
      margin-right: 3.6231884058vw !important; } }

.mt20 {
  margin-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mt20 {
      margin-top: 4.8309178744vw !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mb20 {
      margin-bottom: 4.8309178744vw !important; } }

.ml20 {
  margin-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .ml20 {
      margin-left: 4.8309178744vw !important; } }

.mr20 {
  margin-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .mr20 {
      margin-right: 4.8309178744vw !important; } }

.mt25 {
  margin-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mt25 {
      margin-top: 6.038647343vw !important; } }

.mb25 {
  margin-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mb25 {
      margin-bottom: 6.038647343vw !important; } }

.ml25 {
  margin-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .ml25 {
      margin-left: 6.038647343vw !important; } }

.mr25 {
  margin-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .mr25 {
      margin-right: 6.038647343vw !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mt30 {
      margin-top: 7.2463768116vw !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mb30 {
      margin-bottom: 7.2463768116vw !important; } }

.ml30 {
  margin-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .ml30 {
      margin-left: 7.2463768116vw !important; } }

.mr30 {
  margin-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .mr30 {
      margin-right: 7.2463768116vw !important; } }

.mt35 {
  margin-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mt35 {
      margin-top: 8.4541062802vw !important; } }

.mb35 {
  margin-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mb35 {
      margin-bottom: 8.4541062802vw !important; } }

.ml35 {
  margin-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .ml35 {
      margin-left: 8.4541062802vw !important; } }

.mr35 {
  margin-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .mr35 {
      margin-right: 8.4541062802vw !important; } }

.mt40 {
  margin-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mt40 {
      margin-top: 9.6618357488vw !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mb40 {
      margin-bottom: 9.6618357488vw !important; } }

.ml40 {
  margin-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .ml40 {
      margin-left: 9.6618357488vw !important; } }

.mr40 {
  margin-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .mr40 {
      margin-right: 9.6618357488vw !important; } }

.mt45 {
  margin-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mt45 {
      margin-top: 10.8695652174vw !important; } }

.mb45 {
  margin-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mb45 {
      margin-bottom: 10.8695652174vw !important; } }

.ml45 {
  margin-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .ml45 {
      margin-left: 10.8695652174vw !important; } }

.mr45 {
  margin-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .mr45 {
      margin-right: 10.8695652174vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mt50 {
      margin-top: 12.077294686vw !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mb50 {
      margin-bottom: 12.077294686vw !important; } }

.ml50 {
  margin-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .ml50 {
      margin-left: 12.077294686vw !important; } }

.mr50 {
  margin-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .mr50 {
      margin-right: 12.077294686vw !important; } }

.mt55 {
  margin-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mt55 {
      margin-top: 13.2850241546vw !important; } }

.mb55 {
  margin-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mb55 {
      margin-bottom: 13.2850241546vw !important; } }

.ml55 {
  margin-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .ml55 {
      margin-left: 13.2850241546vw !important; } }

.mr55 {
  margin-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .mr55 {
      margin-right: 13.2850241546vw !important; } }

.mt60 {
  margin-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mt60 {
      margin-top: 14.4927536232vw !important; } }

.mb60 {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mb60 {
      margin-bottom: 14.4927536232vw !important; } }

.ml60 {
  margin-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .ml60 {
      margin-left: 14.4927536232vw !important; } }

.mr60 {
  margin-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .mr60 {
      margin-right: 14.4927536232vw !important; } }

.mt65 {
  margin-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mt65 {
      margin-top: 15.7004830918vw !important; } }

.mb65 {
  margin-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mb65 {
      margin-bottom: 15.7004830918vw !important; } }

.ml65 {
  margin-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .ml65 {
      margin-left: 15.7004830918vw !important; } }

.mr65 {
  margin-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .mr65 {
      margin-right: 15.7004830918vw !important; } }

.mt70 {
  margin-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mt70 {
      margin-top: 16.9082125604vw !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mb70 {
      margin-bottom: 16.9082125604vw !important; } }

.ml70 {
  margin-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .ml70 {
      margin-left: 16.9082125604vw !important; } }

.mr70 {
  margin-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .mr70 {
      margin-right: 16.9082125604vw !important; } }

.mt75 {
  margin-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mt75 {
      margin-top: 18.115942029vw !important; } }

.mb75 {
  margin-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mb75 {
      margin-bottom: 18.115942029vw !important; } }

.ml75 {
  margin-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .ml75 {
      margin-left: 18.115942029vw !important; } }

.mr75 {
  margin-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .mr75 {
      margin-right: 18.115942029vw !important; } }

.mt80 {
  margin-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mt80 {
      margin-top: 19.3236714976vw !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mb80 {
      margin-bottom: 19.3236714976vw !important; } }

.ml80 {
  margin-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .ml80 {
      margin-left: 19.3236714976vw !important; } }

.mr80 {
  margin-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .mr80 {
      margin-right: 19.3236714976vw !important; } }

.mt85 {
  margin-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mt85 {
      margin-top: 20.5314009662vw !important; } }

.mb85 {
  margin-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mb85 {
      margin-bottom: 20.5314009662vw !important; } }

.ml85 {
  margin-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .ml85 {
      margin-left: 20.5314009662vw !important; } }

.mr85 {
  margin-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .mr85 {
      margin-right: 20.5314009662vw !important; } }

.mt90 {
  margin-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mt90 {
      margin-top: 21.7391304348vw !important; } }

.mb90 {
  margin-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mb90 {
      margin-bottom: 21.7391304348vw !important; } }

.ml90 {
  margin-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .ml90 {
      margin-left: 21.7391304348vw !important; } }

.mr90 {
  margin-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .mr90 {
      margin-right: 21.7391304348vw !important; } }

.mt95 {
  margin-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mt95 {
      margin-top: 22.9468599034vw !important; } }

.mb95 {
  margin-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mb95 {
      margin-bottom: 22.9468599034vw !important; } }

.ml95 {
  margin-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .ml95 {
      margin-left: 22.9468599034vw !important; } }

.mr95 {
  margin-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .mr95 {
      margin-right: 22.9468599034vw !important; } }

.mt100 {
  margin-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mt100 {
      margin-top: 24.154589372vw !important; } }

.mb100 {
  margin-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mb100 {
      margin-bottom: 24.154589372vw !important; } }

.ml100 {
  margin-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .ml100 {
      margin-left: 24.154589372vw !important; } }

.mr100 {
  margin-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .mr100 {
      margin-right: 24.154589372vw !important; } }

.pt0 {
  padding-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pt0 {
      padding-top: 0vw !important; } }

.pb0 {
  padding-bottom: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pb0 {
      padding-bottom: 0vw !important; } }

.pl0 {
  padding-left: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pl0 {
      padding-left: 0vw !important; } }

.pr0 {
  padding-right: 0px !important; }
  @media only screen and (max-width: 768px) {
    .pr0 {
      padding-right: 0vw !important; } }

.pt5 {
  padding-top: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pt5 {
      padding-top: 1.2077294686vw !important; } }

.pb5 {
  padding-bottom: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pb5 {
      padding-bottom: 1.2077294686vw !important; } }

.pl5 {
  padding-left: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pl5 {
      padding-left: 1.2077294686vw !important; } }

.pr5 {
  padding-right: 5px !important; }
  @media only screen and (max-width: 768px) {
    .pr5 {
      padding-right: 1.2077294686vw !important; } }

.pt10 {
  padding-top: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pt10 {
      padding-top: 2.4154589372vw !important; } }

.pb10 {
  padding-bottom: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pb10 {
      padding-bottom: 2.4154589372vw !important; } }

.pl10 {
  padding-left: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pl10 {
      padding-left: 2.4154589372vw !important; } }

.pr10 {
  padding-right: 10px !important; }
  @media only screen and (max-width: 768px) {
    .pr10 {
      padding-right: 2.4154589372vw !important; } }

.pt15 {
  padding-top: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pt15 {
      padding-top: 3.6231884058vw !important; } }

.pb15 {
  padding-bottom: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pb15 {
      padding-bottom: 3.6231884058vw !important; } }

.pl15 {
  padding-left: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pl15 {
      padding-left: 3.6231884058vw !important; } }

.pr15 {
  padding-right: 15px !important; }
  @media only screen and (max-width: 768px) {
    .pr15 {
      padding-right: 3.6231884058vw !important; } }

.pt20 {
  padding-top: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pt20 {
      padding-top: 4.8309178744vw !important; } }

.pb20 {
  padding-bottom: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pb20 {
      padding-bottom: 4.8309178744vw !important; } }

.pl20 {
  padding-left: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pl20 {
      padding-left: 4.8309178744vw !important; } }

.pr20 {
  padding-right: 20px !important; }
  @media only screen and (max-width: 768px) {
    .pr20 {
      padding-right: 4.8309178744vw !important; } }

.pt25 {
  padding-top: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pt25 {
      padding-top: 6.038647343vw !important; } }

.pb25 {
  padding-bottom: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pb25 {
      padding-bottom: 6.038647343vw !important; } }

.pl25 {
  padding-left: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pl25 {
      padding-left: 6.038647343vw !important; } }

.pr25 {
  padding-right: 25px !important; }
  @media only screen and (max-width: 768px) {
    .pr25 {
      padding-right: 6.038647343vw !important; } }

.pt30 {
  padding-top: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pt30 {
      padding-top: 7.2463768116vw !important; } }

.pb30 {
  padding-bottom: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pb30 {
      padding-bottom: 7.2463768116vw !important; } }

.pl30 {
  padding-left: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pl30 {
      padding-left: 7.2463768116vw !important; } }

.pr30 {
  padding-right: 30px !important; }
  @media only screen and (max-width: 768px) {
    .pr30 {
      padding-right: 7.2463768116vw !important; } }

.pt35 {
  padding-top: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pt35 {
      padding-top: 8.4541062802vw !important; } }

.pb35 {
  padding-bottom: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pb35 {
      padding-bottom: 8.4541062802vw !important; } }

.pl35 {
  padding-left: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pl35 {
      padding-left: 8.4541062802vw !important; } }

.pr35 {
  padding-right: 35px !important; }
  @media only screen and (max-width: 768px) {
    .pr35 {
      padding-right: 8.4541062802vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pt40 {
      padding-top: 9.6618357488vw !important; } }

.pb40 {
  padding-bottom: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pb40 {
      padding-bottom: 9.6618357488vw !important; } }

.pl40 {
  padding-left: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pl40 {
      padding-left: 9.6618357488vw !important; } }

.pr40 {
  padding-right: 40px !important; }
  @media only screen and (max-width: 768px) {
    .pr40 {
      padding-right: 9.6618357488vw !important; } }

.pt45 {
  padding-top: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pt45 {
      padding-top: 10.8695652174vw !important; } }

.pb45 {
  padding-bottom: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pb45 {
      padding-bottom: 10.8695652174vw !important; } }

.pl45 {
  padding-left: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pl45 {
      padding-left: 10.8695652174vw !important; } }

.pr45 {
  padding-right: 45px !important; }
  @media only screen and (max-width: 768px) {
    .pr45 {
      padding-right: 10.8695652174vw !important; } }

.pt50 {
  padding-top: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pt50 {
      padding-top: 12.077294686vw !important; } }

.pb50 {
  padding-bottom: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pb50 {
      padding-bottom: 12.077294686vw !important; } }

.pl50 {
  padding-left: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pl50 {
      padding-left: 12.077294686vw !important; } }

.pr50 {
  padding-right: 50px !important; }
  @media only screen and (max-width: 768px) {
    .pr50 {
      padding-right: 12.077294686vw !important; } }

.pt55 {
  padding-top: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pt55 {
      padding-top: 13.2850241546vw !important; } }

.pb55 {
  padding-bottom: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pb55 {
      padding-bottom: 13.2850241546vw !important; } }

.pl55 {
  padding-left: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pl55 {
      padding-left: 13.2850241546vw !important; } }

.pr55 {
  padding-right: 55px !important; }
  @media only screen and (max-width: 768px) {
    .pr55 {
      padding-right: 13.2850241546vw !important; } }

.pt60 {
  padding-top: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pt60 {
      padding-top: 14.4927536232vw !important; } }

.pb60 {
  padding-bottom: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pb60 {
      padding-bottom: 14.4927536232vw !important; } }

.pl60 {
  padding-left: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pl60 {
      padding-left: 14.4927536232vw !important; } }

.pr60 {
  padding-right: 60px !important; }
  @media only screen and (max-width: 768px) {
    .pr60 {
      padding-right: 14.4927536232vw !important; } }

.pt65 {
  padding-top: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pt65 {
      padding-top: 15.7004830918vw !important; } }

.pb65 {
  padding-bottom: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pb65 {
      padding-bottom: 15.7004830918vw !important; } }

.pl65 {
  padding-left: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pl65 {
      padding-left: 15.7004830918vw !important; } }

.pr65 {
  padding-right: 65px !important; }
  @media only screen and (max-width: 768px) {
    .pr65 {
      padding-right: 15.7004830918vw !important; } }

.pt70 {
  padding-top: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pt70 {
      padding-top: 16.9082125604vw !important; } }

.pb70 {
  padding-bottom: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pb70 {
      padding-bottom: 16.9082125604vw !important; } }

.pl70 {
  padding-left: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pl70 {
      padding-left: 16.9082125604vw !important; } }

.pr70 {
  padding-right: 70px !important; }
  @media only screen and (max-width: 768px) {
    .pr70 {
      padding-right: 16.9082125604vw !important; } }

.pt75 {
  padding-top: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pt75 {
      padding-top: 18.115942029vw !important; } }

.pb75 {
  padding-bottom: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pb75 {
      padding-bottom: 18.115942029vw !important; } }

.pl75 {
  padding-left: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pl75 {
      padding-left: 18.115942029vw !important; } }

.pr75 {
  padding-right: 75px !important; }
  @media only screen and (max-width: 768px) {
    .pr75 {
      padding-right: 18.115942029vw !important; } }

.pt80 {
  padding-top: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pt80 {
      padding-top: 19.3236714976vw !important; } }

.pb80 {
  padding-bottom: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pb80 {
      padding-bottom: 19.3236714976vw !important; } }

.pl80 {
  padding-left: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pl80 {
      padding-left: 19.3236714976vw !important; } }

.pr80 {
  padding-right: 80px !important; }
  @media only screen and (max-width: 768px) {
    .pr80 {
      padding-right: 19.3236714976vw !important; } }

.pt85 {
  padding-top: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pt85 {
      padding-top: 20.5314009662vw !important; } }

.pb85 {
  padding-bottom: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pb85 {
      padding-bottom: 20.5314009662vw !important; } }

.pl85 {
  padding-left: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pl85 {
      padding-left: 20.5314009662vw !important; } }

.pr85 {
  padding-right: 85px !important; }
  @media only screen and (max-width: 768px) {
    .pr85 {
      padding-right: 20.5314009662vw !important; } }

.pt90 {
  padding-top: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pt90 {
      padding-top: 21.7391304348vw !important; } }

.pb90 {
  padding-bottom: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pb90 {
      padding-bottom: 21.7391304348vw !important; } }

.pl90 {
  padding-left: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pl90 {
      padding-left: 21.7391304348vw !important; } }

.pr90 {
  padding-right: 90px !important; }
  @media only screen and (max-width: 768px) {
    .pr90 {
      padding-right: 21.7391304348vw !important; } }

.pt95 {
  padding-top: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pt95 {
      padding-top: 22.9468599034vw !important; } }

.pb95 {
  padding-bottom: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pb95 {
      padding-bottom: 22.9468599034vw !important; } }

.pl95 {
  padding-left: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pl95 {
      padding-left: 22.9468599034vw !important; } }

.pr95 {
  padding-right: 95px !important; }
  @media only screen and (max-width: 768px) {
    .pr95 {
      padding-right: 22.9468599034vw !important; } }

.pt100 {
  padding-top: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pt100 {
      padding-top: 24.154589372vw !important; } }

.pb100 {
  padding-bottom: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pb100 {
      padding-bottom: 24.154589372vw !important; } }

.pl100 {
  padding-left: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pl100 {
      padding-left: 24.154589372vw !important; } }

.pr100 {
  padding-right: 100px !important; }
  @media only screen and (max-width: 768px) {
    .pr100 {
      padding-right: 24.154589372vw !important; } }

body {
  line-height: 1.6; }

/*ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    header {
      height: 12.077294686vw; } }

#wrapper {
  width: 100%;
  overflow-x: hidden !important; }

.hd_inner {
  width: 1046px;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .hd_inner {
      margin: 1.2077294686vw 2.4154589372vw 1.2077294686vw 2.4154589372vw;
      width: 96%; } }

.hd_txt {
  display: flex;
  align-items: center; }

@media print, screen and (min-width: 769px) {
  .hd_txt img {
    width: 110px;
    height: 34px; } }

.hd_txt h1 {
  font-size: 1.5rem;
  margin-left: 30px;
  padding-top: 5px; }
  @media only screen and (max-width: 768px) {
    .hd_txt h1 {
      display: none; } }

.hd_txt h1 span {
  color: #0075c1;
  font-weight: 600;
  line-height: 1.3; }

.cv-wrap {
  display: flex; }

.cv {
  height: 70px;
  background-color: #efefef;
  padding: 15px 50px 15px 30px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media only screen and (max-width: 768px) {
    .cv {
      height: 7.2463768116vw;
      padding: 0;
      width: 28.9855072464vw;
      height: 9.6618357488vw;
      position: relative; } }
  @media only screen and (max-width: 768px) {
    .cv.sample {
      margin-right: 2.4154589372vw; } }

.cv:hover {
  opacity: .5; }

.btn-cv {
  color: #0075c1;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .btn-cv {
      color: #0075c1;
      width: 100%;
      height: 100%;
      font-weight: 600;
      font-size: 3.1400966184vw;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center; } }

.btn-cv::after {
  margin-left: 1.2rem;
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  top: 28px; }
  @media only screen and (max-width: 768px) {
    .btn-cv::after {
      font-family: FontAwesome;
      content: "\f003";
      position: static;
      font-size: 5.7971014493vw; } }
  .sample .btn-cv::after {
    font-family: FontAwesome;
    content: "\f175";
    font-weight: normal; }

/*フッター*/
footer {
  background-color: #0075c1; }

.footer_inner {
  padding: 45px 0;
  width: 1046px;
  margin: 0 auto;
  text-align: center; }

.ft_inner_txt {
  padding: 0 15px; }

.ft_inner_txt p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #ece237;
  margin-bottom: 25px;
  line-height: 1.5; }

.ft_inner_txt p::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 50px;
  background-color: #ece237;
  transform: skewX(25deg);
  margin-right: 20px; }

.ft_inner_txt p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 50px;
  background-color: #ece237;
  transform: skewX(-25deg);
  margin-left: 20px; }

.footer-contact span {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px; }

.ft_co_txt p {
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 20px;
  width: 460px;
  line-height: 1.5; }

.tel {
  margin-top: 20px;
  font-size: 3.5rem;
  color: white !important;
  font-weight: 600; }
  .tel::before {
    margin-right: 1.6rem;
    font-family: FontAwesome;
    content: "\f095"; }

.copyright {
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  padding: 15px 0;
  background-color: #16607f;
  letter-spacing: 0.075em; }

@media only screen and (max-width: 768px) {
  .footer_inner {
    padding: 25px 0;
    width: 95%; }

  .ft_inner_txt p {
    font-size: 1.5rem;
    margin-bottom: 20px; }

  .ft_inner_txt p::before {
    display: none; }

  .ft_inner_txt p::after {
    display: none; }

  .ft_co_txt p {
    font-size: 1.5rem;
    width: 90%; }

  .tel {
    font-size: 2.5rem; }

  .copyright {
    font-size: 12px;
    letter-spacing: 0; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .copyright {
      font-size: 2.8985507246vw; } }

.firstview {
  margin-top: 70px;
  position: relative;
  z-index: -6; }
  @media only screen and (max-width: 768px) {
    .firstview {
      margin-top: 12.077294686vw; } }

.main_visual {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding: 0; }

.mv_content {
  min-height: 440px;
  height: 60vh;
  background: url("/media_library/consolidate/images/case/lp/e-higashi_02/e-higashi_02_mv.png") no-repeat center top/cover;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .mv_content {
      background: url("/media_library/consolidate/images/case/lp/e-higashi_02/e-higashi_02_mv_sp.png") no-repeat center bottom/contain;
      height: auto;
      min-height: 0;
      padding-bottom: 51.3695652174vw;
      background-size: 100vw 51.3695652174vw; } }

@media print, screen and (min-width: 769px) {
  .secondview {
    margin-top: -5rem; } }
@media only screen and (max-width: 768px) {
  .secondview {
    margin-top: 0;
    width: 95%;
    margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .br_sp {
    display: none; } }
@media only screen and (max-width: 768px) {
  .br_pc {
    display: none; } }
.h2-area {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin: 0 auto 80px;
  background-color: #fff;
  position: relative;
  padding: 30px 160px 20px 160px;
  top: 72%; }
  @media only screen and (max-width: 768px) {
    .h2-area {
      width: 95%;
      margin-bottom: 30px;
      margin-top: -20px;
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  @media only screen and (max-width: 768px) {
    .h2-area::before {
      display: none; } }
  .h2-area::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/media_library/consolidate/images/case/lp/bg_stripe01.png");
    background-repeat: repeat;
    position: absolute;
    z-index: -5;
    right: -10px;
    bottom: -10px; }
    @media only screen and (max-width: 768px) {
      .h2-area::after {
        right: -5px;
        bottom: -5px; } }
  .h2-area__name {
    font-size: 2.1rem;
    vertical-align: middle;
    margin-bottom: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .h2-area__name {
        font-size: 4.1062801932vw;
        color: #000043;
        text-align: center;
        line-height: 1.5; } }
    .h2-area__name small {
      font-size: 1.2rem;
      display: inline-block;
      background: #76BBC6;
      color: #fff;
      padding: 5px;
      margin-left: 1em; }
      @media only screen and (max-width: 768px) {
        .h2-area__name small {
          font-size: 3.3816425121vw;
          padding: 0.4830917874vw 1.2077294686vw 0.4830917874vw 1.2077294686vw; } }
      .h2-area__name small:not(:first-child) {
        margin-left: .5em; }
      @media only screen and (max-width: 768px) {
        .h2-area__name small:first-child {
          margin-left: 0; } }
  .h2-area__catch {
    color: #000043;
    font-size: 2.9rem;
    font-weight: 600;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .h2-area__catch {
        font-size: 5.3140096618vw; } }
    .h2-area__catch em {
      color: #0075c1; }
  .h2-area__txt {
    margin: 0 auto 150px; }
    @media print, screen and (min-width: 769px) {
      .h2-area__txt {
        width: 1046px;
        max-width: 90%; } }
    @media only screen and (max-width: 768px) {
      .h2-area__txt {
        margin: 0 auto 30px; } }
    .h2-area__txt p {
      font-size: 1.5rem;
      line-height: 1.7;
      margin-bottom: 25px; }
      @media only screen and (max-width: 768px) {
        .h2-area__txt p {
          text-align: left;
          font-size: 3.3816425121vw;
          line-height: 1.6;
          margin-bottom: 15px; } }
      .h2-area__txt p:last-child {
        margin-bottom: 0; }

.thirdview {
  margin-top: -3.75rem;
  background-image: url("/media_library/consolidate/images/case/lp/bg_stripe02.png"); }
  @media only screen and (max-width: 768px) {
    .thirdview {
      margin-top: 9rem;
      background-image: none; } }

.third_content {
  background-color: #fff;
  width: 1046px;
  max-width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .third_content {
      background-color: #fff;
      width: 100%;
      margin: 0 auto; } }

.content_area_01 {
  position: relative; }

.third_h2 {
  background-image: url("/media_library/consolidate/images/case/lp/fukidashi.png");
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: 15%;
  top: -15%;
  height: 129px;
  display: flex;
  align-items: center; }
  @media print, screen and (min-width: 769px) {
    .third_h2 {
      width: 737px; } }
  @media only screen and (max-width: 768px) {
    .third_h2 {
      background-image: url("/media_library/consolidate/images/case/lp/fukidashi_sp.png");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: -18vw;
      letter-spacing: 12vw;
      right: 3vw;
      left: 13vw;
      height: 33.8164251208vw; } }

.third_h2 h2 {
  font-size: 1.8rem;
  color: #788283;
  font-weight: 600;
  padding: 30px 35px 70px !important;
  letter-spacing: 0.02em; }
  @media only screen and (max-width: 768px) {
    .third_h2 h2 {
      font-size: 3.8647342995vw;
      color: #84c2cc;
      padding: 0vw 4.8309178744vw 10.8695652174vw 4.8309178744vw;
      line-height: 1.2;
      letter-spacing: 0; } }

.third_h2_02 {
  background-image: url("/media_library/consolidate/images/case/lp/bg_item.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 0; }
  @media only screen and (max-width: 768px) {
    .third_h2_02 {
      background: url("/media_library/consolidate/images/case/lp/bg_item_sp.svg") bottom center/cover;
      padding: 4rem 0 4rem; } }

.third_h2_02 p {
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .third_h2_02 p {
      font-size: 3.8647342995vw;
      text-align: right;
      margin-bottom: 5px; } }

.third_h2_02 h2 {
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .third_h2_02 h2 {
      font-size: 5.7971014493vw;
      text-align: right;
      width: 90%; } }

.third_h2_02 span {
  font-size: 5.4rem;
  color: #f2ef02;
  font-weight: 600; }
  @media only screen and (max-width: 768px) {
    .third_h2_02 span {
      font-size: 6.7632850242vw; } }

.person {
  margin-bottom: 35px;
  padding: 0 0 0 180px; }
  @media only screen and (max-width: 768px) {
    .person {
      margin-bottom: 35px;
      margin-top: 15px;
      padding: 0 0 0 105px; } }
  .person::before {
    background: url("/media_library/consolidate/images/case/lp/e-higashi_02/person01.png") center/contain;
    background-repeat: no-repeat;
    content: "";
    width: 350px;
    height: 339px;
    position: absolute;
    top: 14%;
    left: 25px;
    z-index: 2; }
    @media only screen and (max-width: 768px) {
      .person::before {
        background-repeat: no-repeat;
        content: "";
        width: 48.309178744vw;
        height: 41.0628019324vw;
        position: absolute;
        top: 10%;
        left: -13vw; } }
  .person .name {
    position: relative;
    z-index: 3;
    top: -5px;
    left: 30px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF; }
    @media only screen and (max-width: 768px) {
      .person .name {
        top: -12.077294686vw;
        left: 0; } }
  .person span {
    font-size: 1.16rem;
    font-weight: 600;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .person span {
        font-size: 2.8985507246vw; } }
  .person p {
    font-size: 1.8rem;
    color: #246aa0;
    font-weight: 600;
    text-align: left;
    margin-top: 5px; }
    @media only screen and (max-width: 768px) {
      .person p {
        font-size: 3.6231884058vw; } }

.content_area_02 {
  width: 920px;
  max-width: 100%;
  margin: 0 auto 150px;
  position: relative;
  z-index: 4; }
  @media only screen and (max-width: 768px) {
    .content_area_02 {
      width: 90%;
      margin: -15.7004830918vw auto 19.3236714976vw auto; } }

.index_area {
  background-color: #fff;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .index_area {
      display: block;
      padding: 0; } }

.index_area::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/media_library/consolidate/images/case/lp/bg_stripe01.png");
  background-repeat: repeat;
  position: absolute;
  z-index: 1;
  bottom: -5px; }

.index_area::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/media_library/consolidate/images/case/lp/bg_stripe01.png");
  background-repeat: repeat;
  position: absolute;
  z-index: 0;
  top: -5px; }

.index_content {
  display: flex;
  padding: 25px 35px;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  position: relative;
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .index_content {
      flex-direction: column;
      padding: 6.038647343vw 4.8309178744vw 6.038647343vw 7.2463768116vw; } }

.index_content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  width: 60px;
  margin-right: 4em; }
  @media only screen and (max-width: 768px) {
    .index_content h3 {
      text-align: center;
      margin: 0 0 10px;
      width: auto; } }

@media print, screen and (min-width: 769px) {
  .index-list {
    width: calc(100% - 80px); } }
.index-list li {
  margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .index-list li {
      display: block;
      margin: 0 auto 15px;
      width: 100%; } }
  .index-list li:last-child {
    margin-bottom: 0; }
  .index-list li a {
    display: flex; }
    @media only screen and (max-width: 768px) {
      .index-list li a {
        line-height: 1.2;
        margin-right: 0;
        align-items: center;
        display: block; } }
    .index-list li a:hover {
      opacity: .5; }
    @media only screen and (max-width: 768px) {
      .index-list li a::before {
        left: -25%; } }
  @media only screen and (max-width: 768px) {
    .index-list li p {
      line-height: 1.2;
      margin-top: 5px;
      font-size: 3.3816425121vw; } }
.index-list span {
  font-size: 1.5rem;
  color: #0075c1;
  font-weight: 600;
  margin-right: 1.1rem;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 64px;
  margin-right: 2em; }
  @media only screen and (max-width: 768px) {
    .index-list span {
      font-size: 3.8647342995vw;
      width: 85px; } }
  .index-list span::before {
    background-image: url("/media_library/consolidate/images/case/lp/arrow.svg");
    background-repeat: no-repeat;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -25%;
    top: 15%; }
    @media only screen and (max-width: 768px) {
      .index-list span::before {
        top: 8%;
        height: 19px;
        width: 11px; } }
.index-list__title-name {
  font-size: 1.4rem;
  margin-bottom: 6px; }
  @media only screen and (max-width: 768px) {
    .index-list__title-name {
      font-size: 3.3816425121vw; } }
.index-list__title-detail {
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .index-list__title-detail {
      font-size: 4.1062801932vw; } }

.anchor {
  display: block;
  /*padding-top: 150px;*/
  margin-top: -150px; }
  @media only screen and (max-width: 768px) {
    .anchor {
      padding-top: 30px;
      margin-top: -30px; } }

.mov_area {
  width: 780px;
  margin: 0 auto;
  padding-bottom: 150px; }
  @media only screen and (max-width: 768px) {
    .mov_area {
      width: 100%;
      margin: 0 auto;
      padding-bottom: 60px; } }

.mov_area:last-child {
  padding-bottom: 0; }

.mov_txt {
  display: flex;
  align-items: center;
  margin-bottom: 45px; }
  @media only screen and (max-width: 768px) {
    .mov_txt {
      margin-bottom: 20px;
      align-items: baseline; } }

.mov_txt dt {
  font-size: 6.5rem;
  font-weight: 600;
  color: #0075c1;
  margin-right: 40px;
  position: relative;
  z-index: 1;
  padding-left: 50px; }
  @media only screen and (max-width: 768px) {
    .mov_txt dt {
      font-size: 6.038647343vw;
      margin-right: 10px;
      padding-left: 15px; } }

.mov_txt dt::after {
  background-color: #dfe6ed;
  padding: 0px 285px 285px 28px;
  border-radius: 30px;
  position: absolute;
  content: '';
  z-index: -1;
  top: -55px;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .mov_txt dt::after {
      padding: 0px 80px 140px;
      top: -20px;
      border-radius: 20px; } }

.mov_txt dd {
  font-size: 3.16rem;
  font-weight: 600;
  line-height: 1.4;
  z-index: 2;
  letter-spacing: 0.15rem; }
  @media only screen and (max-width: 768px) {
    .mov_txt dd {
      font-size: 5.7971014493vw; } }

.marker_line {
  background: linear-gradient(transparent 60%, #ece237 0%); }

.movie {
  z-index: 1;
  position: relative;
  margin-left: 190px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .movie {
      width: 78.5024154589vw;
      margin: 0vw auto 6.038647343vw auto; } }
  .movie::before {
    background-image: url("/media_library/consolidate/images/case/lp/bg_stripe01.png");
    background-repeat: repeat;
    content: "";
    width: 620px;
    height: 359px;
    position: absolute;
    z-index: -1;
    top: -13px;
    right: -14px; }
    @media only screen and (max-width: 768px) {
      .movie::before {
        width: 85.7487922705vw;
        height: 50.7246376812vw;
        right: -3.6231884058vw;
        top: -3.6231884058vw; } }
  .movie img {
    width: 100%; }
  .movie a {
    display: block; }

.mov_des {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.6;
  margin-left: 178px;
  margin-top: 15px;
  text-align: center; }
  @media print, screen and (min-width: 769px) {
    .mov_des {
      width: 610px; } }
  @media only screen and (max-width: 768px) {
    .mov_des {
      font-size: 3.3816425121vw;
      margin: 0 auto; } }

.movie__cnt-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .movie__cnt-item iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

.mov-detail {
  margin-top: 40px;
  line-height: 1.6; }
  .mov-detail__q {
    font-size: 1.6rem;
    color: #0075c1;
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .mov-detail__q {
        font-size: 3.6231884058vw; } }
  .mov-detail__a {
    font-size: 1.5rem;
    margin-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      .mov-detail__a {
        font-size: 3.6231884058vw; } }
  .mov-detail__link {
    font-size: 1.6rem;
    text-align: right;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .mov-detail__link {
        font-size: 3.6231884058vw; } }
    .mov-detail__link-item {
      text-decoration: underline;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%230075c1'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M10 8v8l5-4-5-4zm9-5H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14z'/%3E%3C/svg%3E") no-repeat left center;
      padding-left: 26px; }
      .mov-detail__link-item:hover {
        text-decoration: none; }
  .mov-detail__attractions {
    margin: 30px 0 40px;
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .mov-detail__attractions {
        margin: 7.2463768116vw 0vw 9.6618357488vw 0vw; } }
    .mov-detail__attractions-inner {
      font-size: 1.5rem;
      border: 5px solid #dfe6ed;
      padding: 15px 25px;
      border-radius: 10px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .mov-detail__attractions-inner {
          font-size: 3.6231884058vw;
          padding: 3.6231884058vw 3.6231884058vw 2.4154589372vw 3.6231884058vw; } }
      .mov-detail__attractions-inner::before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='27' height='24' viewBox='0 0 27 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='グループ_1' data-name='グループ 1' transform='translate(-134 -266)'%3E%3Cpath id='arrow' data-name='arrow' d='M9,0l9,15H0Z' transform='translate(139 275)' fill='%23fff'/%3E%3Cg id='attractions_arrow' transform='translate(134 266)'%3E%3Cpath id='arrow' data-name='arrow' d='M21.375,24H27L13.5,0,0,24H5.625L13.5,10Z' fill='%23dfe6ed'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        width: 28px;
        height: 24px;
        position: absolute;
        top: -24px;
        right: 20px; }
    .mov-detail__attractions h5 {
      color: #707070;
      font-weight: bold;
      font-size: 1.45rem;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .mov-detail__attractions h5 {
          font-size: 3.6231884058vw; } }
    .mov-detail__attractions-list li {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%230075c1'%3E%3Crect fill='none' height='24' width='24'/%3E%3Cpath d='M22,5.18L10.59,16.6l-4.24-4.24l1.41-1.41l2.83,2.83l10-10L22,5.18z M19.79,10.22C19.92,10.79,20,11.39,20,12 c0,4.42-3.58,8-8,8s-8-3.58-8-8c0-4.42,3.58-8,8-8c1.58,0,3.04,0.46,4.28,1.25l1.44-1.44C16.1,2.67,14.13,2,12,2C6.48,2,2,6.48,2,12 c0,5.52,4.48,10,10,10s10-4.48,10-10c0-1.19-0.22-2.33-0.6-3.39L19.79,10.22z'/%3E%3C/svg%3E") no-repeat left center;
      padding-left: 28px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 768px) {
        .mov-detail__attractions-list li {
          background-size: 4.8309178744vw 4.8309178744vw;
          padding-left: 6.038647343vw; } }

.dl-btn {
  padding: 20px 0 30px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .dl-btn {
      padding: 4.8309178744vw 0vw 7.2463768116vw 0vw;
      margin-bottom: 12.077294686vw; } }
  .dl-btn__text {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    @media only screen and (max-width: 768px) {
      .dl-btn__text {
        font-size: 3.6231884058vw; } }
    .dl-btn__text::before {
      content: "";
      border: 1px #ccc solid;
      transform: rotate(45deg);
      display: block;
      width: 50px;
      margin-right: .5em; }
      @media only screen and (max-width: 768px) {
        .dl-btn__text::before {
          width: 7.2463768116vw; } }
    .dl-btn__text::after {
      content: "";
      border: 1px #ccc solid;
      transform: rotate(-45deg);
      display: block;
      width: 50px;
      margin-left: .5em; }
      @media only screen and (max-width: 768px) {
        .dl-btn__text::after {
          width: 7.2463768116vw; } }
  .dl-btn__btn.wb_btn {
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .dl-btn__btn.wb_btn {
        margin-top: 4.8309178744vw; } }
    .dl-btn__btn.wb_btn a {
      display: inline-block;
      padding-top: 25px;
      padding-bottom: 25px;
      border-radius: 10px; }
      @media print, screen and (min-width: 769px) {
        .dl-btn__btn.wb_btn a {
          width: 600px; } }
      @media only screen and (max-width: 768px) {
        .dl-btn__btn.wb_btn a {
          width: 90%; } }

.aside {
  text-align: center;
  border: #dfe6ed 5px solid;
  padding: 30px 15px; }
  @media only screen and (max-width: 768px) {
    .aside {
      padding: 3.6231884058vw 3.6231884058vw 3.6231884058vw 3.6231884058vw; } }
  .aside__mov {
    margin-bottom: 20px; }
  .aside__title {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      .aside__title {
        font-size: 3.6231884058vw; } }

@media only screen and (min-width: 768px) {
  .h2_pc {
    display: none; } }
.wb_btn {
  margin-top: 5rem;
  text-align: center; }

.wb_btn a {
  background-image: url("/media_library/consolidate/images/case/lp/bg_stripe03.png");
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 65px 15px 35px;
  background-color: #71b9c4;
  position: relative;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media only screen and (max-width: 768px) {
    .wb_btn a {
      font-size: 4.347826087vw; } }

.wb_btn a:hover {
  opacity: .5; }

.wb_btn a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("/media_library/consolidate/images/case/lp/arrow03.svg");
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: 32%;
  margin-left: 15px; }
  @media only screen and (max-width: 768px) {
    .wb_btn a::after {
      width: 4.8309178744vw;
      height: 4.8309178744vw;
      background-size: contain;
      top: calc(50% - 2.4154589372vw);
      right: 2.4154589372vw; } }

@media only screen and (max-width: 768px) {
  .content_area_03 {
    width: 95%;
    padding-bottom: 90px; }

  .h2_pc {
    background-image: url("/media_library/consolidate/images/case/lp/tokuten_sp.png");
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 0 39px;
    color: #fff;
    margin-bottom: 60px;
    background-size: cover; }

  .wb_btn {
    margin-top: 0; }

  .wb_btn a {
    font-size: 1.5rem; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .wb_btn a {
      font-size: 3.8647342995vw; } }

.company-info {
  margin: 0 auto;
  padding-bottom: 60px;
  font-size: 1.3rem; }
  @media print, screen and (min-width: 769px) {
    .company-info {
      width: 920px; } }
  @media only screen and (max-width: 768px) {
    .company-info {
      width: 95%;
      margin: 0 auto 60px;
      font-size: 3.3816425121vw; } }
  .company-info .profile {
    margin-top: 20px;
    font-size: 100%;
    border-collapse: collapse; }
    @media only screen and (max-width: 768px) {
      .company-info .profile {
        width: 100%; } }
    .company-info .profile caption {
      font-size: 100%;
      text-align: left;
      font-weight: bold;
      color: #366ab3;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .company-info .profile caption {
          font-size: 3.8647342995vw; } }
    .company-info .profile th {
      background-color: #366ab3;
      color: #FFF;
      min-width: 8em;
      padding: 10px;
      border: 1px solid #cecece;
      padding: 5px 9px 4px 9px;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .company-info .profile th {
          font-size: 3.3816425121vw;
          background: #eeeeee;
          color: #333; } }
    .company-info .profile td {
      border: 1px solid #cecece;
      padding: 10px; }
      @media only screen and (max-width: 768px) {
        .company-info .profile td {
          font-size: 3.3816425121vw; } }
      .company-info .profile td:nth-child(3) {
        padding: 5px 9px; }
    @media only screen and (max-width: 768px) {
      .company-info .profile th, .company-info .profile td {
        display: block;
        width: 100%; } }
  .company-info .notice {
    padding: 10px 15px;
    margin: 20px 0;
    border: 1px solid #93BEFF;
    background-color: #EEF4FF; }
.product-lineup {
margin-top:60px;}
#product-lineup .product-lineup--subtitle {
  padding: 10px; }

#product-lineup section {
  padding: 15px 0; }

#product-lineup .lineup {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }

#product-lineup .lineup li {
  width: 49.2%;
  box-shadow: inset -1px 0px #dedede, inset 0px 1px #dedede, inset 0px -1px #dedede;
  border-left: 7px solid #1f5c99;
  padding: 0;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.02rem; }
  @media only screen and (max-width: 768px) {
    #product-lineup .lineup li {
      width: 100%; } }

#product-lineup .lineup li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 4px);
  left: -5px;
  width: 4px;
  height: 7px;
  background-size: contain;
  background: url("/media_library/consolidate/images/img_triangle.png") no-repeat; }

#product-lineup .lineup a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 15px 10px; }

#product-lineup .lineup a:hover {
  color: #ef6316; }

#product-lineup .lineup__title {
  font-weight: bold;
  font-size: 1.7rem;
  display: inline-block;
  margin-bottom: 8px; }

#product-lineup .lineup__sub-title {
  font-weight: bold;
  font-size: 1.1rem;
  display: inline-block;
  margin-bottom: 8px; }

#product-lineup .txR {
  display: none; }

#page_top {
  position: fixed;
  right: 4vh;
  bottom: 4vh;
  z-index: 98;
  -webkit-transition: all .5s;
  transition: all .5s; }

#page_top:hover {
  opacity: .5; }

.fixed-bnr {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 40;
  background: url("/media_library/consolidate/images/case/lp/e-higashi_02/fix_dl.png") no-repeat center;
  width: 290px;
  height: 210px;
  box-shadow: 0 3px 10px rgba(26, 157, 177, 0.3); }
  @media only screen and (max-width: 768px) {
    .fixed-bnr {
      display: none; } }
  .fixed-bnr__link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .fixed-bnr:hover {
    transition: opacity .4s;
    opacity: .7; }
  .fixed-bnr__inner {
    background: rgba(118, 187, 198, 0.9);
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 8px 10px 5px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  .fixed-bnr__close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .fixed-bnr__close i {
      font-size: 30px; }
  .fixed-bnr__title {
    font-size: 1.5rem;
    font-weight: bold; }
  .fixed-bnr__txt {
    font-size: 1.0833333333333rem;
    margin: 5px; }
  .fixed-bnr__dl {
    color: #f2ef02;
    font-size: 1.3333333333333rem;
    font-weight: 700;
    background: url(/media_library/consolidate/images/case/lp/arrow03.svg) no-repeat center right/16px 16px;
    padding-right: 20px; }

.smooth-scroll {
  display: block;
  border-radius: 10%;
  background-color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #0075c1;
  font-size: 22px;
  border: 1px solid #0075c1;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 2; }

/* IE */
_:-ms-lang(x)::-ms-backdrop, .mv_txt {
  text-align: 1.2;
  display: block; }

_:-ms-lang(x)::-ms-backdrop, .mv_txt span {
  display: block; }

_:-ms-lang(x)::-ms-backdrop, .dc_txt {
  line-height: 1.2; }

_:-ms-lang(x)::-ms-backdrop, .dc_txt em {
  background: none;
  color: #ece237; }

_:-ms-lang(x)::-ms-backdrop, .dc_txt p {
  display: block;
  padding-bottom: 40px; }




