@charset "utf-8";
/* CSS Document */

/****** reset 
*****************************************************/

header, nav, section, article, aside, footer {
  display: block;
}

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, div, hr, form, input, button, address, table, tr, td, th {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: top;
}

a {
  overflow: hidden;
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/****** common 
*****************************************************/
body, html {
  height: 100%;
}

body {
font-family:-apple-system, BlinkMacSystemFont,'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif;
  /*font-family: "segoe ui", "Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Sans", Meiryo, sans-serif;*/
  font-size: 16px;
  color: #121212;
  line-height: 1.6;
  background-color: #fff;
  word-wrap: break-word;
  white-space: normal;
  /*font-feature-settings : "palt" 1;*/
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  line-height: 1;
}

a,a img {
    transition:0.2s;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  /*color: #fa0;*/
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}



html,body {
  position: relative;
  box-sizing: border-box;
  /*display: flex;
  flex-direction: column;*/
  /*min-height: 100vh;*/
  background-color: #fcfcfc;
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

/***********************  footer
**********************************************************/
#pageTop {
  padding:0;
  margin:0;
  position:fixed;
  bottom:100px;
  right:30px;
  z-index: 100;
}

#pageTop a {
  color:#fff;
  font-size:36px;
  line-height:1.0;
  display:inline-block;
  padding:20px 0 0 4px;
  background-color:rgba(10,10,10,0.8);
  border-radius: 50px;
  width: 80px;
  height: 80px;
  text-align: center;
}

#pageTop a:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

footer {
background:#d5d5d5;
font-size: 14px;
margin: auto 0 0 0;
display: block;
width: 100%;
  position:relative;
}

footer .inBox {
  margin: 0 auto;
  width:1200px;
  padding: 50px 0 50px;
}

#contactBox {
  background-color: #121212;
  padding: 50px 0;
}

#contactBox h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

#contactBox .btnLL {

}

#contactBox .btnLL a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
  width: 600px;
  margin: 30px auto 0;
  border: 2px solid #fff;
  text-decoration: none !important;
}

.icon-logo {
  padding: 0 15px 0 0;
}

#footerNavBox {
  background: #fff;
}

#footerNavBox .inBox {
  display: flex;
justify-content: space-between ;
}


#snsBtn {
  padding: 10px 0 0 0;
}

#snsBtn a {
  display: inline-block;
  margin: 0 10px 0 0;
  text-decoration: none !important;
}

#fNavBox ul {
  display: flex;
justify-content: flex-end ;
padding: 0 0 10px 0;
}

#fNavBox ul li {
  padding: 0 0 0 20px;
}

#fNavBox i {
  padding: 0 3px 0 0;
}

#copyright {
  background-color: #db231a;
  padding: 20px 0;
  color: #fff;
  text-align: center; 
}

.icon-facebook,.icon-twitter {
  font-size: 32px;
  color: #121212;
}


@media screen and (max-width: 1024px) {

#pageTop {
  padding:0;
  margin:0;
  position:fixed;
  bottom:100px;
  right:10px;
  z-index: 100;
}

#pageTop a {
  color:#fff;
  font-size:26px;
  line-height:1.0;
  display:inline-block;
  padding:16px 0 0 1px;
  background-color:rgba(10,10,10,0.8);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
}

#pageTop a:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}


footer {
background:#d5d5d5;
font-size: 14px;
margin: auto 0 0 0;
display: block;
width: 100%;
position:relative;
}

footer .inBox {
  margin: 0 auto;
  width:100%;
  padding: 50px 20px 50px;
}

#contactBox {
  background-color: #121212;
  padding: 50px 0;
}

#contactBox h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

#contactBox .btnLL {

}

#contactBox .btnLL a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
  width: 80%;
  margin: 30px auto 0;
  border: 2px solid #fff;
    text-decoration: none !important;
}

#footerNavBox {
  background: #fff;
}

#footerNavBox .inBox {
  display: flex;
justify-content: space-between ;
}


#snsBtn {
  padding: 10px 0 30px 0;
}

#snsBtn a {
  display: inline-block;
  margin: 0 10px 0 0;
    text-decoration: none !important;
}

#fNavBox ul {
  display: flex;
justify-content: flex-end ;
padding: 0 0 10px 0;
}

#fNavBox ul li {
  padding: 0 20px 0 0;
}

#fNavBox i {
  padding: 0 3px 0 0;
}

#copyright {
  background-color: #121212;
  padding: 20px 0;
  color: #fff;
  text-align: center; 
}



}

@media screen and (max-width: 560px) {

#pageTop {
  padding:0;
  margin:0;
  position:fixed;
  bottom:100px;
  right:10px;
  z-index: 100;
}

#pageTop a {
  color:#fff;
  font-size:26px;
  line-height:1.0;
  display:inline-block;
  padding:16px 0 0 1px;
  background-color:rgba(10,10,10,0.8);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  text-align: center;
}

#pageTop a:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}


footer {
background:#d5d5d5;
font-size: 14px;
margin: auto 0 0 0;
display: block;
width: 100%;
position:relative;
}

footer .inBox {
  margin: 0 auto;
  width:100%;
  padding: 50px 20px 50px;
}

#contactBox {
  background-color: #121212;
  padding: 50px 0;
}

#contactBox h2 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

#contactBox .btnLL {

}

#contactBox .btnLL a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 700;
  width: 80%;
  margin: 30px auto 0;
  border: 2px solid #fff;
    text-decoration: none !important;
}

#footerNavBox {
  background: #fff;
}

#footerNavBox .inBox {
  display: block;
}

#fLogo {
  padding: 0 0 20px 0;
}

#snsBtn {
  padding: 10px 0 30px 0;
}

#snsBtn a {
  display: inline-block;
  margin: 0 10px 0 0;
    text-decoration: none !important;
}

#fNavBox ul {
  display: block;
padding: 0 0 10px 0;
}

#fNavBox ul li {
  padding: 0 20px 0 0;
}

#fNavBox i {
  padding: 0 3px 0 0;
}

#copyright {
  background-color: #121212;
  padding: 20px 0;
  color: #fff;
  text-align: center; 
}



}

/***************************header
*****************************************************/

header {
width: 100%;
height: 70px;
position:fixed;
z-index:1000;
top:0;
background-color:#fff;
box-shadow :0px 0px 5px silver;
background-color: #fff;
}

#headerInBox {
width: 1300px;
height: 70px;
margin: 0 auto;
padding: 20px 50px 5px 50px;
display: flex;
justify-content: space-between
}

#headerInBox h1 {

}


  nav {
      padding: 0;
    display: none; /* 初期設定は非表示 */
    position: absolute;
    top: 71px;
    left: 0;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    z-index: 20000;
  }

  nav ul {
    display: block;
  }

  nav ul li {
    display: block;
    text-align: center;
    padding: 0 10px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }

  nav ul li:after,
  nav ul li:first-child:before {
    content: none;
  }

  nav ul li a {
    display: block;
    padding: 40px;
  }


nav a {
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}


  /*** nav animation ***/

  #spNav {
    display: block;
    width: 32px;
    height: 26px;
    /*position: absolute;
    top: 14px;
    right: 14px;*/
    z-index: 20000000;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 32px;
    height: 26px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #121212;
    border-radius: 2px;
    z-index: 20000000;
  }


.menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(11px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(11px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes menu-bar01 {
    0% {
      transform: translateY(11px) rotate(45deg);
    }

    50% {
      transform: translateY(11px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  .menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }

  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }

  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(-11px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }

  @keyframes menu-bar02 {
    0% {
      transform: translateY(-11px) rotate(-45deg);
    }

    50% {
      transform: translateY(-11px) rotate(0);
    }

    100% {
      transform: translateY(0) rotate(0);
    }
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(11px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(11px) rotate(45deg);
    }
  }

  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(11px) rotate(0);
    }

    100% {
      transform: translateY(11px) rotate(45deg);
    }
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-11px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-11px) rotate(-45deg);
    }
  }

  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }

    50% {
      transform: translateY(-11px) rotate(0);
    }

    100% {
      transform: translateY(-11px) rotate(-45deg);
    }
  }




@media screen and (max-width: 1024px) {

header {
width: 100%;
position:fixed;
z-index:1000;
top:0;
height: 50px;
background-color:#fff;
box-shadow :0px 0px 5px silver;
background-color: #fff;
}

header h1 {
  padding: 3px 0 0 0;
}

header h1 img {
  width: 120px;
}


#headerInBox {
width: 100%;
height: 50px;
margin: 0 auto;
padding: 10px 20px 5px 20px;
display: flex;
justify-content: space-between
}



  nav {
    display: none; /* 初期設定は非表示 */
    position: absolute;
    top: 51px;
    left: 0;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    z-index: 2000;
      padding: 0;
  }

  nav ul {
    display: block;
  }

  nav ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }

  nav ul li:after,
  nav ul li:first-child:before {
    content: none;
  }

  nav ul li a {
    display: block;
    padding: 30px;
    font-size: 16px;
  }


  /*** nav animation ***/

  #spNav {
    display: block;
    padding: 2px 0 0 0;
    width: 28px;
    height: 24px;
    /*position: absolute;
    top: 14px;
    right: 14px;*/
    z-index: 20000000;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 28px;
    height: 24px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #121212;
    border-radius: 2px;
    z-index: 20000000;
  }

.menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }


}


@media screen and (max-width: 560px) {

header {
width: 100%;
position:fixed;
z-index:1000;
top:0;
height: 50px;
background-color:#fff;
box-shadow :0px 0px 5px silver;
background-color: #fff;
}

header h1 {
  padding: 3px 0 0 0;
}

header h1 img {
  width: 120px;
}


#headerInBox {
width: 100%;
height: 50px;
margin: 0 auto;
padding: 10px 20px 5px 20px;
display: flex;
justify-content: space-between
}



  nav {
    display: none; /* 初期設定は非表示 */
    position: absolute;
    top: 51px;
    left: 0;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    z-index: 2000;
      padding: 0;
  }

  nav ul {
    display: block;
  }

  nav ul li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
  }

  nav ul li:after,
  nav ul li:first-child:before {
    content: none;
  }

  nav ul li a {
    display: block;
    padding: 30px;
    font-size: 16px;
  }


  /*** nav animation ***/

  #spNav {
    display: block;
    padding: 2px 0 0 0;
    width: 28px;
    height: 24px;
    /*position: absolute;
    top: 14px;
    right: 14px;*/
    z-index: 20000000;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 28px;
    height: 24px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #121212;
    border-radius: 2px;
    z-index: 20000000;
  }

.menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }


}



/*********************************contents
*****************************************************/


.obj01 {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0; top:400px;}
    100% {opacity: 1; top:360px;}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0; top:400px;}
    100% {opacity: 1; top:360px;}
}



/***基本パターン
*******************/

