@charset "UTF-8";

a{
  text-decoration: none;
  cursor: pointer;
}
strong{
  font-weight: bold;
}

/* ---------------------------------------------------------
CONFIG
----------------------------------------------------------*/

/* 印刷 */
@media print{
  #header, #footer{display:none!important;}
  #main{padding: 0px 0!important;}
  #scroll-btn{display:none!important;}
  .inner{max-width: 850px!important;}
}

/* 非表示 */
@media screen and (min-width: 1021px) {.pc-none{display: none!important;}}
@media screen and (max-width:1020px) and (min-width:641px) {.tb-none{display: none!important;}}
@media screen and (max-width: 640px) {.sp-none{display: none!important;}}


/* ---------------------------------------------------------
FOOTER
---------------------------------------------------------- */

#footer .inner{
  position: relative;
  width: 100%;
  box-sizing:border-box;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (min-width: 1001px) {#footer .inner {max-width: 1030px!important;}}
@media screen and (max-width: 1000px) {#footer .inner {box-sizing: border-box;}}

#footer .footer-nav {
    padding: 40px 0;
    background-color: #f0f0f0;
}

#footer .footer-nav .col {
    box-sizing: border-box;
    float: left;
    width: 33.333333%;
}

#footer .footer-nav .nav-list {
    padding: 10px 0;
}

#footer .footer-nav .nav-list .list-item .p-2nd {
    font-size: 14px;
    line-height: 21px;
    color: #50388c
}

#footer .footer-nav .nav-list .list-item .p-3rd {
    font-size: 12px;
    line-height: 18.6px;
    color: #333;
}

#footer .footer-nav .nav-list .list-item .p-3rd::before {
    content: ">";
    padding-right: 4px;
}

#footer .footer-nav .ec-list {
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
}

#footer .footer-nav .ec-list .list-item {
    display: inline-block;
}

#footer .footer-nav .ec-list .list-item .a {
    display: block;
    width: 40px;
}

#footer .footer-nav .subguide-list {
    padding: 10px 0;
}

#footer .footer-nav .subguide-list .list-item {
    display: inline-block;
    padding-right: 4px;
}

#footer .footer-nav .subguide-list .list-item .a {
    font-size: 10px;
    line-height: 16px;
    color: #333;
}

#footer .footer-link {
    margin: 0.5em;
    padding: 20px 0;
    text-align: center;
}

#footer .footer-link .link-list .list-item {
    display: inline-block;
}

#footer .footer-link .link-list .list-item .a {
    display: block;
    width: 160px;
    margin: 1em;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#footer .footer-link .mu-list .list-item {
    display: inline-block;
}

#footer .footer-link .mu-list .list-item .a {
    display: block;
    width: 250px;
    margin: 0 0 2em 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

#footer .footer-link .ec2-list .list-item {
    display: inline-block;
    vertical-align: top;
}

#footer .footer-link .ec2-list .list-item .a {
    display: block;
    width: 140px;
    margin: 1em;
    box-sizing: border-box;
    text-align: left;
}

#footer .footer-link .ec2-list .list-item .a span {
    color: #333;
    text-align: left;
    font-size: 11px;
}

#footer .footer-copy {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}

#footer .footer-copy .txt {
    font-size: 10px;
    line-height: 16px;
    color: #ccc;
}

@media screen and (max-width:1020px) {

  #footer .footer-nav {
      padding-top: 0;
      padding-bottom: 0;
  }

  #footer .footer-nav .nav-list {
      padding-top: 0;
      padding-bottom: 0;
      border-top: 1px solid #bbb;
      overflow-x: hidden;
  }

  #footer .footer-nav .nav-list .list-item {
      display: block;
      float: left;
      width: 50%;
      border-bottom: 1px solid #bbb;
  }

  #footer .footer-nav .nav-list .list-item:nth-child(odd) {
      border-right: 1px solid #bbb;
      box-sizing: border-box;
  }

  #footer .footer-nav .nav-list .list-item .a {
      display: block;
      padding: 6px 20px;
      box-sizing: border-box;
      font-size: 12px;
      line-height: 18.6px;
      color: #333;
  }

  #footer .footer-nav .ec-list {
      padding: 0 20px 6px;
      margin-bottom: 6px;
  }

  #footer .footer-nav .subguide-list {
      padding: 0 20px;
  }
}

