@charset "UTF-8";
.system-point-section .point-image-list::before, .system-feature-section .feature-list::before, .use-flow-section, .outroduction-section {
  background: linear-gradient(45deg, rgba(76, 185, 210, 0.5) 0%, rgba(73, 165, 191, 0.5) 21.25%, rgba(77, 186, 208, 0.5) 42%, rgba(156, 213, 192, 0.5) 100%);
}

.contact-link-section, .price-plan-section .campaign-wrapper {
  background: linear-gradient(90deg, #70c8d9 0%, #49a5bf 100%);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  border: 0;
  box-sizing: border-box;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  word-wrap: break-word;
}

img {
  max-height: 100%;
  max-width: 100%;
}

section {
  position: relative;
}

strong,
b {
  font-weight: bold;
}

p {
  font-size: 4.05vw;
  font-weight: 200;
}

button {
  appearance: none;
  background: none;
  border: none;
  outline: none;
}

@media screen and (min-width: 500px) {
  p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.7vw;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 20px;
  }
}
.pc-break {
  display: none;
}

.point-word {
  color: #0a66a4;
}

.primary-button {
  background: #fdb809;
  color: white;
  font-size: 3.733vw;
  font-weight: bold;
}

.text-link {
  color: #333;
}

[class*="-button"] {
  cursor: pointer;
  transition: .2s;
}
[class*="-button"]:hover {
  opacity: .7;
}

.section-title {
  font-size: 6.5vw;
  margin: 1em auto;
  line-height: 1.5;
  text-align: center;
}

