  /*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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,
small, strong, sub, sup, var,
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;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */

hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Calc letterSpacing for fontSize and letterSpacing */
/* Calc lineHeight for fontSize and lineHeight */
html {
  font-size: 1rem;
  line-height: 62.5%;
}
body{
  background: #fff;
}
main{

  position: relative;
  font-family: "Noto Sans JP", "ÓÎ¥´¥·¥Ã¥¯Ìå", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  letter-spacing: 0.1em;

}
main * {
    word-break: break-word;
  }
main h1, main h2, main h3, main h4, main h5, main h6, main main, main article, main section, main div, main span, main p, main small, main ol, main ul, main li, main dl, main dt, main dd, main a, main b, main i, main table, main caption, main tbody, main tfoot, main thead, main tr, main th, main td, main figure, main figcaption, main canvas, main header, main footer, main nav, main img, main video, main input[type=radio], main label, main button {
    text-align: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    letter-spacing: 0.1em;
  }
main h1::after,main h2::after,main h3::after,main h4::after,main h5::after,main h6::after,main main::after,main article::after,main section::after,main div::after,main span::after,main p::after,main small::after,main ol::after,main ul::after,main li::after,main dl::after,main dt::after,main dd::after,main a::after,main b::after,main i::after,main table::after,main caption::after,main tbody::after,main tfoot::after,main thead::after,main tr::after,main th::after,main td::after,main figure::after,main figcaption::after,main canvas::after,main header::after,main footer::after,main nav::after,main img::after,main video::after,main input[type=radio]::after,main label::after,main button::after{
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-weight: inherit;
    }
main h1::before,main h2::before,main h3::before,main h4::before,main h5::before,main h6::before,main main::before,main article::before,main section::before,main div::before,main span::before,main p::before,main small::before,main ol::before,main ul::before,main li::before,main dl::before,main dt::before,main dd::before,main a::before,main b::before,main i::before,main table::before,main caption::before,main tbody::before,main tfoot::before,main thead::before,main tr::before,main th::before,main td::before,main figure::before,main figcaption::before,main canvas::before,main header::before,main footer::before,main nav::before,main img::before,main video::before,main input[type=radio]::before,main label::before,main button::before{
      display: block;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-weight: inherit;
    }
main main{
    display: block;
  }
main a{
    color: inherit;
    text-decoration: none;
  }
main a,main button{
    -webkit-transition: .3s;
    transition: .3s;
  }
main a:hover,
  main button:hover{
    opacity: .8;
  }
main b {
    font-weight: normal;
  }
main i {
    font-style: normal;
  }
main ol, main ul, main li {
    list-style: none;
  }
main img {
    vertical-align: bottom;
  }
@media (max-width: 989.98px){
main img {
      max-width: 100%;
      height: auto
  }
    }
main h1, main h2, main h3, main h4, main h5, main h6 {
    font-weight: inherit;
  }
main th {
    font-weight: inherit;
  }
main label{
    cursor: pointer;
  }
main textarea{
    resize: vertical;
  }
main input[type="text"],
  main input[type="email"],
  main input[type="password"],
  main input[type="radio"],
  main textarea,
  main button,
  main select{
    letter-spacing: 0.1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: inherit;
    color: inherit;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
main input[type="text"]::-webkit-input-placeholder, main input[type="email"]::-webkit-input-placeholder, main input[type="password"]::-webkit-input-placeholder, main input[type="radio"]::-webkit-input-placeholder, main textarea::-webkit-input-placeholder, main button::-webkit-input-placeholder, main select::-webkit-input-placeholder {
      color: #d3d3d3;
    }
main input[type="text"]::-moz-placeholder, main input[type="email"]::-moz-placeholder, main input[type="password"]::-moz-placeholder, main input[type="radio"]::-moz-placeholder, main textarea::-moz-placeholder, main button::-moz-placeholder, main select::-moz-placeholder {
      color: #d3d3d3;
    }
main input[type="text"]:-ms-input-placeholder, main input[type="email"]:-ms-input-placeholder, main input[type="password"]:-ms-input-placeholder, main input[type="radio"]:-ms-input-placeholder, main textarea:-ms-input-placeholder, main button:-ms-input-placeholder, main select:-ms-input-placeholder {
      color: #d3d3d3;
    }
main input[type="text"]::-ms-input-placeholder, main input[type="email"]::-ms-input-placeholder, main input[type="password"]::-ms-input-placeholder, main input[type="radio"]::-ms-input-placeholder, main textarea::-ms-input-placeholder, main button::-ms-input-placeholder, main select::-ms-input-placeholder {
      color: #d3d3d3;
    }
main input[type="text"]::placeholder, main input[type="email"]::placeholder, main input[type="password"]::placeholder, main input[type="radio"]::placeholder, main textarea::placeholder, main button::placeholder, main select::placeholder {
      color: #d3d3d3;
    }


/* Calc letterSpacing for fontSize and letterSpacing */
/* Calc lineHeight for fontSize and lineHeight */
/* -----------------------------------------------------------------
  Base layout
----------------------------------------------------------------- */
/* layout */
.l-body {
  background-color: #f1f2fb;
}
.l-header{
  font-weight: 500;
}
.l-footer{
  font-weight: 500;
}
#l-main {}
@media screen and (min-width: 990px) {
#l-wrapper {
    min-width: 1076px
}
  }
.l-contents{
  padding: 100px 0;
}
@media (max-width: 989.98px) {
.l-contents{
    padding: 30px 20px
}
  }
.l-contents--contact{
    padding: 50px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--contact{
      padding: 37px 20px 68px
  }
    }
.l-contents--info{
    padding: 48px 0 0;
  }
@media (max-width: 989.98px) {
.l-contents--info{
      padding: 40px 20px 0
  }
    }
@media screen and (min-width: 990px) {
.l-contents--sitemap{
      padding: 60px 0 90px
  }
    }
.l-contents--esg{
    padding: 53px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--esg{
      padding: 45px 20px 68px
  }
    }
.l-contents--corporate{
    padding: 62px 0;
  }
@media (max-width: 989.98px) {
.l-contents--corporate{
      padding: 30px 20px
  }
    }
.l-contents--corporateOrganization{
    padding: 53px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateOrganization{
      padding: 45px 20px 68px
  }
    }
.l-contents--corporateGovernance{
    padding: 53px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateGovernance{
      padding: 35px 20px 68px
  }
    }
.l-contents--corporateMessage{
    padding: 53px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateMessage{
      padding: 35px 20px 68px
  }
    }
.l-contents--corporateProfile{
    padding: 37px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateProfile{
      padding: 27px 0px 0px
  }
    }
.l-contents--casestudyTop{
    padding: 37px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--casestudyTop{
      padding: 27px 20px 68px
  }
    }
.l-contents--casestudyDetail{
    padding: 50px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--casestudyDetail{
      padding: 42px 20px 72px
  }
    }
.l-contents--sitepolicy{
    padding: 67px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--sitepolicy{
      padding: 50px 20px 68px
  }
    }
.l-contents--cookiepolicy{
    padding: 47px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--cookiepolicy{
      padding: 42px 20px 0
  }
    }
.l-contents--snstermsofuse{
    padding: 47px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--snstermsofuse{
      padding: 42px 20px 0
  }
    }
.l-contents--security{
    padding: 47px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--security{
      padding: 42px 20px 68px
  }
    }
.l-contents--error{
    padding: 90px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--error{
      padding: 30px 40px 50px
  }
    }
.l-contents--privacypolicy{
    padding: 50px 0 100px;
  }
@media (max-width: 989.98px) {
.l-contents--privacypolicy{
      padding: 30px 20px 0
  }
    }
.l-contents--corporateTop{
    background: #E8EAF7;
    padding: 0;
  }
.l-contents--corporateExecutives{
    padding:68px 0 50px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateExecutives{
      padding: 25px 20px 68px
  }
    }
.l-contents--corporateOffices{
    padding:68px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateOffices{
      padding: 35px 20px 68px
  }
    }
.l-contents--corporateManagement{
    padding:39px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateManagement{
      padding: 35px 20px 70px
  }
    }
.l-contents--corporateNumbers{
    padding:30px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateNumbers{
      padding: 43px 20px 68px
  }
    }
.l-contents--corporateGroup{
    padding:68px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateGroup{
      padding: 43px 20px 68px
  }
    }
.l-contents--corporatePhilosophy{
    padding: 35px 0 0 0;
  }
@media (max-width: 989.98px) {
.l-contents--corporatePhilosophy{
      padding: 45px 0 0 0
  }
    }
.l-contents--corporateBusiness{
    padding: 47px 0 0 0;
  }
@media (max-width: 989.98px) {
.l-contents--corporateBusiness{
      padding: 47px 20px 0px
  }
    }
.l-contents--corporateHistory{
    padding:30px 0 150px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateHistory{
      padding: 42px 0px 68px;
      border-radius: 0
  }
    }
.l-contents--corporateGallery{
    padding:68px 0 50px;
  }
@media (max-width: 989.98px) {
.l-contents--corporateGallery{
      padding: 25px 20px 68px
  }
    }
.l-contents--infoTop{
    padding:47px 0 0px;
  }
@media (max-width: 989.98px) {
.l-contents--infoTop{
      padding: 33px 20px 0px;
      border-radius: 0
  }
    }
.l-contents--solutionTop{
    padding: 37px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--solutionTop{
      padding: 27px 0 68px
  }
    }
.l-contents--solutionDetail{
    padding: 30px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--solutionDetail{
      padding: 18px 20px 72px
  }
    }
.l-contents--esgTop{
    padding: 37px 0 0 0;
  }
@media (max-width: 989.98px) {
.l-contents--esgTop{
      padding: 27px 0 0 0
  }
    }
.l-contents--esgDetail{
    padding: 30px 0 70px;
  }
@media (max-width: 989.98px) {
.l-contents--esgDetail{
      padding: 18px 20px 72px
  }
    }
.l-contents-header{
  height: 238px;
  padding: 59px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 990px) {
.l-contents-header{
    background: 
      url("/assets/img/layout/icon-o.png") calc(50% + 449px) 136px/ 228px 228px no-repeat,
      url("/assets/img/layout/icon-o.png") calc(50% + 359px) 109px/ 63px 63px no-repeat, 
      url("/assets/img/layout/icon-o.png") calc(50% + 274px) -57px/ 147px 147px no-repeat, 
      url("/assets/img/layout/icon-o.png") calc(50% - 361px) 53px/ 86px 86px no-repeat, 
      url("/assets/img/layout/icon-o.png") calc(50% - 457px) 87px/ 213px 213px no-repeat
}
    .l-contents-header::after{
      content: "";
      width: 140%;
      height: 280px;
      position: absolute;
      bottom: -231px;
      left: -20%;
      background: #f1f2fb;
      border-radius: 100% 100%;
    }
  }
@media (max-width: 989.98px) {
.l-contents-header{
    min-height: 116px;
    height: auto;
    padding: 26px 0 24px;
    background: 
    url("/assets/img/layout/icon-o.png") left calc(50% - 192px) bottom -17px/ 89px 89px no-repeat,
    url("/assets/img/layout/icon-o.png") left calc(50% - 155px) bottom 46px/ 37px 37px no-repeat,
    url("/assets/img/layout/icon-o.png") left calc(50% + 112px) bottom 73px/ 62px 62px no-repeat,
    url("/assets/img/layout/icon-o.png") left calc(50% + 148px) bottom 34px/ 27px 27px no-repeat,
    url("/assets/img/layout/icon-o.png") left calc(50% + 189px) bottom -46px/ 96px 96px no-repeat
    
}
    .l-contents-header::after{
      content: "";
      width: 240%;
      height: 227px;
      position: absolute;
      bottom: -213px;
      left: -70%;
      background: #f1f2fb;
      border-radius: 100% 100%;
    }
  }
.l-contents-header--nobg {
    height: 39px;
    padding: 0;
    background-image: none;
  }
.l-contents-header--nobg::after {
      display: none;
    }
@media (max-width: 989.98px) {
.l-contents-header--nobg {
      display: none
  }
    }
.l-contents-header {

  background-color: #0046FF;
}
.l-contents-header__bread{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #3369FC;
    padding: 13px 0;
  }
@media (max-width: 989.98px) {
.l-contents-header__bread{
      display: none
  }
    }
.l-contents-header__bread ul a{
        letter-spacing: 0;
        font-weight: 500;
      }
.l-contents-header__bread ul {
      margin: 0 auto;
      font-size: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1080px;
}
@media (max-width: 989.98px) {
.l-contents-header__bread ul{
        width: 100%
    }
      }
.l-contents-header__bread ul li:not(:last-child)::after{
           display: inline;
           margin: 0 5px;
           content:">"
         }
.l-contents-header__titleEn{
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 2.4px;
    line-height: 73px;
    margin-bottom: 2px;
  }
@media (max-width: 989.98px) {
.l-contents-header__titleEn{
      margin-bottom: 4px;
      font-size: 30px;
      line-height: 1.3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center
  }
    }
@media (max-width: 989.98px) {
.l-contents-header__titleEn--bread{
        margin-bottom: 0
    }
      }
.l-contents-header__titleJa{
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.7px;
  }
@media (max-width: 989.98px) {
.l-contents-header__titleJa{
      font-size: 10px;
      line-height: 20px
  }
    }
@media screen and (min-width: 990px) {
.l-contents-header--bread{
      height: 248px;
      padding-top: 69px
  }
    }
@media screen and (min-width: 990px) {
.l-contents-header--bread--en{
        height: 230px
    }
      }
@media (max-width: 989.98px) {
.l-contents-header--bread--en{
        padding: 30px 0 44px
    }
      }
.l-contents-articleHeader{
  height: 390px;
  padding: 59px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 989.98px) {
.l-contents-articleHeader{
    min-height: 116px;
    height: auto;
    padding: 0 0 0 0
}
  }
.l-contents-articleHeader__bread{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #3369FC;
    padding: 13px 0;
    background-color: #0046FF;
  }
@media (max-width: 989.98px) {
.l-contents-articleHeader__bread{
      display: none
  }
    }
.l-contents-articleHeader__bread ul a{
        letter-spacing: 0;
        font-weight: 500;
      }
.l-contents-articleHeader__bread ul {
      margin: 0 auto;
      font-size: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1080px;
}
@media (max-width: 989.98px) {
.l-contents-articleHeader__bread ul{
        width: 100%
    }
      }
.l-contents-articleHeader__bread ul li br {
          display: none;
        }
.l-contents-articleHeader__bread ul li:not(:last-child)::after{
           display: inline;
           margin: 0 5px;
           content:">"
         }
.l-contents-articleHeader__visual{
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 1;
    background: #000000;
  }
@media (max-width: 989.98px) {
.l-contents-articleHeader__visual{
      top: 0;
      position: static;
      height: 190px
  }
    }
.l-contents-articleHeader__visual--white {
      background: #ffffff;
    }
.l-contents-articleHeader__visualShadow{
    width: 680px;
    height: 350px;
    position: absolute;
    top: 0;
    right: 0;
  }
@media (max-width: 989.98px) {
.l-contents-articleHeader__visualShadow{
      width: 100%;
      height: 190px;
      position: static;
      overflow: hidden
  }
    }
.l-contents-articleHeader__visualShadow img {
      width: 100%;
      height: inherit;
      -o-object-fit: cover;
         object-fit: cover;
    }