#footer a:hover {
    opacity: 0.7;
}

#footer img {
    width: auto;
    max-width: 100%;
}


/*
-------------------------------------------------------------------------------------
以下、リニューアル済
-------------------------------------------------------------------------------------
*/

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
html, body{
  width:100%;
  -webkit-text-size-adjust:100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:"Lato", dnp-shuei-gothic-gin-std, "Helvetica Neue", 'kozgo', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color:#444444;
}

body{
  width:100%;
  overflow-x:hidden;
  position:relative;
}
body.on{
  height: 100%;
  overflow: hidden;
}
*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
} 
::selection{
  background:#CCC;
  color:#fff;
}
::-moz-selection{
  background:#CCC;
  color:#fff;
}
.PC{display:block;}
.SP{display:none;}
.newLineTB{display:none;}
.newLineSP{display:none;}
.clearfix{clear:both;}
img{border-style:none;}
a{
  cursor:pointer;
  text-decoration:none;
}
svg{
  width:100%;
  height:auto;
}
.contentWrap{position:relative;}
main{display:block!important;}/* IE対策に追加 */

@media only screen and (min-width: 1080px) and (max-width: 1439px) {
  html, body {
    min-width:1080px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  html, body {
    min-width:768px;
  }
}
@media only screen and (max-width: 767px) {
  .PC {display: none;}
  .SP {display: block;}
}

/* = header
-------------------------------------------------------------- */

#header{
  opacity:0;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100px;
    z-index:999999;
}

#header.noFade{
  opacity:1 !important;
}

.big #header{
  opacity:1;
}