.fadeInLoad {
  opacity : 0;
  transform : translate(0, 0);
  -webkit-transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeIn {
  opacity : 0;
  transform : translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeInTop,.fadeInTopOn {
  opacity : 0;
  transform : translate(0, -100px);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeInLeft ,.fadeInLeftOn{
  opacity : 0;
  transform : translate(-100px, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeInRight,.fadeInRightOn {
  opacity : 0;
  transform : translate(100px, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeInBottom,.fadeInBottomOn {
  opacity : 0;
  transform : translate(0, 50px);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scrollIn {
  opacity : 1!important;
  transform : translate(0, 0)!important;
  animation-name: fade-in;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
}

.scrollInOn {
  opacity : 1!important;
  transform : translate(0, 0)!important;
  animation-name: fade-in;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
}


@keyframes fade-in {
  0% {
  display: none;
  opacity: 0;
  }
  
  50% {
  display: block;
  opacity: 0.1;
  }
  
  70% {
  display: block;
  opacity: 0.4;
  }

  80% {
  display: block;
  opacity: 0.5;
  }

  100% {
  display: block;
  opacity: 1;
  }
}


#contentsBoxTop {
  padding: 0 0 150px 0;
  /*margin: 0 auto;
  width:1200px;*/
}

#contentsBox {
  padding: 50px 0 150px 0;
  /*margin: 0 auto;
  width:1200px;*/
}

.articleBox {
  margin: 0 auto;
  width:1300px;
  padding: 100px 50px 100px;
}

#aboutBox .articleBox {
  margin: 0 auto;
  width:1200px;
  padding: 100px 100px 100px;
  background: #f5f5f5;
}

.articleBox h2 i {
  font-size: 60px;
  color: #db231a; 
  padding: 0 25px 0 0;
}


.articleBox h2 {
  margin: 0 0 50px 0;
  position: relative;
}

.articleBox h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 85px;
  background: #121212;
}

.articleBox h2 .en {
  font-size: 56px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}

.articleBox h2 .jp {
  display: block;
  font-size: 12px;
  padding: 5px 0 10px 0;
}

#newsBox {
  position: relative;
}

#newsTab {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 60px 0;
}

#newsTab h3 {
  width: 49.5%;
  text-align: center;
  font-size: 22px;
  background-color:#eaeaea;
  color: #121212;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
  transition:0.1s;
}

#newsTab h3:after {

}

#newsTab h3.act {
  background-color:#db231a;
  color: #fff;
}

#newsTab h3.act:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #db231a transparent transparent transparent;
}

#newsTab h3:hover {
  background-color:#999;
  color: #fff;
}

#newsTab h3:hover:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #999 transparent transparent transparent;
}

.newsListBox.pass {
  display: none;
}
/*
#newsBox ul.pass {
  display: none;
}
*/
#newsBox ul li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom:1px solid #333;
}

#newsBox ul li .day {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 16px;
  color: #666;
  width: 120px;
}

#newsBox ul li .category {
  display: inline-block;
  width: 110px;
  text-align: center;
  background: #db231a;
  color: #fff;
  font-size: 14px;
  padding: 2px 0;
  margin: 0 70px 0 0;
}

#newsBox ul li p {
  font-weight: 500;
  display: inline-block;

}

.btnL {
  width: 100%;
}

.btnL a {
  display: block;
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  width: 460px;
  margin: 50px auto 0;
    text-decoration: none !important;
}

#infoBox {
  position: relative;

}


#greetingBox {
  position: relative;
}

#greetingBox:before {
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 760px;
  top:0;
  left: -25%;
  z-index: -1;
}

#greetingBox .inBox,#serviceBox .inBox,#clientBox .inBox {
  display: flex;
  justify-content:space-around;
}

#serviceBox .inBox.nofl {
  justify-content:flex-start;
}

#greetingBox .greetingImg {
  width: 330px;
}

#greetingBox .greetingTxt {
  width: 800px;
}

#greetingBox .greetingTxt p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  padding: 0 0 40px 0;
}

#greetingBox .greetingTxt p.dubble {
  padding: 40px 0 0 0;
}

#clientBox,#serviceBox {
  position: relative;
}

.headBG:before {
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 420px;
  top:0;
  left: 0;
  z-index: -1;
}

.cardBox {
  width: 370px;
  margin: 0 0 50px 0;
}

.cardBox h3 {
  font-size: 20px;
  padding: 20px 0 10px 0;
}

.cardBox p {
  padding: 0 0 15px 0;
  line-height: 1.4;
}

#serviceBox .inBox.nofl {
  justify-content:flex-start;
  padding: 0 0 0 16px;
}

#serviceBox .inBox.nofl .cardBox {
  margin: 0 22px 50px 0;
}

.btnS {

}

.btnS a {
  display: block;
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 700;
  width: 120px;
    text-decoration: none !important;
}



#aboutBox dl {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

#aboutBox dt {
  width: 200px;
  padding: 0 0 20px 5px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
}

#aboutBox dd {
  width: 790px;
  padding: 0 0 20px 10px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d5d5d5;
}

#aboutBox li span {
  display: inline-block;
  width: 100px;
}

.icon-link {
  padding: 0 10px;
}

#policyBox .inBox p {
  padding: 0 0 20px 0;
}

#policyBox .inBox h3 {
  padding: 20px 0 15px 0;
  font-size: 20px;
}

#policyBox .inBox h4 {
  padding: 20px 0 10px 0;
  font-size: 18px;
}

.formBox {
  padding: 100px 80px;
  margin: 50px 0;
  background:#f6f6f6;
}

.formBoxThx h3 {
  line-height: 1.6;
}

.articleBox a {
  text-decoration: underline;
}


.importantNews {
  padding: 0 0 30px 0;
  display: flex;
}

.imNewsHead {
  font-weight: bold;
  font-size: 16px;
  padding: 0 60px 0 10px;
}

.imNewsTxt a {
  display: inline-block;
  padding: 1px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}

.moreNews,.moreMedia {
  display: none;
}

#newsBox ul.newsMoreBtn li,#newsBox ul.mediaMoreBtn li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom:none;
}

#newsBox ul.newsMoreBtn li.btnShow p,#newsBox ul.mediaMoreBtn li.btnShow p {
  display: block;
  text-align: center;
}

.btnShow span {
  display: inline-block;
  width: 54px;
  height: 42px;
  background: url(../img/news_down.png) no-repeat 0 0;
  cursor:pointer;
}

.btnShow.act span {
  background: url(../img/news_up.png) no-repeat 0 0; 
}

@media screen and (max-width: 1024px) {


#contentsBoxTop {
  padding: 0 0 150px 0;
  /*margin: 0 auto;
  width:1200px;*/
}

.articleBox {
  margin: 0 auto;
  width:100%;
  padding: 80px 60px 80px;
}

#aboutBox .articleBox {
  margin: 0 auto;
  width:90%;
  padding: 80px 80px 80px;
  background: #f5f5f5;
}

.articleBox h2 i {
  font-size: 44px;
  color: #121212; 
  padding: 0 20px 0 0;
}


.articleBox h2 {
  margin: 0 0 50px 0;
  position: relative;
}

.articleBox h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 85px;
  background: #121212;
}

.articleBox h2 .en {
  font-size: 36px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}

.articleBox h2 .jp {
  display: block;
  font-size: 12px;
  padding: 5px 0 10px 0;
}

#newsBox {
  position: relative;
}

#newsTab {
  padding: 0 0 40px 0;
}

#newsTab h3 {
  font-size: 18px;
  padding: 15px 0;
}

#newsBox ul li {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom:1px solid #333;
}

#newsBox ul li .day {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 14px;
  color: #666;
  width: 100px;
}

#newsBox ul li .category {
  display: inline-block;
  width: 90px;
  text-align: center;
  background: #121212;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
  margin: 0 30px 0 0;
}

#newsBox ul li p {
  padding: 8px 0 0 5px;
  font-weight: 500;
  display: inline-block;
}

.btnL {
  width: 100%;
}

.btnL a {
  display: block;
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 700;
  width: 80%;
  margin: 50px auto 0;
    text-decoration: none !important;
}


#greetingBox,#infoBox {
  position: relative;
}

#greetingBox:before {
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 780px;
  top:0;
  left: -30%;
  z-index: -1;
}

#greetingBox .inBox,#serviceBox .inBox,#clientBox .inBox {
  display: flex;
justify-content:space-between;
}

#greetingBox .greetingImg {
  width: 40%;
}

#greetingBox .greetingImg img {
  width: 100%;
}

#greetingBox .greetingTxt {
  width: 55%;
}

#greetingBox .greetingTxt p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  padding: 0 0 30px 0;
}

#greetingBox .greetingTxt p.dubble {
  padding: 20px 0 0 0;
}

#clientBox,#serviceBox {
  position: relative;
}

.headBG:before {
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 320px;
  top:0;
  left: 0;
  z-index: -1;
}

.cardBox {
  width: 30%;
  margin: 0 auto 50px;
}

.cardBox img {
  width: 100%;
}

.cardBox h3 {
  font-size: 20px;
  padding: 20px 0 10px 0;
}

.cardBox p {
  padding: 0 0 15px 0;
  line-height: 1.4;
}

#serviceBox .inBox.nofl {
  justify-content:flex-start;
}

#serviceBox .inBox.nofl .cardBox {
  margin: 0 3% 50px 0;
}

.btnS {

}

.btnS a {
  display: block;
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 700;
  width: 100px;
    text-decoration: none !important;
}



#aboutBox dl {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content:space-between;
}

#aboutBox dt {
  width: 20%;
  padding: 0 0 20px 5px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
}

#aboutBox dd {
  width: 80%;
  padding: 0 0 20px 5px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d5d5d5;
}

#aboutBox li span {
  display: inline-block;
  width: 100px;
}

.noSP {
  display: none;
}


}



@media screen and (max-width: 560px) {


#contentsBoxTop {
  padding: 0 0 150px 0;
  /*margin: 0 auto;
  width:1200px;*/
}

.articleBox {
  margin: 0 auto;
  width:100%;
  padding: 80px 20px 80px;
}

#aboutBox .articleBox {
  margin: 0 auto;
  width:100%;
  padding: 80px 20px 80px;
  background: #f5f5f5;
}

.articleBox h2 i {
  font-size: 44px;
  color: #121212; 
  padding: 0 20px 0 0;
}


.articleBox h2 {
  margin: 0 0 50px 0;
  position: relative;
}

.articleBox h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 85px;
  background: #121212;
}

.articleBox h2 .en {
  font-size: 36px;
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
}

.articleBox h2 .jp {
  display: block;
  font-size: 12px;
  padding: 5px 0 10px 0;
}

.formBox {
  padding: 50px 20px;
  margin: 50px 0;
  background:#f6f6f6;
}

#newsBox {
  position: relative;
}

#newsTab {
  padding: 0 0 40px 0;
}

#newsTab h3 {
  font-size: 16px;
  padding: 15px 0;
}

#newsBox ul li {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom:1px solid #333;
}

#newsBox ul li a {
  text-decoration: none;
}

#newsBox ul li .day {
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 14px;
  color: #666;
  width: 90px;
}

#newsBox ul li .category {
  display: inline-block;
  width: 90px;
  text-align: center;
  background: #121212;
  color: #fff;
  font-size: 12px;
  padding: 2px 0;
  margin: 0 0 0 0;
}

#newsBox ul li p {
  padding: 8px 0 0 5px;
  font-weight: 500;
  display: block;
  /**/
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;

}

.btnL {
  width: 100%;
}

.btnL a {
  display: block;
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 700;
  width: 80%;
  margin: 50px auto 0;
    text-decoration: none !important;
}


#greetingBox {
  position: relative;
}

#greetingBox:before {
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 1200px;
  top:0;
  left: -30%;
  z-index: -1;
}

#greetingBox .inBox,#serviceBox .inBox,#clientBox .inBox {
  display: block;
/*justify-content:space-between;*/
}

#greetingBox .greetingImg {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

#greetingBox .greetingImg img {
  width: 100%;
}

#greetingBox .greetingTxt {
  width: 100%;
}

#greetingBox .greetingTxt p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  padding: 0 0 40px 0;
}

#greetingBox .greetingTxt p.dubble {
  padding: 40px 0 0 0;
}

#clientBox,#serviceBox {
  position: relative;
}

.headBG:before {
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 400px;
  top:0;
  left: 0;
  z-index: -1;
}

.cardBox {
  width: 100%;
  margin: 0 auto 50px;
}

.cardBox img {
  width: 100%;
}

.cardBox h3 {
  font-size: 20px;
  padding: 20px 0 10px 0;
}

.cardBox p {
  padding: 0 0 15px 0;
  line-height: 1.4;
}

#serviceBox .inBox.nofl {
  padding: 0 0 0 0;
}

#serviceBox .inBox.nofl .cardBox {
  margin: 0 auto 50px;
}

.btnS {

}

