a{
    text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: #FFF;
}

.js-section {
  width: 100%;
}

header {
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left:0px;
}

nav {
    width: 100%;
    display: block;
    position: relative; 
    overflow: hidden;
    z-index: 3;
    
}

nav ul{
    position: relative;
    left: 50%;
    float: left;
}

nav li{
    position: relative;
    margin:25px;
    left: -50%;
    float: left;
    font-size: 24px;
    font-weight: 1000;
    font-family: Century Gothic;
    color: #FFF;
}

header img{
    z-index: 2;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.catch{
    width: 70%;
    margin:0 auto;
   	padding: 30px;
    font-size : 18px;
    font-weight: 550;
    color: #FFF;
    display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.scl a {
  display: inline-block;
  position: absolute;
  left:50%;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  pointer-events: none;
    
}
.scl a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scl a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
.scl a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

h2{
    font-size: 12px;
    color: #FFF;
    text-align: center;
    margin-top: -37px;
    margin-bottom: 30px;
}

section .sarvice{
    width:100%;
    height:100%;
     postion: relative;
}

.sarvice .catch{
    width: 70%;
    margin:0 auto;
   	padding: 30px;
    font-size : 24px;
    font-weight: 550;
    color: #FFF;
    display: relative;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

.sarvice-back{
    background: rgba(0,0,0,0.5);
    padding:15px;
    margin: 0 auto;
    width: 75%;
}

.sarvice p{
    font-size : 16px;
    color:#FFF;
    line-height: inherit;
}

.marketing-list{
    width: 80%;
    margin:0 auto;
    margin-top: 200px;
    background: rgba(0,0,0,0.5);

}

h3 {
    font-size: 22px;
    color: #FFF;
    position: relative;
    margin: 20px 10px 10px 22px;
    width: 96%;

}

h3:before {
  position: absolute;
    padding: ;
  content: '';
  bottom: -3px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 15px transparent;
  border-bottom: solid 15px #FFF;
}

h3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 3px;
  width: 100%;
  border-bottom: solid 3px #FFF;
}


.marketing {
    display: flex;
    align-items:flex-start;
    justify-content: space-around;
    font-size: 14px;
    color: #FFF;
}

.marketing-list p{
    font-size: 16px;
    color: #FFF;
    padding: 16px;
}

.marketing img{
    margin-bottom: -15px;
}


@media (max-width: 1200px) {
    .marketing img{ width:150px; }
    h3 {margin: 10px 10px 10px 20px;}
}
@media (min-width: 1201px) {
   /* 横幅が800px以上の場合に適用するスタイル */
    .marketing img{ width:200px; }
}
@media (min-width: 1400px) {
   /* 横幅が800px以上の場合に適用するスタイル */
    .marketing img{ width:250px; }
}

.marketing div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-text {
    flex-direction: column;    
}

.company .catch{
    width: 70%;
    margin:0 auto;
   	padding: 30px;
    font-size : 24px;
    font-weight: 550;
    color: #FFF;
    display: relative;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

.company-list{
    width: 800px;
    height:560px;
    margin:0 auto;
    font-size:22px;
    color: #FFF;
    background: rgba(0,0,0,0.5);
}

.company-list div{
    display: flex;
    width:95%;
    margin: 0 auto;
    padding:10px;
    border-bottom:dotted;
    border-color:#FFF;
    border-width:1px;
}

.company-list h2{
    font-size:20px;
    width:200px;
    color: #CCC;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 0;
    
}

.company-list iframe{
    margin-left: 30px;
}

.contact .catch{
    width: 70%;
    margin:0 auto;
   	padding: 30px;
    font-size : 24px;
    font-weight: 550;
    color: #FFF;
    display: relative;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

section {
  box-sizing: border-box;
  font-size: 5rem;
  height: 100%;

}
.js-section {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*各背景の画像*/
.home {
  background-image: url('../image/header.jpg');
}
.sarvice {
  background-image: url('../image/sarvice.jpg');
}
.company {
  background-image: url('../image/company.jpg');
}
.contact {
  background-image: url('../image/contact.jpg');
}
