@charset "UTF-8";
/*--------------------------------------
    introduction
--------------------------------------*/
#introduction .box {
  background: #fff;
  border: 1px solid #e1e1e7;
  padding: 0 4% 8vw;
  margin: 15vw 4% 0;
}
#introduction .box h3 {
  font-size: 6vw;
  display: table;
  margin: 0 auto;
  line-height: 1.7;
  background: #dbe1e3;
  padding: 0 20px;
  margin-top: -4vw;
  margin-bottom: 6vw;
}
#introduction .box .text-links p {
  font-size: 4.6vw;
  line-height: 2.8;
}
#introduction .box .text-links p a {
  text-decoration: none;
}
#introduction .box .text-links p:before {
  content: '';
  display: inline-block;
  background: #737373;
  width: 14px;
  height: 1px;
  margin: -2vw 8px 1.4vw 0;
}
@media screen and (min-width: 768px) {
  #introduction {
    padding-top: 206px;
    padding-bottom: 223px;
  }
  #introduction ul {
    top: 146px;
  }
  #introduction .photo3 {
    top: 215px;
  }
  #introduction .box {
    padding: 0 59px 45px;
    box-sizing: border-box;
    width: 100%;
    max-width: 658px;
    margin: 202px auto 0;
  }
  #introduction .box h3 {
    font-size: 24px;
    line-height: 53px;
    margin-top: -27px;
    letter-spacing: 0.1em;
    padding: 0 65px 0px;
    margin-bottom: 26px;
  }
  #introduction .box .text-links {
    margin-left: 31px;
  }
  #introduction .box .text-links p {
    font-size: 20px;
    line-height: 64px;
  }
  #introduction .box .text-links p:before {
    margin: -20px 11px 7px 0;
  }
  #introduction .box .text-links p a {
    transition: all 0.3s ease;
  }
  #introduction .box .text-links p a:hover {
    opacity: 0.8;
  }
}

/*--------------------------------------
    consultation
--------------------------------------*/
#consultation {
  padding: 20vw 0;
}
#consultation h2 {
  text-align: center;
}
#consultation h2 .border-draw {
  padding: 0 10px;
}
#consultation .photo {
  margin: 10vw -5%;
}
#consultation h3 {
  border-bottom: 1px solid #d5d5dc;
  padding-bottom: 4vw;
  margin-bottom: 6vw;
  text-align: center;
}
#consultation ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  font-size: 4vw;
  margin-bottom: 4vw;
  line-height: 1.8;
}
#consultation ul li {
  width: 50%;
  margin-bottom: 10px;
}
#consultation ul li:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: -7px;
  background: url('../img/grave/features_tick.jpg') no-repeat center;
  background-size: contain;
  margin-right: 5px;
}
#consultation .btn-cus {
  margin-top: 6vw;
}
#consultation .btn-cus a {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  #consultation {
    padding: 193px 0 200px;
  }
  #consultation h2 .border-draw {
    line-height: 70px;
    padding: 0 20px;
    margin-left: 20px;
    margin-right: 32px;
  }
  #consultation .photo {
    margin: 55px 0 68px;
  }
  #consultation h3 {
    padding-bottom: 24px;
    margin-bottom: 40px;
  }
  #consultation ul {
    font-size: 18px;
    justify-content: center;
    gap: 34px;
    margin-bottom: 20px;
  }
  #consultation ul li {
    width: auto;
  }
  #consultation ul li:before {
    margin: 3px 8px -8px 0;
  }
  #consultation .txt {
    margin: 0 60px;
  }
  #consultation .btn-cus {
    margin-top: 56px;
  }
}