.btnS a {
  display: block;
  background: #121212;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 11px;
  font-weight: 700;
  width: 100px;
    text-decoration: none !important;
}



#aboutBox dl {
  display: block;
  font-size: 14px;
  /*flex-wrap: wrap;
  justify-content:space-between;*/
}

#aboutBox dt {
  width: 100%;
  padding: 0 0 10px 5px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 700;
}

#aboutBox dd {
  width: 100%;
  padding: 0 0 20px 5px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #d5d5d5;
}

#aboutBox li span {
  display: inline-block;
  width: 100px;
}

.noSP {
  display: none;
}


}


/*********************************mainTop
*****************************************************/

#mvBox {
  width: 100%;
  padding: 100px 0 100px;
  background: #f6f6f6;
}

#mvBox2 {
  width: 100%;
  padding:70px 0 0 0;
  height: 300px;
  overflow: hidden;
  background: #f6f6f6;
}

#mvBox2 img {
  width: 100%;
  min-width: 1300px;
  height: auto;
  background: #f6f6f6;
}

#motionBox {
  width: 1380px;
  height: 540px;
  margin: 0 auto;
}

#messageBox {
  width: 1200px;
  /*height: 800px;*/
  margin: 0 auto;
  /*position: relative;*/
}

#mvTxt {
  /*position: absolute;
  top:0;*/
  border-left: 5px solid #db231a;
  margin: 100px 0 0 300px;
}

#mvTxt p {
  font-size: 36px;
  font-weight: 700;
  padding: 0 0 50px 150px
}

div.mvScroll {
  /*position: absolute;
  top: -180px;
  left: calc(50% - 200px);*/
  position: relative;
  display: inline-block !important;
left: 49%;
  /*-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;*/
  padding-top: 60px;
  z-index: 100;
}
div.mvScroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #121212;
  border-radius: 50px;
  box-sizing: border-box;
}
div.mvScroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #121212;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}



.infoTxtBox {
  border-left: 5px solid #121212;
  margin: 70px 0 0 250px;
  padding: 30px 0 10px 120px;
}

.infoTxtBox h3 {
  padding: 0 0 50px 0;
}

.infoTxtBox p {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 50px 0;
}

#bred {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 50px 0 50px;
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
#mvBox {
  width: 100%;
  padding: 80px 0 80px;
  background: #f6f6f6;
}

#mvBox2 {
  width: 100%;
  padding:50px 0 0 0;
  height: 200px;
  overflow: hidden;
  background: #f6f6f6;
}

#mvBox2 img {
  width: 100%;
  min-width:800px;
  height: auto;
  background: #f6f6f6;
}

#motionBox {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#messageBox {
  width: 100%;
  /*height: 800px;*/
  margin: 0 auto;
  /*position: relative;*/
}

#mvTxt {
  /*position: absolute;
  top:0;*/
  border-left: 5px solid #121212;
  margin: 80px 0 0 15%;
  padding: 0 40px;
}

#mvTxt p {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 50px 0;
}

.infoTxtBox {
  border-left: 5px solid #121212;
  margin: 70px 0 0 15%;
  padding: 30px 0 10px 40px;
}

.infoTxtBox h3 {
  width: 100%;
  padding: 0 0 50px 0;
}

.infoTxtBox h3 img {
  width: 90%;
}

.infoTxtBox p {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 50px 0;
}

#bred {
  width: 100%;
  margin: 0 auto;
  padding: 10px 50px 0 50px;
  font-size: 14px;
}

}



@media screen and (max-width: 560px) {
#mvBox {
  width: 100%;
  padding: 80px 0 80px;
  background: #f6f6f6;
}

#mvBox2 {
  width: 100%;
  padding:50px 0 0 0;
  height: 130px;
  overflow: hidden;
  background: #f6f6f6;
}

#mvBox2 img {
  width: 100%;
  min-width:440px;
  height: auto;
  background: #f6f6f6;
  text-align: center;
}

#motionBox {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

#messageBox {
  width: 100%;
  /*height: 800px;*/
  margin: 0 auto;
  /*position: relative;*/
}

#mvTxt {
  /*position: absolute;
  top:0;*/
  border-left: 5px solid #121212;
  margin: 80px 0 0 30px;
  padding: 0 50px;
}

#mvTxt p {
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 50px 0;
}

div.mvScroll {
  /*position: absolute;
  top: -180px;
  left: calc(50% - 200px);*/
  position: relative;
  display: inline-block !important;
left: 48%;
  /*-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;*/
  padding-top: 50px;
  z-index: 100;
}
div.mvScroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 27px;
  height: 45px;
  margin-left: -13px;
  border: 2px solid #121212;
  border-radius: 50px;
  box-sizing: border-box;
}
div.mvScroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #121212;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

.infoTxtBox {
  border-left: none;
  margin: 50px 0 0 0;
  padding: 0;
}

.infoTxtBox h3 {
  width: 100%;
  padding: 20px 0 50px 0;
}

.infoTxtBox h3 img {
  width: 90%;
}

.infoTxtBox p {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 50px 0;
}

#bred {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 0 20px;
  font-size: 12px;
}

}

/******************* otherPage
*****************************************************/

/******************* LP PR★CASTING
*****************************************************/
#lpMVpr {
  width: 100%;
  height: 480px;
  background: url(../img/lpprmain.png) center top no-repeat;
  background-size: cover;
  margin: 30px 0 0 0;
  padding: 0;
}

#lpMVpr h2 {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  font-size: 80px;
  color: #fff;
  text-shadow: 0px 3px 10px black; 
}

#lpMVpr .lpRead {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0 0;
  line-height: 1.4;
  text-shadow: 0px 3px 10px black;
}

#lpMVinfo {
  background: #166F9B;
  position: relative;
}

#lpMVinfo::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top:-100px;
 border-width: 0 0 100px 100vw;
 
  border-color: transparent transparent #166F9B transparent;
}

#lpMVinfo .inBox {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 50px;
 /* display: flex;
  justify-content: space-between;*/
}

#lpMVinfoTxt h3 {
  font-size: 35px;
  color: #fff;
  line-height: 1.4;
}

#lpMVinfoTxt h3 br {
  display: none;
}

/*
#lpMVinfoTxt p {
  font-size: 22px;
  color: #fff;
  padding: 20px 0 0 0;
}
*/

.btnB {
  display: inline-block;
  position: absolute;
  right: 120px;
  top:12px;
}

.btnB a {
  display: inline-block;
  padding: 10px 50px;
  background: #166F9B;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}

.btnW a {
  width: 300px;
  display: inline-block;
  padding: 10px 50px;
  background: #fff;
  border-radius: 30px;
  color: #166F9B;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
}

.btnY a {
  width: 300px;
  display: inline-block;
  padding: 10px 50px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff; 
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
}

.btnY.Btm {
  text-align: center;
  padding: 60px 0 0 0;
}

.btnY.Btm a {
  width: 600px;
  display: inline-block;
  padding: 20px 50px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff; 
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: none;
  text-decoration: none;
}

#lpMVbtnBox {
  padding: 40px 40px 0 0;
  display: flex;
  justify-content: space-between;
}

#lpMVbtnBox p {
  font-size: 22px;
  color: #fff;
  padding: 0 0 0 0;
}

#lpMVbtnBox .lpBtn.btnY {
  padding: 0 0 25px 0;
}


.articleBox.lpPR {
  margin: 0 auto;
  width:1200px;
  padding: 100px 50px 100px;
}

.lpRead p {
padding:0 0 30px 0;
font-size:18px;
}

.articleBox.lpPR h3 {
color:#166F9B;
font-size:24px;
padding:60px 0 30px 0;
text-align:center;
}

#newsBox .castFlow {
  border-top: 1px solid #177BAC;
  padding: 25px 0 0 0;
}

#newsBox .castFlow li {
  border-bottom: 1px solid #177BAC;
  position: relative;
}

#newsBox .castFlow li:nth-of-type(3) {
  border-bottom: none;
}

.castFlow li {
  display: flex;
}

.castFlow .cfImg {
  width: 110px;
  padding: 0 0 0 20px;
}

.castFlow .cfTxt {
  padding: 0 0 0 45px;
  position: relative;
}

.castFlow .cfTxt h4 {
  font-size: 24px;
  padding: 15px 0 20px 0;
}

.cfLogoBox {
  display: flex;
  padding:10px 0 0 0;
}

.cfLogo {
  width: 170px;
}

.cfPoint {
  position: absolute;
  width: 50px;
  height: 35px;
  display: block;
  top:-5px;
  left: 0;
}

.castBox {
  width: 340px;
}

.castBox h3 {
  line-height: 1.4;
  height: 140px;
}

#serviceBox.lpPR {
    background: #166F9B;
position:relative;
}

#serviceBox.lpPR::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top:-100px;
  z-index: 100;
 
 border-width: 0 0 100px 100vw;
 
  border-color: transparent transparent #166F9B transparent;
}

#serviceBox.lpPR::after{
  content:"";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
 border-width: 0 0 100px 100vw;
 
  border-color: transparent transparent transparent #166F9B;
}

#serviceBox.lpPR h2,
.articleBox.lpPR h2 {
font-size:46px;
text-align:center;
  margin: 0 0 120px 0;
  position: relative;
  line-height: 1.4;
}

#serviceBox.lpPR h2:after,
.articleBox.lpPR h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 200px;
border-radius:3px;
  background: #FFAD0A;
  bottom:-40px;
left:450px;
}

#serviceBox.lpPR {
color: #fff;
}

#serviceBox.lpPR h2:after {
  background: #fff;
}

#serviceBox.lpPR .inBox {
display: block;
}

#serviceBox.lpPR .inBox p {
  font-size:24px;
  font-weight: bold;
  padding: 0 0 40px 0;
  text-align: center;
}

.caseBg {
  background: #E9E9E9;
  border-radius: 15px;
  padding:100px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.caseBox {
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 50px 30px;
  width:480px;
  margin: 0 0 60px 0;
  border:1px solid #d5d5d5;
}

.caseNum {
  background: #005D92;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  width: 160px;
  position: absolute;
  top:-18px;
  left: 160px;
}

.caseNum:after {
  background: #005D92;
}

.caseTtl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.caseTtl span {
  font-size:48px;
  font-weight:bold;
  color: #177BAC;
}

.caseTtl span.s {
  font-size: 24px;  
}

.caseTtl span.ss {
  font-size:14px;
  font-weight:normal;
}

.caseInfo {
  background: #7AAAC6;
  border-radius: 15px;
  color: #fff;
  text-align: center; 
  font-size:20px;
  font-weight: bold;
  margin: 10px 0 40px;
}

.caseImg {
  position: absolute;
  display: inline-block;
  top:150px;
  right: 10px;
}

.caseBox dl {
  display: flex;
  flex-wrap: wrap;
}

.caseBox dt {
  width: 30%;
  font-size:18px;
  font-weight:bold;
  padding: 0 0 0 20px;
  background: url(../img/ico_list.png) 0 12px no-repeat;
}

.caseBox dd {
  width: 55%;
  padding: 2px 0 10px 0;
}

.caseBox dl dd span {
  display: block;
  padding: 0 10px 0 0;
}

.isoBox {
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  justify-content: space-between;
}

.isoTxt {
  padding: 0 50px 0 0;
  font-size:14px;
}

.isoTxt p a {
  display: inline-block;
  padding: 20px 20px 0 0;
}

.isoImg p {
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}

#lpAboutBox dl {
  width: 750px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#lpAboutBox dt {
  width: 120px;
  padding: 10px;
  background: #fafafa;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox dd {
  width: 600px;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox dt:last-of-type,
#lpAboutBox dd:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}

/******************* 動画PR
*****************************************************/

.lpBtn.btnY {
  display: inline-block;
  position: absolute;
  right: 120px;
  top:11px;
}

.lpBtn.btnY a {
  width: 100%;
  display: block;
  padding: 10px 50px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

#lpMVprMov {
  width: 100%;
  height: 550px;
  background: url(../img/main_movpr.png) center top no-repeat;
  background-size: cover;
  margin: 30px 0 0 0;
  padding: 0;
}

#lpMVprMov .inBox{
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 0 0;
}