.header-logo{
  position:fixed;
  top:46px;
  left:4%;
  width:196px;
  z-index:100;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-logo .logoWhite{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display:inline;
}

.header-logo .logoColor{
  opacity:0;
  visibility:hidden;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display:none;
}

.header-navWap{
  position:fixed;
  top:43px;
  right:4%;
  z-index:100;
  height:58px;
  width:626px;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-subNav{
  position:absolute;
  top:0;
  right:0;
  display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-align-items: center;      /* Safari etc. */
    -ms-align-items    : center;      /* IE10        */
    align-items        : center;
}

.header-subNav li{
  float:left;
}

.header-subNav li a{
  color:#231F20;
  font-size:14px;
  line-height:14px;
  letter-spacing:0.1em;
  font-weight:400;
  text-align:left;
}

.header-subNav li::after{
  content:"/";
  margin:0 15px;
  color:#231F20;
}

.header-subNav li.faq::after{
  content: "";
  margin: 0 8px;
}

.header-subNav li.search::after{
  display: none;
}

.header-subNav li.search{
  position:relative;
  width:157px;
  height:18px;
}

.header-subNav li.search input{
  vertical-align:top;
  margin:0px;
  height:100%;
  box-sizing:border-box;
  background-color:transparent;
  outline:none;
}

.header-subNav li.search .search-txt{
  display:inline-block;
  border:none;
  width:144px;
  height:100%;
  padding:0;
  font-size:12px !important;
  color:#231F20;
  font-family:"Lato", dnp-shuei-gothic-gin-std, "Helvetica Neue", 'kozgo', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border-bottom:solid 1px #231F20;
}

.header-subNav li.search .search-txt::placeholder{
  color:#231F20;
  line-height:14px;
  letter-spacing:0.1em;
  font-weight:400;
  text-align:left;
}

.header-subNav li.search .search-submit{
  position:absolute;
  top:0px;
  right:0px;
  width:13px;
  padding:0;
  border:none;
  cursor:pointer;
  background-color:rgba(255, 255, 255, 0);
  color:#495057;
}

.header-mainNav{
  position:absolute;
  bottom:0;
  right:0;
  width:100%;
  display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-align-items: center;      /* Safari etc. */
    -ms-align-items    : center;      /* IE10        */
    align-items        : center;
}

.header-mainNav li{
  float:left;
}

.header-mainNav > li{
  position:static;
}

.header-mainNav li a{
  color:#231F20;
  font-size:16px;
  line-height:16px;
  letter-spacing:0.125em;
  font-weight:400;
  text-align:left;
}

.header-mainNav > li > a{
  position:relative;
}

.header-mainNav > li:hover > a{
  color:#231F20;
}

.header-mainNav > li > a > span.jp{
  position:absolute;
  top:50%;
  left:50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
  display:none;
  white-space:nowrap;
  font-size:15px;
  letter-spacing:.025em;
}

.header-mainNav > li:hover  > a > span.jp{
  display:inline;
}

.header-mainNav > li > a > span.en{
  opacity:1;
}

.header-mainNav > li:hover > a > span.en{
  opacity:0;
}

.header-mainNav .second-level{
  width:100%;
  position:absolute;
  left:0;
  top:12px;
  visibility:hidden;
  opacity:0;
  padding-top:32px;
  padding-bottom:32px;
  display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-mainNav > li:hover .second-level{
  visibility:visible;
  opacity:1;
}

.header-mainNav .second-level li{
  margin-right:24px;
  margin-bottom:10px;
}

.header-mainNav .second-level li a{
  color:#231F20;
  font-size:14px;
  line-height:14px;
  letter-spacing:0.05em;
  font-weight:400;
  text-align:left;
}

.header-mainNav .second-level li a:hover{
  color:#231F20;
}

.header-mainNav .second-level::after{
  content:"";
  position:absolute;
  top:16px;
  left:0;
  width:100%;
  border-bottom:solid 1px #231F20;
}

@media only screen and (max-width: 767px) {
  #header{
    opacity:0;
    -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position:fixed;
      top:0;
      left:0;
      width:100%;
      height:50px;
      z-index:999997;
  }

  .header-logo{
    position:fixed;
    top:32px;
    left:20px;
    width:122px;
    z-index:100;
    -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }

  .header-logo .logoWhite{
    opacity:1;
    visibility:visible;
    -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display:inline;
  }

  .header-logo .logoColor{
    opacity:0;
    visibility:hidden;
    -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      display:none;
  }

  .header-navWap{
    display:none;
  }

  .header-spHamb{
    position:fixed;
    top:32px;
    right:20px;
    display:inline;
    width: 33px;
    height: 32px;
    padding: 0;
    border:none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }

  .header-spHamb .miniNav{
    opacity:0;
    visibility:hidden;
    display:none;
    width:24px;
  }

  .header-spHamb .bigNav{
    width:34px;
  }

  .header-spCover {
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }

  #js-header-spCover{
    display: none;
    opacity: 0;
  }

  #js-header-spCover.on{
    display: block;
    opacity: .2;
  }

  .header-spNavWap{
    z-index:999999;
    position:fixed;
    top:0;
    width:266px;
    max-width:100%;
    height:100vh;
    background-color:#ACACAC;
    overflow-y: scroll;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  #js-header-spNavWap{
    right:-100%;
    opacity:0;
  }

  #js-header-spNavWap.on{
    right: 0;
    opacity: 1;
  }

  .header-spHeadNav{
    padding:33px 22px 24px;
    overflow:hidden;
  }

  .header-spHeadNav .closeBtn{
    float:left;
    display:inline-block;
    width: 16px;
    padding: 0;
    border:none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
  }

  .header-spHeadNav .search{
    position:relative;
    width:157px;
    height:18px;
    float:right;
    display:inline-block;
  }

  .header-spHeadNav .search input{
    vertical-align:top;
    margin:0px;
    height:100%;
    box-sizing:border-box;
    background-color:transparent;
    outline:none;
  }

  .header-spHeadNav .search .search-txt{
    display:inline-block;
    border:none;
    width:144px;
    height:100%;
    padding:0;
    font-size:12px !important;
    color:#fff;
    font-family:"Lato", dnp-shuei-gothic-gin-std, "Helvetica Neue", 'kozgo', "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    border-bottom:solid 1px #ccc;
  }

  .header-spHeadNav .search .search-txt::placeholder{
    color:#231F20;
    line-height:14px;
    letter-spacing:0.1em;
    font-weight:400;
    text-align:left;
    color:#fff;
  }

  .header-spHeadNav .search .search-submit{
    position:absolute;
    top:0px;
    right:0px;
    width:13px;
    padding:0;
    border:none;
    cursor:pointer;
    background-color:rgba(255, 255, 255, 0);
    color:#495057;
  }

  .header-spMainNav{
    border-top:1px solid #ccc;
  }

  .header-spMainNav > li{
    position:relative;
    border-bottom:1px solid #ccc;
  }

  .header-spMainNav li a{
    color:#fff;
    letter-spacing:0.125em;
    font-weight:400;
    text-align:left;
  }

  .header-spMainNav > li > a{
    display:block;
    padding:0 20px;
    height:45px;
    font-size:16px;
    line-height:45px;
  }

  .header-spMainNav > li > a > span.jp{
    font-size:11px;
  }

  .header-spMainNav > li > a > span.jp:before{
    content: " - ";
  }

  .header-spMainNav > li > a > .mark{
    position:absolute;
    top:17.5px;
    right:22px;
    width:10px;
    height:10px;
  }

  .header-spMainNav > li > a > .mark .vert{
    opacity: 1;
    -webkit-transition: all .3s linear;
      -moz-transition: all .3s linear;
      -ms-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
  }

  .header-spMainNav > li > a > .mark .none{
    opacity: 0;
  }

  .js-header-spMainNav-second-level{
    display: none;
  }

  .header-spMainNav .second-level{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: column;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 10px 22px;
  }

  .header-spMainNav .second-level li{
      margin-right: 22px;
      margin-bottom: 15px;
  }

  .header-spMainNav .second-level li a {
      color: #fff;
      font-size: 13px;
      line-height: 14px;
      letter-spacing: 0.05em;
      font-weight: 400;
      text-align: left;
  }

  .header-spMainNav .second-level li a.u-boldItem {
    font-weight: bold;
    position: relative
  }

  .header-spMainNav .second-level li a.u-boldItem > svg {
    position: absolute;
    top: 3.5px;
    right: -20px;
    width: 10px;
    height: 10px;
  }

  .header-spSubNav{
    padding:16px 0;
  }

  .header-spSubNav li a{
    color:#fff;
    font-size:16px;
    line-height:37px;
    letter-spacing:0.125em;
    font-weight:400;
    text-align:left;
  }

  .header-spSubNav > li > a{
    display:block;
    padding:0 20px;
    height:37px;
  }
}

