@charset "utf-8";
/* ----------------------------------------
 mv
------------------------------------------- */
#mv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  background: url("../images/index-images/mv-img.jpg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
  margin-bottom: 100px;
}
#mv .box {
  width: 520px;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 50px;
  padding-bottom: 140px;
}
#mv .box h2 {
  padding-top: 140px;
  margin-bottom: 70px;
}
#mv .box h3 {
  margin-bottom: 30px;
}
#mv .box h4 {
  margin-bottom: 40px;
}
#mv .box p {
  font-size: 1.6rem;
  text-align: left;
  margin-bottom: 50px;
}
#mv .box .cmn-btn01 {
  text-align: left;
  background: url("../images/cmn-images/btn-arrow.png") 100% 35% no-repeat;
  background-size: 100% auto;
}

#index-service{
	margin-bottom:3%!important;
}
#kaitaiPrice{
display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kaitaiPrice .sBox{
	width:47%!important;
	text-align:center;
}
.border01{
	border:solid 2px #f69840;
}
.border02{
	border:solid 2px #7dcc56;
}

.kaitaiTitle{
	color:#fff!important;
	background:#f69840;
}

#kaitaitsubo{
	color:#f69840;
	font-weight:bold;
	font-size:1.8rem;
	padding:2%;
}

#kaitaitsubo span{
	font-size:1.5rem;
}

.dobokuTitle{
	color:#fff!important;
	background:#7dcc56;
}

#dobokutsubo{
	color:#7dcc56;
	font-weight:bold;
	font-size:1.8rem;
	padding:2%;
	
}

#dobokutsubo span{
	font-size:1.5rem;
}

/* ----------------------------------------
 area
------------------------------------------- */
#area .wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#area .wrap02 .box01 {
  width: 50%;
}
#area .wrap02 .box02 {
  width: 45%;
  display: table;
}
#area .wrap02 .box02 .inner {
  display: table-cell;
  vertical-align: bottom;
}
/* ----------------------------------------
 strong
------------------------------------------- */
#strong .wrap02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#strong  .wrap02 .box01 {
  width: 50%;
}
#strong .wrap02 .box02 {
  width: 45%;
  display: table;
}
#strong .wrap02 .box02 .inner {
  display: table-cell;
  vertical-align: bottom;
}


/* ----------------------------------------
 works
------------------------------------------- */
#works {
  color: #fff;
  background-color: #203763;
}
#works a {
  color: #fff;
}
.works {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.works > li {
  width: 23%;
  margin-right: 2.6%;
}
.works > li:nth-child(4n) {
  margin-right: 0;
}
#works .date {
  display: inline-block;
  font-size: 1.6rem;
  margin-right: 10px;
}
#works .cate {
  display: inline-block;
  color: #203763;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 20px;
  background-color: #85a4e0;
  padding: 5px 15px;
}
#works h3 {
  font-size: 1.8rem;
  margin-top: 5px;
}
/* ----------------------------------------
 news
------------------------------------------- */
#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: 1300px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1299px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #mv {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 500px;
  }
  #mv .box {
    width: 40%;
    padding: 0 50px;
    padding-bottom: 10%;
  }
  #mv .box h2 {
    padding-top: 25%;
    margin-bottom: 10%;
  }
  #mv .box h3 {
    margin-bottom: 10%;
  }
  #mv .box h4 {
    margin-bottom: 10%;
  }
  #mv .box p {
    font-size: 1.6vw;
    margin-bottom: 10%;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 899px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #mv {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    padding-top: 70%;
    background: url("../images/index-images/mv-img.jpg") 50% 0 no-repeat;
    background-size: 150% auto;
    z-index: 1;
    margin-bottom: 50px;
  }
  #mv .box {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 7%;
    padding-bottom: 0;
  }
  #mv .box h2 {
    width: 50%;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  #mv .box h3 {
    width: 60%;
    margin-bottom: 10px;
  }
  #mv .box h4 {
    width: 60%;
    margin-bottom: 15px;
  }
  #mv .box p {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #mv .box .cmn-btn01 {
    max-width: 400px;
    text-align: left;
    background: url("../images/cmn-images/btn-arrow.png") 100% 35% no-repeat;
    background-size: 100% auto;
  }

  /* ----------------------------------------
 area
------------------------------------------- */
  #area .wrap02 {
    display: block;
  }
  #area .wrap02 .box01 {
    width: 100%;
    margin-bottom: 20px;
  }
  #area .wrap02 .box02 {
    width: 100%;
    display: block;
  }
  #area .wrap02 .box02 .inner {
    display: block;
  }
  /* ----------------------------------------
 strong
------------------------------------------- */
  #strong .wrap02 {
    display: block;
  }
  #strong .wrap02 .box01 {
    width: 100%;
    margin-bottom: 20px;
  }
  #strong .wrap02 .box02 {
    width: 100%;
    display: block;
  }
  #strong .wrap02 .box02 .inner {
    display: block;
  }
  /* ----------------------------------------
 works
------------------------------------------- */
  .works {
    margin-bottom: 15px;
  }
  .works > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .works > li:nth-child(2n) {
    margin-right: 0;
  }
  #works .date {
    font-size: 1.3rem;
    margin-right: 5px;
  }
  #works .cate li a {
    font-size: 1.1rem;
    border-radius: 20px;
    padding: 5px 10px;
  }
  #works h3 {
    font-size: 1.5rem;
    margin-top: 5px;
  }
  /* ----------------------------------------
 news
------------------------------------------- */
  #news ul {
    margin-bottom: 30px;
  }
  #news ul li {
    margin-bottom: 10px;
  }
  #news ul li:last-child {
    margin-bottom: 0;
  }
  #news ul li dl {
    display: block;
  }
  #news ul li dl dt {
    width: 100%;
    font-weight: 600;
  }
  #news ul li dl dd {
    width: 100%;
  }
#kaitaiPrice .sBox{
	width:98%!important;
	text-align:center;
	margin-top:2%;
	margin-bottom:2%;
}
}