#lpMVprMov h2 {
  /*width: 1200px;*/
  display: inline-block;
  margin: 0;
  padding: 10px 50px 20px;
  font-size: 64px;
  color: #fff;
  /*
  text-shadow: 0px 3px 10px black; 
  */
  background: #000;
}

#lpMVprMov .lpReadMov {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  padding: 40px 0 0 0;
  line-height: 1.2;
  text-shadow: 0px 3px 10px black;
}

#lpMVinfoMov {
  background: #000;
  position: relative;
}

#lpMVinfoMov .inBox {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 30px;
 /* display: flex;
  justify-content: space-between;*/
}

#lpMVinfoMov #lpMVinfoTxt h3 {
  font-size: 35px;
  color: #fff;
  line-height: 1.4;
}

#lpMVinfoMov #lpMVinfoTxt p {
  font-size: 28px;
  color: #fff;
  padding: 0 0 0 0;
}

.articleBox.lpMov {
  margin: 0 auto;
  width:1200px;
  padding: 120px 0 80px;
}


#contentsBoxTop.prMov h2 {
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  font-size:46px;
  padding: 0 0 30px 0;
  margin: 0 0 100px 0;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #333;
}

#contentsBoxTop.prMov h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 240px;
  border-radius:3px;
  background: #FFAD0A;
  bottom:-1px;
  left:0;
}

#newsBoxMov h3 {
  font-size: 32px;
  font-family: 'Noto Serif JP', serif; 
  text-align: left;
  margin: 0;
  padding: 0 0 50px 0;
  color: #333;
}

.movprCard4Box {
  display: flex;
  justify-content: space-around;
  padding: 50px 0 0 0;
  flex-wrap: wrap;
}

.movprCard4 {
  width: 320px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  border-radius: 10px;
  padding: 30px 25px;
  margin: 0 0 50px 0;
  box-sizing: border-box;
  background: #fff;
}

.movprCard4 p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  height: 60px;
}

.movprCardImg {
  text-align: center;
}

#clientBox .inBox.lpMov {
  display: flex;
  justify-content:space-between ;
}

.movprCard3 {
  width: 365px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  border-radius: 10px;
  padding: 30px 25px;
  box-sizing: border-box;  
}

.movprCard3 div {
  text-align: center;
  padding: 0 0 50px 0;
}

.movprCard3 h3 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif; 
  text-align: center;
  line-height: 1.4;
  height: 85px;
}

.card03Info {
  padding: 50px 0;
  text-align: center;
}

.card03Info .serif {
  font-size: 32px;
  font-weight: bold;
  padding: 30px 0;
}

.movprCard3s {
  width: 310px;
  text-align: center;
}

.movprCard3s h3 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; 
  text-align: center;
  line-height: 1.4; 
  padding: 20px 0 0 0;
}

.lpMov .caseBox {
  width: 360px;
  position: static;
  border-radius: 10px;
  padding: 50px 30px;
  margin: 0 0 60px 0;
  border:1px solid #d5d5d5;
}

.lpMov .caseNum {
  background: #FAA634;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size:26px;
  font-weight: bold;
  width: 100%;
  position: static;
  padding: 0;
}

.lpMov .caseTtl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.lpMov .caseTtl span {
  font-size:56px;
  font-weight:bold;
  color: #FAA634;
}

.lpMov .caseTtl span.s {
  font-size: 30px;  
}

.lpMov .caseBox dl {
  display: flex;
  flex-wrap: wrap;
}

.lpMov .caseBox dt {
  width: 100%;
  font-size:22px;
  font-weight:bold;
  padding: 0 0 0 20px;
  background: url(../img/ico_list_movpr.png) 0 15px no-repeat;
}

.lpMov .caseBox dd {
  width: 100%;
  padding: 2px 0 10px 25px;
}

#clientBox.lpMov {
  background: #000;
  margin: 150px 0 100px;
  position: relative;
  background: linear-gradient(-45deg, #141414 0%, #141414 50%, #232323 50%, #232323 100%);
}


#clientBox.lpMov h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#clientBox.lpMov h2:after {
  background: #fff;
}


.reasonBg {
  background: #f5f5f5;
  border-radius: 15px;
  padding:100px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.reasonCard {
  display: flex;
  flex-wrap:wrap;
  background: #fff;
  padding: 45px 35px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  width: 100%;
  margin: 0 0 40px 0;
}

.reasonNum {
  font-size: 74px;
  font-weight: bold;
  color: #FFAD0A;
  line-height: 1.0;
  padding: 0 50px 0 0;
}

.reasonTtl {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif; 
  font-weight: bold;
  line-height: 1.4;
}

.reasonInfo {
  width: 100%;
  padding: 30px 0 0 0;
  font-size: 18px;
  color: #666;
}

.isoBox {
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  justify-content: space-between;
  width: 100%;
}

.isoTxt {
  padding: 0 50px 0 0;
  font-size:14px;
}

.isoTxt p a {
  display: inline-block;
  padding: 20px 20px 0 0;
}

#lpAboutBox.lpMov dl {
  width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#lpAboutBox.lpMov dt {
  width: 180px;
  padding: 10px;
  background: #fafafa;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox.lpMov dd {
  width: 700px;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox.lpMov dt:last-of-type,
#lpAboutBox.lpMov dd:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}


/******************* LP
*****************************************************/

#lpHead {
position:static;
background-color:transparent;
box-shadow:none;
position: relative;
}

#headerInBox {
  width: 100%;
}

#lpMV {
  width: 100%;
  height: 480px;
  background: url(../img/lpmain.png) center top no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  position: absolute;
}

#lpMV p {
  color: #fff;
  font-size: 62px;
  font-weight: bold;
  width: 1200px;
  margin: 0 auto;
  padding: 155px 0 0 0;
}

#mvBoxLp {
  width: 100%;
  padding: 450px 0 100px;
  background: #f6f6f6;
}

#mvBoxLp #mvTxt {
  /*position: absolute;
  top:0;*/
  border-left: 5px solid #121212;
  margin: 100px 0 0 80px;
}

#mvBoxLp #mvTxt p {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 50px 80px
}

#mvBoxLp #mvTxt p.txtL {
  font-size: 36px;
}

h3.lpTtl {
  font-size: 38px;
  padding: 0 0 80px 0;
}

.hrBox {
  display: flex;
  padding: 0 0 50px 0;
}

.hrBox:last-child {
  padding: 0 0 0 0;
}

.hrImg {
  margin: 0 50px 0 0;
}

.hrTxt h4 {
  font-size: 26px;
  color: #00BEB7;
  padding: 10px 0 20px 0;
}

#greetingBox.noflex .inBox {
  display: block;
  padding: 0 0 80px 0;
}

#greetingBox.noflex .inBox:last-child {
  padding: 0 0 0 0;
}

.flex5 {
  display: flex;
  justify-content: space-between;
}

.varHead {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px 0;
}

.varBox h4 {
  font-size: 22px;
  color: #00BEB7;
  padding: 20px 0 0 0;
  text-align: center;
}

.varBox .varHead h4 {
  font-size: 28px;
  padding: 0 0 0 10px;
}

.varBoxAr {
  width: 65px;
  background:url(../img/img_arrow_h.png) center 40% no-repeat;
}

.varBox {
  width: 270px;
}

.varTxt h5 {
  text-align: center;

}

.varHeadImg {
  text-align: center;
}

.varTxt p {
  padding: 10px 0 0 0; 
}

#serviceBox.headLP {
    background: #f5f5f5;
}

#greetingBox.noflex:before {
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 330px;
  top:0;
  left: -25%;
  z-index: -1;
}


#serviceBox.headLP .inBox .cardBox {
  width:360px;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #ddd;
  padding: 50px;
}

#serviceBox.headLP .inBox .cardBox img,
#serviceBox.headLP .inBox .cardBox h3,
#serviceBox.headLP .inBox .cardBox h3 >p {
  text-align: center;
  display: block;
  margin: 0 auto;
}

#serviceBox.headLP .inBox .cardBox h3 {
  font-size: 26px;
  color: #00BEB7;
}

.priceBox div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 0 0;
}

.priceBox .priceH {
justify-content: center;
  font-size: 24px;
  padding: 15px 0 10px;
  font-weight: bold;
}

#clientBox.lp .inBox .cardBox {
  width: 540px;
}

#clientBox .inBox .cardBox h3{
  padding: 20px 0 10px 0;
}

#clientBox .inBox .cardBox ul {
  padding: 0 0 0 25px;
}

#clientBox .inBox .cardBox ul li {
  list-style-type: disc;
}


/******************* SST 
*****************************************************/

#contentsBoxTop.SST {
  padding: 0 0 0 0;
}

.lpBtn.btnSST {
  display: inline-block;
  position: absolute;
  right: 120px;
  top:11px;
}

.lpBtn.btnSST a {
  width: 100%;
  display: block;
  padding: 10px 50px;
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

#lpMVSST {
  width: 100%;
  height: 660px;
  background: url(../img/main_sst.png) center top no-repeat;
  background-size: cover;
  margin: 0 0 0 0;
  padding: 0;
}

#lpMVSST .inBox{
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 0 0;
}

#lpMVSST h2 {
  /*width: 1200px;*/
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  width: 600px;
  text-align: center;
  background: rgba(255,255,255,0.8);
}

.lpReadSST {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  padding: 40px 0 0 0;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 3px 10px black;
}

#lpMVinfoSST {
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  position: relative;
}

#lpMVinfoSST .inBox {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 30px;
 /* display: flex;
  justify-content: space-between;*/
}

#lpMVinfoSST #lpMVinfoTxt h3 {
  font-size: 46px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

#lpMVinfoSST #lpMVinfoTxt p span {
  display: inline-block;
  border:3px solid #fff;
  border-radius: 5px;
  font-size: 20px;
  padding: 2px 10px;
  line-height: 1;
  margin: 0 20px 0 0;
}

#lpMVinfoSST #lpMVinfoTxt p {
  font-size: 26px;
  color: #fff;
  padding: 10px 0 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1; 
}

#lpMVinfoSST #lpMVinfoTxt p img {
  vertical-align: middle;
  display: inline-block;
  padding: 20px 20px 0 20px;
} 

.articleBox.lpSST {
  margin: 0 auto;
  width:1200px;
  padding: 120px 0 60px;
}


#contentsBoxTop.SST h2 {
  text-align: left;
  font-size:42px;
  padding: 0 0 30px 0;
  margin: 0 0 60px 0;
  position: relative;
  line-height: 1.4;
}

#contentsBoxTop.SST h2 span{
  display: inline-block;
  font-size:20px;
  padding: 0 0 0 20px;
}

#contentsBoxTop.SST h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 12px;
  width: 600px;
  border-radius:0;
  background: #000;
  bottom:0;
  left:-60px;
}

#contentsBoxTop.SST h3 {
  font-size: 32px;
  text-align: left;
  margin: 0;
  padding: 0 0 50px 0;
  color: #333;
  line-height: 1.4;
  width: 100%;
}


#newsBoxSST.SST,#clientBox.SST {
  background: #000;
  color: #fff;
}

#contentsBoxTop.SST #newsBoxSST h2:after,
#contentsBoxTop.SST #clientBox h2:after {
  background: #fff;
}

#contentsBoxTop.SST #newsBoxSST h3,
#contentsBoxTop.SST #clientBox h3 {
  color: #ddd; 
}

#clientBox .inBox.lpSST {
  display: block;
}

.personalityBox {
  display: flex;
  justify-content: space-between;
  padding: 0 0 100px 0;
}

.personCard {
  background: #fff;
  width: 540px;
  padding: 50px;
  color: #141414;
}

