
/* layout：
main
------------------------------------- */
.l-main {
  width: 100%;
  margin: 316px auto 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 0;
    width: 100%;
  }
}



/* layout：
concept area
------------------------------------- */
@media screen and (max-width: 768px) {
  .l-clm01 .l-pc {
    display: none;
  }
}

.l-clm01 .l-pc h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.71;
}

.l-clm01 .l-pc p {
  font-size: 17px;
  line-height: 1.75;
  margin-top: 40px;
}

.l-clm01 .l-pc p br {
  display: block;
}


.l-clm01 .l-pc:after {
  content: "";
  display: block;
  width: 1426px;
  padding-top: 713px;
  background: url(../images/top/img01.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -999;
  margin-top: -158px;
}

@media screen and (max-width: 768px) {
  .l-clm01 .l-pc:after {
    width: 86.66%;
    padding-top: 57.6vw;
    background: url(../images/top/img01_sp.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0;
    left: 0;
  }
}

.l-clm01 .l-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-clm01 .l-sp {
    width: 100%;
    margin: 6.93vw auto 0;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .l-clm01 .l-sp img {
    display: block;
    width: 100%;
  }
}

.l-clm01 .l-sp p {
  font-size: 14px;
  font-size: 3.73333vw;
  text-align: justify;
  line-height: 1.57;
  margin-top: 4.26vw;
}

.l-clm01 .l-sp a {
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-size: 3.73333vw;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 65.6vw;
  margin: 12vw auto 0;
  padding: 3.73vw 0;
  border-radius: 10vw;
  position: relative;
}

.l-clm01 .l-sp a:after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow.svg) no-repeat;
  width: 4.53vw;
  height: 1.86vw;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  margin-right: 4.53vw;
}




/* layout：
corona area
------------------------------------- */
.l-clm02 {
  margin: 438px auto 0;
}

@media screen and (max-width: 768px) {
  .l-clm02 {
    margin-top: 20vw;
  }
}
