@charset "utf-8";

/*.fromBottomIn
{
  transition: transform 1.0s ease, opacity 1.0s ease;

  transform: translate(0,0);
  opacity: 1.0;
}

.fromBottomOut
{
  transition: transform 1.0s ease, opacity 1.0s ease;

  transform: translate(0,10px);
  opacity: 0.0;
}*/

html {
  font-size: 62.5%;
  background: #093482;
}

* {
  max-height: 100%;
}

body {
  font-family:Roboto, "Droid Sans", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
}
.mg-r {
  margin-right: 20px;
}

@keyframes bganime {
  0% {
    background-position: 2285 ,2285;
  }
  100% {
    background-position: 0 ,0;
  }
}

/*.invisible {
    transition: opacity 0.5s ease;
    opacity: 0.0;
}

.visible {
    transition: opacity 0.5s ease;
    opacity: 1.0;
}*/

#bg-anime {
  /* position: absolute; */
  width: 100%;
  /* height: 860px; */
  background-image: url(../images/bg_move.png);
  background-repeat: repeat;
  background-size: 100%;
  animation: bganime 90s linear infinite;
}

.wrapper {

}

.mainvisual {
  background-image: url(../images/bg_main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main {
    width: 100%;
    position: relative;
    background-image: url(../images/bg_n.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.main-inner {
    width: 800px;
    margin: 0 auto;
    padding-top: 250px;
    padding-bottom: 159px;
}

.logo {
    margin-bottom: 40px;
}

.catch {
  width: 613px;
  overflow: hidden;
  margin: 0 auto 30px;

  list-style: none;
}

.catch li {
  width: 179px;
    float: left;
    margin-left: 38px;
}

.catch li img {
  width: 179px;
}

.catch li:first-child {
    margin-left: 0;
}

.desc {
  font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  margin-bottom: 40px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.7;
  color: #fff;
}

.concept {
  margin-bottom: 100px;
    font-size: 15px;
    color: #fff;
}

.title-concept {
  position: relative;
}

.title-concept:after {
  width: 1px;
  height: 45px;
  display: block;
  content: "";
  position: absolute;
  bottom: -83px;
  left: 50%;
  background-color: #fff;
}

.concept p {
  margin-top: 120px;
    line-height: 1.8;
}

.tit-heading2 {
    margin-bottom: 25px;
}

.tit-heading3 {
    margin-bottom: 15px;
}

.tit-heading4 {
    margin: 15px 0 10px;
}

.contents {
  position: relative;
  margin-top: -200px;
  padding-top: 155px;
  background-image: url(../images/mv_bg.png);
  background-repeat: repeat-x;
}

.block-inner {
  width: 1000px;
  margin: 0 auto;
  display: table;
}

.block-service {
  overflow: hidden;
  padding: 50px 0;
  background-color: #e6ebee;
  color: #093482;
}

.block-service:nth-child(odd) {
  background-color: #fff;
}

.block-service:nth-child(odd) .service-left {
  text-align: center;
  vertical-align: middle;
}

.block-service:nth-child(even) .service-right {
  text-align: center;
  vertical-align: middle;
}

.service-left {
  display: table-cell;
  width: 420px;
  text-align: left;
  padding: 0 20px;
}

.service-right {
  display: table-cell;
  width: 420px;
  text-align: left;
  padding: 0 20px;
}
.service-right-nolt {
  width: 500px;
}

.block-service__procon img {
  width: 218px;
}

.block-service__scheckit img {
  width: 320px;
}

.block-service__sannyu img {
  width: 271px;
}
.service-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 28px;
  border-bottom: 1px solid #093482;
}

.service-title span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.block-service p {
  font-size: 16px;
  line-height: 1.8;
}

.block-btn {
  margin-top: 40px;
}
.block-btn a {
  width: 315px;
  padding: 27px 10px;
  border-radius: 10px;
  display: inline-block;
  background-image: url(../images/icon.png);
  background-size: 39px;
  background-position: 25px 17px;
  background-repeat: no-repeat;
  background-color: #093482;
  border: 4px solid #093482;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1.8px;
  transition: ease 0.3s;
}
.nolt-btn {
  display: flex;
}

.nolt-btn .block-btn{
  margin-top: 20px;
}

.nolt-btn .block-btn a{
  padding-left: 65px;
  width: 255px;
  font-size: 18px;
  line-height: 25px;
}

.nolt-btn_center{
  text-align: center;
  display: block;
}

.block-btn .block-btn-s {
  width: 230px;
  background-size: 34px;
  background-position: 21px 20px;
  padding-left: 20px;
}
.block-btn .icon-mail {
  background-image: url(../images/icon_mail_white.png);
}
.block-btn .icon-mail:hover {
  background-image: url(../images/icon_mail.png);
  background-color: transparent;

}

.block-btn .icon-cart {
  background-image: url(../images/cart_icon_white.png);
}
.block-btn .icon-cart:hover {
  background-image: url(../images/cart_icon_on.png);
  background-color: transparent;

}

.block-btn a:hover {
  background-image: url(../images/icon_on.png);
  background-color: transparent;
  color: #093482;
}



footer {
  background-color: #fff;
  background-image: url(../images/footer_bg.png);
  background-repeat: repeat-x;
  padding-top: 159px;

    width: 100%;
    text-align: center;

    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}

.footer-inner {
  padding: 70px 10px 10px;
  background-color: #093482;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.copy {
  margin-top: 80px;
}