.personName {
  padding: 20px 0 10px 0;
  font-size: 22px;
  font-weight: bold;
}

.personCompany {
  font-weight: bold;
  padding: 0 0 20px 0;
}


#archiveBox {

}

.programCard {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding:30px;
  margin: 0 0 50px 0;
  background: #fff;
  box-shadow :0px 0px 5px silver;
}

.programInfo {
  padding: 0 50px 0 0;
}

.programDay {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #333; 
  width: 400px;
  margin: 0 0 30px 0;
}

.programTtl {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 1.4;
}

.programTtl a {
  text-decoration: none;
} 

.programName {
  padding: 0 0 30px 0;
}

.pName {
  display:inline-block;
  font-weight: bold;
  padding: 0 20px 0 0;
}

.pSub {
  color: #666;
  font-size: 14px;
}

.programLink {
  font-size: 14px;
}

.pYoutube {
  background: url(../img/ico_youtube.png) 0 6px no-repeat;
  padding: 3px 0 4px 40px;
}

.pSpotify {
  background: url(../img/ico_spotify.png) 0 6px no-repeat;
  padding: 3px 0 4px 40px;
}


#sponsorBox.SST {
  background: #fff;
  margin: 0 0 0 0;
  padding: 10px 0 160px;
}

.partnerBox {
  padding: 0 0 30px 0;
}

.partnerTtl {
  font-family: Roboto;
  position: relative;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  padding: 0 0 20px 60px;
}

.partnerTtl:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: Roboto;
  font-size: 72px;
  top: -20px;
  left: 0;
  position: absolute;
}

.partnerTtl span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #999;
  line-height: 1;
  padding: 5px 0 0 0;
}

.partnerLogo {
  padding: 0 0 50px 0;
}

.partnerLogo ul {
  display: flex;
  flex-wrap: wrap;
}

.partnerLogo li {
  padding: 0 20px 20px 0;
}

.sponsorInfo {
  color: #999;
}

.sdgsImg {
  text-align: center;
  padding: 60px 20px 0;
}

.sdgsImg img {
  width: 650px;
  height: auto;
}

#contactBoxSST {
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  color: #fff;
  padding: 40px 0;
  margin: 0 0 0 0;
}

#contactBoxSST .inBox {
  width: 1200px;
  margin: 0 auto;
}

.contactTTL {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
}

.contactSSTBtn {
  text-align: center;
}

.contactSSTBtn a {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  display: inline-block;
  border:3px solid #fff;
  border-radius: 50px;
  padding: 10px;
  width: 480px;
}

@media screen and (max-width: 1024px) {



/******************* LP PR★CASTING
*****************************************************/
#lpMVpr {
  width: 100%;
  height: 300px;
  background: url(../img/lpprmain.png) center top no-repeat;
  background-size: cover;
  margin: 30px 0 0 0;
  padding: 0;
}

#lpMVpr h2 {
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 0;
  font-size: 48px;
  color: #fff;
  text-shadow: 0px 3px 10px black; 
}

#lpMVpr .lpRead {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
  line-height: 1.4;
  text-shadow: 0px 3px 10px black;
}

#lpMVinfo {
  background: #166F9B;
  position: relative;
}

#lpMVinfo::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top:-100px;
  /*border-width: 0 0 100px calc(100vw - 17px);*/
 border-width: 0 0 100px 100vw;
  border-color: transparent transparent #166F9B transparent;
}

#lpMVinfo .inBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#lpMVinfoTxt h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
}

#lpMVinfoTxt h3 br {
  display: none;
}
/*
#lpMVinfoTxt p {
  font-size: 20px;
  color: #fff;
  padding: 10px 0 0 0;
}
*/

.btnB {
  display: inline-block;
  position: absolute;
  right: 60px;
  top:10px;
}

.btnB a {
  display: inline-block;
  padding: 5px 30px;
  background: #166F9B;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size:12px;
}

.btnW a {
  width: 300px;
  display: inline-block;
  padding: 10px 50px;
  background: #fff;
  border-radius: 30px;
  color: #166F9B;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
}

.btnY a {
  width: 300px;
  display: inline-block;
  padding: 10px 50px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff; 
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
}

.btnY.Btm {
  text-align: center;
  padding: 60px 0 0 0;
}

.btnY.Btm a {
  width: 90%;
  display: inline-block;
  padding: 15px 50px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff; 
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: none;
  text-decoration: none;
}

#lpMVbtnBox {
  padding: 0 0 0 0;
  display: block;
}

#lpMVbtnBox p {
  font-size: 20px;
  color: #fff;
  padding: 10px 0 20px 0;
}

#lpMVbtnBox .lpBtn {
  display: inline-block;
  margin: 0 50px 0 0;
}

#lpMVbtnBox .lpBtn.btnY {
  padding: 0 0 25px 0;
}


.articleBox.lpPR {
  margin: 0 auto;
  width:100%;
  padding: 60px 20px 60px;
}

.lpRead p {
padding:0 0 30px 0;
font-size:18px;
}

.articleBox.lpPR h3 {
color:#166F9B;
font-size:24px;
padding:60px 0 30px 0;
text-align:center;
}

#newsBox .castFlow {
  border-top: 1px solid #177BAC;
  padding: 25px 0 0 0;
}

#newsBox .castFlow li {
  border-bottom: 1px solid #177BAC;
  position: relative;
}

#newsBox .castFlow li:nth-of-type(3) {
  border-bottom: none;
}

.castFlow li {
  display: flex;
}

.castFlow .cfImg {
  width: 110px;
  padding: 0 0 0 20px;
}

.castFlow .cfTxt {
  padding: 0 0 0 45px;
  position: relative;
}

.castFlow .cfTxt h4 {
  font-size: 20px;
  padding: 15px 0 0 0;
}

.cfLogoBox {
  display: flex;
  padding:10px 0 0 0;
  flex-wrap: wrap;
}

.cfLogo {
  width: 170px;
}

.cfPoint {
  position: absolute;
  width: 50px;
  height: 35px;
  display: block;
  top:-5px;
  left: 0;
}

.castBox {
  width: 100%;
}

.castBox div {
  text-align: center;
}

.castBox p {
  padding: 0 0 60px 0;
  text-align: center;
}

#clientBox .castBox h3 {
  line-height: 1.4;
  height: auto;
  margin: 0;
  padding: 15px 0 10px;
}

#serviceBox.lpPR {
    background: #166F9B;
position:relative;
}

#serviceBox.lpPR::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top:-100px;
  z-index: 100;
 
  /*border-width: 0 0 100px calc(100vw - 17px);*/
 border-width: 0 0 100px 100vw;
  border-color: transparent transparent #166F9B transparent;
}

#serviceBox.lpPR::after{
  content:"";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
 border-width: 0 0 100px 100vw;
 
  border-color: transparent transparent transparent #166F9B;
}

#serviceBox.lpPR h2,
.articleBox.lpPR h2 {
font-size:36px;
text-align:center;
  margin: 0 0 120px 0;
  position: relative;
  line-height: 1.4;
}

#serviceBox.lpPR h2:after,
.articleBox.lpPR h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 6px;
  width: 200px;
border-radius:3px;
  background: #FFAD0A;
  bottom:-40px;
left:calc(50% - 100px);
}

#serviceBox.lpPR {
color: #fff;
}

#serviceBox.lpPR h2:after {
  background: #fff;
}

#serviceBox.lpPR .inBox {
display: block;
}

#serviceBox.lpPR .inBox p {
  font-size:24px;
  font-weight: bold;
  padding: 0 0 40px 0;
  text-align: center;
}

.caseBg {
  background: #E9E9E9;
  border-radius: 15px;
  padding:60px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.caseBox {
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 50px 30px 40px;
  width:100%;
  margin: 0 0 60px 0;
  border:1px solid #d5d5d5;
}

.caseBox:first-of-type {
  padding: 50px 30px 80px;
}

.caseNum {
  background: #005D92;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  width: 160px;
  position: absolute;
  top:-18px;
  left: calc(50% - 80px);
}

.caseNum:after {
  background: #005D92;
}

.caseTtl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.caseTtl span {
  font-size:48px;
  font-weight:bold;
  color: #177BAC;
}

.caseTtl span.s {
  font-size: 24px;
}

.caseTtl span.ss {
  font-size:14px;
  font-weight:normal;
}

.caseInfo {
  background: #7AAAC6;
  border-radius: 15px;
  color: #fff;
  text-align: center; 
  font-size:20px;
  font-weight: bold;
  margin: 10px 0 40px;
}

.caseImg {
  position: absolute;
  display: inline-block;
  top:140px;
  right: 60px;
}

.caseBox dl {
  display: flex;
  flex-wrap: wrap;
}

.caseBox dt {
  width: 30%;
  font-size:18px;
  font-weight:bold;
  padding: 0 0 0 20px;
  background: url(../img/ico_list.png) 0 12px no-repeat;
}

.caseBox dd {
  width: 55%;
  padding: 2px 0 10px 0;
}

.isoBox {
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  justify-content: space-between;
}

.isoTxt {
  padding: 0 50px 0 0;
  font-size:14px;
}

.isoTxt p a {
  display: inline-block;
  padding: 5px 20px 30px 0;
}

.isoImg {
  margin: 0 auto;
  width: 145px;
}

.isoImg p {
  font-size: 10px;
  text-align: center;
}


#lpAboutBox dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size:14px;
}

#lpAboutBox dt {
  width: 20%;
  padding: 10px;
  background: #fafafa;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox dd {
  width: 78%;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox dt:last-of-type,
#lpAboutBox dd:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}



/******************* 動画PR
*****************************************************/

.lpBtn.btnY {
  display: inline-block;
  position: absolute;
  right: 70px;
  top:9px;
}

.lpBtn.btnY a {
  width: 100%;
  display: block;
  padding: 5px 30px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

#lpMVprMov {
  width: 100%;
  height: auto;
  background: url(../img/main_movpr.png) center top no-repeat;
  background-size: cover;
  margin: 30px 0 0 0;
  padding: 0;
}

#lpMVprMov .inBox{
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 60px;
}

#lpMVprMov h2 {
  /*width: 1200px;*/
  display: inline-block;
  margin: 0;
  padding: 10px 50px 20px;
  font-size: 48px;
  color: #fff;
  /*
  text-shadow: 0px 3px 10px black; 
  */
  background: #000;
}

#lpMVprMov .lpReadMov {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 40px 50px 0;
  line-height: 1.2;
  text-shadow: 0px 3px 10px black;
}

#lpMVinfoMov {
  background: #000;
  position: relative;
}

#lpMVinfoMov .inBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 30px;
 /* display: flex;
  justify-content: space-between;*/
}

#lpMVinfoMov #lpMVinfoTxt h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1.4;
}

#lpMVinfoMov #lpMVinfoTxt p {
  font-size: 20px;
  color: #fff;
  padding: 0 0 0 0;
}

.articleBox.lpMov {
  margin: 0 auto;
  width:100%;
  padding: 80px 20px 60px;
}


#contentsBoxTop.prMov h2 {
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  font-size:36px;
  padding: 0 0 20px 0;
  margin: 0 0 80px 0;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #333;
}

#contentsBoxTop.prMov h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 240px;
  border-radius:3px;
  background: #FFAD0A;
  bottom:-1px;
  left:0;
}

#newsBoxMov h3 {
  font-size: 28px;
  font-family: 'Noto Serif JP', serif; 
  text-align: left;
  margin: 0;
  padding: 0 0 50px 0;
  color: #333;
}

.movprCard4Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0 0 0;
  margin: 0 0 50px 0;
}

.movprCard4 {
  width: 250px;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  border-radius: 10px;
  padding: 30px 25px;
  box-sizing: border-box;
  margin: 0 0 50px 0;
}

.movprCard4 p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  height: 60px;
}

.movprCardImg {
  text-align: center;
}