.home #header,
.ordinary #header{
  background:#fff;
  height:80px;
}

.home .header-logo,
.ordinary .header-logo{
  position:fixed;
  top:20px;
  left:8%;
  width:160px;
  z-index:100;
}

.home .header-logo .logoWhite,
.ordinary .header-logo .logoWhite{
  opacity:0;
  visibility:hidden;
  display:none;
}

.home .header-logo .logoColor,
.ordinary .header-logo .logoColor{
  opacity:1;
  visibility:visible;
  display:inline;
}

.home .header-navWap,
.ordinary .header-navWap{
  top:16px;
  right:8%;
  height:48px;
  width:522px;
}

.home .header-subNav li::after,
.ordinary .header-subNav li::after{
  color:#252525;
}

.home .header-subNav li a,
.ordinary .header-subNav li a{
  color:#252525;
  font-size:12px;
  line-height:12px;
}

.home .header-mainNav li a,
.ordinary .header-mainNav li a{
  color:#252525;
  font-size:14px;
  line-height:14px;
}

.home .header-mainNav > li:hover > a,
.ordinary .header-mainNav > li:hover > a{
  color:#231F20;
}

.home .header-mainNav > li > a > span.jp,
.ordinary .header-mainNav > li > a > span.jp{
  font-size:13px;
  letter-spacing:.025em;
}

