@charset "utf-8";
h1 {
  position: relative;
  display: inline-block;
  padding: 10px 55px;
  font-size: 24px;
  color: #000;
  font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
  text-align: center;
}
h1:before, h1:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #000;
}
h1:before {
  left: 0;
}
h1:after {
  right: 0;
}
h2 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
}
h2 span {
  font-size: 80%;
  font-family: 'Anton', sans-serif;
  color: #7C0204;
}
h3, h4 {
  margin: 30px 0 10px 0;
  padding: 5px 0;
  border-top: solid 2px #000; /*上線*/
  border-bottom: solid 2px #000; /*下線*/
  font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
  text-align: center;
  font-size: 20px;
}
.cen {
  text-align: center;
  margin: 0;
  padding: 0;
}
.text01 {
  text-align: left;
  font-size: 20px;
  color: #000;
  padding: 0;
  margin: 0;
}
.text01 span {
  color: #7C0204;
}
.text02 {
  text-align: justify;
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 auto;
}
.content1 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.content2 {
  width: 600px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.flex {
  display: flex;
}
/*　概要
------------------------------------------------------------*/
#overview {
  padding: 50px 0 0 0;
  margin: 0;
  background: url(../img/business/back_01.jpg) no-repeat top center #fff;
  ;
  background-size: 100% auto;
}
.circle {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #000;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 50px auto;
}
.circle > .circle-txt1 {
  display: block;
  width: 100%;
  font-size: 34px;
  padding: 0;
  margin: 0;
  line-height: 1.3em;
  font-family: "UD Shin Go Medium", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica;
}
.circle > .circle-txt2 {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0 20px;
  font-size: 20px;
}
/*　説明
------------------------------------------------------------*/
#explanation {
  padding: 0;
  margin: 0;
}
#explanation dd {
  margin-left: 0;
}
.flow {
  padding-left: 120px;
  position: relative;
  font-size: 16px;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b90db', endColorstr='#66d5e9', GradientType=1);
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
.flow > li dl::before, .flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #000;
  border-radius: 50%;
  left: -4px;
}
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1vh;
}
/*　リスト
------------------------------------------------------------*/
ul.block2 {
  margin: 10px 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}
ul.block2 li {
  width: 50%;
  margin: 10px auto;
  text-align: center;
}
/*　画像
------------------------------------------------------------*/
img.photo01 {
  width: 90%;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
}
img.photo02 {
  width: 100%;
}
img.casa {
  width: 200px;
}
/* -------------------------------------------------------------------
*  pc
* ------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
  .content1 {
    width: 96%;
  }
  .content2 {
    width: 80%;
  }
}
/* -------------------------------------------------------------------
*  ipad
* ------------------------------------------------------------------*/
@media screen and (max-width: 780px) {
h1 {
	font-size: 18px;
}
  h2 {
    font-size: 32px;
  }
h3, h4 {
  font-size: 18px;
}
.text01 {
  font-size: 18px;
}
  .content2 {
    width: 90%;
  }
  .circle {
    margin: 10px auto;
  }
ul.block2 li {
  width: 96%;
  margin: 10px auto;
}
}
/* -------------------------------------------------------------------
*  iphone
* ------------------------------------------------------------------*/
@media only screen and (max-width: 600px) {}