.movprCardImg img {
  width: 90%;
  height: auto;
}

#clientBox.lp .inBox.lpMov {
  display: flex;
  justify-content:center ;
}

.movprCard3 {
  width: 100%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  border-radius: 10px;
  padding: 30px 25px;
  box-sizing: border-box; 
  margin: 0 0 40px 0;
}

.movprCard3 div {
  text-align: center;
  padding: 0 0 50px 0;
}

.movprCard3 h3 {
  font-size: 24px;
  font-family: 'Noto Serif JP', serif; 
  text-align: center;
  line-height: 1.0;
  padding: 0 0 30px 0;
  margin: 0;
  height: auto;
}

.movprCard3 h3 br{
  display: none;: 
}

.movprCard3 img {
  width: 400px;
  height:auto;
}

.movprCard3 p {
  text-align: center;
  padding: 0;
}

.card03Info {
  padding: 50px 0;
  text-align: center;
}

.card03Info .serif {
  font-size: 30px;
  font-weight: bold;
  padding: 30px 0;
}

.movprCard3s {
  width: 100%;
  text-align: center;
  padding: 0 0 50px 0;
}

.movprCard3s h3 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; 
  text-align: center;
  line-height: 1.4; 
  padding: 20px 0 0 0;
}

.lpMov .caseBox {
  width: 100%;
  position: static;
  border-radius: 10px;
  padding: 50px 30px;
  margin: 0 0 60px 0;
  border:1px solid #d5d5d5;
}

.lpMov .caseBox br {
  display: none;
}

.lpMov .caseNum {
  background: #FAA634;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size:26px;
  font-weight: bold;
  width: 100%;
  position: static;
  padding: 0;
}

.lpMov .caseTtl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.lpMov .caseTtl span {
  font-size:56px;
  font-weight:bold;
  color: #FAA634;
}

.lpMov .caseTtl span.s {
  font-size: 30px;  
}

.lpMov .caseBox dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 50px;
}

.lpMov .caseBox dt {
  width: 100%;
  font-size:22px;
  font-weight:bold;
  padding: 0 0 0 20px;
  background: url(../img/ico_list_movpr.png) 0 15px no-repeat;
}

.lpMov .caseBox dd {
  width: 100%;
  padding: 2px 0 10px 25px;
}

#clientBox.lpMov {
  background: #000;
  margin: 150px 0 100px;
  position: relative;
  background: linear-gradient(-45deg, #141414 0%, #141414 50%, #232323 50%, #232323 100%);
}

#clientBox.lpMov h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#clientBox.lpMov h2:after {
  background: #fff;
}


.reasonBg {
  background: #f5f5f5;
  border-radius: 15px;
  padding:100px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.reasonCard {
  display: flex;
  flex-wrap:wrap;
  background: #fff;
  padding: 45px 35px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  width: 100%;
  margin: 0 0 40px 0;
}

.reasonNum {
  font-size: 74px;
  font-weight: bold;
  color: #FFAD0A;
  line-height: 1.0;
  padding: 0 50px 15px 0;
}

.reasonTtl {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif; 
  font-weight: bold;
  line-height: 1.4;
}

.reasonInfo {
  width: 100%;
  padding: 30px 0 0 0;
  font-size: 18px;
  color: #666;
}

.isoBox {
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  justify-content: space-between;
  width: 100%;
}

.isoTxt {
  padding: 0 50px 0 0;
  font-size:14px;
}

.isoTxt p a {
  display: inline-block;
  padding: 20px 20px 0 0;
}

#lpAboutBox.lpMov dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#lpAboutBox.lpMov dt {
  width: 20%;
  padding: 10px;
  background: #fafafa;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox.lpMov dd {
  width: 79%;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox.lpMov dt:last-of-type,
#lpAboutBox.lpMov dd:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}

/******************* SST 
*****************************************************/

#contentsBoxTop.SST {
  padding: 0 0 0 0;
}

.lpBtn.btnSST {
  display: inline-block;
  position: absolute;
  right: 70px;
  top:9px;
}

.lpBtn.btnSST a {
  width: 100%;
  display: block;
  padding: 5px 30px;
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

#lpMVSST {
  width: 100%;
  height: 660px;
  background: url(../img/main_sst.png) center top no-repeat;
  background-size: cover;
  margin: 0 0 0 0;
  padding: 0;
}

#lpMVSST .inBox{
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 0;
}

#lpMVSST h2 {
  /*width: 1200px;*/
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  width: 75%;
  text-align: center;
  background: rgba(255,255,255,0.8);
}

#lpMVSST h2 img {
  width: 80%;
  height: auto;
}

.lpReadSST {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 40px 0 0 0;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 3px 10px black;
}

.lpReadSST br {
  display: none;
}

#lpMVinfoSST {
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  position: relative;
}

#lpMVinfoSST .inBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 30px;
 /* display: flex;
  justify-content: space-between;*/
}

#lpMVinfoSST #lpMVinfoTxt h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

#lpMVinfoSST #lpMVinfoTxt p span {
  display: inline-block;
  border:3px solid #fff;
  border-radius: 5px;
  font-size: 20px;
  padding: 2px 10px;
  line-height: 1;
  margin: 0 20px 0 0;
}

#lpMVinfoSST #lpMVinfoTxt p {
  font-size: 26px;
  color: #fff;
  padding: 10px 0 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1; 
}

#lpMVinfoSST #lpMVinfoTxt p img {
  vertical-align: middle;
  display: inline-block;
  padding: 20px 10px 0;
} 

.articleBox.lpSST {
  margin: 0 auto;
  width:100%;
  padding: 100px 20px 50px;
}


#contentsBoxTop.SST h2 {
  text-align: left;
  font-size:36px;
  padding: 0 0 30px 0;
  margin: 0 0 60px 0;
  position: relative;
  line-height: 1.4;
}

#contentsBoxTop.SST h2 span{
  display: inline-block;
  font-size:18px;
  padding: 0 0 0 20px;
}

#contentsBoxTop.SST h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 12px;
  width: 480px;
  border-radius:0;
  background: #000;
  bottom:0;
  left:-60px;
}

#contentsBoxTop.SST h3 {
  font-size: 28px;
  text-align: left;
  margin: 0;
  padding: 0 0 50px 0;
  color: #333;
  line-height: 1.4;
  width: 100%;
}


#newsBoxSST.SST,#clientBox.SST {
  background: #000;
  color: #fff;
}

#contentsBoxTop.SST #newsBoxSST h2:after,
#contentsBoxTop.SST #clientBox h2:after {
  background: #fff;
}

#contentsBoxTop.SST #newsBoxSST h3,
#contentsBoxTop.SST #clientBox h3 {
  color: #ddd; 
}

#clientBox .inBox.lpSST {
  display: block;
}

.personalityBox {
  display: block;
  justify-content: space-between;
  padding: 0 0 100px 0;
}

.personImg {
}

.personCard {
  background: #fff;
  width:100%;
  padding: 50px;
  color: #141414;
  margin: 0 0 80px 0;
}

.personName {
  padding: 20px 0 10px 0;
  font-size: 22px;
  font-weight: bold;
}

.personCompany {
  font-weight: bold;
  padding: 0 0 20px 0;
}


#archiveBox {

}

.programCard {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding:30px;
  margin: 0 0 50px 0;
  background: #fff;
  box-shadow :0px 0px 5px silver;
}

.programImg img {
  width: 100%;
  height: auto;
}

.programInfo {
  padding: 0 40px 0 0;
}

.programDay {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #333; 
  width: 70%;
  margin: 0 0 20px 0;
}

.programTtl {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 1.4;
}

.programName {
  padding: 0 0 10px 0;
}

.programName li {
  padding: 0 0 5px 0;
}

.pName {
  display:block;
  font-weight: bold;
  padding: 0 20px 0 0;
  line-height: 1;
}

.pSub {
  color: #666;
  font-size: 14px;
}

.programLink {
  font-size: 14px;
}

.pYoutube {
  background: url(../img/ico_youtube.png) 0 6px no-repeat;
  padding: 3px 0 4px 40px;
}

.pSpotify {
  background: url(../img/ico_spotify.png) 0 6px no-repeat;
  padding: 3px 0 4px 40px;
}

#sponsorBox.SST {
  background: #fff;
  margin: 0 0 0;
  padding: 10px 0 100px;
}

.partnerBox {
  padding: 0 0 30px 0;
}

.partnerTtl {
  font-family: Roboto;
  position: relative;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  padding: 0 0 20px 60px;
}

.partnerTtl:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: Roboto;
  font-size: 72px;
  top: -20px;
  left: 0;
  position: absolute;
}

.partnerTtl span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #999;
  line-height: 1;
  padding: 5px 0 0 0;
}

.partnerLogo {
  padding: 0 0 50px 0;
}

.partnerLogo ul {
  display: flex;
  flex-wrap: wrap;
}

.partnerLogo li {
  padding: 0 20px 0 0;
}

.sponsorInfo {
  color: #999;
}

.sdgsImg {
  text-align: center;
  padding: 60px 20px 0;
}

.sdgsImg img {
  width: 520px;
  height: auto;
}

#contactBoxSST {
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  color: #fff;
  padding: 40px 0;
  margin: 0 0 0 0;
}

#contactBoxSST .inBox {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.contactTTL {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
}

.contactSSTBtn {
  text-align: center;
}

.contactSSTBtn a {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  border:3px solid #fff;
  border-radius: 50px;
  padding: 10px;
  width: 480px;
}



/* LP
***********************************************/


#lpMV {
  width: 100%;
  height: 350px;
  background: url(../img/lpmain.png) center top no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  position: absolute;
}

#lpMV p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 0;
}

#mvBoxLp {
  width: 100%;
  padding: 300px 0 80px;
  background: #f6f6f6;
}

#mvBoxLp #mvTxt {
  /*position: absolute;
  top:0;*/
  border-left: 5px solid #121212;
  margin: 100px 0 0 50px;
}

#mvBoxLp #mvTxt p {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 50px 30px
}

#mvBoxLp #mvTxt p.txtL {
  font-size: 36px;
}

h3.lpTtl {
  font-size: 28px;
  padding: 0 0 30px 0;
}

.hrBox {
  display: flex;
  padding: 0 0 50px 0;
}

.hrBox:last-child {
  padding: 0 0 0 0;
}
.hrImg {
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
}

.hrImg img {
  width: 100px;

}

.hrTxt h4 {
  font-size: 20px;
  color: #00BEB7;
  padding: 10px 0 20px 0;
}

#greetingBox.noflex .inBox {
  display: block;
  padding: 0 0 120px 0;
}

#greetingBox.noflex .inBox:last-child {
  padding: 0 0 0 0;
}

.flex5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.varHead {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 20px 0;
}

.varBox h4 {
  font-size: 22px;
  color: #00BEB7;
  padding: 20px 0 0 0;
  text-align:left;
  display: inline-block;
}

.varBox .varHead h4 {
  font-size: 28px;
  padding: 0 0 0 10px;
  text-align: left;
}

.varBoxAr {
  width: 65px;
  height: 85px;
  background:url(../img/img_arrow_v.png) center 40% no-repeat;
  margin: 20px auto 0;
}

.varBox {
  width: 100%;
  padding: 20px 0 0 0;
}

.varTxt h5 {
  text-align: left;

}

.varSpBox {
  display: flex;
  align-items: center;
}

.varHeadImg {
  margin: 0 20px 0 0;
}

.varTxt p {
  padding: 10px 0 0 0; 
}

#serviceBox.headLP {
    background: #f5f5f5;
}

#greetingBox.noflex:before {
  content: "";
  display: block;
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 260px;
  top:0;
  left: -25%;
  z-index: -1;
}

#serviceBox.headLP .inBox {
  flex-wrap: wrap;
  justify-content: center;
}

#serviceBox.headLP .inBox .cardBox {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #ddd;
  padding: 50px;
}