@media screen and (min-width: 990px) {
      .l-contents-articleHeader__visualShadow::after{
        content: '';
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent),color-stop(10%, transparent), color-stop(90%, #000000));
        background-image: linear-gradient(270deg, transparent 0,transparent 10%, #000000 90%);
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(90%, #000000));
        background-image: linear-gradient(270deg, transparent 0 10%, #000000 90%);
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
    }
@media screen and (min-width: 990px) {
        .l-contents-articleHeader__visualShadow--white::after{
          background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent),color-stop(10%, transparent), color-stop(90%, #fff));
          background-image: linear-gradient(270deg, transparent 0,transparent 10%, #fff 90%);
          background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), color-stop(90%, #fff));
          background-image: linear-gradient(270deg, transparent 0 10%, #fff 90%);
        }
      }
.l-contents-articleHeader__titleJa{
    width: 100%;
    position: absolute;
    top: 39px;
    left: 0;
    padding: 40px 0;
    z-index: 3;
    color: #ffffff;
  }
@media (max-width: 989.98px) {
.l-contents-articleHeader__titleJa{
      padding: 32px 20px 0;
      position: static;
      top: 0;
      color: #333333
  }
    }
.l-contents-articleHeader__titleJa--white{
      color: #333333;
    }
@media screen and (min-width: 990px) {
.l-contents-articleHeader--bread{
      padding-top: 69px
  }
    }
@media screen and (min-width: 990px) {
.l-contents-articleHeader--bread--en{
        height: 230px
    }
      }
@media (max-width: 989.98px) {
.l-contents-articleHeader--bread--en{
        padding: 30px 0 44px
    }
      }
.l-contents-articleHeader__smallVisual {
    width: 100%;
    height: 250px;
    position: relative;
  }
@media (max-width: 989.98px) {
.l-contents-articleHeader__smallVisual {
      height: auto
  }

    }
@media (max-width: 989.98px) {
      .l-contents-articleHeader__smallVisualBg img{

        border-radius: 5px 5px 0 0;
      }
    }
.l-contents-articleHeader__smallVisualContents {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 70px 80px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 989.98px) {
.l-contents-articleHeader__smallVisualContents {
      height: 100%;
      padding: 16px 24px
  }
    }
@media (max-width: 989.98px) {
.l-contents-articleHeader__smallVisualIcon {
      height: 55px;
      width: 55px
  }
    }
.l-contents-articleHeader__smallVisualTitle {
    margin-left: 30px;
    color: #ffffff;
  }
@media (max-width: 989.98px) {
.l-contents-articleHeader__smallVisualTitle {
      margin-left: 15px
  }
    }
.l-contents-articleHeader__smallVisualTitle span {
      font-size: 20px;
    }
@media (max-width: 989.98px) {
.l-contents-articleHeader__smallVisualTitle span {
        display: block;
        margin-bottom: 10px;
        font-size: 14px
    }
      }
.l-contents-articleHeader__smallVisualTitle h2 {
      margin-top: 14px;
      font-size: 40px;
      font-weight: 700;
    }
@media (max-width: 989.98px) {
.l-contents-articleHeader__smallVisualTitle h2 {
        font-size: 20px;
        margin-top: 0
    }
      }
.l-inner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 238px;
  margin-bottom: 48px;
  padding: 49px 0 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/assets/img/contact/pc/header_pc.png");
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 989.98px) {
.l-inner-header {
    height: 105px;
    margin-bottom: 37px;
    padding: 24px 0 25px;
    background-image: url("/assets/img/contact/sp/header_sp.png");
    background-size: 100% 100%
}
  }
.l-inner-header__title {
    margin-bottom: 2px;
    font-size: 60px;
    letter-spacing: 2.1px;
    line-height: 79px;
  }
@media (max-width: 989.98px) {
.l-inner-header__title {
      font-size: 30px;
      letter-spacing: 1.05px;
      line-height: 39px
  }
    }
.l-inner-header__subtitle {
    font-size: 20px;
    letter-spacing: 0.7px;
    line-height: 29px;
  }
@media (max-width: 989.98px) {
.l-inner-header__subtitle {
      font-size: 10px;
      letter-spacing: 0.35px;
      line-height: 15px
  }
    }
#l-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height:100px;
  background: #000;
  color: #FFF;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
#l-footer {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height:100px;
  background: #000;
  color: #FFF;
}
/* -----------------------------------------------------------------
  Component
----------------------------------------------------------------- */
.c-have-inner-header {
  padding-top: 0;
}
.c-contact__image-ir {
      height: 240px;
      background-image: url("/assets/img/contact/pc/IR_pc.png");
    }
@media (max-width: 989.98px) {
.c-contact__image-ir {
        height: 210px;
        background-image: url("/assets/img/contact/sp/IR_sp.png")
    }
      }
.c-contact__image-construction {
      height: 240px;
      background-image: url("/assets/img/contact/pc/construction_pc.png");
    }
@media (max-width: 989.98px) {
.c-contact__image-construction {
        height: 210px;
        background-image: url("/assets/img/contact/sp/construction_sp.png")
    }
      }
.c-contact__image-news {
      height: 240px;
      background-image: url("/assets/img/contact/pc/news_pc.png");
    }
@media (max-width: 989.98px) {
.c-contact__image-news {
        height: 210px;
        background-image: url("/assets/img/contact/sp/news_sp.png")
    }
      }
.c-contact__image-recruit {
      height: 240px;
      background-image: url("/assets/img/contact/pc/recruit_pc.png");
    }
@media (max-width: 989.98px) {
.c-contact__image-recruit {
        height: 210px;
        background-image: url("/assets/img/contact/sp/recruit_sp.png")
    }
      }
.c-contact__image-EsgCsr {
      height: 240px;
      background-image: url("/assets/img/contact/pc/EsgCsr_pc.png");
    }
@media (max-width: 989.98px) {
.c-contact__image-EsgCsr {
        height: 210px;
        background-image: url("/assets/img/contact/sp/EsgCsr_sp.png")
    }
      }
.c-contact__image-other {
      height: 240px;
      background-image: url("/assets/img/contact/pc/other_pc.png");
    }
@media (max-width: 989.98px) {
.c-contact__image-other {
        height: 210px;
        background-image: url("/assets/img/contact/sp/other_sp.png")
    }
      }
.c-contact__image-shadow {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 105px;
      background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0.75%, rgba(0,0,0,0)), to(#000000)) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(180deg, rgba(0,0,0,0) 0.75%, #000000 100%) 0% 0% no-repeat padding-box;
      opacity: 0.75;
    }
@media (max-width: 989.98px) {
.c-contact__image-shadow {
        height: 102px
    }
      }
.c-contact__image__text {
      position: absolute;
      left: 28px;
      bottom: 24px;
      color: #fff;
      font-size: 20px;
      font-weight: bold; 
      letter-spacing: 1.6px;
      line-height: 30px;
    }
@media (max-width: 989.98px) {
.c-contact__image__text {
        left: 24px;
        bottom: 20px;
        font-size: 18px;
        letter-spacing: 2.88px;
        line-height: 26px;
        opacity: 1
    }
      }
.c-contact__image-icon {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      right: 28px;
      bottom: 26px;
      width: 24px;
      height: 24px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-image: url("/assets/img/icons/icon_next_blue_pc.png");
      color: #fff;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
@media (max-width: 989.98px) {
.c-contact__image-icon {
        right: 24px;
        bottom: 22px;
        width: 21px;
        height: 21px;
        background-image: url("/assets/img/icons/icon_next_blue_sp.png")
    }
      }
.c-contact__card__text {
      width: 344px;
      height: 150px;
      padding: 28px;
      background-color: #fff;
      border-radius: 0 0 5px 5px;
      font-size: 14px;
      letter-spacing: 2.24px;
      line-height: 26px;
    }
@media (max-width: 989.98px) {
.c-contact__card__text {
        width: 335px;
        height: 129px;
        padding: 21px 27px;
        border-radius: 0 0 10px 10px;
        font-size: 12px;
        letter-spacing: 1.92px;
        line-height: 23px
    }
      }
.c-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-wrapper--white {
    background-color: #ffffff;
  }
.c-centering-block{
  margin: 0 auto;
}
@media screen and (min-width: 990px) {
.c-centering-block--contents{
      width: 1076px
  }
    }
@media (max-width: 989.98px) {
.c-centering-block--innerContents{
      padding-left: 20px;
      padding-right: 20px
  }
    }
@media screen and (min-width: 990px) {
.c-centering-block--narrowContents{
      width: 954px
  }
    }
@media screen and (min-width: 990px) {
.c-side-block--contents{
      width: 600px
  }
    }
.c-circle-arrow{
  border-radius: 100%;
  display: block;
  position: relative;
}
.c-circle-arrow::after,.c-circle-arrow::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
  }
.c-circle-arrow::before{
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
            transform: translate(-50%,-50%) rotate(45deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
  }
.c-circle-arrow::after{
    -webkit-transform: translate(-50%,-50%) rotate(135deg);
            transform: translate(-50%,-50%) rotate(135deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
  }
.c-circle-arrow--bottom{
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
.c-circle-arrow--blue{
    background-color: #0046ff;
    width: 24px;
    height: 24px;
  }
@media (max-width: 989.98px) {
.c-circle-arrow--blue{
      width: 21px;
      height: 21px
  }
    }
.c-circle-arrow--blue::before,.c-circle-arrow--blue::after{
      background: #fff;
      width: 9px;
      height: 2px;
      margin-left: 1px;
    }
@media (max-width: 989.98px) {
.c-circle-arrow--blue::before,.c-circle-arrow--blue::after{
        margin-left: 0px;
        width: 7px;
        height: 1px
    }
      }
.c-circle-arrow--blue::before{
      margin-top: -3px;
    }
@media (max-width: 989.98px) {
.c-circle-arrow--blue::before{
        margin-top: -2px
    }
      }
.c-circle-arrow--blue::after{
      margin-top: 3px;
    }
@media (max-width: 989.98px) {
.c-circle-arrow--blue::after{
        margin-top: 2px
    }
      }
.c-circle-arrow--black{
    background-color: #333333;
    width: 24px;
    height: 24px;
  }
.c-circle-arrow--black::before,.c-circle-arrow--black::after{
      background: #fff;
      width: 9px;
      height: 2px;
      margin-left: 1px;
    }
@media (max-width: 989.98px) {
.c-circle-arrow--black::before,.c-circle-arrow--black::after{
        margin-left: 0px;
        width: 7px;
        height: 1px
    }
      }
.c-circle-arrow--black::before{
      margin-top: -3px;
    }
@media (max-width: 989.98px) {
.c-circle-arrow--black::before{
        margin-top: -2px
    }
      }
.c-circle-arrow--black::after{
      margin-top: 3px;
    }
@media (max-width: 989.98px) {
.c-circle-arrow--black::after{
        margin-top: 2px
    }
      }
.c-info-arrow {
  border-radius: 100%;
  display: block;
}
.c-info-arrow--prev {
  }
.c-info-arrow--next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.c-info-arrow--blue {
    width: 24px;
    height: 24px;
    background-image: url("/assets/img/icons/icon_next_blue_pc.png");
    background-size: 24px;
    background-repeat: no-repeat;
  }
@media (max-width: 989.98px) {
.c-info-arrow--blue {
      width: 21px;
      height: 21px;
      background-image: url("/assets/img/icons/icon_next_blue_sp.png");
      background-size: 21px
  }
    }
.c-info-arrow--white{
    width: 42px;
    height: 42px;
    background-image: url("/assets/img/icons/icon_next_page_white_pc.png");
    background-size: 42px;
    background-repeat: no-repeat;
  }
@media (max-width: 989.98px) {
.c-info-arrow--white{
      width: 24px;
      height: 24px;
      background-image: url("/assets/img/icons/icon_next_page_white_sp.png");
      background-size: 24px
  }
    }
.c-solution-arrow {
  border-radius: 100%;
  display: block;
}
.c-solution-arrow--prev {
  }
.c-solution-arrow--next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.c-solution-arrow--blue {
    width: 24px;
    height: 24px;
    background-image: url("/assets/img/icons/icon_next_blue_pc.png");
    background-size: 24px;
    background-repeat: no-repeat;
  }
@media (max-width: 989.98px) {
.c-solution-arrow--blue {
      width: 21px;
      height: 21px;
      background-image: url("/assets/img/icons/icon_next_blue_sp.png");
      background-size: 21px
  }
    }
.c-solution-arrow--white{
    width: 42px;
    height: 42px;
    background-image: url("/assets/img/icons/icon_next_page_white_pc.png");
    background-size: 42px;
    background-repeat: no-repeat;
  }
@media (max-width: 989.98px) {
.c-solution-arrow--white{
      width: 24px;
      height: 24px;
      background-image: url("/assets/img/icons/icon_next_page_white_sp.png");
      background-size: 24px
  }
    }
.c-casestudy-arrow {
  border-radius: 100%;
  display: block;
}
.c-casestudy-arrow--prev {
  }
.c-casestudy-arrow--next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.c-casestudy-arrow--blue {
    width: 24px;
    height: 24px;
    background-image: url("/assets/img/icons/icon_next_blue_pc.png");
    background-size: 24px;
    background-repeat: no-repeat;
  }
@media (max-width: 989.98px) {
.c-casestudy-arrow--blue {
      width: 21px;
      height: 21px;
      background-image: url("/assets/img/icons/icon_next_blue_sp.png");
      background-size: 21px
  }
    }
.c-casestudy-arrow--white{
    width: 42px;
    height: 42px;
    background-image: url("/assets/img/icons/icon_next_page_white_pc.png");
    background-size: 42px;
    background-repeat: no-repeat;
  }
@media (max-width: 989.98px) {
.c-casestudy-arrow--white{
      width: 24px;
      height: 24px;
      background-image: url("/assets/img/icons/icon_next_page_white_sp.png");
      background-size: 24px
  }
    }
.c-page-status{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: page-status;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.035em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-page-status li{
    font-size: 20px;
    width: 276px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    counter-increment: page-status;
    position: relative;
  }
@media (max-width: 989.98px) {
.c-page-status li{
      letter-spacing: 0;
      font-size: 13px;
      padding: 0 1px
  }
    }
.c-page-status li.is-active{
      color: #0046ff;
    }
.c-page-status li.is-active::before{
        background-color: #0046ff;
      }
.c-page-status li:not(:last-of-type)::after{
        content: "";
        height: 4px;
        width: 100%;
        background-color: #e8eaf7;
        position: absolute;
        top: 18px;
        left: 50%;
      }
@media (max-width: 989.98px) {
.c-page-status li:not(:last-of-type)::after{
          height: 3px;
          top: 11px
      }
        }
.c-page-status li::before{
      z-index: 1;
      margin-bottom: 10px;
      content: counter(page-status);
      width: 40px;
      height: 40px;
      background-color: #e8eaf7;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 26px;
      color: #fff;
    }
@media (max-width: 989.98px) {
.c-page-status li::before{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 5px
    }
      }
.c-guide-line{
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 989.98px) {
.c-guide-line{
    font-size: 14px;
    line-height: 25px
}
  }
.c-guide-line p{
    margin-bottom: 34px;
  }
.c-guide-line p:last-child{
      margin-bottom: 0;
    }
.c-guide-line ul{
    counter-reset: guide-line;
    margin-bottom: 34px;
  }
.c-guide-line ul li{
      position: relative;
      counter-increment: guide-line;
      padding-left: 24px;
    }
@media (max-width: 989.98px) {
.c-guide-line ul li{
        padding-left: 0
    }
      }
.c-guide-line ul li::before{
        font-weight: 500;
        content: counter(guide-line)".";
      }
@media screen and (min-width: 990px) {
.c-guide-line ul li::before{
          position: absolute;
          top: 0;
          left: 0
      }
        }
@media (max-width: 989.98px) {
.c-guide-line ul li::before{
          display: inline-block;
          margin-right: 5px;
          font-weight: 700
      }
        }
.c-guide-line__attention{
    display: block;
  }
.c-guide-line__attention::before{
      content: "¡ù";
      display: inline;
      color: #f00;
    }
.c-input-text[type=text],
  .c-input-text[type=email]{
    background-color: #f1f2fb;
    height: 60px;
    width: 100%;
    padding: 20px;
  }
@media (max-width: 989.98px) {
.c-input-text[type=text],
  .c-input-text[type=email]{
      height: 45px
  }
    }
.c-input-error-message{
  display: inline-block;
  margin-top: 15px;
  color: #f00;
}
.c-input-radios{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -38px;
  margin-bottom: -20px;
}
@media (max-width: 989.98px) {
.c-input-radios{
    margin-right: 0;
    margin-bottom: 17px
}
  }
.c-input-radios li{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 38px;
  }
@media (max-width: 989.98px) {
.c-input-radios li{
      margin-right: 30px;
      margin-bottom: 0;
      padding-right: 0;
      font-size: 12px
  }
    }
.c-input-radios li input[type=radio]{
      position: relative;
      border: 1px solid #cbcbcb;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      margin-right: 10px;
    }
@media (max-width: 989.98px) {
.c-input-radios li input[type=radio]{
        width: 12px;
        height: 12px;
        margin-right: 7px
    }
      }
.c-input-radios li input[type=radio]:checked::after{
          border-radius: 100%;
          content:"";
          height: 10px;
          width: 10px;
          background: #0046ff;
          position: absolute;
          top: 2px;
          left: 2px;
        }
@media (max-width: 989.98px) {
.c-input-radios li input[type=radio]:checked::after{
            height: 8px;
            width: 8px;
            top: 1px;
            left: 1px
        }
          }
.c-input-radios li label{
      display: block;
      font-size: 16px;
    }
@media (max-width: 989.98px) {
.c-input-radios li label{
        font-size: 12px
    }
      }
@media (max-width: 989.98px) {
.c-input-radios--column-3{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.c-input-radios--column-3 li{
      width: 33.33%;
    }
@media (max-width: 989.98px) {
.c-input-radios--column-3 li{
        width: 100%;
        line-height: 18px;
        margin-right: 0
    }
        .c-input-radios--column-3 li:not(:last-child){
          margin-bottom: 10px;

        }
      }
.c-input-textarea{
  background-color: #f1f2fb;
  width: 100%;
  height: 190px;
  padding: 20px 20px;
}
@media (max-width: 989.98px) {
.c-input-textarea{
    height: 144px
}
  }
.c-input-select{
  height: 60px;
  width: 330px;
  position: relative;
}
@media (max-width: 989.98px) {
.c-input-select{
    height: 45px;
    width: 100%
}
  }
.c-input-select::after{
    color: #333333;
    position: absolute;
    content: "¨‹";
    right: 20px;
    top: 23px;
  }
@media (max-width: 989.98px) {
.c-input-select::after{
      font-size: 9px;
      right: 17px;
      top: 17px
  }
    }
.c-input-select select{
    font-size: 16px;
    width: 100%;
    height: 100%;
    background-color: #f1f2fb;
    padding: 20px 20px;
  }
@media (max-width: 989.98px) {
.c-input-select select{
      padding: 0 20px;
      font-size: 12px
  }
    }
.c-info-input-select-arrow {
  position: relative;
}
@media (max-width: 989.98px){
.c-info-input-select-arrow::after {
      content: "";
      position: absolute;
      top: 17px;
      right: 20px;
      width: 11px;
      height: 11px;
      background-image: url("/assets/img/icons/icon_arrow_blue_sp.svg");
      background-size: 11px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg)
  }
    }
.c-input-number-code{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-input-number-code li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.c-input-number-code li:not(:last-of-type)::after{
        content:"";
        width: 12px;
        height: 2px;
        background-color: #000;
        margin: 0 8px;
      }
@media (max-width: 989.98px) {
.c-input-number-code li:not(:last-of-type)::after{
          height: 1px
      }
        }
.c-input-number-code li input[type=text]{
      display: block;
      background-color: #f1f2fb;
      height: 60px;
      padding: 20px;
      width: 146px;
    }
@media (max-width: 989.98px) {
.c-input-number-code li input[type=text]{
        height: 45px;
        width: 113px
    }
      }
@media (max-width: 989.98px) {
        .c-input-number-code--fix li input[type=text]{

          width: 65px;
        }
        .c-input-number-code--fix li:not(:last-of-type)::after{
          margin: 0 14px;
        }
    }
.c-button-form:hover{
    color: #FFF;
  }
.c-button-form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 580px;
  margin: 0 auto;
  border-radius: 3px;
  padding: 0 12px;
  line-height: 56px;
  font-weight: 700;
}
.c-button-form {
  letter-spacing: 0.035em;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 989.98px) {
.c-button-form{
    width: 100%;
    font-size: 17px;
    line-height: 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 0 0 14px
}
  }
.c-button-form--textCenter{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
.c-button-form__arrow{
    position: absolute;
  }
.c-button-form--next{
    border: 1px solid #0046ff;
  }
.c-button-form--next__arrow{
      top: 15px;
      right: 12px;
      width: 24px;
      height: 24px;
    }
@media (max-width: 989.98px){
.c-button-form--next__arrow{
        top: 12px
    }
      }
.c-button-form--back{
    border: 1px solid #333333;
  }
.c-button-form--back__arrow::before{
        background: url("/assets/img/icons/icon-circle_arrow-black-before.png") no-repeat center/contain
      }
.c-button-form--back__arrow::after{
        background: url("/assets/img/icons/icon-circle_arrow-black-after.png") no-repeat center/contain
      }
.c-button-form--back__arrow {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      top: 16px;
      left: 12px;
      width: 24px;
      height: 24px;
}
@media (max-width: 989.98px){
.c-button-form--back__arrow{
        top: 13px
    }
      }
@media (max-width: 989.98px) {
.c-button-form--2{
      line-height: 1.2;
      padding: 10px
  }
      .c-button-form--2 i{
        top: 18px;
      }
    }
.c-button-info:hover{
    color: #FFF;
  }
.c-button-info {
  background-color: #fff;
  border-radius: 3px;
  width: 332px;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 56px;
  font-size: 20px;
  font-weight: 700;
}
.c-button-info {
  letter-spacing: 0.035em;
}
@media (max-width: 989.98px){
.c-button-info{
    width: 100%;
    line-height: 48px;
    text-align: left;
    padding-left: 14px;
    font-size: 17px
}
  }
.c-button-info {
  position: relative;
}
.c-button-info--wide{
    width: 100%;
  }
.c-button-info--next{
    border: 1px solid #0046FF;
  }
.c-button-info--next i{
      position: absolute;
      top: 16px;
      right: 15px;
      width: 24px;
      height: 24px;
    }
@media (max-width: 989.98px){
.c-button-info--next i{
        top: 12px
    }
      }
.c-button-info--bottom{
    width: 344px;
    border: 1px solid #0046FF;
  }
@media (max-width: 989.98px){
.c-button-info--bottom{
      width: 100%
  }
    }
.c-button-info--bottom i{
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      position: absolute;
      top: 16px;
      right: 15px;
      width: 24px;
      height: 24px;
    }
@media (max-width: 989.98px){
.c-button-info--bottom i{
        top: 12px
    }
      }
.c-button-info-before-integration:hover{
    color: #FFF;
  }
.c-button-info-before-integration {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  height: 56px;
  padding: 14px 12px 13px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #0046FF;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 989.98px) {
.c-button-info-before-integration{
    width: 335px;
    margin: auto;
    padding-left: 14px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 17px
}
  }
.c-button-anker:hover{
    color: #FFF;
  }
.c-button-anker {
  border: 1px solid #0046FF;
  border-radius: 3px;
  padding: 14px 14px 14px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  line-height: 28px;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.7px;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 989.98px){
.c-button-anker{
    padding: 9px 14px;
    font-size: 18px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start
}
  }
.c-button-anker i{
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -12px;
  }
@media (max-width: 989.98px){
.c-button-anker i{
      margin-top: -12px
  }
    }
.c-button-anker--textLeft{
    text-align: left;
  }
.c-button-sns{
  display: block;
  border: 1px solid #dcdcdc;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;

}
.c-button-sns--facebook{
    background-image: url(/assets/img/icons/img-facebook.png);
  }
.c-button-sns--twitter{
    background-image: url(/assets/img/icons/img-twitter.png);
    background-position: 50% 11px;
  }
.c-button-detail:hover{
    color: #FFF;
  }
.c-button-detail {
  background-color: #fff;
  border-radius: 3px;
  width: auto;
  display: inline-block;
  padding: 12px 50px;
  line-height: 1.5;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.c-button-detail {
  letter-spacing: 0.035em;
}
@media (max-width: 989.98px){
.c-button-detail{
    width: 100%;
    text-align: left;
    padding-left: 14px;
    font-size: 17px
}
  }
.c-button-detail {
  position: relative;
}
.c-button-detail--wide{
    width: 100%;
  }
.c-button-detail--next{
    border: 1px solid #0046FF;
  }
.c-button-detail--next i{
      position: absolute;
      top: 50%;
      right: 15px;
      width: 24px;
      height: 24px;
      margin-top: -12px;
    }
.c-require--attention::after{
      content: "¡ù";
      display: inline;
      color: #f00;
    }
.c-icon-category{
  display: inline-block;
  border-radius: 3px;
  padding: 3px 12px 5px;
  font-size: 12px;
  letter-spacing: 0.16em;
}
@media (max-width: 989.98px) {
.c-icon-category{
    font-size: 11px
}
  }
.c-icon-category--blue{
    background-color: #02b0f9;
    color: #fff;
    padding: 4px 6px 5px;
  }
@media (max-width: 989.98px) {
.c-icon-category--blue{
      padding: 4px 5px 5px
  }
    }
.c-icon-category--gray{
    background-color: #f2f2f2;
    color: #333333;
    padding: 4px 6px 5px;
  }
@media (max-width: 989.98px) {
.c-icon-category--gray{
      padding: 4px 5px 5px
  }
    }
.c-icon-category--navy{
    background-color: #0046FF;
    color: #fff;
    padding: 4px 6px 5px;
  }
@media (max-width: 989.98px) {
.c-icon-category--navy{
      padding: 4px 5px 5px
  }
    }
.c-icon-category--hash {
    color: #0046FF;
    border-radius: 0;
    font-size: 14px;
  }
@media (max-width: 989.98px) {
.c-icon-category--hash {
      font-size: 11px
  }
    }
.c-icon-category--hash:hover {
      text-decoration: underline;
    }
.c-text-link{
  cursor: pointer;
  font-size: 16px;
  color: #0046ff;
  word-break: break-all;
  letter-spacing: 0.1em;
  padding-bottom: 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 989.98px){
.c-text-link{
   font-size: 14px
} 
  }
.c-text-link--hasIcon{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
  }
.c-text-link--hasIcon::before{
      margin-right: 8px;
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
.c-text-link--pdf::before{
      width: 20px;
      height: 22px;
      background-image: url(/assets/img/icons/line-pdf-blue.png);
    }
@media (max-width: 989.98px){
.c-text-link--pdf::before{
        width: 18px;
        height: 20px
    }
      }
.c-text-link--window::before{
      content: url(/assets/img/icons/line-window-blue.png);
      margin-top: 4px;
      -ms-flex-item-align: start;
          align-self: flex-start;
    }
.c-table-schedule{
  width: 100%;
  background: #cbcbcb;
  border-collapse: separate;
  border-spacing: 1px;
}
.c-table-schedule th,.c-table-schedule td{
    background: #fff;
    padding: 22px;
    line-height: 26px;
  }
.c-table-schedule th{
    width: 220px;
    background-color: #f1f2fb;
    font-weight: 700;
  }
.c-table-schedule td{
    letter-spacing: 0.05em;
  }
.c-table-schedule thead th:first-child{
      width: 220px;
    }
.c-table-schedule thead th{
      width: auto;
    }
.c-table-schedule thead th,.c-table-schedule thead td{
      padding: 14px;
    }
.c-table-biography{
  display: block;
}
.c-table-biography tbody{
    display: block;
    line-height: 32px;
    font-size: 16px;
  }
@media (max-width: 989.98px){
.c-table-biography tbody{
      line-height: 23px;
      font-size: 13px
  }
    }
.c-table-biography tbody tr{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.c-table-biography tbody tr:not(:last-child){
        margin-bottom: 30px;
      }
@media (max-width: 989.98px){
.c-table-biography tbody tr:not(:last-child){
          margin-bottom: 27px
      }
        }
.c-table-biography tbody tr th{
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 130px;
        display: block;
        font-weight: 700;
      }
@media (max-width: 989.98px){
.c-table-biography tbody tr th{
          width: 100px
      }
        }
.c-table-biography tbody tr td{
        letter-spacing: 0;
      }
.c-table-company table{
    width: 100%;
  }
.c-table-company h2{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
  }
@media (max-width: 989.98px){
.c-table-company h2{
      margin-bottom: 7px;
      font-size: 18px
  }
    }
.c-table-company tr{
    border-right: 1px solid #CBCBCB;

  }
@media (max-width: 989.98px) {
.c-table-company tr{
      border-bottom: 1px solid #CBCBCB

  }
    }
@media (max-width: 989.98px){
.c-table-company tr:first-of-type{
        display: none
    }
      }
.c-table-company tr:last-child{
      border-bottom: 1px solid #CBCBCB;
    }
@media (max-width: 989.98px){
.c-table-company tr:not(:first-of-type){
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
      }
.c-table-company tr:not(:first-of-type) th{
        display: none;
      }
@media (max-width: 989.98px){
.c-table-company tr:not(:first-of-type) th{
          display: block
      }
        }
@media (max-width: 989.98px){
.c-table-company tr:not(:last-child){
        margin-bottom: 10px
    }
      }
.c-table-company th{
    width: 33.33333%;
    padding: 15px 20px;
    background-color: #F1F2FB;
    border: 1px solid #CBCBCB;
    border-right: 0;
    border-bottom: 0;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
  }
@media (max-width: 989.98px){
.c-table-company th{
      width: 77px;
      padding: 7px 10px;
      font-size: 13px;
      word-break: keep-all
  }
    }
.c-table-company td{
    width: 33.33333%;
    padding: 15px 20px;
    border: 1px solid #CBCBCB;
    border-right: 0;
    border-bottom: 0;
    color: #000000;
    font-size: 14px;
  }
@media (max-width: 989.98px){
.c-table-company td{
      width: calc(100% - 77px);
      padding: 7px 8px;
      font-size: 13px
  }
    }
.c-table-company--hideDetail tr th:last-child,.c-table-company--hideDetail tr td:last-child{
          display: none;
        }
@media (max-width: 989.98px){
          .c-table-company--hideDetail tr th:nth-child(5){
            display: none;
          }
      }
@media screen and (min-width: 990px){
          .c-table-company--hideAddress tr th:nth-child(2){
            display: none;
          }
          .c-table-company--hideAddress tr td:nth-child(4){
            display: none;
          }
      }
@media (max-width: 989.98px){
          .c-table-company--hideAddress tr th:nth-child(3){
            display: none;
          }
          .c-table-company--hideAddress tr td:nth-child(4){
            display: none;
          }
      }
.c-table-company--en td{
      font-weight: bold;
    }
@media (max-width: 989.98px){
.c-table-supplement{
    display: block
}
  }
.c-table-supplement tbody{
    border: 1px solid #CBCBCB;
    border-bottom: none;
  }
@media (max-width: 989.98px){
.c-table-supplement tbody{
      display: block
  }
    }
.c-table-supplement tbody tr{
      border-bottom: 1px solid #CBCBCB;
    }
@media (max-width: 989.98px){
.c-table-supplement tbody tr{
        display: block
    }
      }
.c-table-supplement tbody tr th{
        padding: 20px 0;
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        background: #F1F2FB;
        width: 223px;
        vertical-align: middle;
      }
@media (max-width: 989.98px){
.c-table-supplement tbody tr th{
          display: block;
          width: 100%;
          border-bottom: 1px solid #CBCBCB;
          text-align: left;
          padding: 15px;
          font-size: 14px
      }
        }
.c-table-supplement tbody tr td{
        padding: 20px 40px;
        line-height: 32px;
      }
@media (max-width: 989.98px){
.c-table-supplement tbody tr td{
          display: block;
          padding: 20px;
          font-size: 14px;
          line-height: 25px
      }
        }
.c-page-current{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-page-current li{
    font-size: 14px;
    line-height: 24px;
  }
@media (max-width: 989.98px){
.c-page-current li{
      font-size: 13px
  }
    }
.c-page-current li:not(:last-child)::after{
        content:"/";
        margin: 0 5px;
        display:inline-block;
      }
@media (max-width: 989.98px){
      .c-page-current li:last-child{
        margin-top: 4px;
      }
    }
.c-page-current li a{
      color: #0046FF;
    }
.c-category-box {
  height: 44px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 3px;
}
.c-category-box.is-active {
    background-color: #02b0f9;
    color: #fff;
  }
.c-search-free-text {
      margin-right: 39px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.035em;
    }
@media (max-width: 989.98px) {
.c-search-free-text {
        padding-bottom: 11px;
        font-size: 12px
    }
      }
.c-search-free-input[type=text] {
      width: 735px;
      height: 58px;
      padding: 0 17px 0 20px;
      background-color: #fff;
      border-radius: 3px;
      font-size: 16px;
    }
@media (max-width: 989.98px) {
.c-search-free-input[type=text] {
        width: calc(100% - 40px);
        height: 44px;
        padding: 0 18px;
        font-size: 15px
    }
      }
.c-search-free-icon {
      position: absolute;
      right: 17px;
      width: 20px;
      height: 20px;
      background-image: url("/assets/img/icons/icon_search.png");
      background-repeat: no-repeat;
      cursor: pointer;
    }
@media (max-width: 989.98px) {
.c-search-free-icon {
        width: 20px;
        right: 8px;
        top: 50%;
        height: 20px
    }
      }
.c-breadcrumb a {
    font-size: 14px;
    color: #0046FF;
  }
.c-underline-title{
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 16px;
}
@media (max-width: 989.98px){
.c-underline-title{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
    margin-bottom: 25px
}
  }
.c-underline-title::before,.c-underline-title::after{
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
@media (max-width: 989.98px){
.c-underline-title::before,.c-underline-title::after{
      height: 3px
  }
    }
.c-underline-title::before{
    width: 100%;
    background-color: #ccc;
  }
.c-underline-title::after{
    width: 50px;
    background-color: #0046ff;
  }
.c-nounderline-title{
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 16px;
}
@media (max-width: 989.98px){
.c-nounderline-title{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
    margin-bottom: 25px
}
  }
.c-check {
  border-radius: 100%;
  display: block;
}
.c-check--prev {
  }
.c-check--blue {
    width: 30px;
    height: 30px;
    background-image: url("/assets/img/icons/icon_check_pc.png");
    background-size: 30px;
    background-repeat: no-repeat;
  }
@media (max-width: 989.98px) {
.c-check--blue {
      width: 22px;
      height: 22px;
      background-image: url("/assets/img/icons/icon_check_sp.png");
      background-size: 22px
  }
    }
.c-check--white{
    width: 42px;
    height: 42px;
    background-image: url("/assets/img/icons/icon_next_page_white_pc.png");
    background-size: 42px;
    background-repeat: no-repeat;
  }
@media (max-width: 989.98px) {
.c-check--white{
      width: 24px;
      height: 24px;
      background-image: url("/assets/img/icons/icon_next_page_white_sp.png");
      background-size: 24px
  }
    }
/* -----------------------------------------------------------------
  Project
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
  Contact
----------------------------------------------------------------- */
.p-contact__card {
    margin-bottom: 25px;
  }
@media (max-width: 989.98px) {
.p-contact__card {
      margin: auto auto 23px
  }

      .p-contact__card:last-child {
        margin-bottom: 42px;
      }
    }
.p-contact__card:not(:nth-child(3n)) {
      margin-right: 22px;
    }
@media (max-width: 989.98px) {
.p-contact__card:not(:nth-child(3n)) {
        margin: auto auto 23px
    }
      }
.p-contact__card__image {
      position: relative;
      width: 344px;
    }
@media (max-width: 989.98px) {
.p-contact__card__image {
        width: 335px;
        height: 210px
    }
      }
.p-article-thumb{
  background: #fff;
  display: block;
  width: 344px;
  border-radius: 5px;
  overflow: hidden;
}
.p-article-thumb--grey {
    background-color: #ebedf7;
  }
@media (max-width: 989.98px) {
.p-article-thumb{
    width: 100%
}
  }
.p-article-thumb__head{
    position: relative;

  }
.p-article-thumb__head::before{
      z-index: 1;
      content: "";
      background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0.75%, rgba(0,0,0,0)), to(#000000)) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(180deg, rgba(0,0,0,0) 0.75%, #000000 100%) 0% 0% no-repeat padding-box;
      width: 100%;
      height: 105px;
      bottom: 0;
      left: 0;
      position: absolute;
    }
.p-article-thumb__head img{
      display: block;
    }
@media (max-width: 989.98px) {
.p-article-thumb__head img{
        width: 100%
    }
      }
.p-article-thumb__head p{
      z-index: 2;
      padding-right: 50px;
      color: #fff;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700;
      position: absolute;
      bottom: 25px;
      left: 25px;
      letter-spacing: 0.16em;
    }
@media (max-width: 989.98px) {
.p-article-thumb__head p{
        font-size: 18px
    }
      }
.p-article-thumb__category{
    z-index: 3;
    position: absolute;
    top: 12px;
    left: 12px;
    padding-left:12px;
    padding-right:12px;
  }
.p-article-thumb__arrow{
    z-index: 4;
    position: absolute;
    bottom: 27px;
    right: 30px;
    width: 24px;
    height: 24px;
  }
@media (max-width: 989.98px) {
.p-article-thumb__arrow{
      bottom: 29px
  }
    }
.p-article-thumb__body{
    
    padding: 25px;
  }
.p-article-thumb__body--small {
      font-size: 13px;
    }
.p-article-thumb__body p{
      font-weight: 700;
      line-height: 30px;
      font-size: 20px;
    }
@media (max-width: 989.98px) {
.p-article-thumb__body p{
        font-size: 18px;
        line-height: 26px
    }
      }
.p-article-thumb__body ul{
      margin: 28px -5px -5px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
@media (max-width: 989.98px) {
.p-article-thumb__body ul{
        margin-top: 25px
    }
      }
.p-article-thumb__body ul li{
        display: block;
        padding-left:12px;
        padding-right:12px;
        margin: 0 5px 5px 0;
      }
.p-article-thumb__body--small{
      padding: 25px 30px;
    }
@media (max-width: 989.98px) {
.p-article-thumb__body--small{
        padding: 21px 27px
    }
      }
.p-article-thumb__body--small p{
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 2.24px;
        font-weight: 400;
      }
@media (max-width: 989.98px) {
.p-article-thumb__body--small p{
          font-size: 12px;
          letter-spacing: 1.92px;
          line-height: 23px
      }
        }
.p-article-thumb__body--hash ul li {
          padding-left: 0px;
          padding-right: 0px;
        }
.p-contact-form__body{
    margin-bottom: 80px;
  }
@media (max-width: 989.98px) {
.p-contact-form__body{
      margin-bottom: 50px
  }
    }
.p-contact-form__grid:not(:last-of-type){
      margin-bottom: 40px;
    }
@media (max-width: 989.98px) {
.p-contact-form__grid:not(:last-of-type){
        margin-bottom: 26px
    }
      }
.p-contact-form__caption{
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: 700;
  }
@media (max-width: 989.98px) {
.p-contact-form__caption{
      font-size: 12px;
      margin-bottom: 12px
  }
    }
.p-contact-form__caption--require::after{
        content: "¡ù";
        font-weight: 400;
        color: #f00;
        display: inline;
      }
.p-contact-form__caption--require:lang(en)::after{
          content: "*"
        }
.p-contact-form__back{
    margin-top: 20px;
  }
.p-contact-form__confirm{
    width: 100%;
    background: #cbcbcb;
    border-collapse: separate;
    border-spacing: 1px;
  }
@media (max-width: 989.98px) {
.p-contact-form__confirm{
      display: block;
      font-size: 11px
  }
    }
@media (max-width: 989.98px) {
      .p-contact-form__confirm tbody{
        display: block;
        padding: 1px;
      }
      .p-contact-form__confirm thead{
        display: block;
        padding: 1px 1px 0px 1px;
      }
      .p-contact-form__confirm tr{
        display: block;
      }
          .p-contact-form__confirm tr:not(:last-of-type) td{
            margin-bottom: 1px;

          }
    }
.p-contact-form__confirm th,.p-contact-form__confirm td{
      background: #fff;
      padding: 20px;
      line-height: 26px;
    }
@media (max-width: 989.98px) {
.p-contact-form__confirm th,.p-contact-form__confirm td{
        display: block;
        padding: 6px 12px;
        min-height: 29px
    }
      }
.p-contact-form__confirm th{
      background-color: #f1f2fb;
      width: 306px;
      font-weight: 700;
    }
@media (max-width: 989.98px) {
.p-contact-form__confirm th{
        width: 100%;
        line-height: 17px;
        margin-bottom: 1px
    }
      }
.p-contact-form__confirm td{
      letter-spacing: 0.05em;
    }
@media (max-width: 989.98px) {
.p-contact-form__confirm td{
        line-height: 20px
    }
      }
.p-contact-form__confirm--detail{
      margin: -1px 0;
    }
@media (max-width: 989.98px) {
.p-contact-form__confirm--detail tbody{
          padding-top: 0
      }
        }
.p-contact-form__confirm--detail tbody th{
          padding-left: 35px;
        }
@media (max-width: 989.98px) {
.p-contact-form__confirm--detail tbody th{
            padding-left: 12px
        }
          }
@media (max-width: 989.98px) {
.p-contact-form__confirm--detail thead{
          padding-bottom: 0
      }
        }
.p-contact-form__confirm--detail thead th{
          background-color: #E8EAF7;
        }
/* -----------------------------------------------------------------
  InfoTop
----------------------------------------------------------------- */
.p-info-top__search__all {
      margin-right: 10px;
    }
.p-info-top__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 37px 0 36px;
    border-bottom: 1px solid #ccc;
  }
@media (max-width: 989.98px) {
.p-info-top__article {
      display: block;
      padding: 30px 0 28px
  }
    }
.p-info-top__article:first-child {
      padding-top: 0;
    }
@media (max-width: 989.98px) {
        
      }
.p-info-top__article:last-child {
      padding-bottom: 0;
      border-bottom: 0;
      border-bottom: initial;
    }
@media (max-width: 989.98px) {
        
      }
.p-info-top__article-type {
      min-height: 20px;
      margin-right: 58px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 12px;
      background-color: #02b0f9;
      color: #fff;
      text-align: center;
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 170px;
    }
.p-info-top__article-type:lang(en) {
        width: 110px;
        font-size:10px;
      }
@media (max-width: 989.98px) {
.p-info-top__article-type {
        margin: auto 10px 13px auto;
        padding-top: 5px;
        font-size: 11px;
        letter-spacing: 1.76px
    }
        .p-info-top__article-type:lang(en) {
          font-size:10px;
        }
      }
.p-info-top__article-date {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 125px;
      height: 20px;
      margin-right: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 14px;
      font-weight: bold;
    }
@media (max-width: 989.98px) {
.p-info-top__article-date {
        display: inline-block;
        height: auto;
        vertical-align: middle;
        font-size: 12px;
        letter-spacing: 1.44px
    }
      }
.p-info-top__article-text {
      margin-top: -6px;
      margin-bottom: 18px;
      font-size: 16px;
      letter-spacing: 1.6px;
      line-height: 32px;
    }
.p-info-top__article-text > a {
        font-weight: bold;
      }
@media (max-width: 989.98px) {
.p-info-top__article-text {
        margin-bottom: 13px;
        font-size: 14px;
        letter-spacing: 1.6px
        /* line-height: 25px; */
    }

      }
.p-info-top__article-company {
      font-weight: 400;
    }
@media (max-width: 989.98px) {
.p-info-top__article-company {
        line-height: normal;
        margin-top: 6px;
        margin-bottom: 10px
    }
      }
.p-info-top__article-tag {
      color: #0046ff;
      font-size: 14px;
    }
@media (max-width: 989.98px) {
          
        }
.p-info-top__pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 989.98px) {
.p-info-top__pagenation {
      padding: 0 5px
  }
    }
.p-info-top__pagenation li {
      font-size: 20px;
      font-weight: bold;
      margin: 0 20px;
    }
@media (max-width: 989.98px) {
.p-info-top__pagenation li {
        font-size: 13px;
        margin: 0 15px
    }
      }
/* &:not(:last-child) {
        margin-right: 40px;
      } */
.p-info-top__pagenation li.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
      }
@media (max-width: 989.98px) {
.p-info-top__pagenation li.is-active {
          width: 24px;
          height: 24px
      }
        }
.p-info-top__pagenation li.is-active::before{
          position: absolute;
          content: "";
          width: 40px;
          height: 40px;
          background-color: #0046ff;
          border-radius: 100%;
          z-index: -1;
        }
@media (max-width: 989.98px) {
.p-info-top__pagenation li.is-active::before{
            width: 24px;
            height: 24px
        }
          }
.p-info-top__before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media (max-width: 989.98px) {
.p-info-top__before {
      display: block
  }
    }
.p-info-top__before__title {
      margin-bottom: 24px;
      color: #0046FF;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.84px;
      line-height: 30px;
    }
@media (max-width: 989.98px) {
.p-info-top__before__title {
        padding: 0 20px;
        margin-bottom: 21px;
        font-size: 21px;
        letter-spacing: 0.73px
    }
      }
.p-info-top__before__info:not(:last-child) {
        margin-right: 28px;
      }
@media (max-width: 989.98px) {
.p-info-top__before__info:not(:last-child) {
          margin: auto auto 15px
      }
        }
/* -----------------------------------------------------------------
  Info
----------------------------------------------------------------- */
.p-info__visual{
    margin-bottom: 55px;
  }
@media (max-width: 989.98px){
.p-info__visual{
      border-radius: 5px;
      margin-bottom: 20px
  }
    }
.p-info__title{
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 18px;
    margin-bottom: 34px;
  }
@media (max-width: 989.98px){
.p-info__title{
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 16px;
      margin-bottom: 25px
  }
    }
.p-info__title::before,.p-info__title::after{
      content: "";
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
@media (max-width: 989.98px){
.p-info__title::before,.p-info__title::after{
        height: 3px
    }
      }
.p-info__title::before{
      width: 100%;
      background-color: #ccc;
    }
.p-info__title::after{
      width: 50px;
      background-color: #0046ff;
    }
.p-info-summary__title{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
  }
@media (max-width: 989.98px){
.p-info-summary__title{
      font-size: 18px;
      line-height: 28px
  }
    }
.p-info-summary__topick{
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 82px;
  }
@media (max-width: 989.98px){
.p-info-summary__topick{
      font-size: 15px;
      line-height: 25px
  }
    }
.p-info-summary__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 82px;
  }
@media (max-width: 989.98px){
.p-info-summary__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 70px
  }
    }
.p-info-summary__unorderedList{
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-info-summary__unorderedList{
      font-size: 14px;
      margin-bottom: 38px;
      line-height: 25px
  }
    }
.p-info-summary__unorderedList figcaption{
      font-weight: 700;
    }
.p-info-summary__unorderedList ul li::before{
          display: inline-block;
          margin-right: 10px;
          content: "£­";
        }
@media (max-width: 989.98px){
.p-info-summary__unorderedList ul li::before{
            content: "-"
        }
          }
.p-info-summary__orderedList{
    margin-bottom: 42px;
    counter-reset: info-summary__orderedList;
    line-height: 32px;
    font-size: 16px;
  }
@media (max-width: 989.98px){
.p-info-summary__orderedList{
      font-size: 14px;
      margin-bottom: 38px;
      line-height: 25px
  }
    }
.p-info-summary__orderedList figcaption{
      font-weight: 700;
    }
.p-info-summary__orderedList ol li{
        counter-increment: info-summary__orderedList;
      }
.p-info-summary__orderedList ol li::before{
          font-weight: 700;
          display: inline-block;
          margin-right: 10px;
          content: counter(info-summary__orderedList)".";
        }
@media (max-width: 989.98px){
.p-info-summary__orderedList ol li::before{
            margin-right: 5px
        }
          }
.p-info-summary__links{
    margin-top: 76px;
    margin-bottom: 24px;
  }
@media (max-width: 989.98px){
.p-info-summary__links{
      margin-top: 0;
      margin-bottom: 17px
  }
      
    }
.p-info-summary__links li{
      line-height: 46px;
    }
@media (max-width: 989.98px){
.p-info-summary__links li{
        line-height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.p-info-summary__links li:not(:last-child){
        margin-bottom: 17px;
        
      }
@media (max-width: 989.98px){
.p-info-summary__links li:not(:last-child){
          margin-bottom: 14px
        
      }
        }
.p-info-summary__links li a{
        margin-right: 34px;
      }
@media (max-width: 989.98px){
.p-info-summary__links li a{
          margin-right: 0
      }
          .p-info-summary__links li a:not(:last-child){

            margin-bottom: 25px;
          }
        }
@media (max-width: 989.98px){
.p-info-cards{
    margin-bottom: 14px
}
  }
.p-info-cards ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.p-info-cards ul li{
      margin-bottom: 92px;
      width: 438px;
      font-size: 16px;
      line-height: 32px;
    }
@media (max-width: 989.98px){
.p-info-cards ul li{
        font-size: 14px;
        line-height: 25px;
        width: auto;
        margin-bottom: 50px
    }
      }
.p-info-cards ul li:nth-of-type(2n+1){
        margin-right: 40px;
      }
@media (max-width: 989.98px){
.p-info-cards ul li:nth-of-type(2n+1){
          margin-right: 0
      }
        }
.p-info-cards ul li img{
        margin-bottom: 14px;
        border-radius: 3px;
        display: block;
      }
.p-info-column{
  margin-bottom: 74px;
}
@media (max-width: 989.98px){
.p-info-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 87px
}
  }
.p-info-column::after{
    content: "";
    clear: both;
  }
.p-info-column__title{
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
  }
@media (max-width: 989.98px){
.p-info-column__title{
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 12px
  }
    }
.p-info-column img{
    float: left;
    border-radius: 3px;
    margin: 0 35px 30px 0;
  }
@media (max-width: 989.98px){
.p-info-column img{
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 20px 0
  }
    }
.p-info-column p{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-info-column p{
      font-size: 14px;
      line-height: 25px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3
  }
    }
.p-info-column--imgRight img{
      float: right;
      margin: 0 0 30px 35px;
    }
@media (max-width: 989.98px){
.p-info-column--imgRight img{
        margin: 0 0 20px 0
    }
      }
@media (max-width: 989.98px){
.p-info-schedule__inner{
      overflow-x: scroll;
      margin-bottom: 89px
  }
      .p-info-schedule__inner::-webkit-scrollbar{
        background-color: #F1F2FB;
        border-radius: 8px;
        height: 8px;
      }
      .p-info-schedule__inner::-webkit-scrollbar-thumb{
        background-color: #0046FF;
        border-radius: 8px;
        height: 8px;
      }
    }
.p-info-schedule__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-info-schedule__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 32px
  }
    }
.p-info-schedule__table{
    margin-bottom: 100px;
    width: 916px;
  }
@media (max-width: 989.98px){
.p-info-schedule__table{
      margin-bottom: 32px
  }

    }
.p-info-schedule__pickup{
    background-color: #e8eaf7;
    border-radius: 3px;
    padding: 46px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-info-schedule__pickup{
      padding: 38px 20px;
      line-height: 25px;
      font-size: 14px
  }
    }
.p-info-contacts{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 989.98px){
.p-info-contacts{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.p-info-contacts > li{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #e8eaf7;
    padding: 33px 34px;
  }
@media (max-width: 989.98px){
.p-info-contacts > li{
      padding: 27px 10px
  }
    }
.p-info-contacts > li:first-child{
      margin-right: 40px;
    }
@media (max-width: 989.98px){
.p-info-contacts > li:first-child{
        margin-right: 0;
        margin-bottom: 30px
    }
      }
.p-info-contacts > li ul li{
        line-height: 32px;
        font-size: 16px;
      }
@media (max-width: 989.98px){
.p-info-contacts > li ul li{
          font-size: 13px;
          line-height: 25px
      }
        }
.p-info-contacts__title{
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
@media (max-width: 989.98px){
.p-info-contacts__title{
      font-size: 13px
  }
    }
.p-article-banners{
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 989.98px){
.p-article-banners{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px
}
  }
.p-article-banners li{
    width: 457px;
  }
@media (max-width: 989.98px){
.p-article-banners li{
      width: 100%
  }
    }
@media screen and (min-width: 990px){
.p-article-banners li:not(:last-child){
        margin-right: 40px
    }
      }
@media (max-width: 989.98px){
.p-article-banners li:not(:last-child){
        margin-bottom: 30px
    }
      }
.p-article-banners li a{
      position: relative;
      overflow: hidden;
      border-radius: 3px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #fff;
    }
.p-article-banners li a img{
        width: 192px;
        height: 137px;
      }
@media (max-width: 989.98px){
        .p-article-banners li a img{
          width: 129px;
          height: 96px;
          -o-object-fit: cover;
             object-fit: cover;
        }
      }
.p-article-banners li a p{
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
      }
@media (max-width: 989.98px){
.p-article-banners li a p{
          font-size: 13px;
          line-height: 19px
      }
        }
.p-article-banners li a i{
        width: 24px;
        height: 24px;
        position: absolute;
        bottom: 12px;
        right: 12px;
      }
.p-article-banners__inner{
    padding: 25px;
    min-width: 244px;
    height: 137px;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
  }
@media (max-width: 989.98px){
.p-article-banners__inner{
      padding: 19px 16px 0 16px;
      height: 96px;
      min-width: auto
  }
    }
.p-article-banners__title{
    display: inline-block;
    background-color: #0046ff;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    padding:5px 10px ;
    margin-bottom: 16px;
  }
@media (max-width: 989.98px){
.p-article-banners__title{
      font-size: 11px;
      margin-bottom: 7px
  }
    }
@media (max-width: 989.98px){
.p-article-banners__title--multi{
        text-align: left;
        margin-top: -10px
    }
      }
.p-article-banners__txt--pc{
      display: block;
    }
@media (max-width: 989.98px){
.p-article-banners__txt--pc{
        display: none
    }
      }
.p-article-banners__txt--sp{
      display: none;
    }
@media (max-width: 989.98px){
.p-article-banners__txt--sp{
        display: block
    }
      }
.p-info-footer__title{
    color: #0046ff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-align: center;
    margin-bottom: 30px;
  }
@media (max-width: 989.98px){
.p-info-footer__title{
      font-size: 21px;
      line-height: 30px;
      margin-bottom: 20px
  }
    }
.p-info-footer ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 989.98px){
.p-info-footer ul{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.p-info-footer ul li:not(:last-child){
        margin-right: 28px;
      }
@media (max-width: 989.98px){
.p-info-footer ul li:not(:last-child){
          margin: 0 0 15px 0
      }
        }
@media screen and (min-width: 990px){
.p-info-footer ul li a{
          width: 350px
      }
        }
/* -----------------------------------------------------------------
  InfoArchives
----------------------------------------------------------------- */
.p-info-archives:not(:last-child){
    margin-bottom: 50px;
  }
.p-info-archives__title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 18px;
    margin-bottom: 34px;
  }
@media (max-width: 989.98px){
.p-info-archives__title {
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 16px;
      margin-bottom: 25px
  }
    }
.p-info-archives__title::before,.p-info-archives__title::after{
      content: "";
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
@media (max-width: 989.98px){
.p-info-archives__title::before,.p-info-archives__title::after{
        height: 3px
    }
      }
.p-info-archives__title::before{
      width: 100%;
      background-color: #ccc;
    }
.p-info-archives__title::after{
      width: 50px;
      background-color: #0046ff;
    }
/* -----------------------------------------------------------------
  Solution
----------------------------------------------------------------- */
.p-solution-top__pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 989.98px) {
.p-solution-top__pagenation {
      padding: 0 5px
  }
    }
.p-solution-top__pagenation li {
      font-size: 20px;
      font-weight: bold;
      margin: 0 20px;
      position: relative;
      z-index: 1;
    }
@media (max-width: 989.98px) {
.p-solution-top__pagenation li {
        font-size: 13px;
        margin: 0 15px
    }
      }
/* &:not(:last-child) {
        margin-right: 40px;
      } */
.p-solution-top__pagenation li.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
      }
@media (max-width: 989.98px) {
.p-solution-top__pagenation li.is-active {
          width: 24px;
          height: 24px
      }
        }
.p-solution-top__pagenation li.is-active::before{
          position: absolute;
          content: "";
          width: 40px;
          height: 40px;
          background-color: #0046ff;
          border-radius: 100%;
          z-index: -1;
        }
@media (max-width: 989.98px) {
.p-solution-top__pagenation li.is-active::before{
            width: 24px;
            height: 24px
        }
          }
.p-solution__visual{
    width: 100%;
    margin-bottom: 55px;
  }
@media (max-width: 989.98px){
.p-solution__visual{
      border-radius: 5px;
      margin-bottom: 20px
  }
    }
.p-solution__title{
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 18px;
    margin-bottom: 34px;
  }
@media (max-width: 989.98px){
.p-solution__title{
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 16px;
      margin-bottom: 25px
  }
    }
.p-solution__title::before,.p-solution__title::after{
      content: "";
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
@media (max-width: 989.98px){
.p-solution__title::before,.p-solution__title::after{
        height: 3px
    }
      }
.p-solution__title::before{
      width: 100%;
      background-color: #ccc;
    }
.p-solution__title::after{
      width: 50px;
      background-color: #0046ff;
    }
.p-solution__title--nounderline {
      padding-bottom: 0px;
    }
.p-solution__title--nounderline::before{
        display: none;
      }
.p-solution__title--nounderline::after{
        display: none;
      }
.p-solution-summary p{
    margin: 25px 0;
  }
.p-solution-summary__title{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
  }
@media (max-width: 989.98px){
.p-solution-summary__title{
      font-size: 18px;
      line-height: 28px
  }
    }
.p-solution-summary__topick{
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 82px;
  }
@media (max-width: 989.98px){
.p-solution-summary__topick{
      font-size: 15px;
      line-height: 25px
  }
    }
.p-solution-summary__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 82px;
  }
@media (max-width: 989.98px){
.p-solution-summary__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 70px
  }
    }
.p-solution-summary__discription sup {
      vertical-align: super;
      font-size: smaller;
    }
.p-solution-summary__unorderedList{
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-solution-summary__unorderedList{
      font-size: 14px;
      margin-bottom: 38px;
      line-height: 25px
  }
    }
.p-solution-summary__unorderedList figcaption{
      font-weight: 700;
    }
.p-solution-summary__unorderedList ul li{
        text-indent: -0.9em;
        padding-left: 1.8em;
      }
@media (max-width: 989.98px){
.p-solution-summary__unorderedList ul li{
          text-indent: -0.75em;
          padding-left: 1.5em
      }
        }
.p-solution-summary__unorderedList ul li::before{
          display: inline-block;
          margin-right: 10px;
          content: "£­";
        }
@media (max-width: 989.98px){
.p-solution-summary__unorderedList ul li::before{
            content: "-"
        }
          }
.p-solution-summary__orderedList{
    margin-bottom: 42px;
    counter-reset: info-summary__orderedList;
    line-height: 32px;
    font-size: 16px;
  }
@media (max-width: 989.98px){
.p-solution-summary__orderedList{
      font-size: 14px;
      margin-bottom: 38px;
      line-height: 25px
  }
    }
.p-solution-summary__orderedList figcaption{
      font-weight: 700;
    }
.p-solution-summary__orderedList ol li{
        counter-increment: info-summary__orderedList;
        text-indent: -0.9em;
        padding-left: 1.8em;
      }
@media (max-width: 989.98px){
.p-solution-summary__orderedList ol li{
          text-indent: -0.75em;
          padding-left: 1.5em
      }
        }
.p-solution-summary__orderedList ol li::before{
          font-weight: 700;
          display: inline-block;
          margin-right: 10px;
          content: counter(info-summary__orderedList)".";
        }
@media (max-width: 989.98px){
.p-solution-summary__orderedList ol li::before{
            margin-right: 5px
        }
          }
.p-solution-summary__links{
    margin-top: 76px;
    margin-bottom: 24px;
  }
@media (max-width: 989.98px){
.p-solution-summary__links{
      margin-top: 0;
      margin-bottom: 17px
  }
      
    }
.p-solution-summary__links li{
      line-height: 46px;
    }
@media (max-width: 989.98px){
.p-solution-summary__links li{
        line-height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.p-solution-summary__links li:not(:last-child){
        margin-bottom: 17px;
        
      }
@media (max-width: 989.98px){
.p-solution-summary__links li:not(:last-child){
          margin-bottom: 14px
        
      }
        }
.p-solution-summary__links li a{
        margin-right: 34px;
      }
@media (max-width: 989.98px){
.p-solution-summary__links li a{
          margin-right: 0
      }
          .p-solution-summary__links li a:not(:last-child){

            margin-bottom: 25px;
          }
        }
@media (max-width: 989.98px){
.p-solution-cards{
    margin-bottom: 14px
}
  }
.p-solution-cards ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.p-solution-cards ul li{
      margin-bottom: 92px;
      width: calc(50% - 20px);
      font-size: 16px;
      line-height: 32px;
    }
@media (max-width: 989.98px){
.p-solution-cards ul li{
        font-size: 14px;
        line-height: 25px;
        width: auto;
        margin-bottom: 50px
    }
      }
.p-solution-cards ul li:nth-of-type(2n+1){
        margin-right: 40px;
      }
@media (max-width: 989.98px){
.p-solution-cards ul li:nth-of-type(2n+1){
          margin-right: 0
      }
        }
.p-solution-cards ul li img{
        width: 100%;
        margin-bottom: 14px;
        border-radius: 3px;
        display: block;
      }
.p-solution-column{
  margin-bottom: 74px;
}
@media (max-width: 989.98px){
.p-solution-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 87px
}
  }
.p-solution-column::after{
    content: "";
    clear: both;
  }
.p-solution-column__title{
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
  }
@media (max-width: 989.98px){
.p-solution-column__title{
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 12px
  }
    }
.p-solution-column img{
    float: left;
    border-radius: 3px;
    margin: 0 35px 30px 0;
    width: calc(50% - 17.5px);
  }
@media (max-width: 989.98px){
.p-solution-column img{
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 20px 0;
      width: 100%
  }
    }
.p-solution-column p{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-solution-column p{
      font-size: 14px;
      line-height: 25px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3
  }
    }
.p-solution-column--imgRight img{
      float: right;
      margin: 0 0 30px 35px;
    }
@media (max-width: 989.98px){
.p-solution-column--imgRight img{
        margin: 0 0 20px 0
    }
      }
@media (max-width: 989.98px){
.p-solution-schedule__inner{
      overflow-x: scroll;
      margin-bottom: 89px
  }
      .p-solution-schedule__inner::-webkit-scrollbar{
        background-color: #F1F2FB;
        border-radius: 8px;
        height: 8px;
      }
      .p-solution-schedule__inner::-webkit-scrollbar-thumb{
        background-color: #0046FF;
        border-radius: 8px;
        height: 8px;
      }
    }
.p-solution-schedule__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-solution-schedule__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 32px
  }
    }
.p-solution-schedule__table{
    margin-bottom: 100px;
    width: 794px;
  }
@media (max-width: 989.98px){
.p-solution-schedule__table{
      margin-bottom: 32px
  }

    }
.p-solution-schedule__pickup{
    background-color: #e8eaf7;
    border-radius: 3px;
    padding: 46px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-solution-schedule__pickup{
      padding: 38px 20px;
      line-height: 25px;
      font-size: 14px
  }
    }
.p-solution-contacts{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 989.98px){
.p-solution-contacts{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.p-solution-contacts > li{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #e8eaf7;
    padding: 33px 34px;
  }
@media (max-width: 989.98px){
.p-solution-contacts > li{
      padding: 27px 10px
  }
    }
.p-solution-contacts > li:first-child{
      margin-right: 40px;
    }
@media (max-width: 989.98px){
.p-solution-contacts > li:first-child{
        margin-right: 0;
        margin-bottom: 30px
    }
      }
.p-solution-contacts > li ul li{
        line-height: 32px;
        font-size: 16px;
      }
@media (max-width: 989.98px){
.p-solution-contacts > li ul li{
          font-size: 13px;
          line-height: 25px
      }
        }
.p-solution-contacts__title{
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
@media (max-width: 989.98px){
.p-solution-contacts__title{
      font-size: 13px
  }
    }
/* -----------------------------------------------------------------
  Case study
----------------------------------------------------------------- */
.p-casestudy-top__pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 989.98px) {
.p-casestudy-top__pagenation {
      padding: 0 5px
  }
    }
.p-casestudy-top__pagenation li {
      font-size: 20px;
      font-weight: bold;
      margin: 0 20px;
      position: relative;
      z-index: 1;
    }
@media (max-width: 989.98px) {
.p-casestudy-top__pagenation li {
        font-size: 13px;
        margin: 0 15px
    }
      }
/* &:not(:last-child) {
        margin-right: 40px;
      } */
.p-casestudy-top__pagenation li.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: #fff;
      }
@media (max-width: 989.98px) {
.p-casestudy-top__pagenation li.is-active {
          width: 24px;
          height: 24px
      }
        }
.p-casestudy-top__pagenation li.is-active::before{
          position: absolute;
          content: "";
          width: 40px;
          height: 40px;
          background-color: #0046ff;
          border-radius: 100%;
          z-index: -1;
        }
@media (max-width: 989.98px) {
.p-casestudy-top__pagenation li.is-active::before{
            width: 24px;
            height: 24px
        }
          }
.p-casestudy__visual{
    width: 100%;
    margin-bottom: 55px;
  }
@media (max-width: 989.98px){
.p-casestudy__visual{
      border-radius: 5px;
      margin-bottom: 20px
  }
    }
.p-casestudy__title{
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 18px;
    margin-bottom: 34px;
  }
@media (max-width: 989.98px){
.p-casestudy__title{
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 16px;
      margin-bottom: 25px
  }
    }
.p-casestudy__title::before,.p-casestudy__title::after{
      content: "";
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
@media (max-width: 989.98px){
.p-casestudy__title::before,.p-casestudy__title::after{
        height: 3px
    }
      }
.p-casestudy__title::before{
      width: 100%;
      background-color: #ccc;
    }
.p-casestudy__title::after{
      width: 50px;
      background-color: #0046ff;
    }
.p-casestudy__title--nounderline {
      padding-bottom: 0px;
    }
.p-casestudy__title--nounderline::before{
        display: none;
      }
.p-casestudy__title--nounderline::after{
        display: none;
      }
.p-casestudy-summary p{
    margin: 25px 0;
  }
.p-casestudy-summary__title{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
  }
@media (max-width: 989.98px){
.p-casestudy-summary__title{
      font-size: 18px;
      line-height: 28px
  }
    }
.p-casestudy-summary__topick{
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 82px;
  }
@media (max-width: 989.98px){
.p-casestudy-summary__topick{
      font-size: 15px;
      line-height: 25px
  }
    }
.p-casestudy-summary__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 82px;
  }
@media (max-width: 989.98px){
.p-casestudy-summary__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 70px
  }
    }
.p-casestudy-summary__discription sup {
      vertical-align: super;
      font-size: smaller;
    }
.p-casestudy-summary__unorderedList{
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-casestudy-summary__unorderedList{
      font-size: 14px;
      margin-bottom: 38px;
      line-height: 25px
  }
    }
.p-casestudy-summary__unorderedList figcaption{
      font-weight: 700;
    }
.p-casestudy-summary__unorderedList ul li::before{
          display: inline-block;
          margin-right: 10px;
          content: "£­";
        }
@media (max-width: 989.98px){
.p-casestudy-summary__unorderedList ul li::before{
            content: "-"
        }
          }
.p-casestudy-summary__orderedList{
    margin-bottom: 42px;
    counter-reset: info-summary__orderedList;
    line-height: 32px;
    font-size: 16px;
  }
@media (max-width: 989.98px){
.p-casestudy-summary__orderedList{
      font-size: 14px;
      margin-bottom: 38px;
      line-height: 25px
  }
    }
.p-casestudy-summary__orderedList figcaption{
      font-weight: 700;
    }
.p-casestudy-summary__orderedList ol li{
        counter-increment: info-summary__orderedList;
      }
.p-casestudy-summary__orderedList ol li::before{
          font-weight: 700;
          display: inline-block;
          margin-right: 10px;
          content: counter(info-summary__orderedList)".";
        }
@media (max-width: 989.98px){
.p-casestudy-summary__orderedList ol li::before{
            margin-right: 5px
        }
          }
.p-casestudy-summary__links{
    margin-top: 76px;
    margin-bottom: 24px;
  }
@media (max-width: 989.98px){
.p-casestudy-summary__links{
      margin-top: 0;
      margin-bottom: 17px
  }
      
    }
.p-casestudy-summary__links li{
      line-height: 46px;
    }
@media (max-width: 989.98px){
.p-casestudy-summary__links li{
        line-height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.p-casestudy-summary__links li:not(:last-child){
        margin-bottom: 17px;
        
      }
@media (max-width: 989.98px){
.p-casestudy-summary__links li:not(:last-child){
          margin-bottom: 14px
        
      }
        }
.p-casestudy-summary__links li a{
        margin-right: 34px;
      }
@media (max-width: 989.98px){
.p-casestudy-summary__links li a{
          margin-right: 0
      }
          .p-casestudy-summary__links li a:not(:last-child){

            margin-bottom: 25px;
          }
        }
@media (max-width: 989.98px){
.p-casestudy-cards{
    margin-bottom: 14px
}
  }
.p-casestudy-cards ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.p-casestudy-cards ul li{
      margin-bottom: 92px;
      width: calc(50% - 20px);
      font-size: 16px;
      line-height: 32px;
    }
@media (max-width: 989.98px){
.p-casestudy-cards ul li{
        font-size: 14px;
        line-height: 25px;
        width: auto;
        margin-bottom: 50px
    }
      }
.p-casestudy-cards ul li:nth-of-type(2n+1){
        margin-right: 40px;
      }
@media (max-width: 989.98px){
.p-casestudy-cards ul li:nth-of-type(2n+1){
          margin-right: 0
      }
        }
.p-casestudy-cards ul li img{
        width: 100%;
        margin-bottom: 14px;
        border-radius: 3px;
        display: block;
      }
.p-casestudy-column{
  margin-bottom: 74px;
}
@media (max-width: 989.98px){
.p-casestudy-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 87px
}
  }
.p-casestudy-column::after{
    content: "";
    clear: both;
  }
.p-casestudy-column__title{
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
  }
@media (max-width: 989.98px){
.p-casestudy-column__title{
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 12px
  }
    }
.p-casestudy-column img{
    float: left;
    border-radius: 3px;
    margin: 0 35px 30px 0;
    width: calc(50% - 17.5px);
  }
@media (max-width: 989.98px){
.p-casestudy-column img{
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 20px 0;
      width: 100%
  }
    }
.p-casestudy-column p{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-casestudy-column p{
      font-size: 14px;
      line-height: 25px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3
  }
    }
.p-casestudy-column--imgRight img{
      float: right;
      margin: 0 0 30px 35px;
    }
@media (max-width: 989.98px){
.p-casestudy-column--imgRight img{
        margin: 0 0 20px 0
    }
      }
.p-casestudy-costomer{
  margin-bottom: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 989.98px){
.p-casestudy-costomer{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 87px
}
  }
.p-casestudy-costomer::after{
    content: "";
    clear: both;
  }
.p-casestudy-costomer__title{
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
  }
@media (max-width: 989.98px){
.p-casestudy-costomer__title{
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 12px
  }
    }
.p-casestudy-costomer img{
    border-radius: 3px;
    margin: 0 35px 30px 0;
    width: 222px;
    height: auto;
  }
@media (max-width: 989.98px){
.p-casestudy-costomer img{
      margin: 0 0 20px 0;
      width: 100%
  }
    }
.p-casestudy-costomer p{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-casestudy-costomer p{
      font-size: 14px;
      line-height: 25px
  }
    }
@media (max-width: 989.98px){
.p-casestudy-schedule__inner{
      overflow-x: scroll;
      margin-bottom: 89px
  }
      .p-casestudy-schedule__inner::-webkit-scrollbar{
        background-color: #F1F2FB;
        border-radius: 8px;
        height: 8px;
      }
      .p-casestudy-schedule__inner::-webkit-scrollbar-thumb{
        background-color: #0046FF;
        border-radius: 8px;
        height: 8px;
      }
    }
.p-casestudy-schedule__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-casestudy-schedule__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 32px
  }
    }
.p-casestudy-schedule__table{
    margin-bottom: 100px;
    width: 794px;
  }
@media (max-width: 989.98px){
.p-casestudy-schedule__table{
      margin-bottom: 32px
  }

    }
.p-casestudy-schedule__pickup{
    background-color: #e8eaf7;
    border-radius: 3px;
    padding: 46px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-casestudy-schedule__pickup{
      padding: 38px 20px;
      line-height: 25px;
      font-size: 14px
  }
    }
@media (max-width: 989.98px){
.p-casestudy-structure__inner{
      margin-bottom: 89px
  }
    }
.p-casestudy-structure__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-casestudy-structure__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 32px
  }
    }
.p-casestudy-structure__table{
    margin-bottom: 100px;
    width: 794px;
  }
.p-casestudy-structure__table th{
        font-size: 20px;
        vertical-align: middle;
      }
@media (max-width: 989.98px){
.p-casestudy-structure__table{
      display: block;
      width: 100%;
      margin-bottom: 32px
  }
      .p-casestudy-structure__table th,.p-casestudy-structure__table td{
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: left;
      }
    }
.p-casestudy-structure__pickup{
    background-color: #e8eaf7;
    border-radius: 3px;
    padding: 46px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-casestudy-structure__pickup{
      padding: 38px 20px;
      line-height: 25px;
      font-size: 14px
  }
    }
.p-casestudy-contacts{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 989.98px){
.p-casestudy-contacts{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.p-casestudy-contacts > li{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #e8eaf7;
    padding: 33px 34px;
  }
@media (max-width: 989.98px){
.p-casestudy-contacts > li{
      padding: 27px 10px
  }
    }
.p-casestudy-contacts > li:first-child{
      margin-right: 40px;
    }
@media (max-width: 989.98px){
.p-casestudy-contacts > li:first-child{
        margin-right: 0;
        margin-bottom: 30px
    }
      }
.p-casestudy-contacts > li ul li{
        line-height: 32px;
        font-size: 16px;
      }
@media (max-width: 989.98px){
.p-casestudy-contacts > li ul li{
          font-size: 13px;
          line-height: 25px
      }
        }
.p-casestudy-contacts__title{
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
@media (max-width: 989.98px){
.p-casestudy-contacts__title{
      font-size: 13px
  }
    }
/* -----------------------------------------------------------------
  modal image
----------------------------------------------------------------- */
.p-modal-image__left {
    width: 380px;
    height: 268px;
    float: left;
    margin: 0 35px 0 0;
    text-align: center;
  }
@media(max-width: 989.98px) {
.p-modal-image__left {
      width: 100%;
      height: inherit;
      float: none;
      margin: 0 0 0 0;
      padding-bottom: 15px
  }
    }
.p-modal-image__left img {
      width: 100%;
      margin: 0 0px 15px 0;
    }
.p-modal-image__left span {
    }
.p-modal-image__right {
    width: 380px;
    height: 268px;
    float: right;
    margin: 0 0 0 35px;
    text-align: center;
  }
@media(max-width: 989.98px) {
.p-modal-image__right {
      width: 100%;
      height: inherit;
      float: none;
      margin: 0 0 0 0;
      padding-bottom: 15px
  }
    }
.p-modal-image__right img {
      width: 100%;
      margin: 0 0px 15px 0;
    }
.p-modal-image__right span {
    }
/* -----------------------------------------------------------------
  Esg
----------------------------------------------------------------- */
.p-esg__visual{
    width: 100%;
    margin-bottom: 55px;
  }
@media (max-width: 989.98px){
.p-esg__visual{
      border-radius: 5px;
      margin-bottom: 20px
  }
    }
.p-esg__visual img{
      width: 100%;
    }
.p-esg__visual span{
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px;
      display: block;
    }
@media (max-width: 989.98px){
.p-esg__visual span{
        font-size: 13px;
        line-height: 23px
    }
      }
.p-esg__title{
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 18px;
    margin-bottom: 34px;
  }
@media (max-width: 989.98px){
.p-esg__title{
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 16px;
      margin-bottom: 25px
  }
    }
.p-esg__title::before,.p-esg__title::after{
      content: "";
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
@media (max-width: 989.98px){
.p-esg__title::before,.p-esg__title::after{
        height: 3px
    }
      }
.p-esg__title::before{
      width: 100%;
      background-color: #ccc;
    }
.p-esg__title::after{
      width: 50px;
      background-color: #0046ff;
    }
.p-esg-summary p{
    margin: 15px 0 25px;
  }
.p-esg-summary__title{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
  }
@media (max-width: 989.98px){
.p-esg-summary__title{
      font-size: 18px;
      line-height: 28px
  }
    }
.p-esg-summary__colorTitle{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #0046FF;
  }
@media (max-width: 989.98px){
.p-esg-summary__colorTitle{
      font-size: 18px;
      line-height: 28px
  }
    }
.p-esg-summary__colorTitle--line{
    position: relative;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #0046FF;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }
@media (max-width: 989.98px){
.p-esg-summary__colorTitle--line{
      font-size: 18px;
      line-height: 28px
  }
    }
.p-esg-summary__bgColorTitle{
    background-color: #0046ff;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
.p-esg-summary__bgColorTitle--fitContent {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
    }
@media (max-width: 989.98px){
.p-esg-summary__bgColorTitle{
      font-size: 15px;
      line-height: 25px;
      padding-left: 14px;
      padding-right: 14px;
      border-radius: 25px
  }
    }
.p-esg-summary__subTitle--square p{
      font-size: 16px;
      line-height: 32px;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 15px 0;
    }
.p-esg-summary__subTitle--square p::before{
        content: "¡ö";
        color: #0046ff;
        margin-right: 5px;
      }
@media (max-width: 989.98px){
.p-esg-summary__subTitle--square p{
        font-size: 15px;
        line-height: 25px
    }
      }
.p-esg-summary__subTitle p{
      font-size: 16px;
      line-height: 32px;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 15px 0;
    }
@media (max-width: 989.98px){
.p-esg-summary__subTitle p{
        font-size: 15px;
        line-height: 25px
    }
      }
.p-esg-summary__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 70px;
  }
@media (max-width: 989.98px){
.p-esg-summary__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 70px
  }
    }
.p-esg-summary__unorderedList{
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-esg-summary__unorderedList{
      font-size: 14px;
      margin-bottom: 38px;
      line-height: 25px
  }
    }
.p-esg-summary__unorderedList figcaption{
      font-weight: 700;
    }
.p-esg-summary__unorderedList ul li::before{
          display: inline-block;
          margin-right: 10px;
          content: "£­";
        }
@media (max-width: 989.98px){
.p-esg-summary__unorderedList ul li::before{
            content: "-"
        }
          }
.p-esg-summary__orderedList{
    margin-bottom: 42px;
    counter-reset: info-summary__orderedList;
    line-height: 32px;
    font-size: 16px;
  }
@media (max-width: 989.98px){
.p-esg-summary__orderedList{
      font-size: 14px;
      margin-bottom: 38px;
      line-height: 25px
  }
    }
.p-esg-summary__orderedList figcaption{
      font-weight: 700;
    }
.p-esg-summary__orderedList ol li{
        counter-increment: info-summary__orderedList;
      }
.p-esg-summary__orderedList ol li::before{
          font-weight: 700;
          display: inline-block;
          margin-right: 10px;
          content: counter(info-summary__orderedList)".";
        }
@media (max-width: 989.98px){
.p-esg-summary__orderedList ol li::before{
            margin-right: 5px
        }
          }
.p-esg-summary__links{
    margin-top: 76px;
    margin-bottom: 24px;
  }
@media (max-width: 989.98px){
.p-esg-summary__links{
      margin-top: 0;
      margin-bottom: 17px
  }
      
    }
.p-esg-summary__links li{
      line-height: 46px;
    }
@media (max-width: 989.98px){
.p-esg-summary__links li{
        line-height: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.p-esg-summary__links li:not(:last-child){
        margin-bottom: 17px;
        
      }
@media (max-width: 989.98px){
.p-esg-summary__links li:not(:last-child){
          margin-bottom: 14px
        
      }
        }
.p-esg-summary__links li a{
        margin-right: 34px;
      }
@media (max-width: 989.98px){
.p-esg-summary__links li a{
          margin-right: 0
      }
          .p-esg-summary__links li a:not(:last-child){

            margin-bottom: 25px;
          }
        }
@media (max-width: 989.98px){
.p-esg-cards{
    margin-bottom: 14px
}
  }
.p-esg-cards ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.p-esg-cards ul li{
      margin-bottom: 70px;
      width: calc(50% - 20px);
      font-size: 16px;
      line-height: 32px;
    }
@media (max-width: 989.98px){
.p-esg-cards ul li{
        font-size: 14px;
        line-height: 25px;
        width: auto;
        margin-bottom: 50px
    }
      }
.p-esg-cards ul li:nth-of-type(2n+1){
        margin-right: 40px;
      }
@media (max-width: 989.98px){
.p-esg-cards ul li:nth-of-type(2n+1){
          margin-right: 0
      }
        }
.p-esg-cards ul li img{
        width: 100%;
        margin-bottom: 14px;
        border-radius: 3px;
        display: block;
      }
.p-esg-cards ul li span{
      font-size: 14px;
      line-height: 24px;
  }
@media (max-width: 989.98px){
.p-esg-cards ul li span{
        font-size: 13px;
        line-height: 23px
  }
      }
.p-esg-column{
  margin-bottom: 74px;
}
@media (max-width: 989.98px){
.p-esg-column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 87px
}
  }
.p-esg-column::after{
    content: "";
    clear: both;
  }
.p-esg-column__title{
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
  }
@media (max-width: 989.98px){
.p-esg-column__title{
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 12px
  }
    }
.p-esg-column img{
    float: left;
    border-radius: 3px;
    margin: 0 35px 30px 0;
    width: calc(50% - 17.5px);
  }
@media (max-width: 989.98px){
.p-esg-column img{
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 20px 0;
      width: 100%
  }
    }
.p-esg-column p{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-esg-column p{
      font-size: 14px;
      line-height: 25px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3
  }
    }
.p-esg-column--imgRight img{
      float: right;
      margin: 0 0 30px 35px;
    }
@media (max-width: 989.98px){
.p-esg-column--imgRight img{
        margin: 0 0 20px 0
    }
      }
.p-esg-column--img-50 img {
      width: calc(50% - 17.5px);
    }
@media (max-width: 989.98px){
.p-esg-column--img-50 img {
        width: 100%
    }
      }
.p-esg-column--img-40 img {
      width: calc(40% - 17.5px);
    }
@media (max-width: 989.98px){
.p-esg-column--img-40 img {
        width: 100%
    }
      }
.p-esg-column--img-30 img {
      width: calc(30% - 17.5px);
    }
@media (max-width: 989.98px){
.p-esg-column--img-30 img {
        width: 100%
    }
      }
.p-esg-column--img-20 img {
      width: calc(20% - 17.5px);
    }
@media (max-width: 989.98px){
.p-esg-column--img-20 img {
        width: 100%
    }
      }
@media (max-width: 989.98px){
.p-esg-schedule__inner{
      overflow-x: scroll;
      margin-bottom: 89px
  }
      .p-esg-schedule__inner::-webkit-scrollbar{
        background-color: #F1F2FB;
        border-radius: 8px;
        height: 8px;
      }
      .p-esg-schedule__inner::-webkit-scrollbar-thumb{
        background-color: #0046FF;
        border-radius: 8px;
        height: 8px;
      }
    }
.p-esg-schedule__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-esg-schedule__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 32px
  }
    }
.p-esg-schedule__thead th{
      background-color: #0046FF;
      color: #fff;
    }
.p-esg-schedule__table{
    margin-bottom: 100px;
    width: 794px;
    /* td sample
    &--td-120 {
      th {
        width: 120px;
      }
    }
    */
  }
@media (max-width: 989.98px){
.p-esg-schedule__table{
      margin-bottom: 32px
  }

    }
/* table¤Î¼š¤«¤Ê·ù¤ÏÒÔÏÂ¤Î¤è¤¦¤Ë¥â¥Ç¥£¥Õ¥¡¥¤¤Ç×÷³É */
.p-esg-schedule__table--th-120 th {
        width: 120px;
      }
.p-esg-schedule__table--data thead th {
        width: 120px;
      }
.p-esg-schedule__table--data td{
        padding:10px;
      }
.p-esg-schedule__subTitle p{
      font-size: 16px;
      line-height: 32px;
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px;
    }
@media (max-width: 989.98px){
.p-esg-schedule__subTitle p{
        font-size: 15px;
        line-height: 25px
    }
      }
.p-esg-schedule__pickup{
    background-color: #e8eaf7;
    border-radius: 3px;
    padding: 46px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-esg-schedule__pickup{
      padding: 38px 20px;
      line-height: 25px;
      font-size: 14px
  }
    }
@media (max-width: 989.98px){
.p-esg-structure__inner{
      margin-bottom: 89px
  }
    }
.p-esg-structure__discription{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px){
.p-esg-structure__discription{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 32px
  }
    }
.p-esg-structure__column ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
.p-esg-structure__column ul li {
        /* 3¥«¥é¥àÓÃ¤Ë¥µ¥¤¥º¤òÕ{Õû */
        width: 224px;
        margin-bottom: 60px;
        text-align: center;
      }
@media (max-width: 989.98px) {
        .p-esg-structure__column ul li {
          /* 2¥«¥é¥àÓÃ¤Ë¥µ¥¤¥º¤òÕ{Õû */
          width: calc(50% - 20px);
          margin-bottom: 20px;
        }
          .p-esg-structure__column ul li img {
            width: 100%;
          }
    }
.p-esg-structure__table{
    margin-bottom: 100px;
    width: 794px;
  }
.p-esg-structure__table th{
        font-size: 20px;
        vertical-align: middle;
      }
@media (max-width: 989.98px){
.p-esg-structure__table{
      display: block;
      width: 100%;
      margin-bottom: 32px
  }
      .p-esg-structure__table th,.p-esg-structure__table td{
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: left;
      }
    }
.p-esg-structure__pickup{
    background-color: #e8eaf7;
    border-radius: 3px;
    padding: 46px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-esg-structure__pickup{
      padding: 38px 20px;
      line-height: 25px;
      font-size: 14px
  }
    }
.p-esg-contacts{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 989.98px){
.p-esg-contacts{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.p-esg-contacts > li{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #e8eaf7;
    padding: 33px 34px;
  }
@media (max-width: 989.98px){
.p-esg-contacts > li{
      padding: 27px 10px
  }
    }
.p-esg-contacts > li:first-child{
      margin-right: 40px;
    }
@media (max-width: 989.98px){
.p-esg-contacts > li:first-child{
        margin-right: 0;
        margin-bottom: 30px
    }
      }
.p-esg-contacts > li ul li{
        line-height: 32px;
        font-size: 16px;
      }
@media (max-width: 989.98px){
.p-esg-contacts > li ul li{
          font-size: 13px;
          line-height: 25px
      }
        }
.p-esg-contacts__title{
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
  }
@media (max-width: 989.98px){
.p-esg-contacts__title{
      font-size: 13px
  }
    }
/* -----------------------------------------------------------------
  Corporate
----------------------------------------------------------------- */
.p-executives-card{
  background: #fff;
  padding: 40px;
  border-radius: 5px;
}
@media (max-width: 989.98px){
.p-executives-card{
    padding: 26px 30px;
    border-radius: 1px
}
  }
.p-executives-card.isOpen .p-executives-card__head i{
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
      }
.p-executives-card__head{
    position: relative;
  }
.p-executives-card__head i{
      position: absolute;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      top: 65px;
      right: -20px;
    }
@media (max-width: 989.98px){
.p-executives-card__head i{
        top: 40px
    }
      }
.p-executives-card__head img{
      float: left;
      margin-right: 28px;
    }
@media (max-width: 989.98px){
.p-executives-card__head img{
        width: 78px;
        margin-right: 18px
    }
      }
.p-executives-card__head__job{
      line-height: 1.2;
      font-size: 20px;
      margin-bottom: 15px;
    }
@media (max-width: 989.98px){
.p-executives-card__head__job{
        font-size: 13px;
        margin-bottom: 10px
    }
      }
.p-executives-card__body{
    margin-top: 33px;
    display: none;
  }
.p-executives-card__name{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1px;
    line-height: 1.2;
    display: inline-block;
  }
@media (max-width: 989.98px){
.p-executives-card__name{
      font-size: 20px;
      line-height: 30px
  }
    }
.p-executives-card__kana{
    font-size: 20px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-executives-card__kana{
      font-size: 13px;
      line-height: 21px
  }
    }
.p-executives-card__title{
    margin-bottom: 14px;
  }
@media (max-width: 989.98px){
.p-executives-card__title{
      font-size: 17px;
      line-height: 25px;
      padding-bottom: 11px;
      margin-bottom: 9px
  }
      .p-executives-card__title::after,.p-executives-card__title::before{
        height: 2px;
      }
    }
.p-executives-card__job p{
      font-size: 16px;
      line-height: 30px;
      margin-top: 20px;
    }
@media (max-width: 989.98px){
.p-executives-card__job p{
        font-size: 13px;
        line-height: 23px
    }
      }
.p-executives-card2{
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  width:518px;
}
@media (max-width: 989.98px){
.p-executives-card2{
    padding: 26px 30px;
    border-radius: 1px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}
  }
.p-executives-card2 img{
    display: inline-block;
    vertical-align: top;
  }
@media (max-width: 989.98px){
.p-executives-card2 img{
      width: 78px
  }
    }
.p-executives-card2__txt{
    display: inline-block;
    width: 313px;
    padding-left: 22px;
  }
@media (max-width: 989.98px){
.p-executives-card2__txt{
      width: calc(100% - 84px);;
      padding-left: 14px
  }
    }
.p-executives-card2__txt__job{
      line-height: 1.2;
      font-size: 20px;
      margin-bottom: 15px;
    }
@media (max-width: 989.98px){
.p-executives-card2__txt__job{
        font-size: 13px;
        margin-bottom: 10px
    }
      }
.p-executives-card2__txt__name{
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 1px;
      line-height: 1.2;
      display: inline-block;
    }
@media (max-width: 989.98px){
.p-executives-card2__txt__name{
        font-size: 20px;
        line-height: 30px
    }
      }
.p-executives-card2__txt__kana{
      font-size: 20px;
      line-height: 32px;
    }
@media (max-width: 989.98px){
.p-executives-card2__txt__kana{
        font-size: 13px;
        line-height: 21px
    }
      }
.p-executives-card2__txt__job2{
      font-size: 16px;
      line-height: 26px;
      margin-top: 16px;
    }
@media (max-width: 989.98px){
.p-executives-card2__txt__job2{
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px
    }
      }
.p-corporate-group:not(:last-child){
    margin-bottom: 100px;
  }
@media (max-width: 989.98px) {
.p-corporate-group:not(:last-child){
      margin-bottom: 45px
  }
    }
@media (max-width: 989.98px) {
.p-corporate-group--en table tbody tr th{
        font-size: 10px
    }
      }
.p-corporate-group table td:first-of-type{
        font-size: 14px;
        font-weight: bold;
      }
@media (max-width: 989.98px) {
.p-corporate-group table td:first-of-type{
          font-size: 13px
      }
        }
.p-corporate-group table td:nth-of-type(1) a{
          word-break: break-all;
          color: #0046FF;
          font-size: 12px;
          letter-spacing: 1.2px;
          text-decoration: underline;
        }
@media (max-width: 989.98px) {
.p-corporate-group table td:nth-of-type(1) a{
            letter-spacing: 0.97px;
            font-size: 13px
        }
          }
.p-corporate-group table td:nth-of-type(1) a::before {
            content: "";
            display: inline-block;
            width: 18px;
            height: 16px;
            margin-right:5px;
            vertical-align: middle;
            background-image: url("/assets/img/icons/line-window-blue.png");
  
          }
.p-corporate-group table td:nth-of-type(2) a{
          pointer-events: none;
        }
@media (max-width: 989.98px) {
.p-corporate-group table td:nth-of-type(2) a{
            pointer-events: all;
            color: #0046FF;
            text-decoration: underline
        }
          }
.p-corporate-offices:not(:last-child){
    margin-bottom: 75px;
  }
@media (max-width: 989.98px) {
.p-corporate-offices:not(:last-child){
      margin-bottom: 45px
  }
    }
.p-corporate-offices table td:first-of-type{
        font-size: 16px;
        font-weight: bold;
      }
@media (max-width: 989.98px) {
.p-corporate-offices table td:first-of-type{
          font-size: 13px
      }
        }
.p-corporate-offices table td a[href^="tel:"]{
        pointer-events: none;
      }
@media (max-width: 989.98px) {
.p-corporate-offices table td a[href^="tel:"]{
          pointer-events: all;
          color: #0046FF;
          text-decoration: underline
      }
        }
.p-gallery-card{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  background: #fff;
  padding: 0;
  border-radius: 5px;
}
@media (max-width: 989.98px){
.p-gallery-card{
    display:block;
    padding: 0;
    margin-bottom:20px
}
  }
.p-gallery-card__img img{
      width:252px;
      border-radius: 5px 0 0 5px;
    }
@media (max-width: 989.98px){
.p-gallery-card__img img{
        width:100%;
        border-radius: 5px 5px 0 0
    }
      }
.p-gallery-card__text{
    position:relative;
    width:100%;
    padding:18px 16px;
  }
@media (max-width: 989.98px){
.p-gallery-card__text{
      position:static;
      width:100%;
      margin:0;
      padding: 20px
  }
    }
.p-gallery-card__title{
    font-size: 13.8px;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.5;
  }
@media (max-width: 989.98px){
.p-gallery-card__title{
      font-size: 16px;
      margin-bottom: 15px;
      line-height: 1.4
  }
    }
.p-gallery-card__btn li{
      display: inline-block;
    }
@media (max-width: 989.98px){
.p-gallery-card__btn li{
        font-size: 13px;
        line-height: 23px
    }
      }
.p-gallery-card__btn li:nth-child(2){
        margin-left:12px;
      }
@media (max-width: 989.98px){
.p-gallery-card__btn li:nth-child(2){
          margin-left:8px
      }
        }
.p-gallery-card__btn li a{
        width:112px;
        font-size: 12px;
        padding: 2.5px 2px;
      }
@media (max-width: 989.98px){
.p-gallery-card__btn li a{
          width:140px;
          padding: 10px 2px;
          text-align: center;
          padding-left: 14px
      }
        }
@media (max-width: 989.98px){
.p-gallery-card__btn{
      position:static;
      margin-top: 20px;
      text-align: center
  }
    }
.p-gallery-card__arrow::before,.p-gallery-card__arrow::after{
      width:70%;
      right:-8px;
  }
@media (max-width: 989.98px){
.p-gallery-card__arrow::before,.p-gallery-card__arrow::after{
        right:-4px
  }
      }
/* -----------------------------------------------------------------
  Sitemap
----------------------------------------------------------------- */
.p-sitemap:not(:last-child){
    margin-bottom: 85px;
  }
@media (max-width: 989.98px) {
.p-sitemap:not(:last-child){
      margin-bottom: 72px
  }
      
    }
.p-sitemap:not(:last-child) .p-sitemap__current{
      margin-bottom: 30px;
    }
.p-sitemap__current{
    width: 702px;
    display: block;
    font-size: 32px;
    letter-spacing: 1.12px;
    font-weight: 700;
    line-height: 47px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 12px;
    position: relative;
  }
@media (max-width: 989.98px) {
.p-sitemap__current{
      width: 100%;
      font-size: 20px;
      line-height: 29px
  }
      .p-sitemap__current a{
        font-size: 20px;

      }
    }
.p-sitemap__current i{
      position: absolute;
      right: 0;
      top: 12px;
    }
@media (max-width: 989.98px) {
.p-sitemap__current i{
        top: 4px
    }
      }
.p-sitemap__list figcaption{
      color: #0046FF;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 3.2px;
      line-height: 29px;
      margin-top: 53px;
      margin-bottom: 14px;
    }
@media (max-width: 989.98px) {
.p-sitemap__list figcaption{
        line-height: 24px;
        margin-top: 47px;
        font-size: 16px;
        letter-spacing: 1.44px
    }
      }
.p-sitemap__list ul{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
@media (max-width: 989.98px) {
.p-sitemap__list ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.p-sitemap__list ul li{
        border-bottom: 1px solid #CCCCCC;
      }
@media screen and (min-width: 990px) {
.p-sitemap__list ul li{
          width: 332px
      }
          .p-sitemap__list ul li:not(:nth-of-type(3n+3)){
            margin-right: 40px;
          }
        }
.p-sitemap__list ul li a{
          letter-spacing: 0;
          display: block;
          position: relative;
          font-size: 16px;
          padding: 18px 0;
          line-height: 24px;
        }
@media (max-width: 989.98px) {
.p-sitemap__list ul li a{
            font-size: 14px;
            letter-spacing: 1.26px;
            line-height: 20px;
            padding: 15px 0
        }
          }
.p-sitemap__list ul li a i{
            position: absolute;
            top: 18px;
            right: 0;
          }
@media (max-width: 989.98px) {
.p-sitemap__list ul li a i{
              top: 14px
          }
            }
/* -----------------------------------------------------------------
  privacypolicy
----------------------------------------------------------------- */
.p-privacypolicy__navigation{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 340px;
    padding: 14px 12px 13px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-color: #fff;
    border: 1px solid #0046FF;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.7px;
    line-height: 30px;
  }
@media screen and (min-width: 990px) {
      .p-privacypolicy__navigation:hover{
        color: #FFF;
      }
    }
@media (max-width: 989.98px) {
.p-privacypolicy__navigation{
      width: 50%;
      height: 70px;
      margin: auto;
      padding: 10px 10px 21px 10px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #E8EAF6;
      border: medium none currentColor;
      border: initial;
      border-top: 5px solid #E8EAF6;
      border-radius: 5px 5px 0 0;
      font-size: 11px;
      line-height: 17px
  }
      .p-privacypolicy__navigation::after{
        display: none;
      }
      .p-privacypolicy__navigation::before{
        display: none;
      }
    }
@media (max-width: 989.98px) {
.p-privacypolicy__navigation.is-active{
        background-color: #FFFFFF;
        border-top: 5px solid #0046FF;
        opacity: 1
    }
      }
.p-privacypolicy__navigation:not(:last-child){
      margin-right: 28px;
    }
@media (max-width: 989.98px) {
.p-privacypolicy__navigation:not(:last-child){
        margin-right: 2px
    }
      }
.p-privacypolicy__navigation__arrow{
      width: 24px;
      height: 24px;
      top: 31px;
      right: 16px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
    }
@media (max-width: 989.98px){
.p-privacypolicy__article{
      display: none
  }
    }
.p-privacypolicy__article a::before{
      margin-left: 5px;
    }
.p-privacypolicy__article b{
      font-weight: bold;
    }
.p-privacypolicy__article:not(:last-child){
      margin-bottom: 110px;
    }
@media (max-width: 989.98px){
.p-privacypolicy__article:not(:last-child){
        margin-bottom: 30px
    }
      }
.p-privacypolicy__article__inner:not(:last-child){
        margin-bottom: 90px;
      }
@media (max-width: 989.98px){
.p-privacypolicy__article__inner:not(:last-child){
          margin-bottom: 30px
      }
        }
@media (max-width: 989.98px){
.p-privacypolicy__article__inner__link{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex
      }
        }
@media (max-width: 989.98px){
.p-privacypolicy__article__inner__link a{
            display: block
        }
          }
@media (max-width: 989.98px){
.p-privacypolicy__article__inner__link a::before {
              display: inline-block;
              vertical-align: middle
          }
            }
@media (max-width: 989.98px){
.p-privacypolicy__article.is-active{
        display: block
    }
      }
/* -----------------------------------------------------------------
  Global
----------------------------------------------------------------- */
.p-simple-article:not(:last-child){
    margin-bottom: 60px;
  }
@media (max-width: 989.98px){
.p-simple-article:not(:last-child){
      margin-bottom: 30px
  }
    }
@media screen and (min-width: 990px){
.p-simple-article__title{
      font-size: 26px;
      line-height: 36px;
      padding-bottom: 22px;
      margin-bottom: 35px
  }
      .p-simple-article__title::after,.p-simple-article__title::before{
        height: 2px;
      }
    }
.p-simple-article__title--spaceFix{
      padding-bottom: 17px;
      margin-bottom: 30px;
    }
@media (max-width: 989.98px){
.p-simple-article__title--spaceFix{
        padding-bottom: 13px;
        margin-bottom: 20px
    }
      }
.p-simple-article__inner:not(:last-child){
      margin-bottom: 60px;
    }
@media (max-width: 989.98px){
.p-simple-article__inner:not(:last-child){
        margin-bottom: 30px
    }
      }
.p-simple-article__subject{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 25px;
  }
@media (max-width: 989.98px){
.p-simple-article__subject{
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 15px
  }
    }
.p-simple-article__discription{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-simple-article__discription{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 25px
  }
    }
.p-simple-article__discription strong{
      display: block;
    }
.p-simple-article__discription strong + a{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
@media screen and (min-width: 990px){
.p-simple-article__discription strong + a{
          margin-bottom: 5px
      }
        }
.p-simple-article__author {
    font-size: 16px;
    line-height: 32px;
    text-align: right;
  }
@media (max-width: 989.98px){
.p-simple-article__author {
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 25px
  }
    }
.p-simple-article__list li{
      font-size: 16px;
      line-height: 32px;
      text-indent: -0.9em;
      padding-left: 1.8em;
    }
@media (max-width: 989.98px){
.p-simple-article__list li{
        text-indent: -0.75em;
        padding-left: 1.5em;
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 25px
    }
      }
.p-simple-article__list li::before{
        display: inline-block;
        margin-right: 10px;
        content: "?";
      }
@media (max-width: 989.98px){
.p-simple-article__list li::before{
          margin-right: 5px
      }
        }
.p-simple-article__image{
    margin-top: 34px;
  }
@media (max-width: 989.98px){
.p-simple-article__image{
      padding-bottom: 10px;
      overflow-x: scroll
  }
      .p-simple-article__image::-webkit-scrollbar{
        background-color: #F1F2FB;
        border-radius: 8px;
        height: 8px;
      }
      .p-simple-article__image::-webkit-scrollbar-thumb{
        background-color: #0046FF;
        border-radius: 8px;
        height: 8px;
      }
    }
.p-simple-article__image img{
      display: block;
    }
@media (max-width: 989.98px){
.p-simple-article__image img{
        max-width: 820px
    }
      }
.p-simple-article__image--spaceFix{
      margin-top: 54px;
    }
.p-simple-article__image--column{
      margin-top: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow-x: auto;
      padding-bottom: 0;
    }
@media (max-width: 989.98px){
.p-simple-article__image--column{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
      }
.p-simple-article__image--column:not(:last-child){
        margin-bottom: 55px;
      }
@media (max-width: 989.98px){
.p-simple-article__image--column:not(:last-child){
          margin-bottom: 25px
      }
        }
.p-simple-article__image--column a:not(:last-child){
          margin-right: 40px;
        }
@media (max-width: 989.98px){
.p-simple-article__image--column a:not(:last-child){
            margin: 0 0 30px 0
        }
          }
@media (max-width: 989.98px){
.p-simple-article__image--column img{
        max-width: 100%
      }
        }
.p-simple-article__image--column img:not(:last-child){
          margin-right: 40px;
        }
@media (max-width: 989.98px){
.p-simple-article__image--column img:not(:last-child){
            margin: 0 0 30px 0
        }
          }
.p-column-article{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 989.98px){
.p-column-article{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.p-column-article__img{
    width: 50%;
  }
@media (max-width: 989.98px){
.p-column-article__img{
      width: 100%;
      margin-bottom: 20px
  }
      .p-column-article__img img{
        width: 100%;
      }
    }
.p-column-article__texts{
    padding-left: 50px;
    line-height: 1.5em;
  }
@media (max-width: 989.98px){
.p-column-article__texts{
      padding-left: 0px
  }
    }
.p-include-article{
  padding: 100px 0;
}
@media (max-width: 989.98px){
.p-include-article{
    padding: 65px 20px
}
  }
.p-include-article__title{
    margin-bottom: 47px;
  }
@media (max-width: 989.98px){
.p-include-article__title{
      margin-bottom: 32px
  }
    }
.p-include-article__titleEn{
    font-size: 52px;
    line-height: 63px;
    margin-bottom: 4px;
    font-weight: 700;
    text-align: center;
    color: #0046FF;
    letter-spacing: 0;
  }
@media (max-width: 989.98px){
.p-include-article__titleEn{
      line-height: 36px;
      font-size: 36px
  }
    }
.p-include-article__titleJa{
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 700;
  }
@media (max-width: 989.98px){
.p-include-article__titleJa{
      font-size: 16px;
      line-height: 24px
  }
    }
.p-share-links{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-share-links p{
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    margin-right: 8px;
  }
.p-share-links ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.p-share-links ul li:not(:last-child){
        margin-right: 8px;
      }
.p-article-categories{
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 989.98px){
.p-article-categories{
    margin-bottom: 18px
}
  }
.p-article-categories--narrow{
    margin-bottom: 20px;
  }
.p-article-categories__icon{
    margin-right: 20px;
  }
@media (max-width: 989.98px) {
.p-article-categories__icon{
      margin-right: 10px
  }
    }
.p-article-categories__date{
    font-weight: 700;
    letter-spacing: 0.12em;
  }
@media (max-width: 989.98px) {
.p-article-categories__date{
      font-size: 12px
  }
    }
.p-article-categories__company{
    margin: 0 0 0 auto;
  }
@media (max-width: 989.98px) {
.p-article-categories__company{
      width: 100%;
      font-size: 12px;
      margin-top: 10px;
      border-top: 1px solid #CCCCCC;
      padding-top: 10px;
      line-height: 18px
  }
    }
.p-local-sitemap{
  background: #fff;
}
.p-local-sitemap__inner{
    width: 1076px;
    margin: 0 auto;
    padding: 100px 0;
  }
@media (max-width: 989.98px){
.p-local-sitemap__inner{
      width: 100%;
      padding: 70px 20px
  }
    }
.p-local-sitemap__root{
    font-size: 32px;
    font-weight: 700;
    line-height: 47px;
    padding-bottom: 12px;
    position: relative;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    width: 332px;
    margin-bottom: 54px;
  }
@media (max-width: 989.98px) {
.p-local-sitemap__root{
      width: 100%;
      font-size: 20px;
      line-height: 29px;
      margin-bottom: 47px
  }
    }
.p-local-sitemap__root i{
      position: absolute;
      line-height: 48px;
      top: 11px;
      right: 0;
    }
@media (max-width: 989.98px) {
.p-local-sitemap__root i{
        top: 4px
    }
      }
.p-local-sitemap__list:not(:last-child){

      margin-bottom: 38px;
    }
@media (max-width: 989.98px) {
.p-local-sitemap__list:not(:last-child){
        margin-bottom: 47px
    }
      }
.p-local-sitemap__list figcaption{
      font-size: 20px;
      letter-spacing: 3.2px;
      line-height: 29px;
      margin-bottom: 32px;
      font-weight: 700;
      color: #0046FF;
    }
@media (max-width: 989.98px) {
.p-local-sitemap__list figcaption{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 29px
    }
      }
.p-local-sitemap__list ul{
      margin-bottom: -17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
@media (max-width: 989.98px) {
.p-local-sitemap__list ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.p-local-sitemap__list ul li{
        border-bottom: 1px solid #CCCCCC;
        width: 332px;
        margin-bottom: 17px;
      }
@media screen and (min-width: 990px) {
          .p-local-sitemap__list ul li:not(:nth-of-type(3n+3)){
            margin-right: 40px;
          }
        }
@media (max-width: 989.98px) {
.p-local-sitemap__list ul li{
          width: 100%
      }
        }
.p-local-sitemap__list ul li a{
          position: relative;
          display: block;
          line-height: 24px;
          padding-bottom: 18px;
          letter-spacing: 2.56px;
          font-size: 16px;
        }
@media (max-width: 989.98px) {
.p-local-sitemap__list ul li a{
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 2.24px
        }
          }
.p-local-sitemap__list ul li a i{
            position: absolute;
            right: 0;
            top: 0;
          }
.p-local-sitemap__list--low ul li{
          margin-right: 0 !important;
        }
.p-local-sitemap__list--low ul li{
          width: 100%;
        }
.p-local-sitemap__list--low ul li a{
            padding-left: 28px;
          }
.p-local-sitemap__list--low ul li a i{
              right: 28px;
            }
.p-article-datas{
  display: block;
}
.p-article-datas tbody{
    display: block;
  }
.p-article-datas tbody tr{
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 25px 30px;
      letter-spacing: 1.92px;
      line-height: 2;
      font-size: 16px;
    }
@media (max-width: 989.98px){
.p-article-datas tbody tr{
        padding: 20px 25px;
        font-size: 14px;
        letter-spacing: 0.7px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.p-article-datas tbody tr:nth-child(odd){
        background-color: #EBEDF7;
      }
.p-article-datas tbody tr th{
        text-align: left;
        width: 160px;
        font-weight: 700;
      }
@media (max-width: 989.98px){
.p-article-datas tbody tr th{
          width: 100%
      }
        }
.p-article-datas tbody tr td{
        width: calc(100% - 160px);
      }
@media (max-width: 989.98px){
.p-article-datas tbody tr td{
          width: 100%
      }
        }
.p-article-datas tbody tr td iframe{
          margin-top: 20px;
          width: 100%;
        }
@media (max-width: 989.98px){
.p-article-datas tbody tr td iframe{
            display: block;
            width: calc(100% + 40px);
            height: 180px;
            margin: 15px -20px 0
        }
          }
.p-article-datas tbody tr td figure figcaption{
            font-weight: 700;
          }
.p-article-datas tbody tr td figure:not(:last-child){
            margin-bottom: 25px;
          }
.p-customer-card{
  background-color: #E8EAF7;
  border-radius: 5px;
  padding:40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 989.98px){
.p-customer-card{
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.p-customer-card img{
    margin-right: 55px;
    background-color: #fff;
    border-radius: 5px;
  }
@media (max-width: 989.98px){
.p-customer-card img{
      width: 100%;
      margin: 0 0 15px 0
  }
    }
.p-customer-card p{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-customer-card p{
      font-size:14px;
      line-height: 25px
  }
    }
.p-customer-review__title{
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 40px;
  }
@media (max-width: 989.98px){
.p-customer-review__title{
      font-size: 20px;
      line-height: 29px;
      margin-bottom: 25px
  }
    }
.p-customer-review__body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media (max-width: 989.98px){
.p-customer-review__body{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.p-customer-review__body img{
      margin-right: 40px;
    }
@media (max-width: 989.98px){
.p-customer-review__body img{
        -ms-flex-item-align: center;
            align-self: center;
        margin: 0 0 25px
    }
      }
.p-customer-review__company{
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
  }
@media (max-width: 989.98px){
.p-customer-review__company{
      font-size: 14px;
      line-height: 25px
  }
    }
.p-customer-review__manager{
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
  }
@media (max-width: 989.98px){
.p-customer-review__manager{
      font-size: 14px;
      line-height: 25px
  }
    }
.p-customer-review__text{
    margin-top: 28px;
    font-size: 16px;
    line-height: 32px;

  }
@media (max-width: 989.98px){
.p-customer-review__text{
      margin-top: 20px;
      font-size: 14px;
      line-height: 25px

  }
    }
.p-point__title {
    font-weight: 700;
    line-height: 28px;
  }
@media screen and (min-width: 990px){
.p-point__title {
      font-size: 26px;
      line-height: 36px;
      padding-bottom: 22px;
      margin-bottom: 35px
  }
      .p-point__title::after,.p-point__title::before{
        height: 2px;
      }
    }
@media (max-width: 989.98px){
.p-point__title {
      font-size: 20px
  }
    }
.p-point__title--spaceFix{
      padding-bottom: 16px;
      margin-bottom: 10px;
    }
@media (max-width: 989.98px){
.p-point__title--spaceFix{
        padding-bottom: 10px;
        margin-bottom: 10px
    }
      }
.p-point__card {
    background-color: #E8EAF7;
    border-radius: 5px;
    padding: 26px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media (max-width: 989.98px){
.p-point__card {
      padding: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.p-point__card ul {
      font-size: 20px;
      font-weight: 700;
      line-height: 29px;
    }
@media (max-width: 989.98px){
.p-point__card ul {
        font-size:15px;
        line-height: 22px
    }
      }
.p-point__card ul li {
        position: relative;
        padding-left: 47px;
        margin-bottom: 14px;
      }
@media (max-width: 989.98px){
.p-point__card ul li {
          padding-left: 28px; 
          margin-bottom: 15px
      }
        }
.p-point__card ul li:last-child {
          margin-bottom: 0px;
        }
.p-point__card ul li i {
          position: absolute;
          top: 0px;
          left: 0;
        }
@media (max-width: 989.98px) {
.p-point__card ul li i {
            top: 0px
        }
          }
.p-point__card ul li i.c-circle-arrow {
          position: absolute;
          top: 5px;
          left: 0;
        }
@media (max-width: 989.98px) {
.p-point__card ul li i.c-circle-arrow {
            top: 2px
        }
          }
.p-qa__block {
    background-color: #E8EAF7;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 30px;
  }
@media (max-width: 989.98px){
.p-qa__block {
      padding: 20px;
      margin-bottom: 20px
  }
      }
.p-qa__block.isOpen .p-qa__title i {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
        }
.p-qa__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.65;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-right: 20px;
  }
@media (max-width: 989.98px){
.p-qa__title {
        font-size: 15px;
        padding-right: 40px;
        line-height: 1.65
  }
      }
.p-qa__title span {
      font-family: Montserrat,sans-serif;
      font-size: 26px;
      color: #0046FF;
      margin-right: 27px;
      width: 35px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
@media (max-width: 989.98px){
.p-qa__title span {
        font-size: 18px;
        margin-right: 8px;
        width: 24px
    }
      }
.p-qa__title i {
      position: absolute;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 50%;
      right: -20px;
      margin-top: -12px;
    }
@media (max-width: 989.98px){
.p-qa__title i {
        right: 0px
    }
      }
.p-qa__answer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 2;
  }
@media (max-width: 989.98px){
.p-qa__answer {
        font-size: 14px;
        line-height: 1.8
  }
      }
.p-qa__answer span {
      font-family: Montserrat,sans-serif;
      font-size: 26px;
      font-weight: 700;
      margin-right: 27px;
      width: 35px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      line-height: 1.4;
    }
@media (max-width: 989.98px){
.p-qa__answer span {
        font-size: 18px;
        margin-right: 8px;
        width: 24px
    }
      }
.p-qa__answer p {
      margin: 0;
    }
.p-intro-business{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-intro-business:not(:last-child){
    margin-bottom: 120px;
  }
@media (max-width: 989.98px) {
.p-intro-business:not(:last-child){
      margin-bottom: 50px
  }
    }
@media (max-width: 989.98px){
.p-intro-business{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
@media screen and (min-width: 990px){
      .p-intro-business:nth-child(odd) .p-intro-business__body{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 60px;
      }
  }
@media (max-width: 989.98px){
.p-intro-business{
    padding: 0 20px
}
  }
.p-intro-business__title{
    width: 450px;
    font-size: 32px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
  }
@media (max-width: 989.98px){
.p-intro-business__title{
      width: 100%;
      font-size: 20px;
      margin-bottom: 12px
  }
    }
.p-intro-business__title img{
      width: 48px;
      height: 48px;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 12px;
    }
@media (max-width: 989.98px){
.p-intro-business__title img{
        width: 24px;
        height: 24px
    }
      }
.p-intro-business__title span{
      line-height: 48px;
    }
@media (max-width: 989.98px){
.p-intro-business__title span{
        line-height: 28px;
        letter-spacing: 0
    }
      }
@media screen and (min-width: 990px){
.p-intro-business__body{
      margin-right: 60px
  }
    }
@media (max-width: 989.98px){
.p-intro-business__body{
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 25px
  }
    }
.p-intro-business__body p{
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0.035em;
    }
@media (max-width: 989.98px){
.p-intro-business__body p{
        line-height: 24px;
        font-size: 14px
    }
      }
.p-breadcrumb{
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 990px) {
.p-breadcrumb{
    display: none
}
  }
.p-breadcrumb li br {
      display: none;
    }
.p-breadcrumb li.p-breadcrumb__break{
      white-space: normal;

    }
.p-breadcrumb li {
    line-height: 1.5;
    white-space: nowrap;
}
.p-breadcrumb li:not(:last-child){
      color: #0046FF; 
    }
.p-breadcrumb li:not(:last-child)::after{
        display: inline;
        margin: 0 5px;
        content:">"
      }
@media (max-width: 989.98px) {
.p-breadcrumb--fix{
      margin: 0px 20px 15px
  }
    }
.p-breadcrumb--deep{
    background: #E8EAF7;
    margin: 0;
    padding: 0 20px 15px;
  }
.p-catch-numbers{
  background: #fff;
  padding-bottom: 40px;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 989.98px) {
.p-catch-numbers{
    padding-bottom: 29px
}
  }
.p-catch-numbers__title{
    overflow: hidden;
    position: relative;
    background: #0046FF;
    padding: 12px 30px 12px 20px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 45px;
  }
.p-catch-numbers__title--en{
      width: 100%;
    }
.p-catch-numbers__title--en::after{
        display: none;
      }
@media (max-width: 989.98px) {
.p-catch-numbers__title{
      font-size: 12px;
      padding: 6px 13px 6px 10px;
      line-height: 18px;
      margin-bottom: 20px
  }
    }
.p-catch-numbers__title span{
      font-size: 14px;
    }
@media (max-width: 989.98px) {
.p-catch-numbers__title span{
        font-size: 9px
    }
      }
.p-catch-numbers__title::after{
      position: absolute;
      top: -56px;
      right: 0;
      content: "";
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-top: 20px solid transparent;
      border-bottom: 20px solid #fff;
      -webkit-transform: scaleY(2.8);
              transform: scaleY(2.8);
      -webkit-transform-origin: top;
              transform-origin: top;
    }
.p-catch-numbers__icon{
    margin-bottom: 14px;
    min-height: 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 989.98px) {
.p-catch-numbers__icon{
      min-height: auto;
      -webkit-transform: scale(0.9);
              transform: scale(0.9)
  }
    }
.p-catch-numbers__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.p-catch-numbers__list figcaption{
      text-indent: -6px;
      font-size: 12px;
    }
@media (max-width: 989.98px) {
.p-catch-numbers__list figcaption{
        font-size: 10px
    }
      }
.p-catch-numbers__list ul{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
.p-catch-numbers__list ul li:not(:last-child){
          margin-right: 15px;
        }
@media (max-width: 989.98px) {
.p-catch-numbers__list ul li:not(:last-child){
            margin-right: 0
        }
          }
.p-catch-numbers__list ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
}
.p-catch-numbers__list--low ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
.p-catch-numbers__list--low--en > div{
          width: 400px;
        }
@media (max-width: 989.98px) {
.p-catch-numbers__list--low--en > div{
            width: 100%;
            padding: 0 20px
        }
          }
.p-catch-numbers__list--low--en ul li{
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
          }
.p-catch-numbers__list--low--en .p-catch-numbers__text:first-child{
          width: 100%;
        }
.p-catch-numbers__list--en ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
.p-catch-numbers__list--en ul li{
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
        }
.p-catch-numbers__labelCol{
    margin-right: 10px;
    margin-bottom: 17px;
    display: block;
    border: 1px solid #CFD4EE;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding: 3px 5px 1px;
    line-height: 1.1;
  }
@media (max-width: 989.98px) {
.p-catch-numbers__labelCol{
      font-size: 12px;
      margin-right: 7px;
      margin-bottom: 6px
  }
    }
.p-catch-numbers__labelRow{
    margin-right: 10px;
    margin-bottom: 24px;
    display: block;
    width: 24px;
    height: 44px;
    border: 1px solid #CFD4EE;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    line-height: 1.1;
  }
@media (max-width: 989.98px) {
.p-catch-numbers__labelRow{
      font-size: 12px;
      padding-top: 5px;
      width: 20px;
      height: 39px;
      margin-right: 8px;
      margin-bottom: 9px
  }
    }
.p-catch-numbers__labelRow--en{
      width: 104px;
      height: 30px;
    }
@media (max-width: 989.98px) {
.p-catch-numbers__labelRow--en{
        width: 75px
    }
      }
.p-catch-numbers__value{
    font-size: 72px;
    font-weight: 700;
    line-height: 88px;
    letter-spacing: 0px;
  }
@media (max-width: 989.98px) {
.p-catch-numbers__value{
      font-size: 40px;
      letter-spacing: 0px;
      line-height: 57px
  }
    }
.p-catch-numbers__text{
    font-size: 30px;
    font-weight: 700;
    line-height: 58px;
  }
@media (max-width: 989.98px) {
.p-catch-numbers__text{
      font-size: 19px;
      line-height: 42px
  }
    }
.p-catch-numbers__discription{
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 0;
    padding: 0 20px;
  }
@media (max-width: 989.98px) {
.p-catch-numbers__discription{
      font-size: 12px;
      line-height: 18px;
      margin-top: 5px
  }
    }
@media screen and (min-width: 990px){
.p-catch-numbers__link--enTwoLine{
        height: 86px
    }
      }
.p-catch-numbers a{
    width: 320px;
    margin: 17px auto 0;
    padding: 14px 44px 14px 14px;
  }
@media (max-width: 989.98px) {
.p-catch-numbers a{
      width: auto;
      margin: 15px 16px -14px 16px
  }
    }
.p-catch-numbers__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 120px;
  }
@media (max-width: 989.98px) {
.p-catch-numbers__inner{
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.p-sales-list{
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 55px;
  margin-right: -35px;
}
@media (max-width: 989.98px) {
.p-sales-list{
    margin: 5px 0 0 30px
}
  }
.p-sales-list li{
    margin: 0 50px 25px 0;
  }
@media (max-width: 989.98px) {
.p-sales-list li{
      margin: 0 13px 20px 0
  }
    }
.p-sales-list__date{
    display: block;
    font-size: 16px;
    line-height: 24px;
  }
@media (max-width: 989.98px) {
.p-sales-list__date{
      font-size: 9px;
      line-height: 13px
  }
    }
.p-sales-list__value{
    line-height: 49px;
    font-size: 40px;
    letter-spacing: 1.6px;
  }
@media (max-width: 989.98px) {
.p-sales-list__value{
      line-height: 40px;
      font-size: 33px;
      letter-spacing: 1.32px
  }
    }
.p-sales-list__unit{
    font-size: 24px;
    letter-spacing: 1px;
  }
@media (max-width: 989.98px) {
.p-sales-list__unit{
      font-size: 14px;
      letter-spacing: 0.56px
  }
    }
.p-philosophy__sammary{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1.26px;
    line-height: 52px;
    margin-bottom: 55px;
    text-align: center;
  }
@media (max-width: 989.98px) {
.p-philosophy__sammary{
      font-size: 18px;
      letter-spacing: 0.63px;
      line-height: 26px;
      margin-bottom: 28px;
      padding: 0 20px
  }
    }
.p-philosophy__discription:not(:last-child){
      margin-bottom: 65px;
    }
@media (max-width: 989.98px) {
.p-philosophy__discription:not(:last-child){
        margin-bottom: 60px
    }
      }
.p-philosophy__discription {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.56px;
    line-height: 32px;
    text-align: center;
}
@media (max-width: 989.98px) {
.p-philosophy__discription{
      font-size: 14px;
      letter-spacing: 0.49px;
      line-height: 25px;
      text-align: left;
      padding: 0 20px
  }
    }
.p-philosophy__list{
    margin-bottom: 65px;
    padding: 0 20px;
  }
@media (max-width: 989.98px) {
.p-philosophy__list{
      margin-bottom: 30px
  }
    }
.p-philosophy__list li{
      font-size: 26px;
      font-weight: 700;
      line-height: 38px;
      letter-spacing: 0.91px;
      padding: 26px 30px;
      background-color: #fff;
      border-radius: 5px;
    }
@media (max-width: 989.98px) {
.p-philosophy__list li{
        font-size: 15px;
        line-height: 23px;
        padding: 18px 23px
    }
      }
.p-philosophy__list li:not(:last-child){
        margin-bottom: 20px;
      }
@media (max-width: 989.98px) {
.p-philosophy__list li:not(:last-child){
          margin-bottom: 15px
      }
        }
.p-philosophy__img{
    display: block;
    margin: 0 auto 65px;
  }
@media (max-width: 989.98px) {
.p-philosophy__img{
      margin: 0 20px 36px;
      max-width: calc(100% - 40px);
      border-radius: 5px
  }
    }
@media (max-width: 989.98px) {
.p-philosophy__change{
      margin: 0 20px
  }
    }
.p-philosophy__change li{
      background-color: #fff;
      border-radius: 5px;
      padding: 26px 30px;
    }
@media (max-width: 989.98px) {
.p-philosophy__change li{
        padding: 15px 25px
    }
      }
.p-philosophy__change li:not(:last-child){
        margin-bottom: 20px;
      }
.p-philosophy__change li p{
        font-size: 16px;
        line-height: 32px;
        letter-spacing: -0.32px;
      }
@media (max-width: 989.98px) {
.p-philosophy__change li p{
          font-size: 14px;
          line-height: 25px
      }
        }
.p-philosophy__change__title{
      font-size: 26px;
      letter-spacing: 0.91px;
      margin-bottom: 22px;
      line-height: 38px;
      font-weight: 700;
    }
@media (max-width: 989.98px) {
.p-philosophy__change__title{
        font-size: 15px;
        margin-bottom: 11px;
        line-height: 22px
    }
      }
.p-tab-article__tab{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.p-tab-article__tab li{
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
.p-tab-article__tab li:not(:last-child){
        margin-right: 10px;
      }
.p-tab-article__tab li a{
        background: #E8EAF7;
        border-radius: 5px 5px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 90px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        /* border-top: 5px solid transparent; */
        position: relative;
        overflow: hidden;
        will-change: transform;
        -webkit-transition: background-color 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: background-color 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
      }
.p-tab-article__tab li a::before,
        .p-tab-article__tab li a::after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          width: 100%;
          height: 5px;
          background-color: #0046FF;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: right;
                  transform-origin: right;
          -webkit-transition: -webkit-transform 0.34s cubic-bezier(1.000, 0.000, 0.000, 1.000);
          transition: -webkit-transform 0.34s cubic-bezier(1.000, 0.000, 0.000, 1.000);
          transition: transform 0.34s cubic-bezier(1.000, 0.000, 0.000, 1.000);
          transition: transform 0.34s cubic-bezier(1.000, 0.000, 0.000, 1.000), -webkit-transform 0.34s cubic-bezier(1.000, 0.000, 0.000, 1.000);
        }
.p-tab-article__tab li a::after {
          -webkit-transform: scale(0, 1);
                  transform: scale(0, 1);
        }
@media (max-width: 989.98px) {
.p-tab-article__tab li a{
          border-width: 4px;
          font-size: 14px;
          line-height: 16px;
          height: 60px
      }
        }
.p-tab-article__tab li a:hover::after {
            -webkit-transform-origin: left top;
                    transform-origin: left top;
            -webkit-transform: scale(1, 1);
                    transform: scale(1, 1);
          }
.p-tab-article__tab li a.isActive{
          /* border-top: 5px solid #0046FF; */
          pointer-events: none;
          background: #fff;
        }
.p-tab-article__tab li a.isActive::before {
            -webkit-transform-origin: left;
                    transform-origin: left;
            -webkit-transform: scaleX(1);
                    transform: scaleX(1);
          }
@media (max-width: 989.98px) {
.p-tab-article__tab li a.isActive{
            border-width: 4px
        }
          }
.p-tab-article__tab li a.isActive:hover{
            opacity: 1;
          }
.p-tab-article__tab li + li a:hover {
            cursor: pointer;
          }
.p-tab-article__categories{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
@media (max-width: 989.98px) {
.p-tab-article__categories{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline
  } 
    }
.p-tab-article__categories li:not(:last-child){
        margin-right: 10px;
      }
@media (max-width: 989.98px) {
.p-tab-article__categories li:not(:last-child){
          margin: 0 0 10px 0
      }
        }
.p-tab-article__categories li a{
        display: block;
        padding: 13px;
        border: 1px solid #B7B9C3;
        border-radius: 3px;
        font-size: 16px;
        letter-spacing: 1.92px;
        font-weight: 700;
      }
@media (max-width: 989.98px) {
.p-tab-article__categories li a{
          font-size: 12px;
          line-height: 16px
      }
        }
.p-tab-article__categories li a.isActive{
          border: 1px solid #0046FF;
          background: #0046FF;
          color: #FFF;
        }
.p-tab-article__categories--en li a{
        font-size: 15px;
      }
.p-tab-article__body:not(.isActive){

      display: none;
    }
.p-tab-article__body {
    background: #fff;
    padding: 52px 60px 80px;
    border-radius: 0 0 5px 5px;
}
@media (max-width: 989.98px) {
.p-tab-article__body{
      padding: 30px 20px 60px
  }
    }
.p-filter-article {
  padding: 30px 0;
  margin-bottom: 30px;
}
@media (max-width: 989.98px) {
.p-filter-article {
      margin-bottom: 0
}
    }
.p-filter-article__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    font-weight: 700;
  }
@media (max-width: 989.98px) {
.p-filter-article__button {
      font-size: 10px
  }
    }
.p-filter-article__button > li {
      padding: 10px 22px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border: 1px solid #b7b9c3;
      border-radius: 40px;
      margin-right: 10px;
      margin-bottom: 10px;
      overflow: hidden;
      background: #ffffff;
    }
.p-filter-article__button > li:hover {
        color: #ffffff;
        cursor: pointer;
      }
@media (max-width: 989.98px) {
.p-filter-article__button > li {
        padding: 13px 14px;
        margin-right: 8px;
        margin-bottom: 8px
    }
      }
.p-filter-article__button > li a {
        position: relative;
      }
.p-filter-article__button > li a::before {
          content: "";
          display: block;
          position: absolute;
          z-index: -2;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
.p-filter-article__button > li.isActive {
        background-color: #0046ff;
        color: #ffffff;
        border: 1px solid #0046ff;
      }
.p-history-list{
  display: none;
}
.p-history-list.isActive{
    display: block;
  }
.p-history-list li{
    border-radius: 5px;
    padding: 22px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
@media (max-width: 989.98px) {
.p-history-list li{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 15px 15px 15px 53px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      background: url("/assets/img/icons/icon-o.png") no-repeat left 15px top 15px / 27px 27px
  }
    }
.p-history-list li:nth-child(even){
      background-color: #F1F2FB;
    }
.p-history-list li:not(:first-child)::before{
        content: "";
        height: calc(50% - 24px);
        width: 6px;
        background-color: #0046FF;
        position: absolute;
        top: 0;
        left: 184px;
      }
@media (max-width: 989.98px) {
.p-history-list li:not(:first-child)::before{
          left: 27px;
          width: 3px;
          height: 18px
      }
        }
.p-history-list li:not(:last-child)::after{
        content: "";
        height: calc(50% - 24px);
        width: 6px;
        background-color: #0046FF;
        position: absolute;
        bottom: 0;
        left: 184px;
      }
@media (max-width: 989.98px) {
.p-history-list li:not(:last-child)::after{
          left: 27px;
          width: 3px;
          height: calc(100% - 38px)
      }
        }
.p-history-list__date{
    width: 220px;
    min-height: 70px;
    background: url("/assets/img/icons/icon-o.png") no-repeat left 130px top 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 989.98px) {
.p-history-list__date{
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      background: none;
      min-height: auto;
      margin-bottom: 1px
  }
    }
.p-history-list__date > div{
      width: 112px;
      text-align: right;
      color: #0046FF;
      letter-spacing: 1.26px;
      font-size: 36px;
      line-height: 28px;
      font-weight: 700;
    }
@media (max-width: 989.98px) {
.p-history-list__date > div{
        width: auto;
        font-size: 23px
    }
      }
.p-history-list__date > div span{
        font-size: 18px;
      }
@media (max-width: 989.98px) {
.p-history-list__date > div span{
          font-size: 11px
      }
        }
.p-history-list__supple{
    font-size: 12px;
    line-height: 18px;
  }
@media (max-width: 989.98px) {
.p-history-list__supple{
      font-size: 11px
  }
    }
.p-history-list__discription{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px) {
.p-history-list__discription{
      font-size: 14px;
      line-height: 22px
  }
    }
.p-history-list__title{
    font-size: 26px;
    line-height: 38px;
    color: #0046FF;
    font-weight: 700;
  }
@media (max-width: 989.98px) {
.p-history-list__title{
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 5px
  }
    }
.p-history-list__title span{
      font-size: 20px;
    }
.p-privacy-modal{
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  opacity: 0;
}
.p-privacy-modal.isShow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIn .5s ease forwards;
            animation: fadeIn .5s ease forwards;
  }
.p-privacy-modal.isHide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeOut .5s ease;
            animation: fadeOut .5s ease;
  }
.p-privacy-modal__content{
    position: relative;
    background: #FFF;
    border-radius: 3px;
    max-width: 1076px;
    padding-bottom: 60px;
  }
@media (max-width: 989.98px) {
.p-privacy-modal__content{
      border-radius: 5px;
      padding-bottom: 30px
  }
    }
.p-privacy-modal__head{
    height: 60px;
  }
@media (max-width: 989.98px) {
.p-privacy-modal__head{
      height: 30px
  }
    }
.p-privacy-modal__body{
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
    padding: 0 60px;
  }
@media (max-width: 989.98px) {
.p-privacy-modal__body{
      max-height: calc(100vh - 120px);
      padding: 0 30px
  }
    }
.p-privacy-modal__close{
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
  }
@media (max-width: 989.98px) {
.p-privacy-modal__close{
      width: 16px;
      height: 16px;
      right: 10px;
      top: 10px
  }
    }
.p-privacy-modal__title{
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
  }
@media (max-width: 989.98px) {
.p-privacy-modal__title{
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 16px
  }
    }
.p-privacy-modal table{
    width: 100%;
    border: 1px solid #cbcbcb;
    border-bottom: none;
    border-right: none;
  }
@media (max-width: 989.98px) {
.p-privacy-modal table{
      border: 1px solid #cbcbcb;
      display: block;
      width: 100%;
      font-size: 13px
  }
      .p-privacy-modal table:not(:last-child){
        margin-bottom: 12px;
      }
    }
.p-privacy-modal table th,.p-privacy-modal table td{
      border-bottom: 1px solid #cbcbcb;
      border-right: 1px solid #cbcbcb;
      padding: 20px 30px;
    }
@media (max-width: 989.98px) {
.p-privacy-modal table th,.p-privacy-modal table td{
        border-right: none;
        border-bottom: none;
        padding: 8px
    }
      }
@media (max-width: 989.98px) {
.p-privacy-modal table thead{
        display: block;
        width: 100%
    }
      }
@media (max-width: 989.98px) {
.p-privacy-modal table thead tr{
          display: block;
          width: 100%
      }
        }
.p-privacy-modal table thead tr th{
          width: 224px;
          background: #0046FF;
          color: #fff;
          font-size: 14px;
          font-weight: 500;
        }
@media screen and (min-width: 990px) {
            .p-privacy-modal table thead tr th:nth-child(2){
              width: calc(100% - 224px);
            }
          }
@media (max-width: 989.98px) {
.p-privacy-modal table thead tr th{
            line-height: 19px;
            display: block;
            width: 100%
        }
          }
.p-privacy-modal table tbody tr{
        line-height: 28px;
      }
@media (max-width: 989.98px) {
.p-privacy-modal table tbody tr{
          line-height: 20px
      }
        }
.p-privacy-modal table tbody tr th, .p-privacy-modal table tbody tr td{
          padding: 30px;
        }
@media (max-width: 989.98px) {
.p-privacy-modal table tbody tr th, .p-privacy-modal table tbody tr td{
            padding: 8px;
            display: block
        }
          }
.p-privacy-modal table tbody tr th{
          width: 224px;
          background: #f1f2fb;
        }
@media (max-width: 989.98px) {
.p-privacy-modal table tbody tr th{
            width: 100%
        }
            .p-privacy-modal table tbody tr th:nth-child(1){
              font-weight: 500;
            }
            .p-privacy-modal table tbody tr th:nth-child(2){
              background: #0046FF;
              color: #fff;
            }
          }
.p-privacy-modal table tbody tr td{
          width: calc(100% - 224px);
          background: #fff;
        }
@media (max-width: 989.98px) {
.p-privacy-modal table tbody tr td{
            width: 100%
        }
          }
/* -----------------------------------------------------------------
  businessDetail
----------------------------------------------------------------- */
.p-businessDetail__visual{
    width: 100%;
    margin-bottom: 55px;
  }
@media (max-width: 989.98px){
.p-businessDetail__visual{
      border-radius: 5px;
      margin-bottom: 20px
  }
    }
.p-businessDetail__title{
    position: relative;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 18px;
    margin-bottom: 34px;
  }
@media (max-width: 989.98px){
.p-businessDetail__title{
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 16px;
      margin-bottom: 25px;
      letter-spacing: 1.6px
  }
    }
.p-businessDetail__title::before,.p-businessDetail__title::after{
      content: "";
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
@media (max-width: 989.98px){
.p-businessDetail__title::before,.p-businessDetail__title::after{
        height: 3px
    }
      }
.p-businessDetail__title::before{
      width: 100%;
      background-color: #ccc;
    }
.p-businessDetail__title::after{
      width: 50px;
      background-color: #0046ff;
    }
.p-businessDetail__title--nounderline {
      padding-bottom: 0px;
    }
.p-businessDetail__title--nounderline::before{
        display: none;
      }
.p-businessDetail__title--nounderline::after{
        display: none;
      }
.p-businessDetail-section{
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 989.98px){
.p-businessDetail-section{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px
}
  }
.p-businessDetail-section::after{
    content: "";
    clear: both;
  }
.p-businessDetail-section--imgSide figure{
      padding-top: 10px;
      margin-left: 30px;
    }
@media (max-width: 989.98px) {
.p-businessDetail-section--imgSide figure{
        padding-top: 20px;
        margin-left: 0px;  
        width: 100%
    }
        .p-businessDetail-section--imgSide figure img{
          width: 100%;
        }
      }
.p-businessDetail-section--imgSide figure figcaption{
        margin-top: 16px;
        font-size: 14px;
        line-height: 24px;
      }
@media (max-width: 989.98px) {
.p-businessDetail-section--imgSide figure figcaption{
          font-size: 13px
      }
        }
.p-businessDetail-section--imgBottom{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.p-businessDetail-section--imgBottom figure{
      margin-top: 25px;
    }
.p-businessDetail-section__title{
    line-height: 32px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
@media (max-width: 989.98px){
.p-businessDetail-section__title{
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 12px
  }
    }
.p-businessDetail-section img{
    border-radius: 3px;
    height: auto;
  }
@media (max-width: 989.98px) {
.p-businessDetail-section img{
      margin-bottom: 0px
  }
    }
.p-businessDetail-section p{
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px){
.p-businessDetail-section p{
      font-size: 14px;
      line-height: 25px
  }
    }
.p-businessDetail-interView{
  background: #E8EAF7;
  padding: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 989.98px) {
.p-businessDetail-interView{
    border-radius: 3px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.p-businessDetail-interView img{
    border-radius: 3px;
    margin-right: 55px;
  }
@media (max-width: 989.98px) {
.p-businessDetail-interView img{
      margin: 0 0 15px 0
  }
    }
.p-businessDetail-interView h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
  }
@media (max-width: 989.98px) {
.p-businessDetail-interView h4{
      font-size: 15px;
      line-height: 25px;
      margin-bottom: 15px
  }

    }
.p-businessDetail-banners > li > a{
    background: #E8EAF7;
  }
.p-businessDetail-banners > li > a img{
      width: 157px;
      height: 110px;
    }
@media (max-width: 989.98px){
.p-businessDetail-banners > li > a img{
        width: 96px;
        height: 96px;
        -o-object-fit: cover;
           object-fit: cover
    }
      }
.p-businessDetail-banners .p-article-banners__txt--sp{
    font-size: 15px;
    line-height: 21px;
  }
.p-businessDetail-banners .p-article-banners__inner{
    min-width: auto;
    height: auto;
    padding: 17px 20px;
  }
@media (max-width: 989.98px){
.p-businessDetail-banners .p-article-banners__inner{
      padding: 15px
  }
    }
.p-businessDetail-banners .p-article-banners__title{
    padding: 5px;
    margin-bottom: 5px;
  }
@media (max-width: 989.98px){
.p-businessDetail-banners .p-article-banners__title{
      font-size: 10px;
      padding: 2px 11px
  }
    }
.p-businessDetail-news li{
    border-bottom: 1px solid #CCCCCC;
    padding: 22px 0;
  }
@media (max-width: 989.98px){
.p-businessDetail-news li{
      padding: 18px 0
  }
    }
.p-businessDetail-news li:first-child{
      padding-top: 0;
    }
.p-businessDetail-news li a:hover {
      opacity: 1;
    }
.p-businessDetail-news li a:hover dl dd{
        -webkit-transition: color 0.3s cubic-bezier(.25,.46,.45,.94);
        transition: color 0.3s cubic-bezier(.25,.46,.45,.94);
        color: #0046FF;
      }
.p-businessDetail-news li dl dt{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
.p-businessDetail-news li dl dt span{
          display: block;
        }
.p-businessDetail-news li dl dt span:nth-child(1){
            font-size: 14px;
            line-height: 36px;
            letter-spacing: 1.68px;
            font-weight: 700;
            margin-right: 20px;
          }
@media (max-width: 989.98px){
.p-businessDetail-news li dl dt span:nth-child(1){
              font-size: 12px;
              line-height: 30px
          }
            }
.p-businessDetail-news li dl dt span:nth-child(2){
            background-color: #0046FF;
            border-radius: 3px;
            padding: 3px 8px;
            color: #FFF;
            font-size: 12px;
            letter-spacing: -0.6px;
          }
@media (max-width: 989.98px){
.p-businessDetail-news li dl dt span:nth-child(2){
              font-size: 10px;
              padding: 3px 11px;
              letter-spacing: 1.6px;
              line-height: 14px
          }
            }
.p-businessDetail-news li dl dd{
        font-size: 16px;
        line-height: 36px;
        letter-spacing: 1.6px;
      }
@media (max-width: 989.98px){
.p-businessDetail-news li dl dd{
          font-size:14px;
          line-height: 25px;
          letter-spacing: 1.4px
      }
        }
.p-businessDetail-relations{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -42px;
  margin-bottom: -40px;
}
@media (max-width: 989.98px){
.p-businessDetail-relations{
    margin-bottom: 0px
}
  }
.p-businessDetail-relations li{
    width: 376px;
    margin-right: 42px;
    margin-bottom: 40px;
  }
@media (max-width: 989.98px){
.p-businessDetail-relations li{
      margin-bottom: 20px
  }
      .p-businessDetail-relations li:last-child{
        margin-bottom: 0;
      }
    }
.p-businessDetail-relations a{
    /* &:hover{
      color: #fff;
    } */
    letter-spacing: 0.5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #0046FF;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 65px;
  }
@media (max-width: 989.98px){
.p-businessDetail-relations a{
      padding: 18px 14px;
      font-size: 17px;
      line-height: 26px;
      padding-right: 47px
  }
    }
.p-businessDetail-relations a img{
      margin-right: 26px;
      display: block;
      width: 70px;
      height: 70px;
      -o-object-fit: contain;
         object-fit: contain;
    }
@media (max-width: 989.98px){
.p-businessDetail-relations a img{
        width: 40px;
        height: 40px;
        margin-right: 13px
    }
      }
.p-businessDetail-relations a .c-icon__arrow{
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -11px;
    }
@-webkit-keyframes fadeIn {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes fadeIn {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
@keyframes fadeOut {
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}
/* -----------------------------------------------------------------
  Pages layout
----------------------------------------------------------------- */
.l-contact-top {
  color: #333333;
}
.l-contact-top__text {
    margin: auto auto 72px;
    font-size: 18px;
    letter-spacing: 0.63px;
    text-align: center;
  }
@media (max-width: 989.98px) {
.l-contact-top__text {
      max-width: 300px;
      margin: auto auto 47px;
      font-size: 14px;
      letter-spacing: 1.4px;
      line-height: 25px;
      text-align: left
  }
    }
.l-contact-top__thumbText{
    min-height: 149px;
  }
@media (max-width: 989.98px) {
.l-contact-top__thumbText{
      min-height: auto
  }
    }
.l-contact-top__body {
    margin-bottom: -25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.l-contact-top__body a{
      margin-bottom: 25px;
    }
.l-contact-top__body a:not(:nth-child(3n+3)){
        margin-right: 22px;
      }
@media (max-width: 989.98px) {
.l-contact-top__body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.l-contact-top__bread{
    margin: 20px;
    margin-top: -42px;
  }
.l-contact-form__title{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-contact-form__title{
      line-height: 34px;
      font-size: 23px;
      margin-bottom: 30px
  }
    }
.l-contact-form__body{
    background-color: #fff;
    padding: 80px;
    border-radius: 3px;
  }
@media (max-width: 989.98px) {
.l-contact-form__body{
      border-radius: 5px;
      padding: 50px 30px
  }
    }
.l-contact-form__bread{
    margin-top: 70px;
    margin-bottom: 0;
  }
.l-contact-form__status{
    margin-bottom: 72px;
  }
@media (max-width: 989.98px) {
.l-contact-form__status{
      margin-bottom: 43px
  }
    }
.l-contact-form__guide:not(:last-child){
      margin-bottom: 72px;
    }
@media (max-width: 989.98px) {
.l-contact-form__guide:not(:last-child){
        margin-bottom: 43px
    }
      }
.l-contact-form__form{
    padding: 0 50px;
  }
@media (max-width: 989.98px) {
.l-contact-form__form{
      padding: 0
  }
    }
.l-info-top {
  color: #333;
}
@media (max-width: 989.98px) {
.l-info-top {
    margin: 0px auto 18px
}
  }
.l-info-top__body {
    margin-top: 60px;
    border-radius: 3px;
  }
@media (max-width: 989.98px) {
.l-info-top__body {
      border-radius: 5px;
      margin-top: 45px
  }
    }
.l-info-top__search {



    display: -webkit-box;



    display: -ms-flexbox;



    display: flex;
    font-size: 16px;
    word-break: keep-all;
  }
@media (max-width: 989.98px) {
.l-info-top__search {
      display: block;
      font-size: 12px
  }
    }
.l-info-top__search:first-child {
      margin-bottom: 16px;
    }
@media (max-width: 989.98px) {
.l-info-top__search:first-child {
        margin-bottom: 25px
    }
      }
.l-info-top__search:nth-child(2) {
      margin-bottom: 19px;
    }
@media (max-width: 989.98px) {
.l-info-top__search:nth-child(2) {
        margin-bottom: 25px
    }
      }
.l-info-top__search p {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 39px;
      margin-right: 35px;
      padding: 14px 0;
      font-weight: bold;
      letter-spacing: 0.1em;
    }
@media (max-width: 989.98px) {
.l-info-top__search p {
        padding: 0 0 11px
    }
      }
.l-info-top__search ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
@media (max-width: 989.98px) {
        
      }
.l-info-top__search ul li {
        height: 44px;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #fff;
        border-radius: 3px;
      }
.l-info-top__search ul li.l-info-top__search__break01{
          margin-right: 410px;
        }
.l-info-top__search ul li.l-info-top__search__break01--en{
            margin-right: 170px;
          }
.l-info-top__search ul li.l-info-top__search__break02{
          margin-right: 130px;
        }
.l-info-top__search ul li.l-info-top__search__break02--en{
            margin-right: 195px;
          }
@media (max-width: 989.98px) {
        
        }
.l-info-top__search select {
      width: 100%;
      height: 44px;
      padding: 0 22px 0 18px;
      background-color: #fff;
    }
.l-info-top__search__free {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-bottom: 70px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
@media (max-width: 989.98px) {
.l-info-top__search__free {
        display: block;
        width: 100%;
        margin-bottom: 45px
    }
      }
.l-info-top__search--en p{
        width: 48px;
      }
.l-info-top__body {
    margin-bottom: 61px;
    padding: 52px 60px;
    background-color: #fff;
  }
@media (max-width: 989.98px) {
.l-info-top__body {
      margin-bottom: 35px;
      padding: 40px 25px 37px
  }
    }
.l-info-top__pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 117px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 989.98px) {
.l-info-top__pagenation {
      margin-bottom: 73px
  }
    }
.l-info-top__before {
    padding: 92px 0 70px;
    background-color: #E8EAF7;
  }
@media (max-width: 989.98px) {
.l-info-top__before {
      margin: 0 -20px;
      padding: 52px 0 65px
  }
    }
.l-info__title{
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 12px;
  }
@media (max-width: 989.98px){
.l-info__title{
      font-size: 23px;
      line-height: 34px
  }
    }
.l-info__title--nofiles {
      margin-bottom: 34px;
    }
@media (max-width: 989.98px){
.l-info__title--nofiles {
        margin-bottom: 27px
    }
      }
.l-info__files{
    line-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 34px;
  }
@media (max-width: 989.98px){
.l-info__files{
      margin-bottom: 27px
  }
    }
.l-info__files li:not(:last-child){
        margin-right: 18px;
      }
.l-info__body{
    background-color: #fff;
    padding: 80px;
    border-radius: 3px;
    margin-bottom: 100px;
  }
@media (max-width: 989.98px){
.l-info__body{
      padding: 50px 25px 73px;
      border-radius: 5px
  }
    }
.l-info__back{
    margin-bottom: 100px;
  }
.l-info__share{
    margin-bottom: 120px;
  }
@media (max-width: 989.98px){
.l-info__share{
      margin-bottom: 72px
  }
    }
.l-info__aside{
    margin-bottom: 30px;
  }
@media (max-width: 989.98px){
.l-info__aside{
      margin-bottom: 12px
  }
    }
.l-info__footer{
    padding: 100px 0;
    background-color: #e8eaf7;
  }
@media (max-width: 989.98px){
.l-info__footer{
      margin: 0 -20px;
      padding: 50px 20px
  }
    }
/* top */
.l-corporate-top__header{
    padding: 66px 0 50px;
    background: #f1f2fb;
    margin-bottom: 50px;
  }
@media (max-width: 989.98px){
.l-corporate-top__header{
      padding: 50px 20px;
      margin-bottom: 0px
  }
    }
.l-corporate-top__header ul{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
@media (max-width: 989.98px){
.l-corporate-top__header ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.l-corporate-top__header ul li:not(:last-child){
          margin-right: 20px;
        }
@media (max-width: 989.98px){
.l-corporate-top__header ul li:not(:last-child){
            margin: 0 0 15px 0
        }
          }
@media screen and (min-width: 990px){
.l-corporate-top__header ul li{
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1
      }
          .l-corporate-top__header ul li a{
            height: 100%;
          }
        }
.l-corporate-top__body > div:nth-child(odd){
        background: #E8EAF7;
      }
.l-corporate-top__body > div:nth-child(even){
        background: #F1F2FB;
      }
@media (max-width: 989.98px){
        .l-corporate-top__body > div:last-child{
          padding-bottom: 1px;
        }
      }
.l-corporate-top__thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 989.98px){
.l-corporate-top__thumb{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.l-corporate-top__thumb > li{
      width: 344px;
    }
@media (max-width: 989.98px){
.l-corporate-top__thumb > li{
        width:100%
    }
        .l-corporate-top__thumb > li:not(:last-child){

          margin-bottom: 20px;
        }
            @media (max-width: 989.98px){
            }
      }
.l-corporate-top__thumb2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 989.98px){
.l-corporate-top__thumb2{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.l-corporate-top__thumb2 > li{
      width: 344px;
    }
@media (max-width: 989.98px){
.l-corporate-top__thumb2 > li{
        width:100%
    }
      }
.l-corporate-top__sitemap{
    margin-top: 30px;
    background-color: transparent;
  }
.l-corporate-top__numbers{
    background: url("/assets/img/pages/corporate/top/back-numbers.png");
    height: 360px;
    position: relative;
  }
@media (max-width: 989.98px){
.l-corporate-top__numbers{
      background: url("/assets/img/pages/corporate/top/back-numbers-sp.png") no-repeat center top;
      height: 210px;
      max-width: 334px;
      margin: 0 auto
  }
      
    }
.l-corporate-top__numbers a{
      width: 440px;
      margin: 0 auto;
      position: absolute;
      top: 274px;
      left: 318px;
    }
@media (max-width: 989.98px){
.l-corporate-top__numbers a{
        margin: 16px;
        width: calc(100% - 32px);
        left: 0px;
        bottom: 0px;
        top: auto;
        text-align: left
    }
      }
.l-corporate-top__numbers--en{
      background: url("/assets/img/pages/corporate/top/back-numbers-en.png");
    }
@media (max-width: 989.98px){
.l-corporate-top__numbers--en{
        background: url("/assets/img/pages/corporate/top/back-numbers-en-sp.png")
    }
      }
.l-corporate-top__bread{
    margin-top: 68px;
  }
/* business */
.l-corporate-business__header{
    padding-bottom: 100px;
  }
@media (max-width: 989.98px){
.l-corporate-business__header{
      padding-bottom: 75px 
  }
    }
.l-corporate-business__header img{
      margin-bottom: 60px;
    }
@media (max-width: 989.98px){
.l-corporate-business__header img{
        margin-bottom: 35px
    }
      }
.l-corporate-business__header p{
      font-size: 24px;
      line-height: 40px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 60px;
    }
@media (max-width: 989.98px){
.l-corporate-business__header p{
        font-size: 20px;
        letter-spacing: 0.16;
        line-height: 30px;
        margin-bottom: 30px
    }
        
      }
.l-corporate-business__header p span{
        color: #0046FF;
      }
.l-corporate-business__header ul{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
@media (max-width: 989.98px){
.l-corporate-business__header ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
@media (max-width: 989.98px){
          .l-corporate-business__header ul li:not(:last-child){

            margin-bottom: 15px;
          }
        }
.l-corporate-business__header--en ul li a{
        line-height: 1.2;
        height: 100px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
@media (max-width: 989.98px) {
.l-corporate-business__header--en ul li a{
          height: 86px;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start
      }
        }
.l-corporate-business__header--en ul li a i{
          top: 38px;
        }
@media (max-width: 989.98px) {
.l-corporate-business__header--en ul li a i{
            top: 29px
        }
          }
@media (max-width: 989.98px){
.l-corporate-business__body > div{
        margin: 0 -20px;
        background-color: #f1f2fb
    }
      }
.l-corporate-business__body > div:nth-child(odd){
        background-color: #e8eaf7;
      }
.l-corporate-business__section{
    padding: 130px 0;
  }
@media (max-width: 989.98px){
.l-corporate-business__section{
      padding: 70px 0
  }
    }
.l-corporate-business__title{
    letter-spacing: 0.035em;
    font-size: 50px;
    text-align: center;
    color: #0046FF;
    margin-bottom: 100px;
  }
@media (max-width: 989.98px){
.l-corporate-business__title{
      font-size: 33px;
      margin-bottom: 36px;
      font-weight: 700;
      line-height: 1.1;
      padding: 0 20px
  }
    }
.l-corporate-business__title span{
      font-size: 70px;
      font-weight: 700;
    }
@media (max-width: 989.98px){
.l-corporate-business__title span{
        font-size: 45px
    }
      }
.l-corporate-business__bread{
    padding: 0 20px 20px;
  }
/* business detail */
.l-corporate-businessDetail__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 26px;
  }
@media (max-width: 989.98px){
.l-corporate-businessDetail__title {
      font-size: 23px;
      line-height: 34px;
      margin-bottom: 18px
  }
    }
.l-corporate-businessDetail__summary{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 108px;
  }
@media (max-width: 989.98px){
.l-corporate-businessDetail__summary{
      line-height: 25px;
      font-size: 14px;
      letter-spacing: 0.7px;
      margin-bottom: 0
  }
    }
.l-corporate-businessDetail__body {
    background-color: #fff;
    padding: 80px;
  }
@media screen and (min-width: 990px){
.l-corporate-businessDetail__body {
      margin-bottom: 80px
  }
    }
@media (max-width: 989.98px){
.l-corporate-businessDetail__body {
      border-radius: 5px;
      padding: 45px 25px;
      margin-bottom: 80px
  }
    }
.l-corporate-businessDetail__articles{
    margin-top: 90px;
    margin-bottom: 90px;
  }
@media (max-width: 989.98px){
.l-corporate-businessDetail__articles{
      margin-top: 40px;
      margin-bottom: 70px
  }
    }
.l-corporate-businessDetail__articles > div:not(:last-child){
        margin-bottom: 90px;
      }
@media (max-width: 989.98px){
.l-corporate-businessDetail__articles > div:not(:last-child){
          margin-bottom: 65px
      }
        }
.l-corporate-businessDetail__review{
    margin-top: 90px;
    margin-bottom: 100px;
  }
@media (max-width: 989.98px){
.l-corporate-businessDetail__review{
      margin-bottom: 50px;
      margin-top: 65px
  }
    }
.l-corporate-businessDetail__relation:not(:last-child){

      margin-bottom: 110px;
      
    }
@media (max-width: 989.98px){
.l-corporate-businessDetail__relation:not(:last-child){
        margin-bottom: 70px
      
    }
      }
.l-corporate-businessDetail__relation h3{
      color: #0046FF;
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      margin-bottom: 15px;
      letter-spacing: 2px;
    }
@media (max-width: 989.98px) {
.l-corporate-businessDetail__relation h3{
        line-height: 25px;
        letter-spacing: 1.5px;
        font-size: 15px
    }
      }
@media (max-width: 989.98px){
.l-corporate-businessDetail__relation{
      margin-top: 0px
  }
      .l-corporate-businessDetail__relation img{
        width: 100%;
      }
    }
.l-corporate-businessDetail__banner{
    text-align: center;
    margin-top: 60px;
    width: 100%;
  }
@media (max-width: 989.98px){
.l-corporate-businessDetail__banner{
      margin-top: 40px
  }
    }
.l-corporate-businessDetail__back{
    text-align: center;
  }
@media (max-width: 989.98px){
.l-corporate-businessDetail__back{
      margin-bottom: 70px
  }
    }
/* company */
.l-corporate-company__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-corporate-company__title {
      font-size: 23px;
      margin-bottom: 30px
  }
    }
.l-corporate-company__body {
    width: 100%;
    padding: 80px;
    background-color: #fff;
  }
@media (max-width: 989.98px) {
.l-corporate-company__body {
      margin-bottom: 0;
      padding: 50px 30px
  }
    }
.l-corporate-company__body__title {
      position: relative;
      margin-bottom: 45px;
      padding-bottom: 25px;
      border-bottom: 2px solid #ccc;
      font-size: 26px;
      font-weight: bold;
    }
@media (max-width: 989.98px) {
.l-corporate-company__body__title {
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-size: 20px;
        border-bottom: 3px solid #ccc
    }
      }
.l-corporate-company__body__title::after {
        content: "";
        position: absolute;
        bottom: -2px;
        width: 50px;
        border-bottom: 2px solid #0046ff;
      }
@media (max-width: 989.98px) {
.l-corporate-company__body__title::after {
          bottom: -3px;
          width: 40px;
          border-bottom: 3px solid #0046ff
      }
        }
.l-corporate-company__body__image {
      padding: 0 48px;
    }
@media (max-width: 989.98px) {
.l-corporate-company__body__image {
        padding: 0
    }
      }
.l-corporate-company__bread{
    margin-bottom: 45px;
  }
/* executives */
.l-corporate-executives__pdf{
    margin-bottom: 80px;

  }
@media (max-width: 989.98px) {
.l-corporate-executives__pdf{
      margin-bottom: 40px

  }
    }
.l-corporate-executives__mainTitle{
    padding-bottom: 20px;
    margin-bottom: 42px;
  }
@media (max-width: 989.98px) {
.l-corporate-executives__mainTitle{
      padding-bottom: 14px;
      margin-bottom: 20px
  }
      
    }
.l-corporate-executives__title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 74px;

  }
@media (max-width: 989.98px) {
.l-corporate-executives__title{
      font-size: 23px;
      margin-bottom: 30px

  }
    }
.l-corporate-executives__body{
    margin-bottom: 100px;
  }
@media (max-width: 989.98px) {
.l-corporate-executives__body{
      margin-bottom: 0
  }
    }
.l-corporate-executives__bread{
    margin-bottom: 45px;
  }
.l-corporate-executives__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -40px;
  }
@media (max-width: 989.98px){
.l-corporate-executives__list{
      margin-bottom: -20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.l-corporate-executives__list li{
      width: 518px;
      margin-bottom: 40px;
      background-color: #fff;
    }
@media screen and (min-width: 990px){
        .l-corporate-executives__list li:not(:nth-of-type(2n+2)){
          margin-right: 40px;
        }
      }
@media (max-width: 989.98px){
.l-corporate-executives__list li{
        margin-bottom: 20px;
        width: 100%
    }
      }
.l-corporate-executives__visual{
    background: url(/assets/img/pages/corporate/visual-president.png) no-repeat;
    background-size: contain;
    height: 426px;
    position: relative;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-corporate-executives__visual{
      padding-top: calc(46.5% + 45px);
      margin-bottom: 28px;
      height: auto
  }
    }
.l-corporate-executives__visual p{
      font-weight: 700;
    }
@media screen and (min-width: 990px) {
.l-corporate-executives__visual p{
        top: 93px;
        left: 68px;
        position: absolute;
        font-size: 20px;
        line-height: 36px
    }
      }
@media (max-width: 989.98px) {
.l-corporate-executives__visual p{
        letter-spacing: 0;
        font-size: 17px;
        line-height: 28px;
        margin: 0 -4px
    }
      }
.l-corporate-executives__text{
    margin-bottom: 53px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px) {
.l-corporate-executives__text{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 25px
  }
    }
.l-corporate-executives__author{
    font-size: 16px;
    line-height: 32px;
    text-align: right;

  }
@media (max-width: 989.98px) {
.l-corporate-executives__author{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 25px

  }
    }
/* governance */
.l-corporate-governance__title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 53px;

  }
@media (max-width: 989.98px) {
.l-corporate-governance__title{
      font-size: 23px;
      margin-bottom: 35px

  }
    }
.l-corporate-governance__body{
    background-color: #fff;
    padding: 80px 128px;
  }
@media (max-width: 989.98px) {
.l-corporate-governance__body{
      border-radius: 5px;
      margin-bottom: 0;
      padding: 50px 30px
  }
    }
.l-corporate-governance__bread{
    margin-bottom: 45px;

  }
/* group-company */
.l-corporate-group__title{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-corporate-group__title{
      line-height: 34px;
      font-size: 23px;
      margin-bottom: 30px
  }
    }
.l-corporate-group__body{
    background-color: #fff;
    padding: 80px;
    border-radius: 3px;
    line-height: 26px;
  }
@media (max-width: 989.98px) {
.l-corporate-group__body{
      border-radius: 5px;
      margin-bottom: 0;
      padding: 50px 30px;
      line-height: 20px
  }
      
    }
.l-corporate-group__bread{
    margin-bottom: 45px;
  }
/* message */
.l-corporate-message__title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 74px;

  }
@media (max-width: 989.98px) {
.l-corporate-message__title{
      font-size: 23px;
      margin-bottom: 35px

  }
    }
.l-corporate-message__body{
    background-color: #fff;
    padding: 80px;
    border-radius: 3px;
  }
@media (max-width: 989.98px) {
.l-corporate-message__body{
      margin-bottom: 0;
      border-radius: 5px;
      padding: 50px 30px
  }
    }
.l-corporate-message__bread{
    margin-bottom: 45px;

  }
.l-corporate-message__visual{
    background: url(/assets/img/pages/corporate/visual-president.png) no-repeat;
    background-size: contain;
    height: 426px;
    position: relative;
    margin-bottom: 60px;
    text-shadow: 1px 1px 1px #fff;
  }
@media (max-width: 989.98px) {
.l-corporate-message__visual{
      padding-top: calc(46.5% + 45px);
      margin-bottom: 0;
      height: auto
  }
    }
.l-corporate-message__visual p{
      font-weight: 700;
    }
@media screen and (min-width: 990px) {
.l-corporate-message__visual p{
        top: 116px;
        left: 68px;
        position: absolute;
        font-size: 20px;
        line-height: 36px;
        width: 420px
    }
      }
@media (max-width: 989.98px) {
.l-corporate-message__visual p{
        letter-spacing: 0;
        font-size: 17px;
        line-height: 28px;
        margin: 0 -4px
    }
      }
.l-corporate-message__lead{
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    margin-bottom:30px;
  }
@media (max-width: 989.98px) {
.l-corporate-message__lead{
      letter-spacing: 0;
      font-size: 17px;
      line-height: 28px
  }
    }
.l-corporate-message__text{
    margin-bottom: 53px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px) {
.l-corporate-message__text{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 25px
  }
    }
.l-corporate-message__author{
    font-size: 16px;
    line-height: 32px;
    text-align: right;

  }
@media (max-width: 989.98px) {
.l-corporate-message__author{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 25px

  }
    }
/* offices */
.l-corporate-offices__title{
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-corporate-offices__title{
      line-height: 34px;
      font-size: 23px;
      margin-bottom: 30px
  }
    }
.l-corporate-offices__body{
    background-color: #fff;
    margin-bottom: 50px;
    padding: 80px;
    border-radius: 3px;
    line-height: 26px;
  }
@media (max-width: 989.98px) {
.l-corporate-offices__body{
      border-radius: 5px;
      margin-bottom: 0;
      padding: 50px 30px;
      line-height: 20px
  }
      
    }
.l-corporate-offices__bread{
    margin-bottom: 45px;
  }
/* profile */
.l-corporate-profile__body{
    background-color: #fff;
    padding: 60px;
    border-radius: 3px;
  }
@media (max-width: 989.98px) {
.l-corporate-profile__body{
      border-radius: 0px;
      padding: 25px 20px;
      margin-bottom: 0
  }
    }
@media screen and (min-width: 990px) {
.l-corporate-profile__body--en table tbody tr th{
          width: 200px
      }
        }
@media (max-width: 989.98px) {
.l-corporate-profile__sitemap{
      padding: 0 20px
  }
    }
.l-corporate-profile__bread{
    padding: 43px 20px 20px;
    background: #fff;
    margin: 0;
  }
/* management */
.l-corporate-management__title{
    font-size: 24px;
    letter-spacing: 3.84px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 54px;
  }
@media (max-width: 989.98px) {
.l-corporate-management__title{
      font-size: 20px;
      letter-spacing: 3.2px;
      line-height: 30px;
      text-align: center;
      margin-bottom: 40px
  }
    }
.l-corporate-management__body{
    width: 670px;
    margin: 0 auto;
  }
@media (max-width: 989.98px) {
.l-corporate-management__body{
      width: 100%
  }
    }
.l-corporate-management__body img{
      display: block;
      margin-bottom: 18px;
    }
@media (max-width: 989.98px) {
.l-corporate-management__body img{
        margin-bottom: 15px
    }
      }
.l-corporate-management__body figcaption{
      font-size: 16px;
    }
@media (max-width: 989.98px) {
.l-corporate-management__body figcaption{
        font-size: 14px
    }
      }
/* numbers */
.l-corporate-numbers{
  counter-reset: l-corporate-numbers__subject;
}
.l-corporate-numbers__title{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 29px;
    margin-bottom: 64px;
  }
@media (max-width: 989.98px) {
.l-corporate-numbers__title{
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px;
      margin-bottom: 44px
  }
    }
.l-corporate-numbers__navi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-corporate-numbers__navi{
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -5px;
      margin-bottom: 32px
  }

    }
.l-corporate-numbers__navi li{
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
@media (max-width: 989.98px) {
.l-corporate-numbers__navi li{
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: calc(50% - 5px)
    }
      }
@media screen and (min-width: 990px) {
.l-corporate-numbers__navi li:not(:last-child){
          margin-right: 10px
      }
        }
@media (max-width: 989.98px) {
.l-corporate-numbers__navi li:not(:last-child){
          margin-bottom: 5px
      }
        }
@media (max-width: 989.98px) {
.l-corporate-numbers__navi li{
        margin-right: 5px
    }
        .l-corporate-numbers__navi li:last-child{
          width: calc(100% - 5px);
        }
      }
.l-corporate-numbers__navi li a{
        width: 100%;
        font-size: 16px;
      }
@media (max-width: 989.98px) {
.l-corporate-numbers__navi li a{
          font-size: 14px;
          line-height: 18px;
          height: 58px
      }
        }
.l-corporate-numbers__section:not(:last-child){
      margin-bottom: 60px;
    }
@media (max-width: 989.98px) {
.l-corporate-numbers__section:not(:last-child){
        margin-bottom: 30px
    }
      }
.l-corporate-numbers__section > ul{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: -20px;
      margin-bottom: -20px;
    }
@media (max-width: 989.98px) {
.l-corporate-numbers__section > ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0 0 -15px 0
    }
      }
.l-corporate-numbers__section > ul > li{
        margin-right: 20px;
        margin-bottom: 20px;
        width: 528px;
      }
@media (max-width: 989.98px) {
.l-corporate-numbers__section > ul > li{
          width: 100%;
          margin: 0 0 15px 0
      }
        }
.l-corporate-numbers__section--column3 > ul > li{
          width: 345px;
        }
@media (max-width: 989.98px) {
.l-corporate-numbers__section--column3 > ul > li{
            width: 100%
        }
          }
.l-corporate-numbers__section--column1 > ul > li{
          width: 100%;
        }
.l-corporate-numbers__subject{
    counter-increment:l-corporate-numbers__subject;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 28px;
  }
@media (max-width: 989.98px) {
.l-corporate-numbers__subject{
      font-size: 20px;
      margin-bottom: 10px
  }
    }
.l-corporate-numbers__subject::before{
      margin-right: 13px;
      content:counter(l-corporate-numbers__subject);
      text-align: center;
      text-indent: 4px;
      width: 60px;
      height: 60px;
      background: url("/assets/img/pages/corporate/numbers/title-bg.png");
      color: #FFF;
      font-size: 42px;
      line-height: 60px;
      text-align: center;
    }
@media (max-width: 989.98px) {
.l-corporate-numbers__subject::before{
        width: 40px;
        height: 40px;
        background-size: cover;
        font-size: 30px;
        line-height: 40px;
        text-indent: 1px;
        margin-right: 10px
    }
      }
@media screen and (min-width: 990px) {
.l-corporate-numbers__world{
      height: 196px
  }
    }
@media screen and (min-width: 990px) {
      .l-corporate-numbers__woman img{
        margin-top: -18px;
      }
    }
/* philosophy */
.l-corporate-philosophy > div{
    padding: 110px 0;
  }
@media (max-width: 989.98px) {
.l-corporate-philosophy > div{
      padding: 55px 0
  }
    }
.l-corporate-philosophy > div:first-child{
      padding-top: 0;
    }
.l-corporate-philosophy > div:last-child{
      padding-bottom: 150px;
    }
@media (max-width: 989.98px) {
.l-corporate-philosophy > div:last-child{
        padding-bottom: 68px
    }
      }
.l-corporate-philosophy > div:nth-child(odd){
      background: #F1F2FB;
    }
.l-corporate-philosophy > div:nth-child(even){
      background: #E8EAF7;
    }
.l-corporate-philosophy__title{
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 54px;
    color: #0046FF;
    letter-spacing: 1.26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
  }
@media (max-width: 989.98px) {
.l-corporate-philosophy__title{
      padding: 0 20px;
      font-size: 18px;
      line-height: 26px;
      display: block;
      text-align: center;
      margin-bottom: 24px
  }
    }
.l-corporate-philosophy__title::after,.l-corporate-philosophy__title::before{
      background: #0046FF;
      content: "";
      height: 1px;
      width: 15px;
    }
@media (max-width: 989.98px) {
.l-corporate-philosophy__title::after,.l-corporate-philosophy__title::before{
        display: inline-block;
        vertical-align: middle
    }

      }
@media screen and (min-width: 990px) {
.l-corporate-philosophy__title::before{
        margin-right: 14px
    }
      }
@media screen and (min-width: 990px) {
.l-corporate-philosophy__title::after{
        margin-left: 14px
    }
      }
/* history */
.l-corporate-history__title{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-corporate-history__title{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
      padding: 0 20px
  }
    }
.l-corporate-history__graph{
    margin-top: 60px;
  }
/* gallery */
.l-corporate-gallery__title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 74px;
  }
@media (max-width: 989.98px) {
.l-corporate-gallery__title{
      font-size: 23px;
      margin-bottom: 30px
  }
    }
.l-corporate-gallery__body{
    margin-bottom: 100px;
  }
@media (max-width: 989.98px) {
.l-corporate-gallery__body{
      margin-bottom: 0
  }
    }
.l-corporate-gallery__bread{
    margin-bottom: 45px;
  }
.l-corporate-gallery__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 989.98px){
.l-corporate-gallery__list{
      margin-bottom: -20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.l-corporate-gallery__list >li{
      width: 526px;
      margin-bottom: 24px;
      border-radius: 5px;
    }
@media (max-width: 989.98px) {
.l-corporate-gallery__list >li{
        width: 100%;
        margin-bottom: 0
    }
      }
.l-sitemap__bread{
    margin-top: 68px;
    margin-bottom: 0;
  }
.l-casestudy-top__title{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
@media (max-width: 989.98px) {
.l-casestudy-top__title{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0
  }
    }
.l-casestudy-top > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 61px;
  }
@media (max-width: 989.98px) {
.l-casestudy-top > ul{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 13px
  }
    }
.l-casestudy-top > ul > li{
      background-color: #ffffff;
      border-radius: 5px;
      margin-bottom: 22px;
    }
@media (max-width: 989.98px) {
.l-casestudy-top > ul > li{
        width: 100%
    }
      }
@media screen and (min-width: 990px) {
        .l-casestudy-top > ul > li:not(:nth-of-type(3n+3)){
          margin-right: 22px;
        }
      }
.l-casestudy-top__pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.l-casestudy-detail__customer{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-bottom: 4px;
    line-height: 29px;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__customer{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px
  }
    }
.l-casestudy-detail__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 26px;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__title {
      font-size: 23px;
      line-height: 34px;
      margin-bottom: 18px
  }
    }
.l-casestudy-detail__summary{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__summary{
      line-height: 25px;
      font-size: 14px;
      letter-spacing: 0.7px;
      margin-bottom: 0
  }
    }
.l-casestudy-detail__body {
    background-color: #fff;
    padding: 80px;
  }
@media screen and (min-width: 990px){
.l-casestudy-detail__body {
      margin-bottom: 80px
  }
    }
@media (max-width: 989.98px){
.l-casestudy-detail__body {
      border-radius: 5px;
      padding: 50px 25px;
      margin-bottom: 50px
  }
    }
.l-casestudy-detail__bread {
    margin-top: 72px;
    margin-bottom: -10px;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__visual {
      border-radius: 5px
  }
    }
.l-casestudy-detail__reason{
    margin-top: 100px;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__reason{
      margin-top: 50px
  }
    }
.l-casestudy-detail__articles{
    margin-top: 90px;
    margin-bottom: 90px;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__articles{
      margin-top: 40px
  }
    }
.l-casestudy-detail__articles > div:not(:last-child){
        margin-bottom: 90px;
      }
@media (max-width: 989.98px){
.l-casestudy-detail__articles > div:not(:last-child){
          margin-bottom: 65px
      }
        }
.l-casestudy-detail__review{
    margin-top: 90px;
    margin-bottom: 100px;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__review{
      margin-bottom: 50px;
      margin-top: 65px
  }
    }
.l-casestudy-detail__company{
    margin-top: 60px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
.l-casestudy-detail__company img{
      width: 300px;
      height: auto;
    }
@media (max-width: 989.98px){
.l-casestudy-detail__company{
      margin-top: 40px
  }
      .l-casestudy-detail__company img{
        width: 100%;
      }
    }
@media (max-width: 989.98px){
.l-casestudy-detail__anchorItem{
      margin-top: 0px
  }
    }
.l-casestudy-detail__anchorItem a{
      text-decoration: underline;
      text-underline-offset: 5px;
    }
.l-casestudy-detail__banner{
    text-align: center;
    margin-top: 60px;
    width: 100%;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__banner{
      margin-top: 40px
  }
    }
.l-casestudy-detail__youtube{
    text-align: center;
    margin: 60px 0;
  }
@media (max-width: 989.98px){
.l-casestudy-detail__youtube{
      margin: 40px 0
  }
    }
.l-casestudy-detail__iframe{
    text-align: center;
    margin: 60px 0;
    width: 100%;
    aspect-ratio: 16/9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.l-casestudy-detail__iframe iframe {
      width: 100%;
      height: 100%;
      max-width: 600px;
    }
@media (max-width: 989.98px){
.l-casestudy-detail__iframe{
      margin: 40px 0
  }
    }
.l-casestudy-detail__back{
    margin-bottom: 100px;
    text-align: center;
  }
.l-casestudy-detail__here{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 100px 0;
  }
.l-casestudy-detail__inquiry{
    background: #0046FF;
    text-align: center;
    padding: 44px 20px 50px;
    line-height: 1.65;
    border-radius: 5px;

  }
@media (max-width: 989.98px){
.l-casestudy-detail__inquiry{
      padding: 16px 20px 24px

  }
      }
.l-casestudy-detail__inquiry p{
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 16px;
    }
@media (max-width: 989.98px){
.l-casestudy-detail__inquiry p{
        font-size: 15px
    }
        }
.l-casestudy-detail__inquiry-here a{
      border: 1px solid #fff;
    }
.l-privacypolicy__navigation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;

  }
@media (max-width: 989.98px) {
.l-privacypolicy__navigation{
      font-size: 23px;
      margin-bottom: 0px

  }
    }
.l-privacypolicy__body{
    background-color: #fff;
    padding: 70px 80px;
  }
@media (max-width: 989.98px) {
.l-privacypolicy__body{
      position: relative;
      border-radius: 0 0 5px 5px;
      margin-bottom: 68px;
      padding: 30px
  }
    }
.l-privacypolicy__bread{
    margin: 20px;
  }
.l-sitepolicy__body{
    border-radius: 3px;
    background-color: #FFF;
    padding: 72px 80px;
    
  }
@media (max-width: 989.98px){
.l-sitepolicy__body{
      border-radius: 5px;
      padding: 50px 30px
    
  }
    }
.l-cookiepolicy__body{
    border-radius: 3px;
    background-color: #FFF;
    padding: 72px 80px;
    
  }
@media (max-width: 989.98px){
.l-cookiepolicy__body{
      border-radius: 5px;
      margin-bottom: 68px;
      padding: 50px 30px
    
  }
    }
.l-security__body{
    border-radius: 3px;
    background-color: #FFF;
    padding: 72px 80px;
    
  }
@media (max-width: 989.98px){
.l-security__body{
      border-radius: 5px;
      padding: 50px 30px
    
  }
    }
.l-error__title{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
  }
@media (max-width: 989.98px) {
.l-error__title{
      margin-bottom: 40px;
      font-size: 23px;
      line-height: 34px
  }
    }
@media screen and (min-width: 990px) {
.l-error__body{
      margin: 0 auto;
      width: 620px;
      padding: 0 20px
  }
    }
.l-error__text{
    margin-bottom: 65px;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 0.63px;
  }
@media (max-width: 989.98px) {
.l-error__text{
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 50px
  }
    }
.l-error__buttons li:not(:last-child){
        margin-bottom: 24px;
      }
@media (max-width: 989.98px) {
.l-error__buttons li:not(:last-child){
          margin-bottom: 30px
      }
        }
.l-teaser{
  background: #FFF;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-teaser__content{
    width: 920px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 989.98px){
.l-teaser__content{
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between
  }
    }
.l-teaser__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 989.98px){
.l-teaser__inner{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 50px 0
  }
    }
.l-teaser__body{
    font-weight: 700;
  }
.l-teaser__logo{
    margin-right: 100px;
  }
@media (max-width: 989.98px){
.l-teaser__logo{
      margin-right: 0;
      text-align: center;
      margin-bottom: 47px
  }
      .l-teaser__logo img{
        width: 115px;
      }
    }
@media (max-width: 989.98px){
.l-teaser__catch{
      text-align: center
  }
    }
.l-teaser__catch img{
      display: block;
      margin-bottom: 34px;
    }
@media (max-width: 989.98px){
.l-teaser__catch img{
        width: 295px;
        margin: 0 auto 30px
    }
      }
.l-teaser__catch span{
      letter-spacing: 0;
      font-size: 26px;
      line-height: 37px;
      display: block;
      margin-bottom: 12px;
    }
@media (max-width: 989.98px){
.l-teaser__catch span{
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 10px
    }
      }
.l-teaser__catch a{
      letter-spacing: 0;
      color: #000;
      font-size: 17px;
      line-height: 25px;
      display: block;
      margin-bottom: 26px;
    }
@media (max-width: 989.98px){
.l-teaser__catch a{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 31px
    }
      }
.l-teaser__summary{
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.9;
  }
@media (max-width: 989.98px){
.l-teaser__summary{
      text-align: center;
      font-size: 14px;
      line-height: 1.6;
      margin: 0 30px
  }
    }
.l-teaser__summary span{
      letter-spacing: 0;
      color: #0046FF;
    }
.l-teaser__footer{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    background: #0046FF;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 0;
  }
@media (max-width: 989.98px){
.l-teaser__footer{
      font-size: 10px
  }
    }
/* esg */
.l-esg__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-esg__title {
      font-size: 23px;
      margin-bottom: 30px
  }
    }
.l-esg__body {
    width: 100%;
    padding: 80px;
    background-color: #fff;
  }
.l-esg__body:not(:last-child){
      padding-bottom:0;
    }
@media (max-width: 989.98px) {
.l-esg__body {
      margin-bottom: 0;
      padding: 50px 30px
  }
    }
.l-esg__body__title {
      position: relative;
      margin-bottom: 45px;
      padding-bottom: 25px;
      border-bottom: 2px solid #ccc;
      font-size: 26px;
      font-weight: bold;
    }
@media (max-width: 989.98px) {
.l-esg__body__title {
        margin-bottom: 30px;
        padding-bottom: 15px;
        font-size: 20px;
        border-bottom: 3px solid #ccc
    }
      }
.l-esg__body__title::after {
        content: "";
        position: absolute;
        bottom: -2px;
        width: 50px;
        border-bottom: 2px solid #0046ff;
      }
@media (max-width: 989.98px) {
.l-esg__body__title::after {
          bottom: -3px;
          width: 40px;
          border-bottom: 3px solid #0046ff
      }
        }
.l-esg__body__image {
      width:644px;
      margin:0 auto;
    }
@media (max-width: 989.98px) {
.l-esg__body__image {
        width:90%
    }
      }
.l-esg__body__image img {
        border:solid #ddd 1px;
        width:640px;
      }
.l-esg__bread{
    margin-bottom: 45px;
  }
.l-esg-top__body > div:nth-child(odd){
        background: #F1F2FB;
      }
.l-esg-top__body > div:nth-child(even){
        background: #E8EAF7;
      }
@media (max-width: 989.98px){
        .l-esg-top__body > div:last-child{
          padding-bottom: 1px;
        }
      }
.l-esg-top__bread{
    margin-bottom: 45px;
  }
.l-esg-top__thumb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
@media (max-width: 989.98px){
.l-esg-top__thumb{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.l-esg-top__thumb > li{
      width: 344px;
      margin-bottom: 60px;
    }
@media (max-width: 989.98px){
.l-esg-top__thumb > li{
        width:100%;
        margin-bottom: 20px
    }
      }
.l-esg-top__thumb::after{
      display: block;
      content: "";
      width: 344px;
    }
.l-esg-top__thumbOne{
    width: 100%;
    margin-bottom: 60px;
  }
.l-esg-top__thumbOne a{
      display: block;
      border-radius: 5px;
      overflow: hidden;
    }
.l-esg-top__thumbOne a img{
        width:100%;
        height: 240px;
        -o-object-fit: cover;
           object-fit: cover;
      }
@media (max-width: 989.98px){
.l-esg-top__thumbOne a img{
          height: 233px
      }
        }
@media (max-width: 989.98px){
.l-esg-top__thumbOne{
      margin-bottom: 20px
  }
    }
.l-esg-top__banners{
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 989.98px){
.l-esg-top__banners{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 20px
  }
    }
.l-esg-top__banners li{
      width: 457px;
    }
@media (max-width: 989.98px){
.l-esg-top__banners li{
        width: 100%
    }
      }
@media screen and (min-width: 990px){
.l-esg-top__banners li:not(:last-child){
          margin-right: 40px
      }
        }
@media (max-width: 989.98px){
.l-esg-top__banners li:not(:last-child){
          margin-bottom: 20px
      }
        }
.l-esg-top__banners li a{
        position: relative;
        overflow: hidden;
        border-radius: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
      }
.l-esg-top__banners li a img{
          width: 157px;
          height: 110px;
        }
@media (max-width: 989.98px){
          .l-esg-top__banners li a img{
            width: 115px;
            height: 80px;
          }
        }
.l-esg-top__banners li a p{
          font-size: 20px;
          font-weight: 700;
          line-height: 30px;
        }
@media (max-width: 989.98px){
.l-esg-top__banners li a p{
            font-size: 15px;
            line-height: 21px
        }
          }
.l-esg-top__banners li a span{
          display: block;
          font-size: 16px;
          font-weight: 700;
          line-height: 30px;
        }
@media (max-width: 989.98px){
.l-esg-top__banners li a span{
            font-size: 12px;
            line-height: 21px
        }
          }
.l-esg-top__banners li a i{
          width: 24px;
          height: 24px;
          position: absolute;
          bottom: 12px;
          right: 12px;
        }
.l-esg-top__banners__inner{
      padding: 25px;
      min-width: 244px;
      height: 110px;
      -webkit-box-flex:1;
          -ms-flex:1;
              flex:1;
    }
@media (max-width: 989.98px){
.l-esg-top__banners__inner{
        padding: 19px 16px 0 16px;
        height: 80px;
        min-width: auto
    }
      }
/* activities */
.l-esg-activities{
  padding-bottom: 60px;
}
@media (max-width: 989.98px){
.l-esg-activities{
    padding: 0 20px 65px
}
  }
/* message */
.l-esg-message__title{
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 74px;

  }
@media (max-width: 989.98px) {
.l-esg-message__title{
      font-size: 23px;
      margin-bottom: 35px

  }
    }
.l-esg-message__body{
    background-color: #fff;
    padding: 80px;
    border-radius: 3px;
    position: relative;
  }
@media (max-width: 989.98px) {
.l-esg-message__body{
      margin-bottom: 0;
      border-radius: 5px;
      padding: 0 30px 50px
  }
    }
.l-esg-message__bread{
    margin-bottom: 45px;

  }
.l-esg-message__visual{
    height: 400px;
    position: relative;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-esg-message__visual{
      height: auto;
      padding-top: 40px;
      margin-bottom: 40px
  }
    }
.l-esg-message__visual p{
      font-weight: 700;
    }
@media screen and (min-width: 990px) {
.l-esg-message__visual p{
        top: 60px;
        left: 620px;
        position: absolute;
        font-size: 20px;
        line-height: 36px;
        width: 380px;
        color: #fff
    }
      }
@media (max-width: 989.98px) {
.l-esg-message__visual p{
        letter-spacing: 0;
        font-size: 18px;
        line-height: 28px;
        margin: 0;
        padding: 0 30px 30px
    }
      }
@media screen and (min-width: 990px) {
.l-esg-message__visual div{
        top: 280px;
        left: 620px;
        position: absolute
    }
      }
@media (max-width: 989.98px) {
.l-esg-message__visual div{
        margin: 0;
        padding: 0 30px 30px
    }
      }
@media screen and (min-width: 990px) {
      }
@media (max-width: 989.98px) {
.l-esg-message__visual--pc{
        display: none
  }
      }
@media screen and (min-width: 990px) {
.l-esg-message__visual--sp{
      display: none
  }
      }
@media (max-width: 989.98px) {
      }
.l-esg-message__text{
    margin-bottom: 53px;
    font-size: 16px;
    line-height: 32px;
  }
@media (max-width: 989.98px) {
.l-esg-message__text{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 25px
  }
    }
.l-esg-message__author{
    font-size: 16px;
    line-height: 32px;

  }
@media (max-width: 989.98px) {
.l-esg-message__author{
      font-size: 14px;
      letter-spacing: 0.7px;
      line-height: 25px

  }
    }
.l-esg-message__visual2{
    height: 400px;
    position: relative;
    margin-bottom: 0;
  }
@media (max-width: 989.98px) {
.l-esg-message__visual2{
      height: auto;
      padding-top: 40px;
      margin-bottom: 40px;
      margin-left:10px
  }
    }
.l-esg-message__visual2 p{
      font-weight: 700;
    }
@media screen and (min-width: 990px) {
.l-esg-message__visual2 p{
        top: 112px;
        right: 35px;
        position: absolute;
        font-size: 20px;
        line-height: 36px;
        width: 380px;
        color: #fff
    }
      }
@media (max-width: 989.98px) {
.l-esg-message__visual2 p{
        letter-spacing: 0;
        font-size: 18px;
        line-height: 28px;
        margin: 0 -4px
    }
      }
.l-esg-detail__customer{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-bottom: 4px;
    line-height: 29px;
  }
@media (max-width: 989.98px){
.l-esg-detail__customer{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px
  }
    }
.l-esg-detail__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 26px;
  }
@media (max-width: 989.98px){
.l-esg-detail__title {
      font-size: 23px;
      line-height: 34px;
      margin-bottom: 18px
  }
    }
.l-esg-detail__summary{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px){
.l-esg-detail__summary{
      line-height: 25px;
      font-size: 14px;
      letter-spacing: 0.7px;
      margin-bottom: 0
  }
    }
.l-esg-detail__body {
    background-color: #fff;
    padding: 80px;
  }
@media screen and (min-width: 990px){
.l-esg-detail__body {
      margin-bottom: 80px
  }
    }
@media (max-width: 989.98px){
.l-esg-detail__body {
      border-radius: 5px;
      padding: 50px 25px;
      margin-bottom: 50px
  }
    }
.l-esg-detail__bread {
    margin-top: 72px;
    margin-bottom: -10px;
  }
@media (max-width: 989.98px){
.l-esg-detail__visual {
      border-radius: 5px
  }
    }
.l-esg-detail__articles{
    margin-top: 90px;
    margin-bottom: 90px;
  }
@media (max-width: 989.98px){
.l-esg-detail__articles{
      margin-top: 40px
  }
    }
.l-esg-detail__articles > div:not(:last-child){
        margin-bottom: 90px;
      }
@media (max-width: 989.98px){
.l-esg-detail__articles > div:not(:last-child){
          margin-bottom: 65px
      }
        }
.l-esg-detail__review{
    margin-top: 90px;
    margin-bottom: 100px;
  }
@media (max-width: 989.98px){
.l-esg-detail__review{
      margin-bottom: 50px;
      margin-top: 65px
  }
    }
@media (max-width: 989.98px){
.l-esg-detail__anchorItem{
      margin-top: 0px
  }
    }
.l-esg-detail__anchorItem a{
      text-decoration: underline;
      text-underline-offset: 5px;
    }
.l-esg-detail__imgOne{
    margin-bottom: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media (max-width: 989.98px){
.l-esg-detail__imgOne{
      margin-bottom: 40px
  }
    }
.l-esg-detail__imgOneBox{
    margin: 0 auto;
  }
.l-esg-detail__imgOneBox span{
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px;
      display: block;
    }
.l-esg-detail__back{
    margin-bottom: 100px;
    text-align: center;
  }
.l-solution-top__title{
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px) {
.l-solution-top__title{
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px;
      padding: 0 20px
  }
    }
.l-solution-top__tab {
  }
.l-solution-top__body {
  }
.l-solution-top__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 61px;
  }
/* margin-bottom: -22px; */
@media (max-width: 989.98px) {
.l-solution-top__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
  }
    }
.l-solution-top__list > li{
      background-color: #ffffff;
      border-radius: 5px;
      margin-bottom: 22px;
    }
@media (max-width: 989.98px) {
.l-solution-top__list > li{
        width: 100%
    }
      }
@media screen and (min-width: 990px) {
        .l-solution-top__list > li:not(:nth-of-type(3n+3)){
          margin-right: 22px;
        }
      }
.l-solution-top__list--bgGrey > li {
        background-color: #ebedf7;
      }
.l-solution-top__pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 117px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 989.98px) {
.l-solution-top__pagenation {
      margin-bottom: 73px
  }
    }
.l-solution-top__link a {
      width: 330px;
      margin: 0 auto;
    }
@media (max-width: 989.98px) {
.l-solution-top__link a {
        width: 100%
    }
      }
.l-solution-detail__menuBox {
    width: 100%;
    background: #f1f2fb;
  }
@media screen and (min-width: 990px) {
.l-solution-detail__menuBox--fix {
        margin: 0 auto;
        position: fixed;
        top: 101.8px;
        left: 0;
        z-index: 3;
        background: #f1f2fb
    }
      }
.l-solution-detail__menu {
    width: 954px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
.l-solution-detail__menu::before {
      width: 230px;
      display: block;
      content: "";
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
    }
.l-solution-detail__menu::after {
      width: 230px;
      display: block;
      content: "";
    }
@media screen and (min-width: 990px) {
      .l-solution-detail__menu--fix {
        width: 954px;
        margin: 0 auto;
        background: #f1f2fb;
      }
      .l-solution-detail__menu--fixExcludeHeader {
        width: 954px;
        margin: 0 auto;
        position: fixed;
        top: 0px;
        left: calc(50% - 477px);
        z-index: 3;
        background: #f1f2fb;
      }
    }
@media (max-width: 989.98px){
.l-solution-detail__menu {
      width: 100%
  }
    }
.l-solution-detail__anchorItem {
    width: 230px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
@media (max-width: 989.98px){
.l-solution-detail__anchorItem {
      width: calc(50% - 2.5px)
  }
    }
.l-solution-detail__anchorItem a {
      width: 100%;
      padding-right: 50px;
      padding-left: 20px;
    }
@media (max-width: 989.98px){
.l-solution-detail__anchorItem a {
        padding-right: 50px;
        padding-left: 14px;
        text-align: left;
        line-height: 1.4;
        font-size: 15px;
        letter-spacing: 0.53px
    }
      }
.l-solution-detail__customer {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.4px;
    margin-bottom: 4px;
    line-height: 29px;
  }
@media (max-width: 989.98px){
.l-solution-detail__customer {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px
  }
    }
.l-solution-detail__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 26px;
  }
@media (max-width: 989.98px){
.l-solution-detail__title {
      font-size: 23px;
      line-height: 34px;
      margin-bottom: 18px
  }
    }
.l-solution-detail__summary{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 60px;
  }
@media (max-width: 989.98px){
.l-solution-detail__summary{
      line-height: 25px;
      font-size: 14px;
      letter-spacing: 0.7px;
      margin-bottom: 0
  }
    }
.l-solution-detail__body {
    background-color: #fff;
    padding: 80px;
  }
@media screen and (min-width: 990px){
.l-solution-detail__body {
      margin-bottom: 80px
  }
    }
@media (max-width: 989.98px){
.l-solution-detail__body {
      border-radius: 5px;
      padding: 50px 25px;
      margin-bottom: 50px
  }
    }
.l-solution-detail__bread {
    margin-top: 72px;
    margin-bottom: -10px;
  }
@media (max-width: 989.98px){
.l-solution-detail__visual {
      border-radius: 5px
  }
    }
.l-solution-detail__reason{
    margin-top: 100px;
  }
@media (max-width: 989.98px){
.l-solution-detail__reason{
      margin-top: 50px
  }
    }
.l-solution-detail__articles{
    margin-top: 90px;
    margin-bottom: 90px;
  }
@media (max-width: 989.98px){
.l-solution-detail__articles{
      margin-top: 40px
  }
    }
.l-solution-detail__articles > div:not(:last-child){
        margin-bottom: 90px;
      }
@media (max-width: 989.98px){
.l-solution-detail__articles > div:not(:last-child){
          margin-bottom: 65px
      }
        }
.l-solution-detail__review{
    margin-top: 90px;
    margin-bottom: 100px;
  }
@media (max-width: 989.98px){
.l-solution-detail__review{
      margin-bottom: 50px;
      margin-top: 65px
  }
    }
.l-solution-detail__company{
    margin-top: 60px;
  }
@media (max-width: 989.98px){
.l-solution-detail__company{
      margin-top: 40px
  }
    }
.l-solution-detail__banner{
    text-align: center;
    margin: 60px 0;
    width: 100%;
  }
@media (max-width: 989.98px){
.l-solution-detail__banner{
      margin: 40px 0
  }
    }
.l-solution-detail__youtube{
    text-align: center;
    margin: 60px 0;
  }
@media (max-width: 989.98px){
.l-solution-detail__youtube{
      margin: 40px 0
  }
    }
.l-solution-detail__iframe{
    text-align: center;
    margin: 60px 0;
    width: 100%;
    aspect-ratio: 16/9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.l-solution-detail__iframe iframe {
      width: 100%;
      height: 100%;
      max-width: 600px;
    }
@media (max-width: 989.98px){
.l-solution-detail__iframe{
      margin: 40px 0
  }
    }
.l-solution-detail__back{
    margin-bottom: 100px;
    text-align: center;
  }
.l-solution-detail__here{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 100px 0;
  }
.l-solution-detail__inquiry{
    background: #0046FF;
    text-align: center;
    padding: 44px 20px 50px;
    line-height: 1.65;
    border-radius: 5px;

  }
@media (max-width: 989.98px){
.l-solution-detail__inquiry{
      padding: 16px 20px 24px

  }
      }
.l-solution-detail__inquiry p{
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 16px;
    }
@media (max-width: 989.98px){
.l-solution-detail__inquiry p{
        font-size: 15px
    }
        }
.l-solution-detail__inquiry-here a{
      border: 1px solid #fff;
    }
/* -----------------------------------------------------------------
  mars-finder
----------------------------------------------------------------- */
/* ------------------------
  Mars finder form
------------------------ */
.mf_finder_searchBox {
    margin-left: 0;
    margin-right: 0;
}
.mf_finder_searchBox_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  padding: 0;
}
.mf_finder_searchBox_query_input {
  margin-right: 2.6666666667vw !important;
  font-weight: 700 !important;
}
.mf_finder_searchBox_query_input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 3.3333333333vw;
  border: .2666666667vw solid #ddd;
  border-radius: .8vw;
  width: 70.6666666667vw;
  height: 10.6666666667vw;
  color: #888;
  font-size: 3.7333333333vw;
}
@media screen and (max-width: 989.98px) {
.mf_finder_searchBox_query_input {
    width: 100% !important;
    margin-right: 0 !important
}
  }
@media (min-width: 768px) {
  .mf_finder_searchBox_query_input {
    margin-right:1.4641288433vw !important;
  }
  .mf_finder_searchBox_query_input {
    padding-left: 1.0248901903vw;
    border: 2px solid #ddd;
    border-radius: .2196193265vw;
    width: 38.0673499268vw;
    height: 3.2210834553vw;
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 1366px) {
  .mf_finder_searchBox_query_input {
    margin-right:1.25rem !important;
  }
  .mf_finder_searchBox_query_input {
    padding-left: .875rem;
    border-width: .0625rem;
    border-radius: .1875rem;
    width: 32.5rem;
    height: 2.75rem;
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  .mf_finder_searchBox_submit:before {
    margin-left: 0;
  }
}
@media (min-width: 640px) {
  .mf_finder_searchBox_submit:before {
    margin-left: 0;
  }
}
.mf_finder_searchBox_submit:before {
  content: normal;
  content: initial;
  font-family: inherit;
}
button.mf_finder_searchBox_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
  border: 1px solid #0046ff;
  border-radius: 3px;
  width: 16vw;
  height: 10.6666666667vw;
  -webkit-transition: color .3s cubic-bezier(.25,.46,.45,.94);
  transition: color .3s cubic-bezier(.25,.46,.45,.94);
  color: #fff;
  font-size: 3.7333333333vw;
}
button.mf_finder_searchBox_submit:after,button.mf_finder_searchBox_submit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
}
button.mf_finder_searchBox_submit:before {
  z-index: -2;
  background-color: #0046ff;
}
button.mf_finder_searchBox_submit:after {
  z-index: -1;
  transition: -webkit-transform .5s cubic-bezier(1,0,0,1);
  -webkit-transition: -webkit-transform .5s cubic-bezier(1,0,0,1);
  transition: transform .5s cubic-bezier(1,0,0,1);
  transition: transform .5s cubic-bezier(1,0,0,1), -webkit-transform .5s cubic-bezier(1,0,0,1);
  transition: transform .5s cubic-bezier(1,0,0,1),-webkit-transform .5s cubic-bezier(1,0,0,1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  background-color: #fff;
}
button.mf_finder_searchBox_submit:hover {
    color: #0046ff;
}
button.mf_finder_searchBox_submit:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
@media (min-width: 768px) {
  button.mf_finder_searchBox_submit {
    width: 8.78477306vw;
    height: 3.2210834553vw;
    font-size: 1.1713030747vw;
  }
}
@media (min-width: 1366px) {
  button.mf_finder_searchBox_submit {
    width: 7.5rem;
    height: 2.75rem;
    font-size: 1rem;
  }
}
.mf_finder_searchBox_submit span {
  display: block;
}
.mf_finder_searchBox_submit span {
  margin-left: 0;
  margin-right: 0;
}
.mf_finder_searchBox_submit input {
  width: 100%;
  height: 100%;
}


/* Calc letterSpacing for fontSize and letterSpacing */
/* Calc lineHeight for fontSize and lineHeight */
.u-view-pc{
  display: block;
}
@media (max-width: 989.98px) {
.u-view-pc{
    display: none
}
  }
.u-view-flex-pc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 989.98px) {
.u-view-flex-pc{
    display: none
}
  }
.u-view-pc{
  display: none;
}
@media screen and (min-width: 990px) {
.u-view-pc{
    display: block
}
  }
.u-view-sp{
  display: none;
}
@media (max-width: 989.98px) {
.u-view-sp{
    display: block
}
  }
.u-clearfix::after{
    content: "";
    clear: both;
  }
@media (max-width: 989.98px){
.u-sp-radius-10{
    border-radius: 10px
}
  }
@media screen and (min-width: 990px){
.u-pc-fs-14{
    font-size: 14px
}
  }
@media (max-width: 989.98px){
.u-sp-fs-14{
    font-size: 14px
}
  }
.u-text-red{
  color: #f00
}
.u-word-break-children *{
  word-break: break-word;
}
@media screen and (min-width: 990px){
.u-pc-text-center{
    text-align: center
}
  }
@media (max-width: 989.98px){
.u-sp-text-center{
    text-align: center
}
  }
@media screen and (min-width: 990px){
.u-pc-text-left{
    text-align: left
}
  }
@media (max-width: 989.98px){
.u-sp-text-left{
    text-align: left
}
  }
@media screen and (min-width: 990px){
.u-pc-text-right{
    text-align: right
}
  }
@media (max-width: 989.98px){
.u-sp-text-right{
    text-align: right
}
  }
.u-underline-text {
  font-weight: bold;
  display: inline;
}
.u-underline-text--blue {
    background-image : linear-gradient(to right, #b3e7fd 10px, transparent 10px);
    background-size: 10px 5px;
    background-repeat: repeat-x; 
    background-position: left bottom;
  }
.u-underline-text--orange {
    background-image : linear-gradient(to right, #ffe3b2 10px, transparent 10px);
    background-size: 10px 5px;
    background-repeat: repeat-x; 
    background-position: left bottom;
  }
.u-underline-text--dotted-blue {
    background-image : linear-gradient(to right, #0046ff 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x; 
    background-position: left bottom;
  }
.u-underline-text--dotted-orange {
    background-image : linear-gradient(to right, #ffa100 2px, transparent 2px);
    background-size: 4px 2px;
    background-repeat: repeat-x; 
    background-position: left bottom;
  }
@media screen and (min-width: 990px) {
      .u-pc-pt-0 {
          padding-top: 0px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-0 {
          padding-top: 0px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-1 {
          padding-top: 1px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-1 {
          padding-top: 1px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-2 {
          padding-top: 2px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-2 {
          padding-top: 2px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-3 {
          padding-top: 3px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-3 {
          padding-top: 3px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-4 {
          padding-top: 4px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-4 {
          padding-top: 4px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-5 {
          padding-top: 5px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-5 {
          padding-top: 5px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-6 {
          padding-top: 6px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-6 {
          padding-top: 6px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-7 {
          padding-top: 7px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-7 {
          padding-top: 7px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-8 {
          padding-top: 8px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-8 {
          padding-top: 8px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-9 {
          padding-top: 9px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-9 {
          padding-top: 9px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-10 {
          padding-top: 10px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-10 {
          padding-top: 10px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-11 {
          padding-top: 11px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-11 {
          padding-top: 11px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-12 {
          padding-top: 12px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-12 {
          padding-top: 12px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-13 {
          padding-top: 13px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-13 {
          padding-top: 13px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-14 {
          padding-top: 14px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-14 {
          padding-top: 14px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-15 {
          padding-top: 15px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-15 {
          padding-top: 15px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-16 {
          padding-top: 16px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-16 {
          padding-top: 16px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-17 {
          padding-top: 17px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-17 {
          padding-top: 17px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-18 {
          padding-top: 18px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-18 {
          padding-top: 18px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-19 {
          padding-top: 19px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-19 {
          padding-top: 19px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-20 {
          padding-top: 20px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-20 {
          padding-top: 20px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-21 {
          padding-top: 21px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-21 {
          padding-top: 21px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-22 {
          padding-top: 22px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-22 {
          padding-top: 22px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-23 {
          padding-top: 23px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-23 {
          padding-top: 23px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-24 {
          padding-top: 24px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-24 {
          padding-top: 24px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-25 {
          padding-top: 25px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-25 {
          padding-top: 25px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-26 {
          padding-top: 26px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-26 {
          padding-top: 26px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-27 {
          padding-top: 27px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-27 {
          padding-top: 27px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-28 {
          padding-top: 28px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-28 {
          padding-top: 28px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-29 {
          padding-top: 29px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-29 {
          padding-top: 29px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-30 {
          padding-top: 30px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-30 {
          padding-top: 30px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-31 {
          padding-top: 31px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-31 {
          padding-top: 31px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-32 {
          padding-top: 32px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-32 {
          padding-top: 32px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-33 {
          padding-top: 33px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-33 {
          padding-top: 33px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-34 {
          padding-top: 34px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-34 {
          padding-top: 34px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-35 {
          padding-top: 35px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-35 {
          padding-top: 35px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-36 {
          padding-top: 36px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-36 {
          padding-top: 36px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-37 {
          padding-top: 37px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-37 {
          padding-top: 37px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-38 {
          padding-top: 38px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-38 {
          padding-top: 38px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-39 {
          padding-top: 39px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-39 {
          padding-top: 39px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-40 {
          padding-top: 40px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-40 {
          padding-top: 40px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-41 {
          padding-top: 41px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-41 {
          padding-top: 41px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-42 {
          padding-top: 42px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-42 {
          padding-top: 42px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-43 {
          padding-top: 43px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-43 {
          padding-top: 43px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-44 {
          padding-top: 44px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-44 {
          padding-top: 44px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-45 {
          padding-top: 45px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-45 {
          padding-top: 45px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-46 {
          padding-top: 46px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-46 {
          padding-top: 46px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-47 {
          padding-top: 47px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-47 {
          padding-top: 47px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-48 {
          padding-top: 48px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-48 {
          padding-top: 48px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-49 {
          padding-top: 49px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-49 {
          padding-top: 49px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-50 {
          padding-top: 50px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-50 {
          padding-top: 50px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-51 {
          padding-top: 51px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-51 {
          padding-top: 51px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-52 {
          padding-top: 52px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-52 {
          padding-top: 52px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-53 {
          padding-top: 53px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-53 {
          padding-top: 53px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-54 {
          padding-top: 54px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-54 {
          padding-top: 54px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-55 {
          padding-top: 55px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-55 {
          padding-top: 55px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-56 {
          padding-top: 56px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-56 {
          padding-top: 56px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-57 {
          padding-top: 57px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-57 {
          padding-top: 57px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-58 {
          padding-top: 58px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-58 {
          padding-top: 58px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-59 {
          padding-top: 59px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-59 {
          padding-top: 59px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-60 {
          padding-top: 60px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-60 {
          padding-top: 60px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-61 {
          padding-top: 61px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-61 {
          padding-top: 61px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-62 {
          padding-top: 62px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-62 {
          padding-top: 62px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-63 {
          padding-top: 63px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-63 {
          padding-top: 63px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-64 {
          padding-top: 64px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-64 {
          padding-top: 64px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-65 {
          padding-top: 65px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-65 {
          padding-top: 65px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-66 {
          padding-top: 66px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-66 {
          padding-top: 66px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-67 {
          padding-top: 67px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-67 {
          padding-top: 67px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-68 {
          padding-top: 68px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-68 {
          padding-top: 68px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-69 {
          padding-top: 69px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-69 {
          padding-top: 69px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-70 {
          padding-top: 70px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-70 {
          padding-top: 70px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-71 {
          padding-top: 71px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-71 {
          padding-top: 71px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-72 {
          padding-top: 72px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-72 {
          padding-top: 72px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-73 {
          padding-top: 73px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-73 {
          padding-top: 73px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-74 {
          padding-top: 74px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-74 {
          padding-top: 74px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-75 {
          padding-top: 75px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-75 {
          padding-top: 75px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-76 {
          padding-top: 76px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-76 {
          padding-top: 76px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-77 {
          padding-top: 77px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-77 {
          padding-top: 77px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-78 {
          padding-top: 78px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-78 {
          padding-top: 78px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-79 {
          padding-top: 79px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-79 {
          padding-top: 79px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-80 {
          padding-top: 80px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-80 {
          padding-top: 80px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-81 {
          padding-top: 81px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-81 {
          padding-top: 81px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-82 {
          padding-top: 82px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-82 {
          padding-top: 82px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-83 {
          padding-top: 83px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-83 {
          padding-top: 83px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-84 {
          padding-top: 84px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-84 {
          padding-top: 84px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-85 {
          padding-top: 85px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-85 {
          padding-top: 85px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-86 {
          padding-top: 86px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-86 {
          padding-top: 86px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-87 {
          padding-top: 87px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-87 {
          padding-top: 87px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-88 {
          padding-top: 88px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-88 {
          padding-top: 88px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-89 {
          padding-top: 89px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-89 {
          padding-top: 89px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-90 {
          padding-top: 90px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-90 {
          padding-top: 90px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-91 {
          padding-top: 91px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-91 {
          padding-top: 91px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-92 {
          padding-top: 92px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-92 {
          padding-top: 92px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-93 {
          padding-top: 93px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-93 {
          padding-top: 93px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-94 {
          padding-top: 94px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-94 {
          padding-top: 94px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-95 {
          padding-top: 95px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-95 {
          padding-top: 95px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-96 {
          padding-top: 96px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-96 {
          padding-top: 96px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-97 {
          padding-top: 97px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-97 {
          padding-top: 97px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-98 {
          padding-top: 98px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-98 {
          padding-top: 98px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-99 {
          padding-top: 99px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-99 {
          padding-top: 99px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pt-100 {
          padding-top: 100px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pt-100 {
          padding-top: 100px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-0 {
          padding-bottom: 0px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-0 {
          padding-bottom: 0px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-1 {
          padding-bottom: 1px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-1 {
          padding-bottom: 1px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-2 {
          padding-bottom: 2px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-2 {
          padding-bottom: 2px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-3 {
          padding-bottom: 3px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-3 {
          padding-bottom: 3px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-4 {
          padding-bottom: 4px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-4 {
          padding-bottom: 4px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-5 {
          padding-bottom: 5px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-5 {
          padding-bottom: 5px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-6 {
          padding-bottom: 6px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-6 {
          padding-bottom: 6px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-7 {
          padding-bottom: 7px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-7 {
          padding-bottom: 7px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-8 {
          padding-bottom: 8px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-8 {
          padding-bottom: 8px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-9 {
          padding-bottom: 9px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-9 {
          padding-bottom: 9px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-10 {
          padding-bottom: 10px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-10 {
          padding-bottom: 10px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-11 {
          padding-bottom: 11px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-11 {
          padding-bottom: 11px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-12 {
          padding-bottom: 12px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-12 {
          padding-bottom: 12px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-13 {
          padding-bottom: 13px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-13 {
          padding-bottom: 13px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-14 {
          padding-bottom: 14px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-14 {
          padding-bottom: 14px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-15 {
          padding-bottom: 15px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-15 {
          padding-bottom: 15px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-16 {
          padding-bottom: 16px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-16 {
          padding-bottom: 16px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-17 {
          padding-bottom: 17px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-17 {
          padding-bottom: 17px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-18 {
          padding-bottom: 18px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-18 {
          padding-bottom: 18px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-19 {
          padding-bottom: 19px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-19 {
          padding-bottom: 19px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-20 {
          padding-bottom: 20px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-20 {
          padding-bottom: 20px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-21 {
          padding-bottom: 21px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-21 {
          padding-bottom: 21px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-22 {
          padding-bottom: 22px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-22 {
          padding-bottom: 22px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-23 {
          padding-bottom: 23px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-23 {
          padding-bottom: 23px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-24 {
          padding-bottom: 24px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-24 {
          padding-bottom: 24px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-25 {
          padding-bottom: 25px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-25 {
          padding-bottom: 25px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-26 {
          padding-bottom: 26px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-26 {
          padding-bottom: 26px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-27 {
          padding-bottom: 27px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-27 {
          padding-bottom: 27px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-28 {
          padding-bottom: 28px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-28 {
          padding-bottom: 28px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-29 {
          padding-bottom: 29px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-29 {
          padding-bottom: 29px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-30 {
          padding-bottom: 30px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-30 {
          padding-bottom: 30px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-31 {
          padding-bottom: 31px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-31 {
          padding-bottom: 31px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-32 {
          padding-bottom: 32px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-32 {
          padding-bottom: 32px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-33 {
          padding-bottom: 33px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-33 {
          padding-bottom: 33px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-34 {
          padding-bottom: 34px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-34 {
          padding-bottom: 34px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-35 {
          padding-bottom: 35px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-35 {
          padding-bottom: 35px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-36 {
          padding-bottom: 36px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-36 {
          padding-bottom: 36px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-37 {
          padding-bottom: 37px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-37 {
          padding-bottom: 37px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-38 {
          padding-bottom: 38px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-38 {
          padding-bottom: 38px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-39 {
          padding-bottom: 39px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-39 {
          padding-bottom: 39px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-40 {
          padding-bottom: 40px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-40 {
          padding-bottom: 40px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-41 {
          padding-bottom: 41px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-41 {
          padding-bottom: 41px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-42 {
          padding-bottom: 42px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-42 {
          padding-bottom: 42px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-43 {
          padding-bottom: 43px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-43 {
          padding-bottom: 43px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-44 {
          padding-bottom: 44px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-44 {
          padding-bottom: 44px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-45 {
          padding-bottom: 45px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-45 {
          padding-bottom: 45px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-46 {
          padding-bottom: 46px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-46 {
          padding-bottom: 46px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-47 {
          padding-bottom: 47px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-47 {
          padding-bottom: 47px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-48 {
          padding-bottom: 48px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-48 {
          padding-bottom: 48px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-49 {
          padding-bottom: 49px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-49 {
          padding-bottom: 49px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-50 {
          padding-bottom: 50px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-50 {
          padding-bottom: 50px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-51 {
          padding-bottom: 51px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-51 {
          padding-bottom: 51px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-52 {
          padding-bottom: 52px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-52 {
          padding-bottom: 52px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-53 {
          padding-bottom: 53px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-53 {
          padding-bottom: 53px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-54 {
          padding-bottom: 54px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-54 {
          padding-bottom: 54px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-55 {
          padding-bottom: 55px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-55 {
          padding-bottom: 55px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-56 {
          padding-bottom: 56px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-56 {
          padding-bottom: 56px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-57 {
          padding-bottom: 57px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-57 {
          padding-bottom: 57px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-58 {
          padding-bottom: 58px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-58 {
          padding-bottom: 58px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-59 {
          padding-bottom: 59px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-59 {
          padding-bottom: 59px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-60 {
          padding-bottom: 60px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-60 {
          padding-bottom: 60px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-61 {
          padding-bottom: 61px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-61 {
          padding-bottom: 61px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-62 {
          padding-bottom: 62px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-62 {
          padding-bottom: 62px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-63 {
          padding-bottom: 63px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-63 {
          padding-bottom: 63px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-64 {
          padding-bottom: 64px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-64 {
          padding-bottom: 64px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-65 {
          padding-bottom: 65px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-65 {
          padding-bottom: 65px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-66 {
          padding-bottom: 66px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-66 {
          padding-bottom: 66px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-67 {
          padding-bottom: 67px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-67 {
          padding-bottom: 67px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-68 {
          padding-bottom: 68px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-68 {
          padding-bottom: 68px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-69 {
          padding-bottom: 69px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-69 {
          padding-bottom: 69px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-70 {
          padding-bottom: 70px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-70 {
          padding-bottom: 70px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-71 {
          padding-bottom: 71px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-71 {
          padding-bottom: 71px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-72 {
          padding-bottom: 72px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-72 {
          padding-bottom: 72px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-73 {
          padding-bottom: 73px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-73 {
          padding-bottom: 73px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-74 {
          padding-bottom: 74px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-74 {
          padding-bottom: 74px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-75 {
          padding-bottom: 75px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-75 {
          padding-bottom: 75px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-76 {
          padding-bottom: 76px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-76 {
          padding-bottom: 76px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-77 {
          padding-bottom: 77px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-77 {
          padding-bottom: 77px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-78 {
          padding-bottom: 78px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-78 {
          padding-bottom: 78px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-79 {
          padding-bottom: 79px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-79 {
          padding-bottom: 79px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-80 {
          padding-bottom: 80px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-80 {
          padding-bottom: 80px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-81 {
          padding-bottom: 81px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-81 {
          padding-bottom: 81px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-82 {
          padding-bottom: 82px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-82 {
          padding-bottom: 82px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-83 {
          padding-bottom: 83px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-83 {
          padding-bottom: 83px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-84 {
          padding-bottom: 84px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-84 {
          padding-bottom: 84px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-85 {
          padding-bottom: 85px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-85 {
          padding-bottom: 85px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-86 {
          padding-bottom: 86px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-86 {
          padding-bottom: 86px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-87 {
          padding-bottom: 87px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-87 {
          padding-bottom: 87px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-88 {
          padding-bottom: 88px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-88 {
          padding-bottom: 88px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-89 {
          padding-bottom: 89px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-89 {
          padding-bottom: 89px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-90 {
          padding-bottom: 90px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-90 {
          padding-bottom: 90px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-91 {
          padding-bottom: 91px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-91 {
          padding-bottom: 91px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-92 {
          padding-bottom: 92px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-92 {
          padding-bottom: 92px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-93 {
          padding-bottom: 93px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-93 {
          padding-bottom: 93px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-94 {
          padding-bottom: 94px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-94 {
          padding-bottom: 94px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-95 {
          padding-bottom: 95px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-95 {
          padding-bottom: 95px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-96 {
          padding-bottom: 96px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-96 {
          padding-bottom: 96px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-97 {
          padding-bottom: 97px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-97 {
          padding-bottom: 97px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-98 {
          padding-bottom: 98px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-98 {
          padding-bottom: 98px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-99 {
          padding-bottom: 99px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-99 {
          padding-bottom: 99px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pb-100 {
          padding-bottom: 100px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pb-100 {
          padding-bottom: 100px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-0 {
          padding-left: 0px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-0 {
          padding-left: 0px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-1 {
          padding-left: 1px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-1 {
          padding-left: 1px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-2 {
          padding-left: 2px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-2 {
          padding-left: 2px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-3 {
          padding-left: 3px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-3 {
          padding-left: 3px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-4 {
          padding-left: 4px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-4 {
          padding-left: 4px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-5 {
          padding-left: 5px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-5 {
          padding-left: 5px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-6 {
          padding-left: 6px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-6 {
          padding-left: 6px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-7 {
          padding-left: 7px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-7 {
          padding-left: 7px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-8 {
          padding-left: 8px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-8 {
          padding-left: 8px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-9 {
          padding-left: 9px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-9 {
          padding-left: 9px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-10 {
          padding-left: 10px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-10 {
          padding-left: 10px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-11 {
          padding-left: 11px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-11 {
          padding-left: 11px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-12 {
          padding-left: 12px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-12 {
          padding-left: 12px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-13 {
          padding-left: 13px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-13 {
          padding-left: 13px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-14 {
          padding-left: 14px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-14 {
          padding-left: 14px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-15 {
          padding-left: 15px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-15 {
          padding-left: 15px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-16 {
          padding-left: 16px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-16 {
          padding-left: 16px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-17 {
          padding-left: 17px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-17 {
          padding-left: 17px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-18 {
          padding-left: 18px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-18 {
          padding-left: 18px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-19 {
          padding-left: 19px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-19 {
          padding-left: 19px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-20 {
          padding-left: 20px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-20 {
          padding-left: 20px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-21 {
          padding-left: 21px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-21 {
          padding-left: 21px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-22 {
          padding-left: 22px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-22 {
          padding-left: 22px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-23 {
          padding-left: 23px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-23 {
          padding-left: 23px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-24 {
          padding-left: 24px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-24 {
          padding-left: 24px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-25 {
          padding-left: 25px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-25 {
          padding-left: 25px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-26 {
          padding-left: 26px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-26 {
          padding-left: 26px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-27 {
          padding-left: 27px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-27 {
          padding-left: 27px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-28 {
          padding-left: 28px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-28 {
          padding-left: 28px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-29 {
          padding-left: 29px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-29 {
          padding-left: 29px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-30 {
          padding-left: 30px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-30 {
          padding-left: 30px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-31 {
          padding-left: 31px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-31 {
          padding-left: 31px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-32 {
          padding-left: 32px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-32 {
          padding-left: 32px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-33 {
          padding-left: 33px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-33 {
          padding-left: 33px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-34 {
          padding-left: 34px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-34 {
          padding-left: 34px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-35 {
          padding-left: 35px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-35 {
          padding-left: 35px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-36 {
          padding-left: 36px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-36 {
          padding-left: 36px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-37 {
          padding-left: 37px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-37 {
          padding-left: 37px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-38 {
          padding-left: 38px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-38 {
          padding-left: 38px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-39 {
          padding-left: 39px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-39 {
          padding-left: 39px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-40 {
          padding-left: 40px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-40 {
          padding-left: 40px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-41 {
          padding-left: 41px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-41 {
          padding-left: 41px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-42 {
          padding-left: 42px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-42 {
          padding-left: 42px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-43 {
          padding-left: 43px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-43 {
          padding-left: 43px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-44 {
          padding-left: 44px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-44 {
          padding-left: 44px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-45 {
          padding-left: 45px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-45 {
          padding-left: 45px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-46 {
          padding-left: 46px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-46 {
          padding-left: 46px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-47 {
          padding-left: 47px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-47 {
          padding-left: 47px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-48 {
          padding-left: 48px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-48 {
          padding-left: 48px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-49 {
          padding-left: 49px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-49 {
          padding-left: 49px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-50 {
          padding-left: 50px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-50 {
          padding-left: 50px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-51 {
          padding-left: 51px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-51 {
          padding-left: 51px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-52 {
          padding-left: 52px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-52 {
          padding-left: 52px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-53 {
          padding-left: 53px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-53 {
          padding-left: 53px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-54 {
          padding-left: 54px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-54 {
          padding-left: 54px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-55 {
          padding-left: 55px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-55 {
          padding-left: 55px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-56 {
          padding-left: 56px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-56 {
          padding-left: 56px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-57 {
          padding-left: 57px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-57 {
          padding-left: 57px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-58 {
          padding-left: 58px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-58 {
          padding-left: 58px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-59 {
          padding-left: 59px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-59 {
          padding-left: 59px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-60 {
          padding-left: 60px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-60 {
          padding-left: 60px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-61 {
          padding-left: 61px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-61 {
          padding-left: 61px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-62 {
          padding-left: 62px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-62 {
          padding-left: 62px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-63 {
          padding-left: 63px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-63 {
          padding-left: 63px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-64 {
          padding-left: 64px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-64 {
          padding-left: 64px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-65 {
          padding-left: 65px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-65 {
          padding-left: 65px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-66 {
          padding-left: 66px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-66 {
          padding-left: 66px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-67 {
          padding-left: 67px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-67 {
          padding-left: 67px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-68 {
          padding-left: 68px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-68 {
          padding-left: 68px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-69 {
          padding-left: 69px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-69 {
          padding-left: 69px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-70 {
          padding-left: 70px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-70 {
          padding-left: 70px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-71 {
          padding-left: 71px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-71 {
          padding-left: 71px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-72 {
          padding-left: 72px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-72 {
          padding-left: 72px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-73 {
          padding-left: 73px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-73 {
          padding-left: 73px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-74 {
          padding-left: 74px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-74 {
          padding-left: 74px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-75 {
          padding-left: 75px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-75 {
          padding-left: 75px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-76 {
          padding-left: 76px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-76 {
          padding-left: 76px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-77 {
          padding-left: 77px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-77 {
          padding-left: 77px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-78 {
          padding-left: 78px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-78 {
          padding-left: 78px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-79 {
          padding-left: 79px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-79 {
          padding-left: 79px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-80 {
          padding-left: 80px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-80 {
          padding-left: 80px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-81 {
          padding-left: 81px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-81 {
          padding-left: 81px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-82 {
          padding-left: 82px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-82 {
          padding-left: 82px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-83 {
          padding-left: 83px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-83 {
          padding-left: 83px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-84 {
          padding-left: 84px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-84 {
          padding-left: 84px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-85 {
          padding-left: 85px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-85 {
          padding-left: 85px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-86 {
          padding-left: 86px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-86 {
          padding-left: 86px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-87 {
          padding-left: 87px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-87 {
          padding-left: 87px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-88 {
          padding-left: 88px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-88 {
          padding-left: 88px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-89 {
          padding-left: 89px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-89 {
          padding-left: 89px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-90 {
          padding-left: 90px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-90 {
          padding-left: 90px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-91 {
          padding-left: 91px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-91 {
          padding-left: 91px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-92 {
          padding-left: 92px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-92 {
          padding-left: 92px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-93 {
          padding-left: 93px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-93 {
          padding-left: 93px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-94 {
          padding-left: 94px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-94 {
          padding-left: 94px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-95 {
          padding-left: 95px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-95 {
          padding-left: 95px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-96 {
          padding-left: 96px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-96 {
          padding-left: 96px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-97 {
          padding-left: 97px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-97 {
          padding-left: 97px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-98 {
          padding-left: 98px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-98 {
          padding-left: 98px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-99 {
          padding-left: 99px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-99 {
          padding-left: 99px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pl-100 {
          padding-left: 100px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pl-100 {
          padding-left: 100px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-0 {
          padding-right: 0px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-0 {
          padding-right: 0px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-1 {
          padding-right: 1px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-1 {
          padding-right: 1px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-2 {
          padding-right: 2px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-2 {
          padding-right: 2px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-3 {
          padding-right: 3px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-3 {
          padding-right: 3px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-4 {
          padding-right: 4px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-4 {
          padding-right: 4px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-5 {
          padding-right: 5px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-5 {
          padding-right: 5px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-6 {
          padding-right: 6px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-6 {
          padding-right: 6px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-7 {
          padding-right: 7px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-7 {
          padding-right: 7px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-8 {
          padding-right: 8px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-8 {
          padding-right: 8px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-9 {
          padding-right: 9px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-9 {
          padding-right: 9px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-10 {
          padding-right: 10px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-10 {
          padding-right: 10px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-11 {
          padding-right: 11px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-11 {
          padding-right: 11px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-12 {
          padding-right: 12px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-12 {
          padding-right: 12px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-13 {
          padding-right: 13px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-13 {
          padding-right: 13px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-14 {
          padding-right: 14px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-14 {
          padding-right: 14px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-15 {
          padding-right: 15px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-15 {
          padding-right: 15px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-16 {
          padding-right: 16px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-16 {
          padding-right: 16px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-17 {
          padding-right: 17px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-17 {
          padding-right: 17px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-18 {
          padding-right: 18px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-18 {
          padding-right: 18px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-19 {
          padding-right: 19px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-19 {
          padding-right: 19px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-20 {
          padding-right: 20px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-20 {
          padding-right: 20px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-21 {
          padding-right: 21px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-21 {
          padding-right: 21px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-22 {
          padding-right: 22px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-22 {
          padding-right: 22px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-23 {
          padding-right: 23px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-23 {
          padding-right: 23px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-24 {
          padding-right: 24px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-24 {
          padding-right: 24px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-25 {
          padding-right: 25px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-25 {
          padding-right: 25px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-26 {
          padding-right: 26px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-26 {
          padding-right: 26px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-27 {
          padding-right: 27px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-27 {
          padding-right: 27px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-28 {
          padding-right: 28px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-28 {
          padding-right: 28px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-29 {
          padding-right: 29px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-29 {
          padding-right: 29px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-30 {
          padding-right: 30px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-30 {
          padding-right: 30px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-31 {
          padding-right: 31px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-31 {
          padding-right: 31px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-32 {
          padding-right: 32px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-32 {
          padding-right: 32px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-33 {
          padding-right: 33px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-33 {
          padding-right: 33px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-34 {
          padding-right: 34px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-34 {
          padding-right: 34px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-35 {
          padding-right: 35px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-35 {
          padding-right: 35px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-36 {
          padding-right: 36px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-36 {
          padding-right: 36px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-37 {
          padding-right: 37px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-37 {
          padding-right: 37px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-38 {
          padding-right: 38px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-38 {
          padding-right: 38px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-39 {
          padding-right: 39px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-39 {
          padding-right: 39px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-40 {
          padding-right: 40px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-40 {
          padding-right: 40px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-41 {
          padding-right: 41px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-41 {
          padding-right: 41px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-42 {
          padding-right: 42px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-42 {
          padding-right: 42px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-43 {
          padding-right: 43px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-43 {
          padding-right: 43px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-44 {
          padding-right: 44px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-44 {
          padding-right: 44px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-45 {
          padding-right: 45px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-45 {
          padding-right: 45px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-46 {
          padding-right: 46px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-46 {
          padding-right: 46px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-47 {
          padding-right: 47px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-47 {
          padding-right: 47px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-48 {
          padding-right: 48px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-48 {
          padding-right: 48px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-49 {
          padding-right: 49px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-49 {
          padding-right: 49px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-50 {
          padding-right: 50px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-50 {
          padding-right: 50px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-51 {
          padding-right: 51px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-51 {
          padding-right: 51px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-52 {
          padding-right: 52px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-52 {
          padding-right: 52px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-53 {
          padding-right: 53px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-53 {
          padding-right: 53px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-54 {
          padding-right: 54px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-54 {
          padding-right: 54px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-55 {
          padding-right: 55px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-55 {
          padding-right: 55px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-56 {
          padding-right: 56px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-56 {
          padding-right: 56px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-57 {
          padding-right: 57px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-57 {
          padding-right: 57px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-58 {
          padding-right: 58px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-58 {
          padding-right: 58px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-59 {
          padding-right: 59px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-59 {
          padding-right: 59px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-60 {
          padding-right: 60px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-60 {
          padding-right: 60px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-61 {
          padding-right: 61px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-61 {
          padding-right: 61px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-62 {
          padding-right: 62px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-62 {
          padding-right: 62px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-63 {
          padding-right: 63px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-63 {
          padding-right: 63px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-64 {
          padding-right: 64px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-64 {
          padding-right: 64px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-65 {
          padding-right: 65px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-65 {
          padding-right: 65px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-66 {
          padding-right: 66px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-66 {
          padding-right: 66px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-67 {
          padding-right: 67px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-67 {
          padding-right: 67px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-68 {
          padding-right: 68px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-68 {
          padding-right: 68px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-69 {
          padding-right: 69px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-69 {
          padding-right: 69px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-70 {
          padding-right: 70px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-70 {
          padding-right: 70px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-71 {
          padding-right: 71px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-71 {
          padding-right: 71px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-72 {
          padding-right: 72px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-72 {
          padding-right: 72px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-73 {
          padding-right: 73px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-73 {
          padding-right: 73px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-74 {
          padding-right: 74px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-74 {
          padding-right: 74px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-75 {
          padding-right: 75px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-75 {
          padding-right: 75px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-76 {
          padding-right: 76px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-76 {
          padding-right: 76px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-77 {
          padding-right: 77px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-77 {
          padding-right: 77px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-78 {
          padding-right: 78px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-78 {
          padding-right: 78px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-79 {
          padding-right: 79px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-79 {
          padding-right: 79px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-80 {
          padding-right: 80px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-80 {
          padding-right: 80px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-81 {
          padding-right: 81px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-81 {
          padding-right: 81px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-82 {
          padding-right: 82px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-82 {
          padding-right: 82px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-83 {
          padding-right: 83px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-83 {
          padding-right: 83px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-84 {
          padding-right: 84px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-84 {
          padding-right: 84px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-85 {
          padding-right: 85px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-85 {
          padding-right: 85px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-86 {
          padding-right: 86px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-86 {
          padding-right: 86px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-87 {
          padding-right: 87px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-87 {
          padding-right: 87px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-88 {
          padding-right: 88px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-88 {
          padding-right: 88px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-89 {
          padding-right: 89px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-89 {
          padding-right: 89px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-90 {
          padding-right: 90px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-90 {
          padding-right: 90px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-91 {
          padding-right: 91px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-91 {
          padding-right: 91px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-92 {
          padding-right: 92px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-92 {
          padding-right: 92px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-93 {
          padding-right: 93px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-93 {
          padding-right: 93px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-94 {
          padding-right: 94px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-94 {
          padding-right: 94px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-95 {
          padding-right: 95px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-95 {
          padding-right: 95px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-96 {
          padding-right: 96px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-96 {
          padding-right: 96px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-97 {
          padding-right: 97px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-97 {
          padding-right: 97px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-98 {
          padding-right: 98px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-98 {
          padding-right: 98px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-99 {
          padding-right: 99px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-99 {
          padding-right: 99px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-pr-100 {
          padding-right: 100px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-pr-100 {
          padding-right: 100px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-0 {
          margin-top: 0px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-0 {
          margin-top: 0px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-1 {
          margin-top: 1px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-1 {
          margin-top: 1px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-2 {
          margin-top: 2px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-2 {
          margin-top: 2px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-3 {
          margin-top: 3px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-3 {
          margin-top: 3px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-4 {
          margin-top: 4px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-4 {
          margin-top: 4px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-5 {
          margin-top: 5px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-5 {
          margin-top: 5px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-6 {
          margin-top: 6px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-6 {
          margin-top: 6px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-7 {
          margin-top: 7px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-7 {
          margin-top: 7px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-8 {
          margin-top: 8px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-8 {
          margin-top: 8px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-9 {
          margin-top: 9px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-9 {
          margin-top: 9px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-10 {
          margin-top: 10px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-10 {
          margin-top: 10px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-11 {
          margin-top: 11px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-11 {
          margin-top: 11px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-12 {
          margin-top: 12px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-12 {
          margin-top: 12px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-13 {
          margin-top: 13px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-13 {
          margin-top: 13px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-14 {
          margin-top: 14px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-14 {
          margin-top: 14px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-15 {
          margin-top: 15px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-15 {
          margin-top: 15px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-16 {
          margin-top: 16px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-16 {
          margin-top: 16px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-17 {
          margin-top: 17px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-17 {
          margin-top: 17px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-18 {
          margin-top: 18px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-18 {
          margin-top: 18px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-19 {
          margin-top: 19px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-19 {
          margin-top: 19px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-20 {
          margin-top: 20px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-20 {
          margin-top: 20px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-21 {
          margin-top: 21px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-21 {
          margin-top: 21px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-22 {
          margin-top: 22px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-22 {
          margin-top: 22px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-23 {
          margin-top: 23px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-23 {
          margin-top: 23px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-24 {
          margin-top: 24px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-24 {
          margin-top: 24px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-25 {
          margin-top: 25px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-25 {
          margin-top: 25px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-26 {
          margin-top: 26px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-26 {
          margin-top: 26px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-27 {
          margin-top: 27px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-27 {
          margin-top: 27px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-28 {
          margin-top: 28px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-28 {
          margin-top: 28px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-29 {
          margin-top: 29px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-29 {
          margin-top: 29px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-30 {
          margin-top: 30px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-30 {
          margin-top: 30px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-31 {
          margin-top: 31px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-31 {
          margin-top: 31px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-32 {
          margin-top: 32px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-32 {
          margin-top: 32px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-33 {
          margin-top: 33px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-33 {
          margin-top: 33px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-34 {
          margin-top: 34px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-34 {
          margin-top: 34px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-35 {
          margin-top: 35px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-35 {
          margin-top: 35px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-36 {
          margin-top: 36px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-36 {
          margin-top: 36px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-37 {
          margin-top: 37px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-37 {
          margin-top: 37px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-38 {
          margin-top: 38px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-38 {
          margin-top: 38px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-39 {
          margin-top: 39px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-39 {
          margin-top: 39px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-40 {
          margin-top: 40px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-40 {
          margin-top: 40px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-41 {
          margin-top: 41px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-41 {
          margin-top: 41px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-42 {
          margin-top: 42px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-42 {
          margin-top: 42px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-43 {
          margin-top: 43px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-43 {
          margin-top: 43px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-44 {
          margin-top: 44px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-44 {
          margin-top: 44px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-45 {
          margin-top: 45px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-45 {
          margin-top: 45px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-46 {
          margin-top: 46px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-46 {
          margin-top: 46px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-47 {
          margin-top: 47px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-47 {
          margin-top: 47px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-48 {
          margin-top: 48px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-48 {
          margin-top: 48px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-49 {
          margin-top: 49px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-49 {
          margin-top: 49px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-50 {
          margin-top: 50px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-50 {
          margin-top: 50px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-51 {
          margin-top: 51px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-51 {
          margin-top: 51px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-52 {
          margin-top: 52px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-52 {
          margin-top: 52px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-53 {
          margin-top: 53px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-53 {
          margin-top: 53px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-54 {
          margin-top: 54px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-54 {
          margin-top: 54px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-55 {
          margin-top: 55px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-55 {
          margin-top: 55px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-56 {
          margin-top: 56px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-56 {
          margin-top: 56px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-57 {
          margin-top: 57px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-57 {
          margin-top: 57px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-58 {
          margin-top: 58px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-58 {
          margin-top: 58px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-59 {
          margin-top: 59px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-59 {
          margin-top: 59px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-60 {
          margin-top: 60px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-60 {
          margin-top: 60px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-61 {
          margin-top: 61px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-61 {
          margin-top: 61px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-62 {
          margin-top: 62px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-62 {
          margin-top: 62px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-63 {
          margin-top: 63px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-63 {
          margin-top: 63px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-64 {
          margin-top: 64px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-64 {
          margin-top: 64px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-65 {
          margin-top: 65px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-65 {
          margin-top: 65px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-66 {
          margin-top: 66px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-66 {
          margin-top: 66px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-67 {
          margin-top: 67px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-67 {
          margin-top: 67px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-68 {
          margin-top: 68px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-68 {
          margin-top: 68px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-69 {
          margin-top: 69px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-69 {
          margin-top: 69px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-70 {
          margin-top: 70px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-70 {
          margin-top: 70px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-71 {
          margin-top: 71px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-71 {
          margin-top: 71px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-72 {
          margin-top: 72px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-72 {
          margin-top: 72px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-73 {
          margin-top: 73px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-73 {
          margin-top: 73px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-74 {
          margin-top: 74px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-74 {
          margin-top: 74px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-75 {
          margin-top: 75px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-75 {
          margin-top: 75px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-76 {
          margin-top: 76px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-76 {
          margin-top: 76px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-77 {
          margin-top: 77px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-77 {
          margin-top: 77px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-78 {
          margin-top: 78px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-78 {
          margin-top: 78px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-79 {
          margin-top: 79px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-79 {
          margin-top: 79px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-80 {
          margin-top: 80px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-80 {
          margin-top: 80px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-81 {
          margin-top: 81px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-81 {
          margin-top: 81px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-82 {
          margin-top: 82px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-82 {
          margin-top: 82px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-83 {
          margin-top: 83px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-83 {
          margin-top: 83px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-84 {
          margin-top: 84px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-84 {
          margin-top: 84px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-85 {
          margin-top: 85px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-85 {
          margin-top: 85px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-86 {
          margin-top: 86px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-86 {
          margin-top: 86px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-87 {
          margin-top: 87px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-87 {
          margin-top: 87px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-88 {
          margin-top: 88px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-88 {
          margin-top: 88px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-89 {
          margin-top: 89px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-89 {
          margin-top: 89px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-90 {
          margin-top: 90px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-90 {
          margin-top: 90px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-91 {
          margin-top: 91px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-91 {
          margin-top: 91px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-92 {
          margin-top: 92px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-92 {
          margin-top: 92px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-93 {
          margin-top: 93px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-93 {
          margin-top: 93px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-94 {
          margin-top: 94px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-94 {
          margin-top: 94px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-95 {
          margin-top: 95px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-95 {
          margin-top: 95px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-96 {
          margin-top: 96px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-96 {
          margin-top: 96px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-97 {
          margin-top: 97px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-97 {
          margin-top: 97px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-98 {
          margin-top: 98px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-98 {
          margin-top: 98px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-99 {
          margin-top: 99px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-99 {
          margin-top: 99px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mt-100 {
          margin-top: 100px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mt-100 {
          margin-top: 100px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-0 {
          margin-bottom: 0px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-0 {
          margin-bottom: 0px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-1 {
          margin-bottom: 1px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-1 {
          margin-bottom: 1px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-2 {
          margin-bottom: 2px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-2 {
          margin-bottom: 2px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-3 {
          margin-bottom: 3px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-3 {
          margin-bottom: 3px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-4 {
          margin-bottom: 4px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-4 {
          margin-bottom: 4px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-5 {
          margin-bottom: 5px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-5 {
          margin-bottom: 5px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-6 {
          margin-bottom: 6px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-6 {
          margin-bottom: 6px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-7 {
          margin-bottom: 7px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-7 {
          margin-bottom: 7px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-8 {
          margin-bottom: 8px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-8 {
          margin-bottom: 8px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-9 {
          margin-bottom: 9px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-9 {
          margin-bottom: 9px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-10 {
          margin-bottom: 10px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-10 {
          margin-bottom: 10px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-11 {
          margin-bottom: 11px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-11 {
          margin-bottom: 11px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-12 {
          margin-bottom: 12px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-12 {
          margin-bottom: 12px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-13 {
          margin-bottom: 13px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-13 {
          margin-bottom: 13px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-14 {
          margin-bottom: 14px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-14 {
          margin-bottom: 14px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-15 {
          margin-bottom: 15px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-15 {
          margin-bottom: 15px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-16 {
          margin-bottom: 16px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-16 {
          margin-bottom: 16px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-17 {
          margin-bottom: 17px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-17 {
          margin-bottom: 17px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-18 {
          margin-bottom: 18px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-18 {
          margin-bottom: 18px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-19 {
          margin-bottom: 19px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-19 {
          margin-bottom: 19px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-20 {
          margin-bottom: 20px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-20 {
          margin-bottom: 20px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-21 {
          margin-bottom: 21px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-21 {
          margin-bottom: 21px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-22 {
          margin-bottom: 22px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-22 {
          margin-bottom: 22px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-23 {
          margin-bottom: 23px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-23 {
          margin-bottom: 23px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-24 {
          margin-bottom: 24px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-24 {
          margin-bottom: 24px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-25 {
          margin-bottom: 25px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-25 {
          margin-bottom: 25px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-26 {
          margin-bottom: 26px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-26 {
          margin-bottom: 26px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-27 {
          margin-bottom: 27px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-27 {
          margin-bottom: 27px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-28 {
          margin-bottom: 28px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-28 {
          margin-bottom: 28px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-29 {
          margin-bottom: 29px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-29 {
          margin-bottom: 29px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-30 {
          margin-bottom: 30px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-30 {
          margin-bottom: 30px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-31 {
          margin-bottom: 31px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-31 {
          margin-bottom: 31px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-32 {
          margin-bottom: 32px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-32 {
          margin-bottom: 32px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-33 {
          margin-bottom: 33px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-33 {
          margin-bottom: 33px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-34 {
          margin-bottom: 34px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-34 {
          margin-bottom: 34px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-35 {
          margin-bottom: 35px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-35 {
          margin-bottom: 35px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-36 {
          margin-bottom: 36px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-36 {
          margin-bottom: 36px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-37 {
          margin-bottom: 37px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-37 {
          margin-bottom: 37px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-38 {
          margin-bottom: 38px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-38 {
          margin-bottom: 38px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-39 {
          margin-bottom: 39px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-39 {
          margin-bottom: 39px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-40 {
          margin-bottom: 40px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-40 {
          margin-bottom: 40px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-41 {
          margin-bottom: 41px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-41 {
          margin-bottom: 41px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-42 {
          margin-bottom: 42px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-42 {
          margin-bottom: 42px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-43 {
          margin-bottom: 43px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-43 {
          margin-bottom: 43px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-44 {
          margin-bottom: 44px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-44 {
          margin-bottom: 44px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-45 {
          margin-bottom: 45px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-45 {
          margin-bottom: 45px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-46 {
          margin-bottom: 46px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-46 {
          margin-bottom: 46px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-47 {
          margin-bottom: 47px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-47 {
          margin-bottom: 47px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-48 {
          margin-bottom: 48px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-48 {
          margin-bottom: 48px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-49 {
          margin-bottom: 49px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-49 {
          margin-bottom: 49px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-50 {
          margin-bottom: 50px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-50 {
          margin-bottom: 50px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-51 {
          margin-bottom: 51px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-51 {
          margin-bottom: 51px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-52 {
          margin-bottom: 52px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-52 {
          margin-bottom: 52px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-53 {
          margin-bottom: 53px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-53 {
          margin-bottom: 53px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-54 {
          margin-bottom: 54px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-54 {
          margin-bottom: 54px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-55 {
          margin-bottom: 55px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-55 {
          margin-bottom: 55px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-56 {
          margin-bottom: 56px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-56 {
          margin-bottom: 56px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-57 {
          margin-bottom: 57px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-57 {
          margin-bottom: 57px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-58 {
          margin-bottom: 58px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-58 {
          margin-bottom: 58px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-59 {
          margin-bottom: 59px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-59 {
          margin-bottom: 59px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-60 {
          margin-bottom: 60px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-60 {
          margin-bottom: 60px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-61 {
          margin-bottom: 61px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-61 {
          margin-bottom: 61px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-62 {
          margin-bottom: 62px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-62 {
          margin-bottom: 62px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-63 {
          margin-bottom: 63px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-63 {
          margin-bottom: 63px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-64 {
          margin-bottom: 64px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-64 {
          margin-bottom: 64px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-65 {
          margin-bottom: 65px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-65 {
          margin-bottom: 65px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-66 {
          margin-bottom: 66px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-66 {
          margin-bottom: 66px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-67 {
          margin-bottom: 67px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-67 {
          margin-bottom: 67px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-68 {
          margin-bottom: 68px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-68 {
          margin-bottom: 68px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-69 {
          margin-bottom: 69px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-69 {
          margin-bottom: 69px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-70 {
          margin-bottom: 70px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-70 {
          margin-bottom: 70px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-71 {
          margin-bottom: 71px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-71 {
          margin-bottom: 71px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-72 {
          margin-bottom: 72px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-72 {
          margin-bottom: 72px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-73 {
          margin-bottom: 73px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-73 {
          margin-bottom: 73px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-74 {
          margin-bottom: 74px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-74 {
          margin-bottom: 74px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-75 {
          margin-bottom: 75px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-75 {
          margin-bottom: 75px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-76 {
          margin-bottom: 76px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-76 {
          margin-bottom: 76px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-77 {
          margin-bottom: 77px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-77 {
          margin-bottom: 77px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-78 {
          margin-bottom: 78px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-78 {
          margin-bottom: 78px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-79 {
          margin-bottom: 79px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-79 {
          margin-bottom: 79px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-80 {
          margin-bottom: 80px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-80 {
          margin-bottom: 80px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-81 {
          margin-bottom: 81px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-81 {
          margin-bottom: 81px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-82 {
          margin-bottom: 82px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-82 {
          margin-bottom: 82px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-83 {
          margin-bottom: 83px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-83 {
          margin-bottom: 83px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-84 {
          margin-bottom: 84px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-84 {
          margin-bottom: 84px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-85 {
          margin-bottom: 85px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-85 {
          margin-bottom: 85px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-86 {
          margin-bottom: 86px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-86 {
          margin-bottom: 86px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-87 {
          margin-bottom: 87px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-87 {
          margin-bottom: 87px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-88 {
          margin-bottom: 88px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-88 {
          margin-bottom: 88px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-89 {
          margin-bottom: 89px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-89 {
          margin-bottom: 89px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-90 {
          margin-bottom: 90px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-90 {
          margin-bottom: 90px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-91 {
          margin-bottom: 91px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-91 {
          margin-bottom: 91px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-92 {
          margin-bottom: 92px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-92 {
          margin-bottom: 92px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-93 {
          margin-bottom: 93px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-93 {
          margin-bottom: 93px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-94 {
          margin-bottom: 94px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-94 {
          margin-bottom: 94px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-95 {
          margin-bottom: 95px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-95 {
          margin-bottom: 95px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-96 {
          margin-bottom: 96px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-96 {
          margin-bottom: 96px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-97 {
          margin-bottom: 97px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-97 {
          margin-bottom: 97px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-98 {
          margin-bottom: 98px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-98 {
          margin-bottom: 98px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-99 {
          margin-bottom: 99px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-99 {
          margin-bottom: 99px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mb-100 {
          margin-bottom: 100px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mb-100 {
          margin-bottom: 100px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-0 {
          margin-left: 0px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-0 {
          margin-left: 0px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-1 {
          margin-left: 1px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-1 {
          margin-left: 1px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-2 {
          margin-left: 2px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-2 {
          margin-left: 2px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-3 {
          margin-left: 3px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-3 {
          margin-left: 3px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-4 {
          margin-left: 4px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-4 {
          margin-left: 4px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-5 {
          margin-left: 5px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-5 {
          margin-left: 5px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-6 {
          margin-left: 6px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-6 {
          margin-left: 6px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-7 {
          margin-left: 7px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-7 {
          margin-left: 7px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-8 {
          margin-left: 8px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-8 {
          margin-left: 8px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-9 {
          margin-left: 9px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-9 {
          margin-left: 9px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-10 {
          margin-left: 10px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-10 {
          margin-left: 10px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-11 {
          margin-left: 11px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-11 {
          margin-left: 11px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-12 {
          margin-left: 12px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-12 {
          margin-left: 12px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-13 {
          margin-left: 13px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-13 {
          margin-left: 13px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-14 {
          margin-left: 14px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-14 {
          margin-left: 14px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-15 {
          margin-left: 15px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-15 {
          margin-left: 15px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-16 {
          margin-left: 16px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-16 {
          margin-left: 16px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-17 {
          margin-left: 17px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-17 {
          margin-left: 17px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-18 {
          margin-left: 18px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-18 {
          margin-left: 18px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-19 {
          margin-left: 19px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-19 {
          margin-left: 19px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-20 {
          margin-left: 20px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-20 {
          margin-left: 20px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-21 {
          margin-left: 21px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-21 {
          margin-left: 21px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-22 {
          margin-left: 22px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-22 {
          margin-left: 22px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-23 {
          margin-left: 23px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-23 {
          margin-left: 23px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-24 {
          margin-left: 24px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-24 {
          margin-left: 24px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-25 {
          margin-left: 25px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-25 {
          margin-left: 25px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-26 {
          margin-left: 26px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-26 {
          margin-left: 26px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-27 {
          margin-left: 27px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-27 {
          margin-left: 27px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-28 {
          margin-left: 28px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-28 {
          margin-left: 28px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-29 {
          margin-left: 29px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-29 {
          margin-left: 29px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-30 {
          margin-left: 30px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-30 {
          margin-left: 30px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-31 {
          margin-left: 31px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-31 {
          margin-left: 31px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-32 {
          margin-left: 32px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-32 {
          margin-left: 32px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-33 {
          margin-left: 33px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-33 {
          margin-left: 33px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-34 {
          margin-left: 34px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-34 {
          margin-left: 34px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-35 {
          margin-left: 35px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-35 {
          margin-left: 35px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-36 {
          margin-left: 36px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-36 {
          margin-left: 36px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-37 {
          margin-left: 37px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-37 {
          margin-left: 37px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-38 {
          margin-left: 38px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-38 {
          margin-left: 38px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-39 {
          margin-left: 39px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-39 {
          margin-left: 39px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-40 {
          margin-left: 40px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-40 {
          margin-left: 40px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-41 {
          margin-left: 41px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-41 {
          margin-left: 41px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-42 {
          margin-left: 42px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-42 {
          margin-left: 42px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-43 {
          margin-left: 43px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-43 {
          margin-left: 43px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-44 {
          margin-left: 44px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-44 {
          margin-left: 44px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-45 {
          margin-left: 45px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-45 {
          margin-left: 45px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-46 {
          margin-left: 46px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-46 {
          margin-left: 46px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-47 {
          margin-left: 47px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-47 {
          margin-left: 47px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-48 {
          margin-left: 48px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-48 {
          margin-left: 48px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-49 {
          margin-left: 49px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-49 {
          margin-left: 49px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-50 {
          margin-left: 50px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-50 {
          margin-left: 50px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-51 {
          margin-left: 51px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-51 {
          margin-left: 51px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-52 {
          margin-left: 52px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-52 {
          margin-left: 52px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-53 {
          margin-left: 53px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-53 {
          margin-left: 53px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-54 {
          margin-left: 54px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-54 {
          margin-left: 54px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-55 {
          margin-left: 55px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-55 {
          margin-left: 55px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-56 {
          margin-left: 56px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-56 {
          margin-left: 56px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-57 {
          margin-left: 57px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-57 {
          margin-left: 57px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-58 {
          margin-left: 58px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-58 {
          margin-left: 58px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-59 {
          margin-left: 59px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-59 {
          margin-left: 59px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-60 {
          margin-left: 60px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-60 {
          margin-left: 60px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-61 {
          margin-left: 61px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-61 {
          margin-left: 61px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-62 {
          margin-left: 62px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-62 {
          margin-left: 62px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-63 {
          margin-left: 63px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-63 {
          margin-left: 63px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-64 {
          margin-left: 64px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-64 {
          margin-left: 64px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-65 {
          margin-left: 65px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-65 {
          margin-left: 65px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-66 {
          margin-left: 66px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-66 {
          margin-left: 66px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-67 {
          margin-left: 67px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-67 {
          margin-left: 67px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-68 {
          margin-left: 68px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-68 {
          margin-left: 68px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-69 {
          margin-left: 69px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-69 {
          margin-left: 69px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-70 {
          margin-left: 70px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-70 {
          margin-left: 70px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-71 {
          margin-left: 71px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-71 {
          margin-left: 71px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-72 {
          margin-left: 72px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-72 {
          margin-left: 72px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-73 {
          margin-left: 73px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-73 {
          margin-left: 73px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-74 {
          margin-left: 74px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-74 {
          margin-left: 74px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-75 {
          margin-left: 75px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-75 {
          margin-left: 75px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-76 {
          margin-left: 76px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-76 {
          margin-left: 76px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-77 {
          margin-left: 77px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-77 {
          margin-left: 77px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-78 {
          margin-left: 78px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-78 {
          margin-left: 78px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-79 {
          margin-left: 79px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-79 {
          margin-left: 79px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-80 {
          margin-left: 80px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-80 {
          margin-left: 80px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-81 {
          margin-left: 81px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-81 {
          margin-left: 81px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-82 {
          margin-left: 82px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-82 {
          margin-left: 82px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-83 {
          margin-left: 83px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-83 {
          margin-left: 83px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-84 {
          margin-left: 84px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-84 {
          margin-left: 84px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-85 {
          margin-left: 85px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-85 {
          margin-left: 85px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-86 {
          margin-left: 86px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-86 {
          margin-left: 86px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-87 {
          margin-left: 87px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-87 {
          margin-left: 87px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-88 {
          margin-left: 88px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-88 {
          margin-left: 88px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-89 {
          margin-left: 89px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-89 {
          margin-left: 89px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-90 {
          margin-left: 90px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-90 {
          margin-left: 90px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-91 {
          margin-left: 91px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-91 {
          margin-left: 91px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-92 {
          margin-left: 92px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-92 {
          margin-left: 92px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-93 {
          margin-left: 93px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-93 {
          margin-left: 93px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-94 {
          margin-left: 94px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-94 {
          margin-left: 94px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-95 {
          margin-left: 95px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-95 {
          margin-left: 95px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-96 {
          margin-left: 96px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-96 {
          margin-left: 96px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-97 {
          margin-left: 97px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-97 {
          margin-left: 97px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-98 {
          margin-left: 98px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-98 {
          margin-left: 98px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-99 {
          margin-left: 99px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-99 {
          margin-left: 99px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-ml-100 {
          margin-left: 100px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-ml-100 {
          margin-left: 100px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-0 {
          margin-right: 0px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-0 {
          margin-right: 0px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-1 {
          margin-right: 1px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-1 {
          margin-right: 1px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-2 {
          margin-right: 2px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-2 {
          margin-right: 2px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-3 {
          margin-right: 3px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-3 {
          margin-right: 3px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-4 {
          margin-right: 4px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-4 {
          margin-right: 4px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-5 {
          margin-right: 5px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-5 {
          margin-right: 5px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-6 {
          margin-right: 6px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-6 {
          margin-right: 6px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-7 {
          margin-right: 7px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-7 {
          margin-right: 7px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-8 {
          margin-right: 8px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-8 {
          margin-right: 8px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-9 {
          margin-right: 9px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-9 {
          margin-right: 9px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-10 {
          margin-right: 10px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-10 {
          margin-right: 10px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-11 {
          margin-right: 11px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-11 {
          margin-right: 11px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-12 {
          margin-right: 12px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-12 {
          margin-right: 12px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-13 {
          margin-right: 13px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-13 {
          margin-right: 13px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-14 {
          margin-right: 14px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-14 {
          margin-right: 14px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-15 {
          margin-right: 15px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-15 {
          margin-right: 15px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-16 {
          margin-right: 16px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-16 {
          margin-right: 16px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-17 {
          margin-right: 17px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-17 {
          margin-right: 17px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-18 {
          margin-right: 18px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-18 {
          margin-right: 18px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-19 {
          margin-right: 19px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-19 {
          margin-right: 19px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-20 {
          margin-right: 20px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-20 {
          margin-right: 20px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-21 {
          margin-right: 21px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-21 {
          margin-right: 21px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-22 {
          margin-right: 22px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-22 {
          margin-right: 22px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-23 {
          margin-right: 23px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-23 {
          margin-right: 23px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-24 {
          margin-right: 24px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-24 {
          margin-right: 24px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-25 {
          margin-right: 25px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-25 {
          margin-right: 25px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-26 {
          margin-right: 26px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-26 {
          margin-right: 26px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-27 {
          margin-right: 27px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-27 {
          margin-right: 27px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-28 {
          margin-right: 28px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-28 {
          margin-right: 28px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-29 {
          margin-right: 29px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-29 {
          margin-right: 29px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-30 {
          margin-right: 30px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-30 {
          margin-right: 30px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-31 {
          margin-right: 31px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-31 {
          margin-right: 31px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-32 {
          margin-right: 32px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-32 {
          margin-right: 32px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-33 {
          margin-right: 33px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-33 {
          margin-right: 33px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-34 {
          margin-right: 34px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-34 {
          margin-right: 34px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-35 {
          margin-right: 35px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-35 {
          margin-right: 35px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-36 {
          margin-right: 36px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-36 {
          margin-right: 36px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-37 {
          margin-right: 37px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-37 {
          margin-right: 37px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-38 {
          margin-right: 38px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-38 {
          margin-right: 38px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-39 {
          margin-right: 39px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-39 {
          margin-right: 39px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-40 {
          margin-right: 40px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-40 {
          margin-right: 40px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-41 {
          margin-right: 41px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-41 {
          margin-right: 41px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-42 {
          margin-right: 42px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-42 {
          margin-right: 42px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-43 {
          margin-right: 43px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-43 {
          margin-right: 43px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-44 {
          margin-right: 44px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-44 {
          margin-right: 44px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-45 {
          margin-right: 45px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-45 {
          margin-right: 45px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-46 {
          margin-right: 46px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-46 {
          margin-right: 46px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-47 {
          margin-right: 47px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-47 {
          margin-right: 47px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-48 {
          margin-right: 48px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-48 {
          margin-right: 48px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-49 {
          margin-right: 49px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-49 {
          margin-right: 49px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-50 {
          margin-right: 50px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-50 {
          margin-right: 50px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-51 {
          margin-right: 51px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-51 {
          margin-right: 51px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-52 {
          margin-right: 52px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-52 {
          margin-right: 52px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-53 {
          margin-right: 53px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-53 {
          margin-right: 53px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-54 {
          margin-right: 54px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-54 {
          margin-right: 54px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-55 {
          margin-right: 55px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-55 {
          margin-right: 55px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-56 {
          margin-right: 56px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-56 {
          margin-right: 56px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-57 {
          margin-right: 57px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-57 {
          margin-right: 57px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-58 {
          margin-right: 58px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-58 {
          margin-right: 58px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-59 {
          margin-right: 59px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-59 {
          margin-right: 59px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-60 {
          margin-right: 60px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-60 {
          margin-right: 60px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-61 {
          margin-right: 61px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-61 {
          margin-right: 61px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-62 {
          margin-right: 62px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-62 {
          margin-right: 62px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-63 {
          margin-right: 63px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-63 {
          margin-right: 63px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-64 {
          margin-right: 64px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-64 {
          margin-right: 64px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-65 {
          margin-right: 65px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-65 {
          margin-right: 65px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-66 {
          margin-right: 66px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-66 {
          margin-right: 66px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-67 {
          margin-right: 67px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-67 {
          margin-right: 67px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-68 {
          margin-right: 68px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-68 {
          margin-right: 68px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-69 {
          margin-right: 69px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-69 {
          margin-right: 69px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-70 {
          margin-right: 70px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-70 {
          margin-right: 70px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-71 {
          margin-right: 71px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-71 {
          margin-right: 71px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-72 {
          margin-right: 72px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-72 {
          margin-right: 72px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-73 {
          margin-right: 73px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-73 {
          margin-right: 73px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-74 {
          margin-right: 74px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-74 {
          margin-right: 74px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-75 {
          margin-right: 75px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-75 {
          margin-right: 75px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-76 {
          margin-right: 76px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-76 {
          margin-right: 76px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-77 {
          margin-right: 77px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-77 {
          margin-right: 77px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-78 {
          margin-right: 78px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-78 {
          margin-right: 78px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-79 {
          margin-right: 79px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-79 {
          margin-right: 79px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-80 {
          margin-right: 80px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-80 {
          margin-right: 80px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-81 {
          margin-right: 81px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-81 {
          margin-right: 81px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-82 {
          margin-right: 82px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-82 {
          margin-right: 82px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-83 {
          margin-right: 83px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-83 {
          margin-right: 83px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-84 {
          margin-right: 84px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-84 {
          margin-right: 84px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-85 {
          margin-right: 85px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-85 {
          margin-right: 85px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-86 {
          margin-right: 86px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-86 {
          margin-right: 86px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-87 {
          margin-right: 87px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-87 {
          margin-right: 87px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-88 {
          margin-right: 88px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-88 {
          margin-right: 88px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-89 {
          margin-right: 89px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-89 {
          margin-right: 89px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-90 {
          margin-right: 90px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-90 {
          margin-right: 90px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-91 {
          margin-right: 91px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-91 {
          margin-right: 91px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-92 {
          margin-right: 92px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-92 {
          margin-right: 92px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-93 {
          margin-right: 93px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-93 {
          margin-right: 93px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-94 {
          margin-right: 94px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-94 {
          margin-right: 94px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-95 {
          margin-right: 95px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-95 {
          margin-right: 95px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-96 {
          margin-right: 96px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-96 {
          margin-right: 96px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-97 {
          margin-right: 97px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-97 {
          margin-right: 97px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-98 {
          margin-right: 98px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-98 {
          margin-right: 98px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-99 {
          margin-right: 99px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-99 {
          margin-right: 99px !important;
      }
    }
@media screen and (min-width: 990px) {
      .u-pc-mr-100 {
          margin-right: 100px !important;
      }
    }
@media (max-width: 989.98px) {
      .u-sp-mr-100 {
          margin-right: 100px !important;
      }
    }

/*# sourceMappingURL=main.css.map*/