@charset "UTF-8";
/*! ========================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。 by higuchi
※※※※※※※※※※※※※※※※※※※※※※※※※※※
========================================= */
:root {
  --font-maru: "Segoe UI", Roboto, "fot-tsukuardgothic-std", "Noto Sans JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  --header-height: 100px;
}
@media only screen and (max-width: 1023px) {
  :root {
    --header-height: 60px;
  }
}

.container {
  padding-top: var(--header-height);
  color: #333;
}
.container img {
  max-width: 100%;
}

.general-section .inner.is-narrow {
  max-width: 1000px;
}

.mv {
  overflow: hidden;
}

.about {
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .about {
    padding-top: 80px;
  }
}
.about--illust {
  position: absolute;
  left: 155px;
  top: -170px;
}
@media (max-width: 991px) {
  .about--illust {
    width: 28.5333333333%;
    left: 30px;
    top: -100px;
  }
}
.about--title {
  font-size: 40px;
  text-align: center;
  font-family: var(--font-maru);
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 50px;
}
.about--title img {
  max-width: 80%;
}
@media (max-width: 991px) {
  .about--title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .about--title img {
    max-width: 80%;
  }
}
.about--lead {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .about--lead {
    font-size: 13px;
  }
}
.about--caption {
  padding-top: 20px;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .about--caption {
    font-size: 10px;
  }
}