/*--------------------------------------
    flow
--------------------------------------*/
#flow {
  padding: 20vw 0;
  background: #ebedee;
}
#flow h2 {
  --gap: -0.8vw;
  text-align: center;
  margin-bottom: 4vw;
}
#flow h2 .border-draw {
  padding: 0 10px;
  margin-right: 8px;
}
#flow .row {
  margin-top: 12vw;
  gap: 12vw;
}
#flow .row .item + .item {
  margin-top: 12vw;
}
#flow .row ul {
  border-left: 1px solid #d5d5dc;
  padding: 3vw 0 3vw 4vw;
  margin-top: 8vw;
}
#flow .row ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#flow .row ul li:before {
  content: '・ ';
}
#flow .row .photo {
  height: 70vw;
}
#flow .row .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 41%;
}
@media screen and (min-width: 768px) {
  #flow {
    padding: 200px 0 176px;
  }
  #flow h2 {
    margin-bottom: 28px;
  }
  #flow h2 .border-draw {
    padding: 0 23px;
  }
  #flow .text {
    text-align: center;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
  }
  #flow .row {
    flex-direction: row-reverse;
    margin-top: 84px;
    gap: 30px;
    justify-content: space-between;
    align-items: start;
  }
  #flow .row .photo {
    height: auto;
  }
  #flow .row .right {
    width: 464px;
    min-width: 464px;
    padding-top: 10px;
  }
  #flow .row .right .num-title span {
    margin-right: 27px;
  }
  #flow .row .right ul {
    margin-top: 30px;
    margin-left: 35px;
    padding: 5px 0 10px 55px;
    line-height: 46px;
    font-size: 18px;
    margin-right: -30px;
  }
  #flow .row .right .item + .item {
    margin-top: 43px;
  }
  #flow .row .right .item:nth-child(3) {
    margin-top: 35px;
  }
  #flow .row .right .item:nth-child(3) ul {
    margin-top: 20px;
  }
}
@media (max-width: 1100px) and (min-width: 768px) {
  #flow .row .right ul {
    margin-right: 0;
    padding-left: 23px;
  }
}
/*--------------------------------------
    manner
--------------------------------------*/
#manner {
  padding: 20vw 0;
}
#manner h2 {
  text-align: center;
  margin-bottom: 4vw;
}
#manner h2 span {
  padding: 0 8px;
  margin-left: 8px;
}
#manner .main {
  border-top: 1px solid #d5d5dc;
  margin-top: 12vw;
}
#manner .main .item {
  padding: 6vw 0;
  border-bottom: 1px solid #d5d5dc;
}
#manner .main .item .row {
  flex-direction: row;
  margin-bottom: 4vw;
  align-items: center;
  gap: 20px;
}
#manner .main .item .row .icon {
  width: 113px;
  height: 113px;
}
#manner .main .item .row h3 {
  background: #fff;
  border: 1px solid #d5d5dc;
  font-size: 6vw;
  padding: 0 10px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #manner {
    padding: 180px 0 208px;
  }
  #manner h2 {
    margin-bottom: 14px;
  }
  #manner h2 .border-draw {
    padding: 0 23px;
  }
  #manner .text {
    text-align: center;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
  }
  #manner .main {
    margin: 76px auto 0;
    width: 100%;
    max-width: 790px;
  }
  #manner .main .item {
    padding: 29px 0px 28px 1px;
  }
  #manner .main .item .row {
    gap: 36px;
    align-items: start;
    margin-bottom: -50px;
  }
  #manner .main .item .row h3 {
    font-size: 20px;
    margin-top: 9px;
    padding: 2px 13px 2px 10px;
    letter-spacing: 0.1em;
  }
  #manner .main .item .txt {
    margin-left: 150px;
  }
  #manner .main .item + .item {
    padding-bottom: 24px;
  }
  #manner .main .item + .item .row {
    margin-bottom: -59px;
  }
  #manner .main .item + .item .row h3 {
    margin-top: 0;
  }
}

