@charset "utf-8";
/*****************************************
	style.css
	LP用スタイルシート
******************************************/
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

@media screen and (max-width: 768px) {
	.kvWrap{
    background-image: url(/mss/images/img_mv_sp.jpg);
    padding-top: 110%;
  }
  .kvtxt {
    bottom: 38%;
  }
}

/*****************************************
	btnMss
******************************************/
.btnMss {
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 480px;
}

.btnMss a {
  background-color: #fc3e1a;
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: bold;
  line-height: 2.75em;
  padding-left: 55px;
  position: relative;
  text-align: center;
  width: 100%;
}
.btnMss a:hover { opacity: 0.6; }
.btnMss a:before {
  background-image: url(/mss/images/pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  content:'';
  height: 51px;
  left: 80px;
  position: absolute;
  top: 9px;
  width: 35px;
}

.mssPage .btnT1 li { margin-bottom: 40px; }
.mssPage .btnT1 li:nth-child(3n+1) { margin-left: 0; }

@media screen and (max-width: 768px) {
  .btnMss { width: 300px; }
  .btnMss a {
    font-size: 17px;
    padding-left: 40px;
  }
  .btnMss a:before {
    background-image: url(/mss/images/pin.png);
    background-size: contain;
    content:'';
    height: 35px;
    left: 50px;
    top: 5px;
    width: 23px;
  }
  .mssPage .btnT1 { overflow: hidden; }
  .mssPage .btnT1 li {
    float: left;
    margin-bottom: 20px;
    width: 50%;
  }
  .mssPage .btnT1 li:nth-child(odd) { padding-right: 2%; }
  .mssPage .btnT1 li:nth-child(even) { padding-left: 2%; }
}

/*******************************
   nav
 *******************************/
 #global-nav.mss-nav ul { padding-left: 82px; }

 @media screen and (max-width: 768px) {
  #global-nav.mss-nav ul { padding-left: 0; }
 }
 @media screen and (max-width: 1085px) and (min-width: 769px) {
  #top-head {
    max-width: 39%;
  }
}

 /*******************************
   modify common
 *******************************/
 .mssPage .cnt2.lazyloaded h3 {
  background: url(/mss/images/h31.png) no-repeat scroll center top;
  }
 .mssPage .cnt.cnt1 {
    padding-bottom: 52px;
    padding-top: 23px;
 }

 .mssPage .h2wrap h2 { 
   margin-bottom: 44px;
   max-width: 740px;
  }
 .mssPage .h2wrap h2 span { 
   position: relative;
   border-bottom: none;
  }
 .mssPage .h2wrap h2 span:after { 
   background-color: #1e2380;
   bottom: 0;
   content: "";
   height: 4px;
   left: -15px;
   position: absolute;
   right: -15px;
  }
 .mssPage .cnt3 .h2wrap h2 { margin-bottom: 30px; }
 .mssPage .cntBox.cnt31 { padding-top: 0; }
 .mssPage .cnt.cnt2 { padding-bottom: 0; }
 .topOnlyHead .h1Wrap { max-width: 1000px; }
 .mssPage .nth3 { margin-bottom: 20px; }
 .mssPage .freeWordObj {max-width: 524px;margin: 40px auto 0;}
 .mssPage .cntS1 { padding-top: 0; }
 .mssPage  .cntS2 {
  margin-bottom: 100px;
  padding-top: 40px;
 }
 .mssPage  .cntS3 {
  margin-bottom: 130px;
  padding-top: 30px;
 }
 .mssPage .cnt3 h3 { margin-bottom: 16px; }

 .mssPage .mssImg { margin-bottom: 15px; }
 .mssPage .freeWordObj #freewordsearch:hover { opacity: 0.6; }
 .mssPage .bTn a > span { font-size: 28px; }
 .mssPage .cnt { padding-bottom: 0; }
 .mssPage .abouttxt { font-size: 18px; }
 .cnt32 .abouttxt > p { padding-left: 50.5%; }
 .mssPage .cntBox.boxMss1 { padding-top: 10px; }

 @media screen and (max-width: 768px) {
  .mssPage .cnt2.lazyloaded h3 {
    background: url(/mss/images/h31.png) no-repeat scroll center top;
    background-size: 29px 29px;
    padding-top: 32px;
  }
  .mssPage .cnt3 .h2wrap h2 { margin-bottom: 10px; }
  .mssPage .cnt3 h3 { 
    letter-spacing: -0.06em;
    margin-bottom: 5px;
  }
  .mssPage .cnt.cnt1 {
    padding-bottom: 24px;
    padding-top: 8px;
  }
  .mssPage .cntS2 {
    margin: 0 auto 55px;
    padding-top: 25px;
    width: 94%;
  }
  .mssPage  .cntS3 {
    margin: 0 auto 55px;
    width: 94%;
  }
  .mssPage .h2wrap h2 span:after { 
    height: 2px;
    left: -8px;
    right: -8px;
   }
  .mssPage .nth3 { margin-bottom: 0; }
  .nth3 li:first-child { border-top: none; }
  .mssPage .cntS2 .btnT1 a {
    border-bottom: none;
    color: #fff;
    background: rgb(86, 92, 162);
    background: -moz-linear-gradient(left, rgba(86, 92, 162, 1) 0%, rgba(95, 166, 233, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(86, 92, 162, 1) 0%, rgba(95, 166, 233, 1) 100%);
    background: linear-gradient(to right, rgba(86, 92, 162, 1) 0%, rgba(95, 166, 233, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565ca2', endColorstr='#5fa6e9', GradientType=1);
    line-height: 50px;
  }
  .mssPage .cntS2 .btnT1 a:after {
    font-size: 16px;
    color: #fff;
  }
  .mssPage .cntS2 .btnT1 a > span {
    font-size: 16px;
    color: #fff;
  }
  .mssPage .btnJobMss { width: 100%; }
  .mssPage .btnJobMss li {
    padding-right: 0;
    width: 100%;
  }
  .mssPage .btnJobMss li a { line-height: 50px; }
  .mssPage .btnJobMss li a > span { font-size: 14px; }
  #headContent .free, .mssPage .cnt1 p { font-size: 16px; }
  .boxMss1 { padding-top: 0; }
  .mssPage .abouttxt { font-size: 16px; }
  .cnt32 .abouttxt > p { padding-left: 0; }
  .aboutImg { margin-bottom: 15px; }
 }

 @media screen and (max-width: 540px) {
  .cnt2 h3, .cnt3 h3 { font-size: 19px; }
  .h2wrap h2 {
    font-size: 22px;
    line-height: 75px;
  }
  .h2wrap h2 span {
    position: relative;
    top: -5px;
    left: -2px;
  }
  .cntBox { padding-top: 30px; }
 }

  /*******************************
   modify logo
 *******************************/
.topLogo {
  bottom: 7px;
  max-width: 496px;
}

 /*******************************
   modify input
 *******************************/
 @media screen and (max-width: 768px) {
  .mssPage .freeWordObj {
    width: 94%;
    margin-bottom: 0;
  }
   .mssPage .freeWordObj #freewordsearch { width: 78px; }
   .mssPage .freeWordObj #freeword {
     border: 1px solid #bfbfbf;
     height: 40px;
   }
   .mssPage .freeWordInput { padding: 0 84px 0 0; }
 }

/*******************************
   footer
 *******************************/
#footer {
    position: static;
}
#footer .content .free {
    padding-bottom: 0;
}
/*******************************
   footer logo
 *******************************/
  #footer .content .free { height: inherit; }
  .logoFooter { padding-top: 100px; }
  .logoFooter a {
    padding: 0 0 145px;
    display: block;
    max-width: 560px;
  }
  .logoFooter a:hover { opacity: 0.6; }
  @media screen and (max-width: 768px) {
    .logoFooter { padding-top: 74px; }
    #footer .content .free { height: 118px; }
    .logoFooter a { max-width: 280px; }
  }