.section-description {
  margin: 2.5em auto;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .section-description {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .sp-break {
    display: none;
  }

  .pc-break {
    display: inline;
  }

  .section-title {
    font-size: 4vw;
  }

  .section-description {
    font-size: 2vw;
  }

  .primary-button {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 48px;
  }

  .section-description {
    font-size: 21px;
  }

  .primary-button {
    font-size: 26px;
  }
}
.global-header {
  align-items: center;
  background: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  padding: 1rem;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.global-header > a {
  color: #333;
  text-decoration: none;
  transition: .2s;
}
.global-header > a:hover {
  opacity: .7;
}
.global-header .system-name {
  height: 1rem;
}
.global-header .system-name img {
  display: block;
  height: 100%;
}
.global-header .system-description {
  display: none;
}
.global-header .pc-navi-list,
.global-header .sp-navi-list {
  display: flex;
  margin-left: auto;
}
.global-header .pc-navi-list {
  display: none;
}
.global-header .sp-navi-list-phone, .global-header .sp-navi-list-contact {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 1rem;
  padding: 7px;
  position: relative;
  width: 40px;
}
.global-header .sp-navi-list-phone {
  background: #333;
}
.global-header .sp-navi-list-phone .tel-button {
  display: block;
  height: 100%;
  text-align: center;
  width: 100%;
}
.global-header .sp-navi-list-contact {
  background: #fdb809;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .global-header {
    padding: 0.5rem 2rem;
  }
  .global-header .system-name {
    align-items: center;
    display: flex;
  }
  .global-header .system-description {
    display: block;
    font-size: 14px;
    font-weight: 200;
    margin-left: .5em;
    white-space: nowrap;
  }
  .global-header .system-description::before, .global-header .system-description::after {
    content: ' - ';
  }
  .global-header .sp-navi-list {
    display: none;
  }
  .global-header .pc-navi-list {
    display: flex;
  }
  .global-header .pc-navi-list-item {
    margin-right: 1rem;
  }
  .global-header .pc-navi-list-item.call-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .global-header .pc-navi-list-item.call-info .tel {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
    line-height: 1.2;
  }
  .global-header .pc-navi-list-item.call-info .tel::before {
    background: url(../images/icon-phone.svg), #333;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: 70% 70%, 100% 100%;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: .75em;
    margin-right: .15rem;
    padding: 2px;
    position: relative;
    top: .035em;
    width: .75em;
  }
  .global-header .pc-navi-list-item.call-info .open {
    font-size: .8em;
    line-height: 1;
  }
  .global-header .pc-navi-list-item.contact .contact-button {
    align-items: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    font-size: 1rem;
    height: 100%;
    justify-content: center;
    padding: 0 1rem;
  }
}

.drawer-menu {
  margin: 0;
}
.drawer-menu .drawer-bg {
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.drawer-menu .drawer-button {
  align-items: stretch;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: space-between;
  letter-spacing: .1em;
  margin: 0;
  outline: none;
  padding: 4px;
  position: relative;
  text-align: center;
  top: 0;
  transition: .2s;
  width: 40px;
  z-index: 10001;
}
.drawer-menu .drawer-button.active .drawer-bar1, .drawer-menu .drawer-button.active .drawer-bar3 {
  left: 0;
  position: absolute;
}
.drawer-menu .drawer-button.active .drawer-bar1 {
  top: 18.5px;
  transform: rotate(45deg);
}
.drawer-menu .drawer-button.active .drawer-bar2 {
  opacity: 0;
}
.drawer-menu .drawer-button.active .drawer-bar3 {
  bottom: 18.5px;
  transform: rotate(-45deg);
}
.drawer-menu .drawer-button.active .drawer-text {
  display: none;
}
.drawer-menu .drawer-button * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  outline: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.drawer-menu .drawer-bar1, .drawer-menu .drawer-bar2, .drawer-menu .drawer-bar3 {
  background: black;
  display: block;
  height: 3px;
  position: relative;
  transition: .2s;
  transform-origin: center;
  width: 100%;
}
.drawer-menu .drawer-bar2 {
  margin-bottom: auto;
  margin-top: auto;
}
.drawer-menu .drawer-text {
  display: block;
  margin-top: 2px;
  max-height: 9px;
  text-align: center;
}
.drawer-menu .drawer-text img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.drawer-menu .drawer-navi {
  background: white;
  height: 100%;
  overflow-y: auto;
  padding: 22vw 20px 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate(100%, 0);
  transition: .2s;
  width: 80vw;
  z-index: 1000;
}
.drawer-menu .drawer-navi.open {
  transform: translate(0, 0);
}
.drawer-menu .drawer-navi-list {
  list-style: none;
  padding: 0;
  text-align: center;
}
.drawer-menu .drawer-navi-list li {
  margin-bottom: 30px;
}
.drawer-menu .drawer-navi-link {
  color: inherit;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .drawer-menu .drawer-navi {
    max-width: 500px;
    padding-top: 100px;
  }
  .drawer-menu .drawer-navi-list li {
    margin-bottom: 50px;
  }
}

.main {
  overflow: hidden;
  padding-top: calc(40px + (1rem * 2));
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: calc(40px + (0.5rem * 2));
  }
}

.introduction-section {
  overflow: hidden;
  padding: 27.5vw 1rem 0;
  position: relative;
  z-index: 0;
}
.introduction-section .eyecatch-sp, .introduction-section .eyecatch-pc-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.introduction-section .eyecatch-sp {
  max-width: none;
  width: 100%;
}
.introduction-section .eyecatch-pc-wrapper {
  display: none;
}
.introduction-section .section-title {
  font-size: 5.5vw;
  margin: 0;
  text-align: left;
}
.introduction-section .section-title > span {
  background: white;
  display: inline-block;
  margin-bottom: .5rem;
  padding: 0 .5rem;
}
.introduction-section .section-title > span:not(:first-child) {
  padding-right: 0;
}
.introduction-section .section-title .system-name {
  background: white;
  padding: .5rem;
  position: relative;
  z-index: 0;
}
.introduction-section .section-title .system-name-jp {
  align-items: center;
  background: white;
  bottom: -.5em;
  display: flex;
  font-size: 3vw;
  left: 0;
  padding: 0 .5rem .3rem;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.introduction-section .section-title .system-name-jp::before {
  background: #333;
  content: '';
  display: block;
  flex: 1 1 50%;
  height: 1px;
  margin-right: 5px;
}
.introduction-section .app-screen-image-container {
  margin: 1rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
.introduction-section .system-main-description {
  font-size: 4vw;
  padding-bottom: 3em;
  padding-top: 1em;
  position: relative;
  text-align: center;
  z-index: 0;
}
.introduction-section .system-main-description .background-image-container {
  bottom: 0;
  height: calc(100% + 25vw);
  left: 50%;
  min-width: 1200px;
  opacity: .3;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, 0);
  width: calc(100% + 2rem);
  z-index: -1;
}
.introduction-section .system-main-description .background-image-container img {
  display: block;
  height: auto;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .introduction-section {
    overflow: visible;
    padding-top: 5vw;
  }
  .introduction-section .eyecatch-sp {
    display: none;
  }
  .introduction-section .eyecatch-pc-wrapper {
    display: block;
    text-align: right;
    width: 100%;
    z-index: 1;
  }
  .introduction-section .first-scroll-button {
    bottom: 0;
    display: block;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -100%);
    width: 5vw;
    z-index: 2;
  }
  .introduction-section .section-title,
  .introduction-section .app-screen-image-container {
    margin: 0;
    max-width: 48%;
    padding-left: 5vw;
    position: relative;
    z-index: 2;
  }
  .introduction-section .section-title {
    font-size: 2.45vw;
  }
  .introduction-section .section-title .system-name {
    margin: 1em 0 2em;
  }
  .introduction-section .section-title .system-name-jp {
    bottom: -.9em;
    font-size: 1.135vw;
    font-weight: bold;
  }
  .introduction-section .app-screen-image-container {
    max-width: 40%;
    text-align: left;
  }
  .introduction-section .system-main-description {
    font-size: 2vw;
    padding: 3em 0 4em;
  }
  .introduction-section .system-main-description .background-image-container {
    bottom: 50%;
    min-width: 0;
    transform: translate(-50%, 50%);
  }
  .introduction-section .system-main-description .background-image-container img {
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }
}

.cause-section .section-title-wrapper {
  position: relative;
}
.cause-section .section-title-wrapper img {
  display: block;
}
.cause-section .section-title {
  color: white;
  font-size: 4.5vw;
  left: 0;
  margin: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 100%;
}
.cause-section .section-title strong {
  font-size: 5vw;
}
.cause-section .cause-box-wrapper {
  background: #ccc;
  padding: 1rem;
}
.cause-section .cause-box {
  background: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin: 2rem auto;
  max-width: 600px;
}
.cause-section .cause-title {
  background: url(../images/pattern-60-lines.png), #999;
  color: white;
  padding: 1rem;
  text-align: center;
}
.cause-section .cause-list {
  padding: 0 1rem;
}
.cause-section .cause-list-item {
  font-size: 15px;
  font-weight: 200;
  padding: 1rem 0;
  text-align: center;
}
.cause-section .cause-list-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .cause-section {
    background: url(../images/background-communication.jpg);
    background-position: center;
    background-size: cover;
    margin: 0 auto;
    max-width: 1500px;
    padding: 4rem 0;
  }
  .cause-section .section-title-wrapper img {
    display: none;
  }
  .cause-section .section-title {
    font-size: 2.5vw;
    position: relative;
    top: 0;
    transform: none;
  }
  .cause-section .section-title strong {
    font-size: 3.5vw;
  }
  .cause-section .cause-box-wrapper {
    background: none;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
  }
  .cause-section .cause-box {
    flex: 0 0 30%;
    margin-top: 3rem;
  }
  .cause-section .cause-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .cause-section .section-title {
    font-size: 30px;
  }
  .cause-section .section-title strong {
    font-size: 36px;
  }
}

