@charset "UTF-8";

/* ---------------------------------------------------------
mainVisual
----------------------------------------------------------*/
#mainVisual {
  position: relative;
}
#mainVisual .bnr {
  text-align: center;
  margin-top: 10px;
}
#mainVisual .bnr a {
  display: inline-block;
  transition: .3s all;
  margin: 0 20px;
}
#mainVisual .bnr a:hover {
  opacity: 0.8;
}

/* ---------------------------------------------------------
catch
----------------------------------------------------------*/
#catch {
  position: relative;
  padding: 100px 0 75px 0;
}

#catch .copy {
  font-size: 42px;
  line-height: 60px;
  letter-spacing: -0.1em;
  padding: 0 0 64px 0;
}

#catch .text {
  font-size: 17px;
  line-height: 40px;
  padding: 0 0 10px 0;
  letter-spacing: 0.1em;
}

/* ---------------------------------------------------------
link
----------------------------------------------------------*/
#link {
  position: relative;
}

#link ul {
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  width: 952px;
  margin: 0 auto;
}

#link ul li {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 456px;
  padding: 15px 0;
}

#link ul li:nth-child(1),
#link ul li:nth-child(3) {
  float: left;
}

#link ul li:nth-child(2),
#link ul li:nth-child(4) {
  float: right;
}

#link ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

#link ul li a .title {
  display: block;
  height: 80px;
  margin: 30px 0 0 0;
  overflow: hidden;
  position: relative;
}

#link ul li a .title>em {
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  font-size: 42px;
  font-style: normal;
  letter-spacing: 0.4em;
  line-height: 80px;
  width: 210px;
}
#link ul li a .title.title--safety>em {
  letter-spacing: 0;
}
#link ul li a .title>em>span {
  letter-spacing: -8px;
  margin-left: -8px;
}

#link ul li a .title>span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  margin-left: 210px;
  line-height: 32px;
  letter-spacing: 0.2em;
  vertical-align: top;
  padding: 8px 0 8px 30px;
  width: 246px;
}

/* ---------------------------------------------------------
message
----------------------------------------------------------*/
#message {
  position: relative;
}

#message .bg {
  background-color: transparent;
  background-image: url(../imgs/bg-message.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#message .text {
  font-size: 17px;
  line-height: 48px;
  padding: 190px 0 140px 0;
}