/*--------------------------------------
    plan
--------------------------------------*/
#plan {
  background: #ebedee;
  padding: 20vw 0;
}
#plan h2 {
  text-align: center;
  margin-bottom: 4vw;
}
#plan h2 .border-draw {
  padding: 0 8px 0 4px;
  margin-left: 8px;
}
#plan .set1 .row {
  margin-top: 12vw;
  gap: 12vw;
}
#plan .set1 .row .inner + .inner {
  margin-top: 12vw;
}
#plan .set1 .row .item + .item {
  margin-top: 10vw;
}
#plan .set1 .row h3 {
  background: #fff;
  border: 1px solid #d5d5dc;
  font-size: 6vw;
  padding: 0 10px;
  line-height: 1.6;
  display: table;
  letter-spacing: 0.1em;
  margin-bottom: 6vw;
}
#plan .set1 .row h4 {
  font-size: 18px;
  border-bottom: 1px solid #d5d5dc;
  padding-bottom: 3vw;
  margin-bottom: 4vw;
  letter-spacing: 0.1em;
}
#plan .set1 .row .note {
  font-size: 14px;
  margin-top: 5px;
}
#plan .set2 {
  margin: 15vw 0;
}
#plan .set2 h3 {
  text-align: center;
  border-bottom: 1px solid #d5d5dc;
  padding-bottom: 4vw;
  margin-bottom: 6vw;
}
#plan .set2 ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#plan .set2 ul li span {
  width: 20px;
  min-width: 20px;
}
#plan .set2 ul li + li {
  margin-top: 10px;
}
#plan .set3 .txt {
  margin: 5vw 0;
}
#plan .set3 .row1 {
  gap: 5vw;
}
#plan .set3 .row1 .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
#plan .set3 .row1 .item .price {
  min-width: 42vw;
  line-height: 24px;
}
#plan .set3 .row1 .item .price small {
  font-size: 12px;
}
#plan .set3 .buttons {
  margin-top: 8vw;
  gap: 10px;
}
#plan .set3 .buttons .btn-cus a {
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  #plan {
    padding: 180px 0 200px;
  }
  #plan h2 {
    margin-bottom: 12px;
  }
  #plan h2 .border-draw {
    padding: 0px 17px 6px;
    line-height: 58px;
  }
  #plan .text {
    text-align: center;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
  }
  #plan .set1 .row {
    flex-direction: row-reverse;
    margin-top: 76px;
    gap: 60px;
    justify-content: center;
  }
  #plan .set1 .row .right {
    width: 440px;
  }
  #plan .set1 .row .right h3 {
    font-size: 20px;
    padding: 2px 10px 2px 12px;
    margin-bottom: 22px;
  }
  #plan .set1 .row .right h4 {
    padding-bottom: 9px;
    margin-bottom: 12px;
  }
  #plan .set1 .row .right .note {
    margin-top: 10px;
    line-height: 28px;
  }
  #plan .set1 .row .right .item + .item {
    margin-top: 35px;
  }
  #plan .set1 .row .right .inner + .inner {
    margin-top: 54px;
  }
  #plan .set1 .row .right .inner + .inner .note {
    margin-top: 7px;
  }
  #plan .set2 {
    margin: 82px 0 94px;
  }
  #plan .set2 h3 {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  #plan .set2 ul {
    margin: 0 60px;
  }
  #plan .set2 ul li + li {
    gap: 5px;
    margin-top: 8px;
  }
  #plan .set3 .txt {
    margin: 30px 0px 34px;
    text-align: center;
  }
  #plan .set3 .row1 {
    gap: 39px;
  }
  #plan .set3 .row1 .item {
    width: calc(33.3333333333% - 26px);
    flex-direction: column;
    align-items: start;
    gap: 19px;
  }
  #plan .set3 .row1 .item .price {
    min-width: unset;
    font-size: 26px;
    letter-spacing: 0.06em;
  }
  #plan .set3 .buttons {
    margin-top: 50px;
    gap: 20px;
    justify-content: center;
  }
  #plan .set3 .buttons p {
    margin: 0;
  }
}

/*--------------------------------------
    contact
--------------------------------------*/
#contact .content h4 {
  --gap: -0.3vw;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-bottom: 308px;
  }
  #contact .content .txt {
    margin-top: 19px;
  }
  #contact .content + .content {
    margin-top: 106px;
  }
}

/*# sourceMappingURL=guide.css.map */