.system-point-section {
  padding: 1rem;
}
.system-point-section .section-title {
  margin: 2rem auto 2rem;
}
.system-point-section .section-title .point-word {
  display: inline-block;
}
.system-point-section .section-description {
  margin-bottom: 2rem;
}
.system-point-section .point-box {
  margin-bottom: 3rem;
}
.system-point-section .point-title {
  align-items: center;
  display: flex;
  font-size: 5vw;
  justify-content: center;
  margin-bottom: 1rem;
}
.system-point-section .point-index {
  border: 1px solid #0a66a4;
  border-width: 0 1px;
  color: #0a66a4;
  font-family: Roboto, "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 4vw;
  line-height: .9;
  margin-right: .5em;
  padding: 0 5px;
  text-align: center;
}
.system-point-section .point-index .num {
  font-size: 1.75em;
}
.system-point-section .point-function {
  margin-top: .5rem;
  text-align: center;
}
.system-point-section .point-function-title {
  border-bottom: 1px solid #0a66a4;
  color: #0a66a4;
  font-size: 5vw;
  margin-bottom: 3%;
  padding-bottom: .25rem;
}
.system-point-section .point-function-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.system-point-section .point-function-list-item {
  background: #0a66a4;
  color: white;
  flex-grow: 1;
  margin-bottom: 3%;
  max-width: 50%;
  padding: 5px 0;
  width: 47%;
}
.system-point-section .point-function-list-item:nth-child(2n) {
  margin-left: 3%;
}
.system-point-section .point-image-list {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin: 1rem auto;
  padding-bottom: 1rem;
  position: relative;
  z-index: 0;
}
.system-point-section .point-image-list li {
  flex: 1 1 40%;
  margin: 0 4%;
  width: 40%;
}
.system-point-section .point-image-list::before {
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  padding-top: 20%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .system-point-section {
    padding-bottom: 6rem;
  }
  .system-point-section .section-title {
    margin-top: 4rem;
  }
  .system-point-section .section-description {
    margin-bottom: 3rem;
  }
  .system-point-section .point-box {
    align-items: flex-start;
    display: flex;
    margin: 0 auto 4.5rem;
    max-width: 1200px;
  }
  .system-point-section .point-box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .system-point-section .point-box:nth-child(2n) .point-image-list {
    margin-left: 0;
    margin-right: 3rem;
  }
  .system-point-section .point-image-list {
    flex: 0 0 50%;
    margin-left: 3rem;
    width: 50%;
  }
  .system-point-section .point-index {
    font-size: 1.8vw;
  }
  .system-point-section .point-index .num {
    font-size: 2em;
  }
  .system-point-section .point-title {
    font-size: 2.5vw;
  }
  .system-point-section .point-function-title {
    font-size: 2.4vw;
  }
  .system-point-section .point-function-list {
    align-items: center;
    flex-wrap: nowrap;
  }
  .system-point-section .point-function-list-item {
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-wrap: wrap;
    font-size: 1.75vw;
    justify-content: center;
    padding: .25em .5em;
    width: auto;
  }
  .system-point-section .point-function-list-item:nth-child(2n) {
    margin-left: 0;
  }
  .system-point-section .point-function-list-item:not(:last-child) {
    margin-right: 2%;
  }
  .system-point-section .point-function-list-item span {
    display: inline-block;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .system-point-section .section-title {
    margin-top: 5.5rem;
  }
  .system-point-section .point-title {
    font-size: 33px;
  }
  .system-point-section .point-index {
    font-size: 24px;
  }
  .system-point-section .point-description {
    font-size: 18px;
  }
  .system-point-section .point-function-title {
    font-size: 28px;
  }
  .system-point-section .point-function-list-item {
    font-size: 21px;
  }
}

.contact-link-section .content {
  padding: 2rem 1.5rem;
  padding-left: 30%;
  position: relative;
}
.contact-link-section .section-title {
  color: white;
  font-size: 5vw;
  line-height: 1.5;
  margin: 0;
}
.contact-link-section .section-title span {
  display: inline-block;
}
.contact-link-section .contact-button {
  display: block;
  padding: .5rem 1rem;
  padding-right: 2rem;
  position: relative;
  margin: 1rem auto 0;
  min-width: 80%;
}
.contact-link-section .contact-button::after {
  content: '▶︎';
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translate(0, -50%) scaleX(0.5);
}
.contact-link-section .background-image {
  bottom: 0;
  display: block;
  font-size: 18px;
  height: 110%;
  max-height: none;
  position: absolute;
  right: 65%;
}
@media screen and (min-width: 768px) {
  .contact-link-section .content {
    padding: 6.5vw 10%;
  }
  .contact-link-section .section-title {
    font-size: 3vw;
  }
  .contact-link-section .contact-button {
    margin-top: 2em;
    min-width: 60%;
    padding: 1rem;
  }
  .contact-link-section .background-image {
    right: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .contact-link-section .content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 78px 10%;
  }
  .contact-link-section .section-title {
    font-size: 36px;
  }
}

.voice-section {
  background: url(../images/background-voice1.jpg) top left no-repeat, url(../images/background-voice2.jpg) top right no-repeat;
  background-size: 35%;
  padding: 2rem 1rem;
}
.voice-section .voice-box {
  background: white;
  border-top: 3px solid #0a66a4;
  margin-bottom: 3rem;
  padding: 2rem 1rem;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.voice-section .voice-title {
  font-size: 5vw;
  text-align: center;
}
.voice-section .voice-title span {
  display: inline-block;
}
.voice-section .voice-image {
  display: block;
  margin: 1rem auto;
  width: 65%;
}
.voice-section .voice-name {
  border-bottom: 1px solid #0a66a4;
  font-size: 4.5vw;
  margin-bottom: .5rem;
}
.voice-section .voice-text {
  font-size: 4vw;
}
@media screen and (min-width: 500px) {
  .voice-section .voice-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .voice-section .voice-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 3rem 2rem;
  }
  .voice-section .voice-box:nth-child(2n) .voice-image {
    order: 2;
    margin-left: 3rem;
    margin-right: 0;
  }
  .voice-section .voice-title {
    font-size: 3vw;
    margin-bottom: 2rem;
  }
  .voice-section .voice-container {
    align-items: flex-start;
    display: flex;
  }
  .voice-section .voice-image {
    flex: 0 0 30%;
    margin: 0 3rem 0 0;
    width: 30%;
  }
  .voice-section .voice-name {
    font-size: 2.5vw;
    line-height: 1;
    margin-bottom: 1rem;
    padding-bottom: .75rem;
  }
}
@media screen and (min-width: 1200px) {
  .voice-section .voice-title {
    font-size: 36px;
  }
  .voice-section .voice-name {
    font-size: 24px;
  }
}

.operation-section {
  padding: 1rem 0 4rem;
  position: relative;
  text-align: center;
}
.operation-section img {
  max-width: 600px;
  width: 100%;
}
.operation-section::after {
  background: url(../images/pattern-diagmonds-light.png);
  background-size: 141px 141px;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.system-feature-section {
  padding: 3.5rem 1rem 3rem;
}
.system-feature-section .feature-box {
  margin-bottom: 4rem;
}
.system-feature-section .feature-title {
  font-size: 6.5vw;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.system-feature-section .feature-list {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
  padding-bottom: 1rem;
  position: relative;
  z-index: 0;
}
.system-feature-section .feature-list-item {
  flex: 1 1 100%;
  margin: 0 1rem;
  text-align: center;
}
.system-feature-section .feature-list-title {
  border-bottom: 1px solid #0a66a4;
  color: #0a66a4;
  font-weight: bold;
  margin: 0 auto .5rem;
  max-width: 50vw;
  text-align: center;
}
.system-feature-section .feature-list::before {
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  padding-top: 20%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .system-feature-section .feature-box {
    margin-bottom: 5rem;
  }
  .system-feature-section .feature-title {
    font-size: 3.5vw;
    margin-top: 1em;
  }
  .system-feature-section .feature-list {
    margin: 2rem auto;
    max-width: 1200px;
  }
  .system-feature-section .feature-list-item {
    margin: 0 3rem;
    max-width: 250px;
  }
  .system-feature-section .feature-list-item.one-item {
    max-width: 500px;
  }
  .system-feature-section .feature-list-item.one-item .feature-list-title {
    max-width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .system-feature-section .feature-box {
    margin-bottom: 7rem;
  }
  .system-feature-section .feature-title {
    font-size: 42px;
  }
}

.use-flow-section {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 2rem;
  padding: 4rem 1rem;
}
.use-flow-section .use-flow-list {
  margin: 0 auto;
  max-width: 768px;
}
.use-flow-section .use-flow-list-item {
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  margin-bottom: 16vw;
  position: relative;
}
.use-flow-section .use-flow-list-item::after {
  color: #0a66a4;
  content: '▼';
  font-size: 6vw;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 2vw) scaleX(2);
}
.use-flow-section .use-flow-list-complete {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
.use-flow-section .use-flow-list-index {
  border: 1px solid #0a66a4;
  border-width: 0 1px;
  color: #0a66a4;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: Roboto, "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3vw;
  line-height: .9;
  padding: 0 5px;
  text-align: center;
}
.use-flow-section .use-flow-list-index .num {
  font-size: 2em;
}
.use-flow-section .use-flow-list-icon-wrapper {
  flex: 1 1 7vw;
  margin: 0 2.5vw;
}
.use-flow-section .use-flow-list-icon-wrapper.contact {
  padding: 1vw .5% 0;
}
.use-flow-section .use-flow-list-icon-wrapper.operator {
  padding: 0 1vw 0;
}
.use-flow-section .use-flow-list-icon-wrapper.contract {
  padding: 1.5vw 0 0;
}
.use-flow-section .use-flow-list-icon-wrapper.support {
  padding: 0 .5vw 0;
}
.use-flow-section .use-flow-list-icon-wrapper img {
  display: block;
}
.use-flow-section .use-flow-list-text {
  flex: 1 1 70%;
  font-size: 4vw;
  margin-top: -5px;
}
.use-flow-section .use-flow-list-text .scroll-link {
  text-decoration: none;
}
@media screen and (min-width: 500px) {
  .use-flow-section .use-flow-list-text {
    font-size: 17px;
  }
}
@media screen and (min-width: 600px) {
  .use-flow-section .use-flow-list-item {
    margin-bottom: 12vw;
  }
  .use-flow-section .use-flow-list-item::after {
    font-size: 3vw;
    transform: translate(-50%, 3vw) scaleX(2);
  }
  .use-flow-section .use-flow-list-complete {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .use-flow-section .use-flow-list-complete {
    font-size: 3.5vw;
  }
  .use-flow-section .use-flow-list-index {
    font-size: 21px;
  }
  .use-flow-section .use-flow-list-icon-wrapper {
    margin: 0 4.695%;
  }
  .use-flow-section .use-flow-list-icon-wrapper.contact {
    padding: .5% 0 0;
  }
  .use-flow-section .use-flow-list-icon-wrapper.operator {
    padding: 0 .5% 0;
  }
  .use-flow-section .use-flow-list-icon-wrapper.contract {
    padding: 5px 0 0;
  }
  .use-flow-section .use-flow-list-icon-wrapper.support {
    padding: 0;
  }
  .use-flow-section .use-flow-list-text {
    flex-basis: 77%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .use-flow-section .use-flow-list-item {
    margin-bottom: 110px;
  }
  .use-flow-section .use-flow-list-item::after {
    font-size: 36px;
    transform: translate(-50%, 18px) scaleX(2);
  }
  .use-flow-section .use-flow-list-icon-wrapper {
    flex: 0 0 84px;
    margin: 0 3.8%;
  }
  .use-flow-section .use-flow-list-icon-wrapper.operator {
    padding: 0 1.5%;
  }
  .use-flow-section .use-flow-list-icon-wrapper.support {
    padding: 0 1.3%;
  }
  .use-flow-section .use-flow-list-complete {
    font-size: 36px;
  }
  .use-flow-section .use-flow-list-text {
    white-space: nowrap;
  }
}

.price-plan-section {
  padding: 2rem 1rem 0;
}
.price-plan-section .price-plan-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.price-plan-section .price-plan-list-title {
  border-bottom: 1px solid #0a66a4;
  color: #0a66a4;
  font-size: 5vw;
  padding-bottom: .5rem;
  text-align: center;
  width: 100%;
}
.price-plan-section .price-plan-list-content {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}
.price-plan-section .price-plan-list-content .pre-text {
  font-weight: bold;
  font-size: 4.267vw;
  line-height: 1.25;
  margin-right: 5px;
}
.price-plan-section .price-plan-list-content .price {
  align-items: flex-end;
  display: flex;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
}
.price-plan-section .price-plan-list-content.normal, .price-plan-section .price-plan-list-content.only-now {
  align-items: flex-end;
}
.price-plan-section .price-plan-list-content.only-now .price, .price-plan-section .price-plan-list-content.monthly .price {
  font-size: 7.467vw;
}
.price-plan-section .price-plan-list-content.only-now .price .num, .price-plan-section .price-plan-list-content.monthly .price .num {
  font-size: 2.571em;
  margin-right: 5px;
}
.price-plan-section .price-plan-list-content.normal del {
  align-items: flex-end;
  display: flex;
  text-decoration: none;
}
.price-plan-section .price-plan-list-content.normal .pre-text {
  width: 4.267vw;
}
.price-plan-section .price-plan-list-content.normal .price {
  position: relative;
}
.price-plan-section .price-plan-list-content.normal .price::after {
  background: #fdb809;
  bottom: 8px;
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transform: rotate(-15deg);
  transform-origin: bottom left;
  width: 100%;
}
.price-plan-section .price-plan-list-content.normal .price .num {
  font-size: 2.444em;
}
.price-plan-section .price-plan-list-content.only-now {
  margin-left: 10vw;
}
.price-plan-section .price-plan-list-content.only-now::before {
  color: #fdb809;
  content: '▶︎';
  display: block;
  font-size: 4.267vw;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(-180%, -25%) scaleY(1.8);
}
.price-plan-section .price-plan-list-content.only-now .pre-text {
  color: #fdb809;
}
.price-plan-section .price-plan-list-content.only-now .pre-text strong {
  font-size: 1.75em;
}
.price-plan-section .price-plan-list-content.only-now .price .num {
  color: #fdb809;
}
.price-plan-section .price-plan-list-content.monthly {
  align-items: stretch;
  flex-direction: column;
}
.price-plan-section .price-plan-list-content.monthly .price .num {
  color: #0a66a4;
}
.price-plan-section .price-plan-list-content.monthly .suf-text {
  font-size: 4.6vw;
}
.price-plan-section .campaign-wrapper {
  margin: 0 -1rem;
  overflow: hidden;
  padding-top: 3rem;
  position: relative;
}
.price-plan-section .campaign-wrapper::before {
  border: 0 solid rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 3rem 50vw 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -1px;
  width: 0;
}
.price-plan-section .campaign-container {
  color: white;
  padding: 1rem;
  position: relative;
  text-align: center;
  z-index: 0;
}
.price-plan-section .campaign-container strong {
  color: #f2de86;
}
.price-plan-section .campaign-container .campaign-title-pre-text, .price-plan-section .campaign-container .campaign-title-name {
  font-size: 5.8vw;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .75em;
}
.price-plan-section .campaign-container .campaign-title-pre-text {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  position: relative;
}
.price-plan-section .campaign-container .campaign-title-pre-text::before, .price-plan-section .campaign-container .campaign-title-pre-text::after {
  content: url(../images/deco-line1.svg);
  position: relative;
  top: .25em;
  width: 2rem;
}
.price-plan-section .campaign-container .campaign-title-pre-text::before {
  margin-right: 5px;
}
.price-plan-section .campaign-container .campaign-title-pre-text::after {
  margin-left: 5px;
  transform: scaleX(-1);
}
.price-plan-section .campaign-container .campaign-title-pre-text span {
  line-height: 1;
  position: relative;
}
.price-plan-section .campaign-container .campaign-title-pre-text span::before {
  bottom: 100%;
  color: #f2de86;
  content: '●';
  font-size: .2em;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}
.price-plan-section .campaign-container .campaign-title-name strong {
  font-size: 1.5em;
}
.price-plan-section .campaign-container .campaign-description {
  font-weight: bold;
  line-height: 1.4;
}
.price-plan-section .campaign-container .campaign-description strong {
  margin: 0 2px;
}
.price-plan-section .campaign-container .campaign-description strong .num {
  font-size: 1.5em;
}
.price-plan-section .campaign-container .contact-button {
  display: block;
  padding: 1rem;
  padding-right: 2rem;
  position: relative;
  margin: 1rem auto;
  min-width: 45%;
}
.price-plan-section .campaign-container .contact-button::after {
  content: '▶︎';
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translate(0, -50%) scaleX(0.5);
}
.price-plan-section .campaign-container .background-image {
  bottom: 0;
  display: block;
  font-size: 18px;
  max-height: none;
  position: absolute;
  left: 75%;
  width: 30%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .price-plan-section .price-plan-list {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
  }
  .price-plan-section .price-plan-list-item {
    flex: 0 0 40%;
    margin: 0 1rem;
  }
  .price-plan-section .price-plan-list-title {
    font-size: 3vw;
  }
  .price-plan-section .price-plan-list-content {
    margin-top: .5rem;
  }
  .price-plan-section .price-plan-list-content .pre-text {
    font-size: 2vw;
  }
  .price-plan-section .price-plan-list-content .price {
    font-size: 2.4vw;
  }
  .price-plan-section .price-plan-list-content.normal .pre-text {
    width: 2vw;
  }
  .price-plan-section .price-plan-list-content.only-now .price, .price-plan-section .price-plan-list-content.monthly .price {
    font-size: 3.4vw;
  }
  .price-plan-section .price-plan-list-content.only-now {
    margin-left: 5vw;
  }
  .price-plan-section .price-plan-list-content.only-now::before {
    font-size: 2vw;
  }
  .price-plan-section .price-plan-list-content.monthly .suf-text {
    font-size: 2vw;
  }
  .price-plan-section .campaign-wrapper {
    padding-top: 4rem;
  }
  .price-plan-section .campaign-wrapper::before {
    border-top-width: 3.8rem;
  }
  .price-plan-section .campaign-container {
    margin: 0 auto;
    max-width: 1200px;
  }
  .price-plan-section .campaign-container .campaign-title-pre-text, .price-plan-section .campaign-container .campaign-title-name {
    font-size: 3vw;
    margin-bottom: .25em;
  }
  .price-plan-section .campaign-container .campaign-title-pre-text {
    margin-top: 2rem;
  }
  .price-plan-section .campaign-container .contact-button {
    margin: 2rem auto 3rem;
    min-width: 25%;
  }
  .price-plan-section .campaign-container .background-image {
    left: 85%;
    width: 19.2%;
  }
}
@media screen and (min-width: 1200px) {
  .price-plan-section .price-plan-list-title {
    font-size: 36px;
  }
  .price-plan-section .price-plan-list-content .pre-text {
    font-size: 24px;
  }
  .price-plan-section .price-plan-list-content .price {
    font-size: 28px;
  }
  .price-plan-section .price-plan-list-content.normal .pre-text {
    width: 24px;
  }
  .price-plan-section .price-plan-list-content.only-now .price, .price-plan-section .price-plan-list-content.monthly .price {
    font-size: 40px;
  }
  .price-plan-section .price-plan-list-content.only-now {
    margin-left: 60px;
  }
  .price-plan-section .price-plan-list-content.only-now::before {
    font-size: 24px;
  }
  .price-plan-section .price-plan-list-content.monthly .suf-text {
    font-size: 24px;
  }
  .price-plan-section .campaign-container .campaign-title-pre-text, .price-plan-section .campaign-container .campaign-title-name {
    font-size: 36px;
  }
}

.outroduction-section {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% 2rem;
  overflow: hidden;
  padding: 2rem 0 5rem;
  position: relative;
  text-align: center;
}
.outroduction-section .section-title {
  font-size: 4.1vw;
}
.outroduction-section img {
  max-width: 600px;
  width: calc(100% - 2rem);
}
.outroduction-section .annotation {
  font-size: 3vw;
  padding: 0 1rem;
}
.outroduction-section .background-image-container {
  bottom: 2rem;
  height: 100%;
  left: 50%;
  min-width: 1200px;
  opacity: .3;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}
.outroduction-section .background-image-container img {
  display: block;
  height: auto;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .outroduction-section .annotation {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .outroduction-section .section-title {
    font-size: 2.5vw;
  }
  .outroduction-section .background-image-container {
    min-width: 1920px;
  }
}
@media screen and (min-width: 1200px) {
  .outroduction-section .section-title {
    font-size: 30px;
  }
}

.contact-section {
  padding: 1rem 0 0;
}
.contact-section .contact-form {
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 0;
}
.contact-section .contact-form .form-parts-wrapper {
  margin: 0 auto;
  max-width: 600px;
}
.contact-section .contact-form dt {
  align-items: center;
  color: #0a66a4;
  display: flex;
  font-size: 4.1vw;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
}
.contact-section .contact-form dt.required::after {
  background: #0a66a4;
  color: white;
  content: '必須';
  font-size: .8em;
  font-weight: 200;
  padding: 0 .5em;
  top: 0;
  right: 0;
}
.contact-section .contact-form dd {
  font-weight: 200;
  margin-bottom: .5rem;
}
.contact-section .contact-form label {
  display: block;
}
.contact-section .contact-form .checkbox-wrapper {
  position: relative;
}
.contact-section .contact-form input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  width: 0;
}
.contact-section .contact-form input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.contact-section .contact-form input[type="checkbox"] + label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  position: relative;
}
.contact-section .contact-form input[type="checkbox"] + label::before {
  background: #e3e3e3;
  border: 1px solid #b1b1b1;
  content: '';
  display: block;
  margin-right: .4em;
  flex: 0 0 1em;
  height: 1em;
  width: 1em;
}
.contact-section .contact-form input[type="checkbox"] + label::after {
  border: 0 solid #0a66a4;
  border-width: 0 0 3px 3px;
  content: '';
  height: .4em;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(8%, 75%) rotate(-50deg);
  transition: .2s;
  width: .8em;
}
.contact-section .contact-form input[type="text"],
.contact-section .contact-form input[type="textarea"],
.contact-section .contact-form input[type="email"],
.contact-section .contact-form input[type="tel"],
.contact-section .contact-form textarea {
  border: 1px solid #c9c9c9;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  margin-bottom: .5rem;
  padding: 1rem;
  width: 100%;
}
.contact-section .contact-form input[type="text"]::placeholder,
.contact-section .contact-form input[type="textarea"]::placeholder,
.contact-section .contact-form input[type="email"]::placeholder,
.contact-section .contact-form input[type="tel"]::placeholder,
.contact-section .contact-form textarea::placeholder {
  color: #c4c4c4;
  font-weight: 200;
}
.contact-section .contact-form input {
  font-size: 1rem;
}
.contact-section .contact-form textarea {
  height: 8em;
}
.contact-section .contact-form .form-description {
  text-align: center;
}
.contact-section .contact-form .form-description-title {
  font-size: 4.5vw;
  margin: 1rem auto;
}
.contact-section .contact-form .privacy-policy-checkbox {
  font-weight: bold;
  margin: 1rem auto;
}
.contact-section .contact-form .submit-button {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: block;
  font-size: 5vw;
  font-weight: bold;
  margin: 2em auto;
  width: 85%;
  padding: 1.5rem;
}
.contact-section .call-info-box {
  background: #f1f1f1;
  padding: 3rem 0;
  text-align: center;
}
.contact-section .call-info-title {
  font-size: 6.5vw;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.contact-section .call-info-content {
  margin: 0 auto;
  width: 80%;
}
.contact-section .call-info-content-title {
  border-bottom: 1px solid;
  font-weight: normal;
}
.contact-section .call-info-number {
  font-weight: bold;
}
.contact-section .call-info-number .tel-link {
  align-items: center;
  display: flex;
  font-size: 7.5vw;
  justify-content: center;
  line-height: 1;
  margin-top: 5px;
}
.contact-section .call-info-number .tel-link a {
  color: #333;
  text-decoration: none;
}
.contact-section .call-info-number .tel-link::before {
  background: url(../images/icon-phone.svg), #333;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 70% 70%, 100% 100%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: .75em;
  margin-right: .5rem;
  padding: 2px;
  position: relative;
  top: .05em;
  width: .75em;
}
.contact-section .call-info-number .open {
  font-size: .9em;
  font-weight: normal;
  line-height: 1;
}
@media screen and (min-width: 500px) {
  .contact-section .contact-form dt {
    font-size: 18px;
  }
  .contact-section .contact-form .form-description-title {
    font-size: 21px;
  }
  .contact-section .contact-form .submit-button {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .contact-section .contact-form .form-parts-wrapper {
    max-width: 800px;
  }
  .contact-section .contact-form dl {
    display: flex;
    margin-bottom: 1rem;
  }
  .contact-section .contact-form dt {
    background: #fafafa;
    flex: 0 0 260px;
    margin-right: 1rem;
    padding: 0 1rem;
  }
  .contact-section .contact-form dt::after {
    font-size: .7em;
  }
  .contact-section .contact-form dd {
    flex-grow: 1;
  }
  .contact-section .contact-form .form-description-title {
    font-size: 2.5vw;
  }
  .contact-section .contact-form .privacy-policy-checkbox {
    font-size: 1.2em;
  }
  .contact-section .contact-form .submit-button {
    margin-top: 1em;
    width: 50%;
  }
  .contact-section .call-info-box {
    padding: 5rem 0;
  }
  .contact-section .call-info-title {
    font-size: 3vw;
    margin-bottom: 2rem;
  }
  .contact-section .call-info-content {
    max-width: 500px;
    width: 45%;
  }
  .contact-section .call-info-content-title {
    font-size: 17px;
  }
  .contact-section .call-info-number .tel-link {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .contact-section .contact-form .form-description-title {
    font-size: 30px;
  }
  .contact-section .call-info-title {
    font-size: 34px;
  }
  .contact-section .call-info-content-title {
    font-size: 21px;
  }
  .contact-section .call-info-number .tel-link {
    font-size: 48px;
  }
}

.about-company-section {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.about-company-section .about-table {
  margin: 0 auto 2rem;
  max-width: 600px;
  padding: 1rem;
}
.about-company-section .about-table dl {
  display: flex;
}
.about-company-section .about-table dt,
.about-company-section .about-table dd {
  font-size: 4vw;
  padding: 1em .5em;
}
.about-company-section .about-table dt {
  border-bottom: 1px solid #0a66a4;
  flex: 0 0 6em;
  font-weight: bold;
  text-align: center;
  width: 6.5em;
}
.about-company-section .about-table dd {
  border-bottom: 1px solid #ccc;
  font-weight: 200;
  flex-grow: 1;
}
.about-company-section .background-image-container {
  bottom: 0;
  height: 100%;
  left: 50%;
  min-width: 1200px;
  opacity: .1;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: -1;
}
.about-company-section .background-image-container img {
  display: block;
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: auto;
}
@media screen and (min-width: 500px) {
  .about-company-section .about-table dt,
  .about-company-section .about-table dd {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .about-company-section .background-image-container {
    min-width: 1920px;
  }
  .about-company-section .background-image-container img {
    height: auto;
    width: 100%;
  }
}

.main-footer {
  background: #333;
  color: white;
  padding: 1rem;
}
.main-footer .copyright {
  font-size: 2.8vw;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .main-footer .copyright {
    font-size: 12px;
  }
}

.thanks-page {
  display: flex;
  flex-direction: column;
}
.thanks-page .main-footer {
  margin-bottom: 0;
  margin-top: auto;
  padding: 2rem;
}

.thanks-header {
  padding: 1rem;
  text-align: center;
}
.thanks-header .logo {
  height: auto;
  max-width: 300px;
  width: 50%;
}

.thanks-section {
  padding: 1rem;
  text-align: center;
}
.thanks-section h1 {
  font-size: 6vw;
}
.thanks-section .section-description {
  font-size: 15px;
}
.thanks-section .section-description span {
  display: inline-block;
}
.thanks-section .call-info-content {
  margin: 2rem auto;
  width: 80%;
}
.thanks-section .call-info-content-title {
  border-bottom: 1px solid;
}
.thanks-section .call-info-number {
  font-weight: bold;
}
.thanks-section .call-info-number .tel-link {
  display: flex;
  font-size: 7.5vw;
  justify-content: center;
  line-height: 1;
  margin-top: 5px;
}
.thanks-section .call-info-number .tel-link a {
  color: #333;
  text-decoration: none;
}
.thanks-section .call-info-number .tel-link::before {
  background: url(../images/icon-phone.svg), #333;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 70% 70%, 100% 100%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: .75em;
  margin-right: .5rem;
  padding: 2px;
  position: relative;
  top: .05em;
  width: .75em;
}
.thanks-section .call-info-number .open {
  font-size: .9em;
  line-height: 1;
}
.thanks-section .home-button {
  border: 1px solid #333;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 6vw;
  font-weight: bold;
  display: block;
  margin: 1em auto;
  padding: 1em;
  position: relative;
  text-decoration: none;
  width: 80%;
}
.thanks-section .home-button::after {
  content: '▶︎';
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translate(0, -50%) scaleX(0.5);
}

@media screen and (min-width: 600px) {
  .thanks-section h1 {
    font-size: 36px;
  }
  .thanks-section .section-description {
    font-size: 18px;
  }
  .thanks-section .call-info-content {
    max-width: 500px;
    width: 50%;
  }
  .thanks-section .call-info-number .tel-link {
    font-size: 36px;
  }
  .thanks-section .home-button {
    font-size: 26px;
    max-width: 500px;
    padding: .5em;
    width: 50%;
  }
}
.confirm-page {
  display: flex;
  flex-direction: column;
}
.confirm-page .main-footer {
  margin-bottom: 0;
  margin-top: auto;
  padding: 2rem;
}

.confirm-header {
  padding: 1rem;
  text-align: center;
}
.confirm-header .logo {
  height: auto;
  max-width: 300px;
  width: 50%;
}

.confirm-section {
  padding: 1rem;
  text-align: center;
}
.confirm-section .section-description {
  font-size: 18px;
}
.confirm-section .section-title {
  font-size: 6vw;
}
.confirm-section .form-table {
  border-collapse: separate;
  border-spacing: .5rem;
  margin: 0 auto;
  max-width: 600px;
  table-layout: fixed;
  width: 100%;
}
.confirm-section .form-table th,
.confirm-section .form-table td {
  font-weight: bold;
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
}
.confirm-section .form-table th {
  background: #fafafa;
  color: #0a66a4;
  width: 40%;
}
.confirm-section .form-table td {
  padding-left: .5rem;
}
.confirm-section .button-container {
  align-items: stretch;
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  max-width: 600px;
}
.confirm-section .primary-button {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  flex: 1 1 50%;
  font-size: 18px;
  font-weight: bold;
  margin: .5rem;
  padding: 1em;
}
.confirm-section .home-button {
  background: #f1f1f1;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #999;
  font-size: 16px;
  flex: 0 0 40%;
  margin: .5rem;
  padding: 1em;
  width: 30%;
}

@media screen and (min-width: 600px) {
  .confirm-section .section-title {
    font-size: 36px;
  }
  .confirm-section .primary-button {
    font-size: 21px;
  }
}

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