#serviceBox.headLP .inBox .cardBox img,
#serviceBox.headLP .inBox .cardBox h3,
#serviceBox.headLP .inBox .cardBox h3 >p {
  text-align: center;
  display: block;
  margin: 0 auto;
}

#serviceBox.headLP .inBox .cardBox img {
  width: 100px;
}

#serviceBox.headLP .inBox .cardBox h3 {
  font-size: 26px;
  color: #00BEB7;
}

.priceBox div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 0 0;
}

.priceBox .priceH {
justify-content: center;
  font-size: 24px;
  padding: 15px 0 10px;
  font-weight: bold;
}

#clientBox.lp .inBox {
  flex-wrap: wrap;
  justify-content: center;
}

#clientBox.lp .inBox .cardBox {
  width: 100%;

}

#clientBox .inBox .cardBox h3{
  padding: 20px 0 10px 0;
  font-size: 18px;
}

#clientBox .inBox .cardBox ul {
  padding: 0 0 0 25px;
}

#clientBox .inBox .cardBox ul li {
  list-style-type: disc;
}

.spSPT30 {
  padding: 50px 0 0 0;
}

}


@media screen and (max-width: 560px) {

/******************* LP PR★CASTING
*****************************************************/
#lpMVpr {
  width: 100%;
  height: 200px;
  background: url(../img/lpprmain.png) center top no-repeat;
  background-size: cover;
  margin: 30px 0 0 0;
  padding: 0;
}

#lpMVpr h2 {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0;
  font-size: 24px;
  color: #fff;
  text-shadow: 0px 3px 10px black; 
}

#lpMVpr .lpRead {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 0;
  line-height: 1.4;
  text-shadow: 0px 3px 10px black;
}

#lpMVinfo {
  background: #166F9B;
  position: relative;
}

#lpMVinfo::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top:-100px;
  border-width: 0 0 100px 100vw;
 
  border-color: transparent transparent #166F9B transparent;
}

#lpMVinfo .inBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#lpMVinfoTxt h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}

#lpMVinfoTxt h3 br {
  display: none;
}
#lpMVinfoTxt p {
  font-size: 14px;
  color: #fff;
  padding: 10px 0 0 0;
}

.btnB {
  display: inline-block;
  position: absolute;
  right: 60px;
  top:11px;
}

.btnB a {
  display: inline-block;
  padding: 2px 12px;
  background: #166F9B;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size:12px;
}

.btnW a {
  width: 100%;
  display: block;
  padding: 10px 50px;
  background: #fff;
  border-radius: 30px;
  color: #166F9B;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
}

.btnY a {
  width: 100%;
  display: block;
  padding: 10px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff; 
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 3px 30px rgba(0,0,0,0.4);
}

.btnY.Btm {
  text-align: center;
  padding: 40px 0 0 0;
}

.btnY.Btm a {
  width: 90%;
  display: inline-block;
  padding: 10px 50px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff; 
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: none;
  text-decoration: none;
}

#lpMVbtnBox {
  padding: 0 0 0 0;
  width: 100%;
}

#lpMVbtnBox p {
  font-size: 14px;
  color: #fff;
  padding: 10px 0 40px 0;
}

#lpMVbtnBox .lpBtn {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#lpMVbtnBox .lpBtn.btnY {
  padding: 0 0 25px 0;
}


.articleBox.lpPR {
  margin: 0 auto;
  width:100%;
  padding: 60px 20px 30px;
}

.lpRead p {
padding:0 0 30px 0;
font-size:18px;
}

.articleBox.lpPR h3 {
color:#166F9B;
font-size:22px;
padding:60px 0 30px 0;
text-align:center;
}

#newsBox .castFlow {
  border-top: 1px solid #177BAC;
  padding: 25px 0 0 0;
}

#newsBox .castFlow li {
  border-bottom: 1px solid #177BAC;
  position: relative;
}

#newsBox .castFlow li:nth-of-type(3) {
  border-bottom: none;
}

.castFlow li {
  display: flex;
}

.castFlow .cfImg {
  width: 60px;
  padding: 0 0 0 0;
}

.castFlow .cfImg img {
  width: 60px;
  height: auto;
}

.castFlow .cfTxt {
  padding: 0 0 0 20px;
  position: relative;
}

.castFlow .cfTxt h4 {
  font-size: 16px;
  padding: 5px 0 0 0;
  line-height: 1.4;
}

.castFlow .cfTxt h4.point {
  padding: 5px 0 0 25px;
}

#newsBox .castFlow .cfTxt p {
  font-size:14px;
  padding: 8px 0 0 0;
}

.cfLogoBox {
  display: flex;
  padding:10px 0 0 0;
  flex-wrap: wrap;
}

.cfLogo {
  width: 170px;
}

.cfPoint {
  position: absolute;
  width: 50px;
  height: 35px;
  display: block;
  top:-12px;
  left: 0;
}

.castBox {
  width: 100%;
}

.castBox div {
  text-align: center;
}

.castBox img {
  width: 100%;
  height: auto;
}

.castBox p {
  padding: 0 0 60px 0;
  text-align: center;
  font-size:14px;
}

#clientBox .castBox h3 {
  line-height: 1.4;
  height: auto;
  margin: 0;
  padding: 15px 0 10px;
  font-size:18px;
}

#serviceBox.lpPR {
    background: #166F9B;
position:relative;
}

#serviceBox.lpPR::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  top:-100px;
  z-index: 100;
 
  border-width: 0 0 100px 100vw;
 
  border-color: transparent transparent #166F9B transparent;
}

#serviceBox.lpPR::after{
  content:"";
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  border-width: 0 0 100px 100vw;
 
  border-color: transparent transparent transparent #166F9B;
}

#serviceBox.lpPR h2,
.articleBox.lpPR h2 {
font-size:22px;
text-align:center;
  margin: 0 0 80px 0;
  position: relative;
  line-height: 1.4;
}

#serviceBox.lpPR h2 br,
.articleBox.lpPR h2 br{
  display: none;
}

#serviceBox.lpPR h2:after,
.articleBox.lpPR h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 180px;
border-radius:3px;
  background: #FFAD0A;
  bottom:-30px;
left:calc(50% - 90px);
}

#serviceBox.lpPR {
color: #fff;
}

#serviceBox.lpPR h2:after {
  background: #fff;
}

#serviceBox.lpPR .inBox {
display: block;
}

#serviceBox.lpPR .inBox p {
  font-size:20px;
  font-weight: bold;
  padding: 0 0 40px 0;
  text-align: center;
}

.caseBg {
  background: #E9E9E9;
  border-radius: 15px;
  padding:60px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.caseBox {
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 40px 20px 40px;
  width:100%;
  margin: 0 0 60px 0;
  border:1px solid #d5d5d5;
}

.caseBox:first-of-type {
  padding: 40px 20px 40px;
}

.caseNum {
  background: #005D92;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  font-size:20px;
  font-weight: bold;
  width: 160px;
  position: absolute;
  top:-18px;
  left: calc(50% - 80px);
}

.caseNum:after {
  background: #005D92;
}

.caseTtl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.caseTtl span {
  font-size:48px;
  font-weight:bold;
  color: #177BAC;
}

.caseTtl span.s {
  font-size:24px;
  font-weight:bold;
}

.caseTtl span.ss {
  font-size:14px;
  font-weight:normal;
  display: block;
  line-height: 1.0;
  padding: 0 0 0 0;
}

.caseInfo {
  background: #7AAAC6;
  border-radius: 15px;
  color: #fff;
  text-align: center; 
  font-size:20px;
  font-weight: bold;
  margin: 10px 0 5px;
}

.caseImg {
  position: absolute;
  display: none;
  top:140px;
  right: 60px;
}

.caseBox dl {
  display: block;
  flex-wrap: wrap;
}

.caseBox dt {
  width: 100%;
  font-size:18px;
  font-weight:bold;
  padding: 0 0 0 35px;
  background: url(../img/ico_list.png) 15px 12px no-repeat;
}

.caseBox dd {
  width: 100%;
  padding: 2px 0 20px 50px;
}

.caseBox dl dd span {
  display: inline-block;
  padding: 0 10px 0 0;
}

.isoBox {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  justify-content: space-between;
}

.isoTxt {
  padding: 0 0 0 0;
  font-size:14px;
}

.isoTxt p a {
  display: inline-block;
  padding: 0 0 0 0;
}

.isoTxt p {
  padding: 0 0 20px 0;
}


#lpAboutBox dl {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size:14px;
}

#lpAboutBox dt {
  width: 100%;
  padding: 10px;
  background: #efefef;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox dd {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox dt:last-of-type,
#lpAboutBox dd:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}


/******************* 動画PR
*****************************************************/

.lpBtn.btnY {
  display: inline-block;
  position: absolute;
  right: 60px;
  top:12px;
}

.lpBtn.btnY a {
  width: 100%;
  display: block;
  padding: 2px 12px;
  background: #FFAD0A;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

#lpMVprMov {
  width: 100%;
  height: auto;
  background: url(../img/main_movpr.png) center top no-repeat;
  background-size: cover;
  margin: 40px 0 0 0;
  padding: 0;
}

#lpMVprMov .inBox{
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 140px;
}

#lpMVprMov h2 {
  /*width: 1200px;*/
  display: inline-block;
  margin: 0;
  padding: 10px 50px 15px 20px;
  font-size: 30px;
  color: #fff;
  /*
  text-shadow: 0px 3px 10px black; 
  */
  background: #000;
}

#lpMVprMov .lpReadMov {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 60px 20px 0;
  line-height: 1.2;
  text-shadow: 0px 3px 10px black;
}

#lpMVinfoMov {
  background: #000;
  position: relative;
}

#lpMVinfoMov .inBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px;
 /* display: flex;
  justify-content: space-between;*/
}

#lpMVinfoMov #lpMVinfoTxt h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

#lpMVinfoMov #lpMVinfoTxt p {
  font-size: 16px;
  color: #fff;
  padding: 0 0 0 0;
}

.articleBox.lpMov {
  margin: 0 auto;
  width:100%;
  padding: 60px 20px 40px;
}


#contentsBoxTop.prMov h2 {
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  font-size:22px;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #333;
}

#contentsBoxTop.prMov h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 240px;
  border-radius:3px;
  background: #FFAD0A;
  bottom:-1px;
  left:0;
}

#newsBoxMov h3 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; 
  text-align: left;
  margin: 0;
  padding: 0 0 30px 0;
  color: #333;
}

.movprCard4Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0 0 0;
}

.movprCard4 {
  width: 45%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  border-radius: 10px;
  padding: 20px 15px;
  box-sizing: border-box;
  margin: 0 0 40px 0;
}

.movprCard4 p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  height: 60px;
}

.movprCardImg {
  text-align: center;
}

.movprCardImg img {
  width: 90%;
  height: auto;
}

#clientBox.lp .inBox.lpMov {
  display: flex;
  justify-content:center ;
}

.movprCard3 {
  width: 100%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  border-radius: 10px;
  padding: 30px 25px;
  box-sizing: border-box; 
  margin: 0 0 40px 0;
}

.movprCard3 div {
  text-align: center;
  padding: 0 0 30px 0;
}

.movprCard3 h3 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; 
  text-align: center;
  line-height: 1.4;
  padding: 0 0 20px 0;
  margin: 0;
  height: auto;
}

.movprCard3 h3 br{
  display: none;: 
}

.movprCard3 img {
  width:100%;
  height:auto;
}

.movprCard3 p {
  text-align: left;
  padding: 0;
}

.card03Info {
  padding: 50px 0;
  text-align: center;
}

.card03Info .serif {
  font-size: 22px;
  font-weight: bold;
  padding: 30px 0;
}

.movprCard3s {
  width: 100%;
  text-align: center;
  padding: 0 0 50px 0;
}

