.consultation-eyecatch-top {
  margin-left: auto;
  height: 230px;
  width: 100%;
  background-image: url(/assets/img/eyecatch_home_consultation_pc.svg);
  background-size: 70%;
  background-position: right 0 top 0;
  z-index: 1;
  background-repeat: no-repeat;
}
.consultation-eyecatch-top.shop {
  background-image: url(/assets/img/eyecatch_shop_consultation_pc.svg);
}
.consultation-eyecatch-top.online {
  background-image: url(/assets/img/eyecatch_online_consultation_pc.svg);
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-top {
    background-image: url(/assets/img/eyecatch_home_consultation_sp.svg);
    background-size: 85%;
    background-position: right 0 top 0;
    height: 220px;
  }
  .consultation-eyecatch-top.shop {
    background-image: url(/assets/img/eyecatch_shop_consultation_sp.svg);
  }
  .consultation-eyecatch-top.online {
    background-image: url(/assets/img/eyecatch_online_consultation_sp.svg);
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-eyecatch-top {
    background-size: 65%;
    height: 160px;
  }
}
.consultation-eyecatch-title {
  margin-top: 48px;
  font-family: Lato;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #2DA3E2;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-title {
    margin-top: 140px;
    margin-left: 20px;
    font-family: Lato;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.15em;
    text-align: left;
    color: #2DA3E2;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-eyecatch-title {
    margin-top: 16px;
    font-size: 24px;
  }
}
.consultation-eyecatch-subtitle {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-subtitle {
    margin-top: 2px;
    margin-left: 20px;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.15em;
    text-align: left;
    color: #1f2c32;
  }
}
.consultation-eyecatch-bottom {
  margin-top: -68px;
  padding-top: 80px;
  position: relative;
  height: 384px;
  background: #D8EFFF;
}
.consultation-eyecatch-bottom.online {
  height: 480px;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-bottom {
    margin-top: 0;
    padding: 40px 20px;
    position: relative;
    height: unset;
    background: #D8EFFF;
  }
  .consultation-eyecatch-bottom.online {
    height: 420px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-eyecatch-bottom {
    padding-top: 40px;
  }
}
.consultation-eyecatch-breadcrumb {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #707070;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-breadcrumb {
    display: none;
  }
}
.consultation-eyecatch-copy {
  margin-top: 16px;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-copy {
    margin-top: 0;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 28px;
    text-align: left;
    color: #1f2c32;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-eyecatch-copy {
    font-size: 20px;
  }
}
.consultation-eyecatch-text {
  margin-top: 24px;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-text {
    font-family: YuGothic;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #1f2c32;
  }
}
.consultation-eyecatch-buttons {
  margin-top: 56px;
  justify-content: center;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-buttons {
    margin-top: 32px;
  }
}
.consultation-eyecatch-button {
  width: 281px;
  height: 60px;
  background: #fff;
  border: 1px solid #2DA3E2;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 23px;
  text-align: center;
  color: #2DA3E2;
  padding-left: 50px;
  margin: 0 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-button {
    font-size: 12px;
    margin: 0;
    padding-left: 16px;
  }
  .consultation-eyecatch-button:nth-child(1) {
    margin-right: 10px;
  }
  .consultation-eyecatch-button:nth-child(2) {
    margin-left: 10px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-eyecatch-button {
    font-size: 12px;
    margin: 0;
    padding-left: 24px;
    width: 256px;
    height: 50px;
  }
  .consultation-eyecatch-button:nth-child(1) {
    margin-right: 10px;
  }
  .consultation-eyecatch-button:nth-child(2) {
    margin-left: 10px;
  }
}
.consultation-eyecatch-button-icon {
  margin-left: 50px;
  width: 11px;
  height: 7px;
}
@media screen and (max-width: 769px){
  .consultation-eyecatch-button-icon {
    margin-left: 16px;
  }
}
.consultation-reservation {
  padding: 150px 0;
  text-align: center;
}
@media screen and (max-width: 769px){
  .consultation-reservation {
    padding: 70px 0;
    text-align: center;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-reservation {
    padding: 56px 0;
  }
}
.consultation-reservation-title {
  display: inline-block;
  position: relative;
  font-family: Lato;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #2DA3E2;
}
@media screen and (max-width: 769px){
  .consultation-reservation-title {
    display: inline-block;
    position: relative;
    font-family: Lato;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #2DA3E2;
  }
}
.consultation-reservation-icon {
  position: absolute;
  top: 0;
  left: -15rem;;
}
@media screen and (max-width: 769px){
  .consultation-reservation-icon {
    position: absolute;
    top: 0;
    left: -8rem;
    width: 50px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-reservation-icon {
    left: -13rem;
  }
}
.consultation-reservation-subtitle {
  margin-top: 18px;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-reservation-subtitle {
    margin-top: 14px;
    font-size: 18px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-reservation-subtitle {
    margin-top: 8px;
    font-size: 24px;
  }
}
.consultation-reservation-zipcode-title {
  margin-top: 40px;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-reservation-zipcode-title {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 28px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-reservation-zipcode-title {
    font-size: 18px;
  }
}
.consultation-reservation-zipcode-text {
  margin-top: 16px;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-reservation-zipcode-text {
    margin-top: 13px;
    font-family: YuGothic;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    color: #1f2c32;
  }
}
.consultation-reservation-zipcode-form-wrap {
  margin-top: 48px;
  padding: 0 88px;
  align-items: center;
}
@media screen and (max-width: 769px){
  .consultation-reservation-zipcode-form-wrap {
    margin-top: 30px;
    padding: 0 32px;
    align-items: center;
  }
}
.consultation-reservation-zipcode-form {
  margin-right: 20px;
  height: 64px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #c0c1c4;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #1f2c32;
}
.consultation-reservation-zipcode-form::placeholder {
  color: #c0c1c4;
}
/* 旧Edge対応 */
.consultation-reservation-zipcode-form::-ms-input-placeholder {
  color: #c0c1c4;
}
/* IE対応 */
.consultation-reservation-zipcode-form:-ms-input-placeholder {
  color: #c0c1c4;
}
@media screen and (max-width: 769px){
  .consultation-reservation-zipcode-form {
    margin-right: 20px;
    height: 50px;
    font-size: 14px;
    line-height: 23px;
  }
}
.consultation-reservation-zipcode-form-button {
  height: 64px;
}
@media screen and (max-width: 769px){
  .consultation-reservation-zipcode-form-button {
    margin-top: 20px;
    height: 50px;
  }
}
#unavailableZipcode {
  display: none!important;
}
#unavailableZipcode.open {
  display: flex!important;
}
.consultation-reservation-zipcode-unavailable {
  margin-top: 60px;
  padding: 56px 8%;
  background: #f5f5f5;
  align-items: center;
}
@media screen and (max-width: 769px){
  .consultation-reservation-zipcode-unavailable {
    margin-top: 30px;
    padding: 40px 20px;
    align-items: flex-start;
  }
}
.consultation-reservation-zipcode-unavailable-icon {
  width: 77px;
  height: 77px;
}
@media screen and (max-width: 769px){
  .consultation-reservation-zipcode-unavailable-icon {
    width: 35px;
    height: 35px;
    margin-top: 5px;
  }
}
.consultation-reservation-zipcode-unavailable-text {
  margin-left: 8%;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
  line-height: 40px;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-reservation-zipcode-unavailable-text {
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 28px;
  }
}
.consultation-merit {
  padding: 60px 28% 80px 28%;
  text-align: center;
  background: #D8EFFF;
  position: relative;
}
@media screen and (max-width: 769px){
  .consultation-merit {
    padding: 40px 38px 160px;
    text-align: center;
    background: #D8EFFF;
    position: relative;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-merit {
    padding: 60px 16% 80px 16%;
  }
}
.consultation-merit-title {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-merit-title {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 32px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-merit-title {
    font-size: 24px;
  }
}
.consultation-merit-title span {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #2DA3E2;
}
@media screen and (max-width: 769px){
  .consultation-merit-title span {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-merit-title span {
    font-size: 28px;
  }
}
.consultation-merit-list {
  border-radius: 7px;
  margin: 32px 16px;
  height: 181px;
  background: #fff;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 32px;
  text-align: left;
  color: #1f2c32;
  width: 50%;
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px){
  .consultation-merit-list {
    border-radius: 7px;
    margin: 20px 0px;
    height: 80px;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.04em;
    width: 100%;
    padding: 16px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
.consultation-merit-list:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}
@media screen and (max-width: 769px){
  .consultation-merit-list:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 80%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
  }
  .consultation-merit-list:nth-child(2):before {
    left: 20%;
  }
  .consultation-merit-list:nth-child(4):before {
    left: 20%;
  }
}
.consultation-merit-icon {
  position: absolute;
  right: 22%;
  bottom: 10px;
  width: 15%;
}
@media screen and (max-width: 769px){
  .consultation-merit-icon {
    right: 5%;
    bottom: 30px;
    width: 40%;
  }
}
.consultation-flow {
  padding: 150px 0;
}
@media screen and (max-width: 769px){
  .consultation-flow {
    padding: 60px 20px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow {
    padding: 64px 0;
  }
}
.consultation-flow-wrap {
  text-align: center;
}
@media screen and (max-width: 769px){
  .consultation-flow-wrap {
    text-align: center;
  }
}
.consultation-flow-title {
  font-family: Lato;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #2DA3E2;
}
@media screen and (max-width: 769px){
  .consultation-flow-title {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
.consultation-flow-subtitle {
  margin-top: 25px;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 18px;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-flow-subtitle {
    margin-top: 16px;
    font-size: 18px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-subtitle {
    font-size: 24px;
  }
}
.consultation-flow-text {
  margin-top: 30px;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.07em;
  line-height: 18px;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-flow-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 21px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-text {
    margin-top: 24px;
    font-size: 16px;
  }
}
.consultation-flow-items {
  margin-top: 80px;
  justify-content: space-between;
}
@media screen and (max-width: 769px){
  .consultation-flow-items {
    margin-top: 30px;
    justify-content: space-between;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-items {
    margin-top: 56px;
  }
}
.consultation-flow-item {
  width: 19%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 769px){
  .consultation-flow-item {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0 5px;
  }
}
.consultation-flow-item-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #D8EFFF;
  margin: 0 auto;
}
@media screen and (max-width: 769px){
  .consultation-flow-item-num {
    width: 52px;
    height: 52px;
    position: absolute;
    left: calc(50% - 26px);
    top: -26px;
  }
}
@media screen and (min-width:769px) and (max-width:1430px) {
  .consultation-flow-item-num {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
}
.consultation-flow-item-num span {
  font-family: Lato;
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  color: #1f2c32;
  vertical-align: middle;
}
@media screen and (max-width: 769px){
  .consultation-flow-item-num span {
    font-family: Lato;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    color: #1f2c32;
    vertical-align: middle;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-item-num span {
    font-size: 16px;
    line-height: 14px;
  }
}
.consultation-flow-item-card {
  margin-top: 30px;
  border-radius: 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 769px){
  .consultation-flow-item-card {
    margin-top: 30px;
    border-radius: 7px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-item-card {
    margin-top: 16px;
  }
}
.consultation-flow-item-top {
  height: 190px;
  padding: 34px 10%;
  background: #fff;
}
@media screen and (max-width: 769px){
  .consultation-flow-item-top {
    height: 170px;
    padding: 46px 10% 20px;
    background: #fff;
  }
}
.consultation-flow-item-top-title {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-align: center;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-flow-item-top-title {
    font-family: YuGothic;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: center;
    color: #1f2c32;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-item-top-title {
    font-size: 12px;
  }
}
.consultation-flow-item-top-icon {
  margin-top: 32px;
}
@media screen and (max-width: 769px){
  .consultation-flow-item-top-icon {
    margin-top: 16px;
  }
}
.consultation-flow-item-bottom {
  height: 110px;
  padding: 0 15%;
  border-radius: 0px 0px 7px 7px;
  background: #D8EFFF;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: center;
  color: #1f2c32;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px){
  .consultation-flow-item-bottom {
    height: 110px;
    padding: 0 15%;
    border-radius: 0px 0px 7px 7px;
    background: #D8EFFF;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 24px;
    text-align: center;
    color: #1f2c32;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-item-bottom {
    font-size: 12px;
    line-height: 24px;
  }
}
.consultation-flow-item-caution {
  position: absolute;
  top: -30px;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 18px;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-flow-item-caution {
    position: absolute;
    top: -30px;
    font-family: YuGothic;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 18px;
    text-align: left;
    color: #1f2c32;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-item-caution {
    font-size: 10px;
  }
}
.consultation-flow-item-notes {
  margin-top: 20px;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-flow-item-notes {
    margin-top: 15px;
  }
}
.consultation-flow-more {
  margin-top: 64px;
}
@media screen and (max-width: 769px){
  .consultation-flow-more {
    margin-top: 32px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-flow-more {
    margin-top: 32px;
  }
}
.staff {
  padding: 0;
}
@media screen and (max-width: 769px){
  .staff {
    padding: 0;
  }
}
.staff-wrap {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 769px){
  .staff-wrap {
    text-align: center;
  }
}
.staff-title {
  font-family: Lato;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #2DA3E2;
}
@media screen and (max-width: 769px){
  .staff-title {
    font-size: 14px;
  }
}
.staff-subtitle {
  margin-top: 25px;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
  line-height: 18px;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .staff-subtitle {
    margin-top: 16px;
    font-size: 18px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .staff-subtitle {
    margin-top: 16px;
    font-size: 24px;
  }
}
.staff-list {
  margin-top: 60px;
}
@media screen and (max-width: 769px){
  .staff-list {
    margin-top: 30px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .staff-list {
    margin-top: 36px;
  }
}
.staff-arrow-left {
  position: absolute;
  top: 60%;
  left: -5%;
}
.staff-arrow-right {
  position: absolute;
  top: 60%;
  right: -5%;
}
.staff-content {
  margin: 0 5px;
}
@media screen and (max-width: 769px){
  .staff-content {
    margin: 0 5px;
    width: 90%;
  }
}
.staff-content-title {
  font-family: YuGothic;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 12px;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .staff-content-title {
    font-family: YuGothic;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 12px;
    text-align: left;
    color: #1f2c32;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .staff-content-title {
    font-size: 10px;
  }
}
.staff-content-title-line {
  margin: 5px 0;
  border: 2px solid #D8EFFF;
}
@media screen and (max-width: 769px){
  .staff-content-title-line {
    margin: 5px 0;
    border: 2px solid #D8EFFF;
  }
}
.staff-content-image {

}
@media screen and (max-width: 769px){
  .staff-content-image {
    width: 100%;
  }
}
.staff-content-role {
  font-family: YuGothic;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.07em;
  line-height: 16px;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .staff-content-role {
    font-family: YuGothic;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 16px;
    text-align: left;
    color: #1f2c32;
  }
}
.staff-content-name {
  margin-top: 4px;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 18px;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .staff-content-name {
    margin-top: 4px;
    font-family: YuGothic;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 18px;
    text-align: left;
    color: #1f2c32;
  }
}
.staff-content-name span {
  font-family: Lato;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.07em;
  line-height: 18px;
  text-align: left;
  color: #2DA3E2;
}
@media screen and (max-width: 769px){
  .staff-content-name span {
    font-family: Lato;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.07em;
    line-height: 18px;
    text-align: left;
    color: #2DA3E2;
  }
}
.consultation-method {
  margin-top: 100px;
}
@media screen and (max-width: 769px){
  .consultation-method {
    margin-top: 0;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-method {
    margin-top: 24px;
  }
}
.consultation-shop-title-hr {

}
@media screen and (max-width: 769px){
  .consultation-shop-title-hr {

  }
}
.consultation-shop-intro {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px){
  .consultation-shop-intro {

  }
}
.consultation-shop-intro-left {
  padding-right: 16px;
}
@media screen and (max-width: 769px){
  .consultation-shop-intro-left {
    padding-right: 0;
  }
}
.consultation-shop-intro-title {
  margin-bottom: 24px;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-shop-intro-title {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 28px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-shop-intro-title {
    font-size: 18px;
  }
}
.consultation-shop-intro-detail {
  margin-top: 16px;
  font-family: YuGothic;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-shop-intro-detail {

  }
}
.consultation-shop-intro-detail-title {
  width: 20%;
}
@media screen and (max-width: 769px){
  .consultation-shop-intro-detail-title {
    width: 30%;
  }
}
.consultation-shop-intro-detail-text {
  width: 80%;
}
.consultation-shop-intro-detail-text span {
  font-family: Lato;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #1f2c32;
}
@media screen and (max-width: 769px){
  .consultation-shop-intro-detail-text {
    width: 70%;
  }
}
.consultation-shop-intro-right {

}
@media screen and (max-width: 769px){
  .consultation-shop-intro-right {

  }
}
.consultation-shop-intro-image {
  width: 260px;
  height: 260px;
}
@media screen and (max-width: 769px){
  .consultation-shop-intro-image {

  }
}
.consultation-shop-map {

}
@media screen and (max-width: 769px){
  .consultation-shop-map {

  }
}
.consultation-line-box {
  width: 100%;
  margin-top: 56px;
  text-align: center;
  background: #D8EFFF;
  padding: 70px 102px;
}
@media screen and (max-width: 769px){
  .consultation-line-box {
    margin-top: 40px;
    padding: 40px 24px;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .consultation-line-box {
    margin-top: 24px;
    padding: 36px 102px;
  }
}
.consultation-line-box-message {
}
@media screen and (max-width: 769px){
  .consultation-line-box-message {

  }
}
.consultation-line-box-button {
  margin-top: 75px;
  width: 90%;
}
@media screen and (max-width: 769px){
  .consultation-line-box-button {
    margin-top: 50px;
    width: 100%;
  }
}
.consultation-online-movie-title {
  font-family: YuGothic;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #000;
  background: linear-gradient(transparent 50%, #D8EFFF 0%);
  display: inline-block;
}
@media screen and (max-width: 769px){
.consultation-online-movie-title {
  font-size: 18px;
}
}
.consultation-online-movie-area {
  padding: 0 64px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px){
  .consultation-online-movie-area {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
