
@charset "utf-8";

/* --------------------
div.bandのテキスト配置
--------------------- */
div.band p {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  color: #fff;
}

/* --------------------
sub-catchphrase
--------------------- */
.sub-catchphrase {
  margin: 0 10%;
  padding-top: 70px;
  padding-bottom: 40px;
}

.sub-catchphrase p {
  font-size: 2.6rem;
  text-align: center;
}

.sub-catchphrase span {
  background: none;
  font-size: 3.5rem;
  /* letter-spacing: 0.05em;
  padding-right: 0.5em; */
  letter-spacing: 0.05em;
  padding-right: 0.2em;
}

/* --------------------
ヘゼリヒが叶える3つのこと
--------------------- */
dl.number-list {
  margin-bottom: 50px;
  padding-top: 15px;
}

dl.number-list dt {
  /* font-family: "Tsukushi A Round Gothic","筑紫A丸ゴシック"; font-weight: bold; */
  font-weight: bold;  /* windouws用 */
  font-size: 2.5rem;
  padding-bottom: 15px;
  letter-spacing: 0.1em;
}

dl.number-list dd {
  /* font-size: 2.2rem; */
  font-size: 2.1rem;  /* windouws用 */
  /* padding-left: 1.2em; */
  padding-left: 1.6em;  /* windouws用 */
  padding-bottom: 45px;
  /* line-height: 1.8; */
  line-height: 2;  /* windouws用 */
  letter-spacing: 0.2em;
  color: #474747;
}

/* --------------------
制作事例
--------------------- */
.promotion {
  padding-bottom: 30px;
}

.promotion h3 {
  margin-bottom: 20px;
}

.promotion p {
  padding: 0;
  letter-spacing: 0.1em;
}

.container {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

p.link {
  margin-bottom: 80px;
  text-align: right;
}

p.link a {
  color: #474747;
  text-decoration: none;
}

p.link a:hover {
  border-bottom: 2px solid #474747;
  padding-bottom: 2px;
}

/* ↓----------windowsのみフォント指定----------↓ */
.container p {
  font-family: "BIZ UDPゴシック","BIZ UDPGothic";
}

span.no-line {
  font-size: 2.4rem;
  letter-spacing: 0;
}
/* -------------------------------------------- */

.float-item {
  text-align: center;
  border: 3px solid #474747;
  border-radius: 3px;
  float: left;
  height: fit-content;
  background-color: #fff;
}

.float-item:last-child {
  clear: both;
}

.float-item p {
  padding: 0;
  font-size: 1.8rem;
  margin: 5px 0;
}

/* --------------------
お客様の声
--------------------- */
.review {
  padding-bottom: 50px;
}

.balloon {
  height: auto;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start; /*縦位置を下揃え*/
  position: relative;
}

.balloon .faceicon {
  padding-bottom: 25px;
}

.faceicon img {
  height: auto;
}

.says {
  max-width: 850px;  /* 吹き出しの大きさ */
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 15px 20px 18px;
  border-radius: 12px;
  border: 3px solid #31B494;  /*　吹き出しの枠線*/
  background: #fff;  /*　吹き出しの背景色　*/
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
}

p.says {
  font-size: 2.1rem;
  color: #474747;
  font-weight: normal; /* windous用 */
}

.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
}


.balloon .says::before {
  content: "";
  border-left: 18px solid transparent;
  border-top: 18px solid #31B494;
  position: absolute;
  top: 37px;
  left: -20px;
}

.balloon .says:after {
  content: "";
  border-left: 12px solid transparent;
  border-top: 12px solid white;
  position: absolute;
  top: 40px;
  left: -12px;
}

.date {
  font-family: "BIZ UDPゴシック","BIZ UDPGothic"; /* windous用 */
  font-weight: normal; /* windous用 */
  font-size: 1.8rem;
  text-align: right;
  /* padding-right: 40px; */
  padding-right: 52px; /* windous用 */
  color: #c4c4c4;
}


.mrgn {
margin-top: -19px;
}

.co-name {
  color: #474747;
  font-size: 2.4rem;
  padding-left: 18px;
}


/* --------------------
ご依頼の流れ
--------------------- */
.box-3 {
  display: inline-block;
  text-align: center;
  align-items: center;
}

.box-3 img {
  padding: 3% 0;
}

.estimate-box {
  height: fit-content;
  width: fit-content;
  border: 3px solid #31B494;
  border-radius: 20px;
  margin: 0 8%;
}

p.green-back {
  font-size: 2.2rem;
  padding: 0;
  line-height: 80px;
  color: #fff;
  background-color: #31B494;
  border-radius: 15px 15px 0 0;
}

p.white-back {
  padding: 4%;
  line-height: 1.9;
  color: #474747;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}

.left {
  text-align: left;
}

.vertical {
  width: fit-content;
  margin: 0 auto;
  border: 3px solid #31B494;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px 40px;
}

.vertical__container {
  display: flex;
  float: none;
  justify-content: space-between;
  align-items: stretch;
}

.vertical li:not(.vertical__img) {
  writing-mode: vertical-rl; /* 縦書きにする */
  text-orientation: upright; /* すべて縦方向に表示 */
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  border-radius: 20px;
  color: #fff;
  background-color: #31B494;
  text-align: justify;
  text-justify: inter-character;  /*  文頭を揃える*/
  padding: 20px;
}

.vertical__img {
  margin: auto 0;
  padding: 15px;
}

p.p-block {
  display: block;
  clear: both;
  padding: 0;
  margin-top: 20px;
}

.long {
  width: 855px;
  margin-bottom: 100px;
}