@charset "utf-8";
/* ----------------------------------------
 mv
------------------------------------------- */
#mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  min-height: 700px;
  z-index: 1;
}
#mv .box {
  position: relative;
  height: 100%;
  background: url("../images/index-images/mv.jpg") 50% 50% no-repeat;
  background-size: cover;
  margin-left: calc((100% - 1600px) / 2);
  border-radius: 30px 0 0 30px;
}
#mv .box .catch {
  position: absolute;
  left: 5%;
  top: 35%;
}
#mv .box .catch span {
  display: inline-block;
  background-color: #fff;
  padding: 15px;
}
#mv .box .catch h2 {
  font-size: 5rem;
  font-weight: 900;
  text-align: left;
  line-height: 1;
  margin-bottom: 30px;
}
#mv .box .catch h2 strong {
  font-size: 6rem;
  color: #46a6cc;
}
#mv .box .catch p {
  font-size: 2rem;
   font-weight: 600;
  line-height: 3rem;
  text-align: left;
}
#mv .arrow {
  position: absolute;
  width: 11px;
  height: 79px;
  left: 4%;
  bottom: 0;
}
/* ----------------------------------------
 service
------------------------------------------- */
#service .box {
  position: relative;
  padding-bottom: 110px;
}
#service .wrapper {
  position: relative;
  z-index: 10;
}
#service .box::before {
  position: absolute;
  content: "";
  display: block;
  width: 65%;
  height: 85%;
  background-color: #8fa2c3;
  opacity:0.2;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 30px 0 0 30px;
}
#service　.cmn-group01 li{
	margin-bottom:40px;
}
/* ----------------------------------------
 area
------------------------------------------- */
#area .box {
  height: 450px;
  background: url("../images/index-images/area-img.jpg") 50% 50% no-repeat;
  background-size: cover;
  margin-right: calc((100% - 1200px) / 2);
  margin-bottom: 50px;
  border-radius: 0 30px 30px 0;
}
#area .wrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#area .wrap01 .box01 {
  width: 50%;
}
#area .wrap01 .box02 {
  width: 40%;
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

#area h4{
	font-size:2.2rem;
	line-height:3;
}

/* ----------------------------------------
 works
------------------------------------------- */
#works .cmn-b01 {
  position: relative;
}
#works .box {
  height: 450px;
  background: url("../images/index-images/works-img.jpg") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 30px 0 0 30px;
  z-index: 1;
  margin-left: calc((100% - 1200px) / 2);
  margin-bottom: 70px;
  top: 0;
  right: 0;
}
#works .cmn-title01 {
  position: absolute;
  top: 150px;
  left: calc((100% - 1600px) / 2);
  z-index: 10;
}
#works .box01 {
  margin-bottom: 50px;
}
#works .img-box {
  border-radius: 20px;
}
#works .date {
  color: #dd7436;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
#works .title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
#works .cate {
  font-size: 1.6rem;
  line-height: 1;
}
/* ----------------------------------------
 news
------------------------------------------- */
#news .box {
  background:rgba(143, 162, 195,0.2);
  border-radius: 30px;
  padding: 80px 0;
}
#news ul {
  margin-bottom: 50px;
}
#news ul li {
  margin-bottom: 20px;
}
#news ul li:last-child {
  margin-bottom: 0;
}
#news ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news ul li dl dt {
  width: 20%;
}
#news ul li dl dd {
  width: 80%;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1600px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1599px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #mv {
    height: calc(100vh - 140px);
    min-height: 600px;
  }
  #mv .box {
    margin-left: 50px;
  }
  #mv .box .catch {
    left: 5%;
    top: 35%;
  }
  #mv .box .catch h2 {
    font-size: 4rem;
  }
  #mv .box .catch h2 strong {
    font-size: 5rem;
  }
  #mv .box .catch p {
    font-size: 2rem;
  }
  #mv .arrow {
    left: 20px;
  }
  /* ----------------------------------------
 area
------------------------------------------- */
  #area .box {
    height: auto;
    padding-top: 30%;
    margin-right: 50px;
    margin-bottom: 50px;
    border-radius: 0 20px 20px 0;
  }
  #area .wrap01 .box02 {
    top: -100px;
    margin-bottom: -100px;
  }
  /* ----------------------------------------
 works
------------------------------------------- */
  #works .box {
    height: auto;
    padding-top: 30%;
    border-radius: 20px 0 0 20px;
    margin-left: 150px;
    margin-bottom: 70px;
  }
  #works .cmn-title01 {
    top: 10%;
    left: 50px;
  }
  /* ----------------------------------------
 news
------------------------------------------- */
  #news .box {
    border-radius: 20px;
    padding: 50px;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 899px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #mv {
    height: 300px;
    min-height: 300px;
  }
  #mv .box {
    height: 100%;
    margin-left: 7%;
    border-radius: 15px 0 0 15px;
  }
  #mv .box .catch {
    left: 5%;
    top: 40%;
  }
  #mv .box .catch span {
    padding: 10px;
  }
  #mv .box .catch h2 {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  #mv .box .catch h2 strong {
    font-size: 2.4rem;
  }
  #mv .box .catch p {
    font-size: 1.4rem;
  }
  #mv .arrow {
    position: absolute;
    width: 6px;
    height: 40px;
    left: 3%;
    bottom: 0;
  }
  /* ----------------------------------------
 service
------------------------------------------- */
  #service .box {
    padding-bottom: 30px;
  }
  #service .wrapper {
    position: relative;
    z-index: 10;
  }
  #service .box::before {
    width: 65%;
    height: 95%;
    border-radius: 15px 0 0 15px;
  }
  /* ----------------------------------------
 area
------------------------------------------- */
  #area .box {
    margin-right: 7%;
    margin-bottom: 50px;
    border-radius: 0 15px 15px 0;
  }
  #area .wrap01 {
    position: relative;
  }
  #area .wrap01 .box01 {
    width: 100%;
  }
  #area .wrap01 .box02 {
    width: 40%;
    position: absolute;
    top: -100px;
    right: 0;
    margin-bottom: 0;
  }
  /* ----------------------------------------
 works
------------------------------------------- */
  #works .box {
    border-radius: 15px 0 0 15px;
    margin-left: 30%;
    margin-bottom: 30px;
  }
  #works .cmn-title01 {
    top: 5%;
    left: 7%;
  }
  #works .box01 {
    margin-bottom: 50px;
  }
  #works .img-box {
    border-radius: 10px;
  }
  #works .date {
    margin-bottom: 10px;
  }
  #works .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #works .cate {
    font-size: 1.3rem;
  }
  /* ----------------------------------------
 news
------------------------------------------- */
  #news .box {
    border-radius: 15px;
    padding: 7%;
  }
  #news ul {
    margin-bottom: 30px;
  }
  #news ul li {
    margin-bottom: 20px;
  }
  #news ul li:last-child {
    margin-bottom: 0;
  }
  #news ul li dl dt {
    width: 100%;
  }
  #news ul li dl dd {
    width: 100%;
  }
}