.movprCard3s h3 {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; 
  text-align: center;
  line-height: 1.4; 
  padding: 10px 0 0 0;
}

.lpMov .caseBox {
  width: 100%;
  position: static;
  border-radius: 10px;
  padding: 40px 20px;
  margin: 0 0 60px 0;
  border:1px solid #d5d5d5;
}

.lpMov .caseBox br {
  display: none;
}

.lpMov .caseNum {
  background: #FAA634;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size:22px;
  font-weight: bold;
  width: 100%;
  position: static;
  padding: 0;
}

.lpMov .caseTtl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 0 0 0;
}

.lpMov .caseTtl span {
  font-size:50px;
  font-weight:bold;
  color: #FAA634;
}

.lpMov .caseTtl span.s {
  font-size: 24px;  
}

.lpMov .caseBox dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
}

.lpMov .caseBox dt {
  width: 100%;
  font-size:20px;
  font-weight:bold;
  padding: 0 0 0 20px;
  background: url(../img/ico_list_movpr.png) 0 15px no-repeat;
}

.lpMov .caseBox dd {
  width: 100%;
  padding: 2px 0 10px 25px;
}

#clientBox.lpMov {
  background: #000;
  margin: 150px 0 100px;
  position: relative;
  background: linear-gradient(-45deg, #141414 0%, #141414 50%, #232323 50%, #232323 100%);
}

#clientBox.lpMov h2 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#clientBox.lpMov h2:after {
  background: #fff;
}


.reasonBg {
  background: #f5f5f5;
  border-radius: 15px;
  padding:60px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.reasonCard {
  display: block;
  flex-wrap:wrap;
  background: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  width: 100%;
  margin: 0 0 40px 0;
}

.reasonNum {
  font-size: 40px;
  font-weight: bold;
  color: #FFAD0A;
  line-height: 1.0;
  padding: 0 50px 15px 0;
}

.reasonTtl {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif; 
  font-weight: bold;
  line-height: 1.4;
}

.reasonInfo {
  width: 100%;
  padding: 30px 0 0 0;
  font-size: 16px;
  color: #666;
}

.isoBox {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border:1px solid #d5d5d5;
  justify-content: space-between;
  width: 100%;
}

.isoTxt {
  padding: 0 0 0 0;
  font-size:14px;
}

.isoTxt p a {
  display: inline-block;
  padding: 10px 20px 30px 0;
}


#lpAboutBox.lpMov dl {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size:14px;
}

#lpAboutBox.lpMov dt {
  width: 100%;
  padding: 10px;
  background: #efefef;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox.lpMov dd {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #dfdfdf;
}

#lpAboutBox.lpMov dt:last-of-type,
#lpAboutBox.lpMov dd:last-of-type {
  border-bottom: 1px solid #dfdfdf;
}


/******************* SST 
*****************************************************/

#contentsBoxTop.SST {
  padding: 0 0 0 0;
}

.lpBtn.btnSST {
  display: inline-block;
  position: absolute;
  right: 60px;
  top:11px;
}

.lpBtn.btnSST a {
  width: 100%;
  display: block;
  padding: 2px 12px;
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}

#lpMVSST {
  width: 100%;
  height: 460px;
  background: url(../img/main_sst.png) center top no-repeat;
  background-size: cover;
  margin: 0 0 0 0;
  padding: 0;
}

#lpMVSST .inBox{
  width: 100%;
  margin: 0 auto;
  padding: 50px 20px 0;
}

#lpMVSST h2 {
  /*width: 1200px;*/
  display: block;
  margin: 0 auto;
  padding: 40px 0;
  width: 75%;
  text-align: center;
  background: rgba(255,255,255,0.8);
}

#lpMVSST h2 img {
  width: 80%;
  height: auto;
}

.lpReadSST {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 0 0 0;
  line-height: 1.4;
  text-align: left;
  text-shadow: 0px 3px 10px black;
}

.lpReadSST br {
  display: none;
}

#lpMVinfoSST {
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  position: relative;
}

#lpMVinfoSST .inBox {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 30px;
 /* display: flex;
  justify-content: space-between;*/
}

#lpMVinfoSST #lpMVinfoTxt h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}

#lpMVinfoSST #lpMVinfoTxt p span {
  display: inline-block;
  border:3px solid #fff;
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 5px;
  line-height: 1;
  margin: 0 8px 0 0;
}

#lpMVinfoSST #lpMVinfoTxt p {
  font-size: 16px;
  color: #fff;
  padding: 10px 0 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1; 
}

#lpMVinfoSST #lpMVinfoTxt p img {
  vertical-align: middle;
  display: inline-block;
  padding: 20px 5px 0;
} 

.articleBox.lpSST {
  margin: 0 auto;
  width:100%;
  padding: 80px 20px 40px;
}


#contentsBoxTop.SST h2 {
  text-align: left;
  font-size:22px;
  padding: 0 0 30px 0;
  margin: 0 0 40px 0;
  position: relative;
  line-height: 1.4;
}

#contentsBoxTop.SST h2 span{
  display: block;
  font-size:14px;
  padding: 0 0 0 0;
}

#contentsBoxTop.SST h2:after {
  position: absolute;
  display: block;
  content: "";
  height: 12px;
  width:240px;
  border-radius:0;
  background: #000;
  bottom:0;
  left:-60px;
}

#contentsBoxTop.SST h3 {
  font-size: 18px;
  text-align: left;
  margin: 0;
  padding: 0 0 30px 0;
  color: #333;
  line-height: 1.4;
  width: 100%;
}


#newsBoxSST.SST,#clientBox.SST {
  background: #000;
  color: #fff;
}

#contentsBoxTop.SST #newsBoxSST h2:after,
#contentsBoxTop.SST #clientBox h2:after {
  background: #fff;
}

#contentsBoxTop.SST #newsBoxSST h3,
#contentsBoxTop.SST #clientBox h3 {
  color: #ddd; 
}

#clientBox .inBox.lpSST {
  display: block;
}

.personalityBox {
  display: block;
  justify-content: space-between;
  padding: 0 0 20px 0;
}

.personImg img {
  width: 100%;
  height: auto;
}

.personCard {
  background: #fff;
  width:100%;
  padding: 30px 20px;
  color: #141414;
  margin: 0 0 80px 0;
}

.personName {
  padding: 20px 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.personCompany {
  font-weight: bold;
  padding: 0 0 20px 0;
}


#archiveBox {

}

.programCard {
  display: block;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding:30px 20px;
  margin: 0 0 50px 0;
  background: #fff;
  box-shadow :0px 0px 5px silver;
}

.programImg {
  padding: 0 0 20px 0;
}

.programImg img {
  width: 100%;
  height: auto;
}

.programInfo {
  padding: 0 0 0 0;
}

.programDay {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333; 
  width: 70%;
  margin: 0 0 20px 0;
}

.programTtl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 30px 0;
  line-height: 1.4;
}

.programName {
  padding: 0 0 10px 0;
}

.programName li {
  padding: 0 0 5px 0;
}

.pName {
  display:block;
  font-weight: bold;
  padding: 0 20px 0 0;
  line-height: 1;
}

.pSub {
  color: #666;
  font-size: 14px;
}

.programLink {
  font-size: 14px;
}

.pYoutube {
  background: url(../img/ico_youtube.png) 0 6px no-repeat;
  padding: 3px 0 4px 40px;
}

.pSpotify {
  background: url(../img/ico_spotify.png) 0 6px no-repeat;
  padding: 3px 0 4px 40px;
}



#sponsorBox.SST {
  background: #fff;
  margin: 0 0 0;
  padding: 10px 0 100px;
}

.partnerBox {
  padding: 0 0 40px 0;
}


.partnerTtl {
  font-family: Roboto;
  position: relative;
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  padding: 0 0 20px 40px;
}

.partnerTtl:before {
  content: ">";
  display: block;
  font-weight: bold;
  font-family: Roboto;
  font-size: 60px;
  top: -20px;
  left: 0;
  position: absolute;
}

.partnerTtl span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #999;
  line-height: 1;
  padding: 5px 0 0 0;
}

.partnerLogo {
  padding: 0 0 50px 0;
}

.partnerLogo ul {
  display: flex;
  flex-wrap: wrap;
}

.partnerLogo li {
  padding: 0 20px 0 0;
}

.sponsorInfo {
  color: #999;
  font-size: 14px;
}

.sdgsImg {
  text-align: center;
  padding: 60px 20px 0;
}

.sdgsImg img {
  width: 100%;
  height: auto;
}

#contactBoxSST {
  background: linear-gradient(-45deg, #FF4EDC 0%, #7248FF 100%);
  color: #fff;
  padding: 30px 0;
  margin: 0 0 0 0;
}

#contactBoxSST .inBox {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.contactTTL {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
}

.contactSSTBtn {
  text-align: center;
}

.contactSSTBtn a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  border:3px solid #fff;
  border-radius: 50px;
  padding: 10px 0;
  width: 80%;
}



/*LP
*****************************************/

#lpMV {
  width: 100%;
  height: 250px;
  background: url(../img/lpmain.png) center top no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  position: absolute;
}

#lpMV p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 0;
}

#mvBoxLp {
  width: 100%;
  padding: 180px 0 80px;
  background: #f6f6f6;
}

#mvBoxLp #mvTxt {
  /*position: absolute;
  top:0;*/
  border-left: 5px solid #121212;
  margin: 100px 0 0 50px;
}

#mvBoxLp #mvTxt p {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 50px 0;
}

#mvBoxLp #mvTxt p.txtL {
  font-size: 26px;
}

h3.lpTtl {
  font-size: 28px;
  padding: 0 0 30px 0;
}

}




/****** other ******/

.left { float:left; }
.right {float:right; }

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }


.txtC { text-align:center; }
.txtR { text-align:right; }

.spPT10 { padding-top:10px; }
.spPT20 { padding-top:20px; }
.spPT30 { padding-top:30px; }
.spPT40 { padding-top:40px; }
.spPT50 { padding-top:50px; }
.spPT60 { padding-top:60px; }
.spPT70 { padding-top:70px; }
.spPT80 { padding-top:80px; }
.spPT90 { padding-top:90px; }
.spPT100 { padding-top:100px; }

.spPB10 { padding-bottom:10px; }
.spPB20 { padding-bottom:20px; }
.spPB30 { padding-bottom:30px; }
.spPB40 { padding-bottom:40px; }
.spPB50 { padding-bottom:50px; }
.spPB60 { padding-bottom:60px; }
.spPB70 { padding-bottom:70px; }
.spPB80 { padding-bottom:80px; }
.spPB90 { padding-bottom:90px; }
.spPB100 { padding-bottom:100px; }

.spPL10 { padding-left:10px; }
.spPL20 { padding-left:20px; }
.spPL30 { padding-left:30px; }
.spPL40 { padding-left:40px; }
.spPL50 { padding-left:50px; }

.spPR10 { padding-right:10px; }
.spPR20 { padding-right:20px; }
.spPR30 { padding-right:30px; }
.spPR40 { padding-right:40px; }
.spPR50 { padding-right:50px; }


.spMT10 { margin-top:10px; }
.spMT20 { margin-top:20px; }
.spMT30 { margin-top:30px; }
.spMT40 { margin-top:40px; }
.spMT50 { margin-top:50px; }

.spMB10 { margin-bottom:10px; }
.spMB20 { margin-bottom:20px; }
.spMB30 { margin-bottom:30px; }
.spMB40 { margin-bottom:40px; }
.spMB50 { margin-bottom:50px; }

.spML10 { margin-left:10px; }
.spML20 { margin-left:20px; }
.spML30 { margin-left:30px; }
.spML40 { margin-left:40px; }
.spML50 { margin-left:50px; }

.spMR10 { margin-right:10px; }
.spMR20 { margin-right:20px; }
.spMR30 { margin-right:30px; }
.spMR40 { margin-right:40px; }
.spMR50 { margin-right:50px; }