.service {
  background: #f8f8f8;
  position: relative;
}
@media (max-width: 991px) {
  .service {
    padding-top: 80px;
  }
}
.service--title {
  font-size: 34px;
  text-align: center;
  font-family: var(--font-maru);
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  border-radius: 1000px;
  background: #e88f00;
  color: #fff;
  width: 13em;
  padding: 0.25em;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: -110px;
}
@media (max-width: 991px) {
  .service--title {
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: -135px;
  }
}
.service--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  --gap: 20px;
  --column: 3;
  gap: var(--gap);
  max-width: 1000px;
  margin: 0 auto 15px;
}
@media (max-width: 991px) {
  .service--list {
    --gap: 10px;
    --column: 2;
  }
}
.service--list--item {
  width: calc((100% - var(--gap) * (var(--column) - 1)) / var(--column));
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
}
@media (max-width: 991px) {
  .service--list--item {
    padding: 20px 5px;
    border-radius: 10px;
  }
}
.service--list--item--icon {
  text-align: center;
  width: 80px;
  margin: 0 auto 30px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .service--list--item--icon {
    width: 40px;
    margin-bottom: 10px;
  }
}
.service--list--item--icon img {
  max-width: none;
}
.service--list--item--icon.is-1 img {
  width: 98.75%;
}
.service--list--item--icon.is-2 img {
  width: 78.75%;
}
.service--list--item--icon.is-3 img {
  width: 92.5%;
}
.service--list--item--icon.is-4 img {
  width: 100%;
}
.service--list--item--icon.is-5 img {
  width: 116.25%;
}
.service--list--item--icon.is-6 img {
  width: 83.75%;
}
.service--list--item--title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .service--list--item--title {
    font-size: 15px;
  }
}
.service--list--item--title sup {
  font-weight: 100;
}
.service--list--item--sub {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .service--list--item--sub {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
}
.service--caption {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .service--caption {
    font-size: 10px;
    text-align: left;
  }
}

.chatbot {
  background: #f5ecde;
  position: relative;
}
.chatbot .inner {
  padding-bottom: 0;
}
.chatbot--title {
  font-size: 34px;
  text-align: center;
  font-family: var(--font-maru);
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .chatbot--title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.chatbot--box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .chatbot--box {
    flex-wrap: wrap;
    max-width: 590px;
    margin: 0 auto;
  }
}
.chatbot--box--fukidashi {
  align-self: flex-start;
  margin-top: 10px;
  margin-left: auto;
  margin-right: 40px;
  order: 2;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  padding: 20px;
  letter-spacing: 0.07em;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .chatbot--box--fukidashi {
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
    margin: 0 0 20px;
    width: 100%;
    order: inherit;
  }
}
.chatbot--box--fukidashi::before {
  content: "";
  position: absolute;
  color: #fff;
}
@media (min-width: 992px) {
  .chatbot--box--fukidashi::before {
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-left: 39px solid;
    border-block: 12px transparent solid;
    width: 0;
    height: 0;
    right: 40px;
  }
}
@media (max-width: 991px) {
  .chatbot--box--fukidashi::before {
    top: 100%;
    right: 12%;
    border-top: 20px solid;
    border-inline: 6px transparent solid;
    width: 0;
    height: 0;
  }
}
.chatbot--box--sample {
  width: 281px;
  order: 1;
  filter: drop-shadow(0px -4px 10px rgba(0, 0, 0, 0.16));
  margin-right: 20px;
}
@media (max-width: 991px) {
  .chatbot--box--sample {
    order: inherit;
    width: 64.1379310345%;
    margin-right: auto;
  }
}
.chatbot--box--robot {
  order: 3;
  width: 147px;
}
@media (max-width: 991px) {
  .chatbot--box--robot {
    order: inherit;
    width: 30.5172413793%;
  }
}

.flow {
  position: relative;
}
.flow--illust {
  position: absolute;
  right: 105px;
  top: 80px;
  z-index: 1;
}
@media (max-width: 991px) {
  .flow--illust {
    position: static;
    width: 36.9333333333%;
    padding-top: 30px;
    margin: 0 auto;
  }
}
.flow .inner {
  position: relative;
  z-index: 2;
}
.flow--subtitle {
  font-size: 30px;
  text-align: center;
  font-family: var(--font-maru);
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #E88F00;
}
@media (max-width: 991px) {
  .flow--subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.flow--subtitle::before, .flow--subtitle::after {
  content: "";
  display: inline-block;
  height: 1em;
  border-left: solid 3px;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}
.flow--subtitle::before {
  margin-right: 1em;
  transform: skewX(20deg);
}
.flow--subtitle::after {
  margin-left: 1em;
  transform: skewX(-20deg);
}
.flow--title {
  font-size: 40px;
  text-align: center;
  font-family: var(--font-maru);
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 50px;
  text-shadow: 0px 0px 0.2em #FFF, 0px 0px 0.2em #FFF, 0px 0px 0.2em #FFF, 0px 0px 0.2em #FFF, 0px 0px 0.2em #FFF;
}
@media (max-width: 991px) {
  .flow--title {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.flow--lead {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8;
  text-shadow: 0px 0px 0.2em #FFF, 0px 0px 0.2em #FFF, 0px 0px 0.2em #FFF, 0px 0px 0.2em #FFF, 0px 0px 0.2em #FFF;
}
@media (max-width: 991px) {
  .flow--lead {
    font-size: 13px;
  }
}
.flow--2 {
  background: #f8f8f8;
  position: relative;
}
@media (max-width: 991px) {
  .flow--2 {
    padding-top: 80px;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.flow--2--title {
  font-size: 34px;
  text-align: center;
  font-family: var(--font-maru);
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  border-radius: 1000px;
  background: #e88f00;
  color: #fff;
  width: 13em;
  padding: 0.25em;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: -110px;
}
@media (max-width: 991px) {
  .flow--2--title {
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: -135px;
  }
}
.flow--2--box {
  padding: 60px 20px 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 120px;
}
.flow--2--box:last-child {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .flow--2--box {
    padding-top: 30px;
    margin-bottom: 50px;
  }
  .flow--2--box:last-child {
    margin-bottom: 20px;
  }
}
.flow--2--box--wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.flow--2--box--list {
  display: flex;
  justify-content: space-between;
  container-type: inline-size;
  gap: 5cqw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .flow--2--box--list {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 10px;
  }
}
.flow--2--box--list--item {
  width: 100%;
  list-style: none;
  position: relative;
}
@media (max-width: 991px) {
  .flow--2--box--list--item {
    display: flex;
    flex-direction: column;
  }
}
.flow--2--box--list--item--num {
  font-family: Urbanist;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #e88f00;
}
@media (max-width: 991px) {
  .flow--2--box--list--item--num {
    font-size: 27px;
    padding-left: 20px;
    text-align: left;
  }
}
.flow--2--box--list--item--num::after {
  content: "";
  font-size: 14px;
  width: 1em;
  height: 1em;
  border-radius: 1000px;
  background: #e88f00;
  margin: 10px auto;
  display: block;
}
@media (max-width: 991px) {
  .flow--2--box--list--item--num::after {
    position: absolute;
    top: 8px;
    left: 0;
    margin: 0;
  }
}
.flow--2--box--list--item--num::before {
  content: "";
  position: absolute;
}
@media (min-width: 992px) {
  .flow--2--box--list--item--num::before {
    top: 1.4em;
    inset-inline: -5cqw;
    border-top: solid 1px;
    display: block;
  }
}
@media (max-width: 991px) {
  .flow--2--box--list--item--num::before {
    top: 10px;
    left: 6px;
    bottom: -45px;
    border-left: solid 1px;
  }
}
@media (min-width: 992px) {
  .flow--2--box--list--item:first-child .flow--2--box--list--item--num::before {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .flow--2--box--list--item:last-child .flow--2--box--list--item--num::before {
    right: 50%;
  }
}
@media (max-width: 991px) {
  .flow--2--box--list--item:last-child .flow--2--box--list--item--num::before {
    content: none;
  }
}
.flow--2--box--list--item--title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2lh;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .flow--2--box--list--item--title {
    font-size: 15px;
    text-align: left;
    height: auto;
    display: block;
    margin-left: 60px;
    padding-top: 3px;
    margin-top: -27px;
    margin-bottom: 10px;
  }
  .flow--2--box--list--item--title br {
    display: none;
  }
}
.flow--2--box--list--item--img {
  margin-bottom: 30px;
  padding-inline: 5%;
}
@media (max-width: 991px) {
  .flow--2--box--list--item--img {
    padding-inline: 0;
    margin-left: 60px;
    margin-bottom: 0;
    text-align: center;
    order: 9999;
  }
  .flow--2--box--list--item--img img {
    max-width: 60%;
  }
}
.flow--2--box--list--item--lead {
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .flow--2--box--list--item--lead {
    margin-left: 60px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.flow--2--box--title {
  font-size: 34px;
  text-align: center;
  font-family: var(--font-maru);
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .flow--2--box--title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.flow--2--box--lead {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .flow--2--box--lead {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.flow--2--box--lead strong {
  color: inherit;
  font-weight: bold;
}
.flow--2--box--caption {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .flow--2--box--caption {
    font-size: 10px;
    text-align: left;
  }
}
.flow--2--box--btn {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
  top: 36px;
}
@media (max-width: 991px) {
  .flow--2--box--btn {
    top: 24px;
  }
}
.flow--2--box--btn a {
  display: block;
  border-radius: 100px;
  background: #fff;
  color: #e88f00;
  border: 4px solid #e88f00;
  font-size: 34px;
  text-align: center;
  padding: 0.5em;
  font-family: var(--font-maru);
  text-decoration: none;
}
@media (max-width: 991px) {
  .flow--2--box--btn a {
    font-size: 17px;
    padding: 1em 0.5em;
    border-width: 2px;
  }
}
@media (hover) {
  .flow--2--box--btn a {
    transition: all 0.3s ease;
  }
  .flow--2--box--btn a:hover {
    background: #e88f00;
    color: #fff;
  }
}

.howto {
  position: relative;
  background: #F5ECDE;
  padding-top: 80px;
  box-shadow: 0px 8px 6px inset rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .howto {
    padding-top: 120px;
  }
}
.howto::before {
  content: "";
  filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.16));
  position: absolute;
  color: #f8f8f8;
  top: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-top: 72px solid;
  border-inline: 110px transparent solid;
  width: 0;
  height: 0;
}
@media (max-width: 991px) {
  .howto::before {
    border-top-width: 36px;
    border-inline-width: 55px;
  }
}
.howto--illust {
  position: absolute;
  z-index: 3;
  left: 122px;
  top: -56px;
}
@media (max-width: 991px) {
  .howto--illust {
    width: 38.4%;
    left: 20px;
    top: -19px;
  }
}
.howto--img {
  max-width: 263px;
  margin: 0 auto 20px;
}
@media (max-width: 991px) {
  .howto--img {
    max-width: 173px;
    margin-bottom: 20px;
  }
}
.howto--title {
  font-size: 40px;
  text-align: center;
  font-family: var(--font-maru);
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .howto--title {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
.howto--box {
  padding: 40px 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .howto--box {
    padding: 30px 20px 20px;
    margin-bottom: 40px;
    flex-direction: column;
  }
}
.howto--box--text {
  width: calc(62.0652173913% - 30px);
}
@media (max-width: 991px) {
  .howto--box--text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.howto--box--title {
  font-size: 28px;
  text-align: center;
  font-family: var(--font-maru);
  letter-spacing: 0.07em;
  line-height: 1.5;
  border-radius: 1000px;
  background: #e88f00;
  color: #fff;
  width: 8em;
  padding: 0.25em;
  margin-bottom: 20px;
  margin-top: -65px;
}
@media (max-width: 991px) {
  .howto--box--title {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: -45px;
  }
}
.howto--box--list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  counter-reset: li;
  letter-spacing: 0.07em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media (max-width: 991px) {
  .howto--box--list {
    font-size: 13px;
  }
}
.howto--box--list--item {
  counter-increment: li;
}
.howto--box--list--item::before {
  content: counter(li) ". ";
  color: #E88F00;
  font-weight: bold;
  text-indent: 0;
}
.howto--box--list--item img {
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  object-fit: scale-down;
  object-position: center center;
  position: relative;
  top: -0.1em;
  margin: 0 0.1em;
}
@media (min-width: 992px) {
  .howto--box--img {
    width: 37.9347826087%;
  }
  .howto--box--img.is-iphone {
    align-self: flex-start;
    margin-top: -40px;
  }
  .howto--box--img.is-android {
    align-self: flex-end;
    margin-bottom: -40px;
  }
}
@media (max-width: 991px) {
  .howto--box--img.is-android {
    margin-bottom: -20px;
  }
}
.howto--lead {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .howto--lead {
    font-size: 13px;
  }
}

.conv {
  display: flex;
}
@media (max-width: 991px) {
  .conv {
    flex-direction: column;
  }
}
.conv--login {
  background: #e88f00;
  width: 59.5238095238%;
  --color: #e88f00;
  color: #FFF;
}
@media (max-width: 991px) {
  .conv--login {
    width: 100%;
  }
}
.conv--login--inner {
  padding: 80px 40px;
  max-width: 580px;
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .conv--login--inner {
    padding: 40px 30px;
  }
}
.conv--yet {
  background: #e0e0e0;
  width: 40.4761904762%;
  --color: #333333;
  color: var(--color);
}
@media (max-width: 991px) {
  .conv--yet {
    width: 100%;
  }
}
.conv--yet--inner {
  padding: 80px 40px;
  max-width: 450px;
  box-sizing: content-box;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 991px) {
  .conv--yet--inner {
    padding: 40px 30px;
  }
}
.conv--illust {
  position: absolute;
  right: 40px;
  top: 60px;
}
@media (max-width: 991px) {
  .conv--illust {
    width: 14.2028985507%;
    right: 40px;
    top: 40px;
  }
}
.conv--en {
  font-family: Urbanist;
  font-size: 64px;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 991px) {
  .conv--en {
    font-size: 32px;
  }
}
.conv--head {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 991px) {
  .conv--head {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.conv--title {
  font-family: var(--font-maru);
  font-weight: normal;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .conv--title {
    font-size: 20px;
  }
}
.conv--title2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .conv--title2 {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.conv--lead {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-family: var(--font-maru);
  font-weight: bold;
}
@media (max-width: 991px) {
  .conv--lead {
    font-size: 14px;
  }
}
.conv--text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .conv--text {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.conv--text.caption {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .conv--text.caption {
    margin-bottom: 15px;
  }
}
.conv--btn a {
  padding: 0.5em;
  text-align: center;
  color: inherit;
  border-radius: 1000px;
  display: block;
  background: #fff;
  font-family: var(--font-maru);
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--color);
  border: solid 3px #FFF;
  text-decoration: none;
}
@media (max-width: 991px) {
  .conv--btn a {
    font-size: 16px;
  }
}
@media (hover) {
  .conv--btn a {
    transition: all 0.3s ease;
  }
  .conv--btn a:hover {
    background: var(--color);
    color: #fff;
  }
}

.tel .telArea {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  background: #FFFCF7;
  padding: 2em;
}
@media (max-width: 991px) {
  .tel .telArea {
    font-size: 2.67vw;
    display: block;
    text-align: center;
  }
}
.tel .telArea .ttl {
  font-size: 1.8em;
  font-weight: 700;
  color: #E88F00;
  text-align: center;
  margin-bottom: 0.7em;
}
.tel .telArea .telAreaInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.tel .telArea .tel {
  margin-right: 3em;
}
@media (max-width: 991px) {
  .tel .telArea .tel {
    margin-right: 0;
  }
}
.tel .telArea .tel a {
  display: block;
  width: 23.2em;
  height: 4.2em;
  background: url(//www.hoosiers.co.jp/livingservice/assets/imgs/contact/tel.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .tel .telArea .tel a {
    margin: 0 auto 1em;
  }
}
.tel .telArea .tel a span {
  display: none;
}
.tel .telArea .txt {
  font-size: 1.3em;
}/*# sourceMappingURL=service.css.map */