.home .header-mainNav .second-level,
.ordinary .header-mainNav .second-level{
  width:calc(100% + 32px);
  left:-16px;
  background-color:#fff;
  padding-top:32px;
  padding-bottom:8px;
  padding-left:16px;
  padding-right:16px;
  z-index:-1;
}

.home .header-mainNav .second-level li a,
.ordinary .header-mainNav .second-level li a{
  font-size:13px;
  line-height:13px;
}

.home .header-mainNav .second-level li a:hover,
.ordinary .header-mainNav .second-level li a:hover{
  color:#50388c;
}

.home .header-mainNav .second-level::after,
.ordinary .header-mainNav .second-level::after{
  display:none;
}

.home .header-subNav .search,
.ordinary .header-subNav .search{
  width:132px;
  height:16px;
}

.home .header-subNav .search .search-txt,
.ordinary .header-subNav .search .search-txt{
  width:122px;
  border-bottom:solid 1px #000;
  color:#000;
}

.home .header-subNav .search .search-txt::placeholder,
.ordinary .header-subNav .search .search-txt::placeholder{
  color:#000;
}

.home .header-subNav .search .search-submit,
.ordinary .header-subNav .search .search-submit{
  width:10px;
}

.home .header-subNav .search a,
.ordinary .header-subNav .search a{
  width:122px;
}
.home .header-subNav .search .circle,
.home .header-subNav .search .path,
.ordinary .header-subNav .search .circle,
.ordinary .header-subNav .search .path{
  stroke:#252525;
}

@media only screen and (max-width: 767px) {

  .home #header,
  .ordinary #header{
    background:#fff;
    height:48px;
  }

  .home .header-logo,
  .ordinary .header-logo{
    position:fixed;
    top:13px;
    left:10px;
    width:92px;
    z-index:100;
  }

  .home .header-logo .logoWhite,
  .ordinary .header-logo .logoWhite{
    opacity:0;
    visibility:hidden;
    display:none;
  }

  .home .header-logo .logoColor,
  .ordinary .header-logo .logoColor{
    opacity:1;
    visibility:visible;
    display:inline;
  }

  .home .header-spHamb,
  .ordinary .header-spHamb{
    top:11px;
    right:20px;
  }

  .dynamic .header-spHamb{
    display:block;
    position:absolute;
  }

  .home .header-spHamb .miniNav,
  .ordinary .header-spHamb .miniNav{
    opacity:1;
    visibility:visible;
    display:inline;
  }

  .home .header-spHamb .bigNav,
  .ordinary .header-spHamb .bigNav{
    opacity:0;
    visibility:hidden;
    display:none;
  }

  .home .header-spNavWap,
  .ordinary .header-spNavWap{
    background-color:#50388C;
  }
}

/* = footer
-------------------------------------------------------------- */

.philosophy .footer-credit{
  width:92%;
  margin:160px auto;
  margin-top:160px;
}

.philosophy .footer-credit p{
  color:#000;
  font-size:12px;
  line-height:22px;
  letter-spacing:0.05em;
  font-weight:400;
  text-align:left;
}

.philosophy .footer-credit .creditTitle{
  font-weight:700 !important;
  letter-spacing:0.1em !important;
  margin-bottom:2px;
}

.philosophy .footer-copyright{
  color:#BBB;
  font-size:11px;
  line-height:13px;
  letter-spacing:0.075em;
  font-weight:400;
  text-align:right;
  padding-right:4%;
  margin-bottom:40px;
}

@media only screen and (max-width: 767px) {
  .philosophy .footer-credit{
    width:calc(100% - 40px);
    margin:120px auto;
    margin-top:80px;
  }

  .philosophy .footer-credit p{
    color:#000;
    font-size:10px;
    line-height:18px;
    letter-spacing:0.05em;
    font-weight:400;
    text-align:left;
  }

  .philosophy .footer-copyright{
    color:#BBB;
    font-size:10px;
    line-height:12px;
    letter-spacing:0em;
    font-weight:400;
    text-align:left;
    padding-right:20px;
    padding-left:20px;
    margin-bottom:10px;
  }
}

